@charset "utf-8";
/* CSS Document */

.modal {
	z-index: 6000;
}
.logo {
	background-color: #FFF;
	border-radius: 10px;
	padding: 8px 10px !important;
	height: auto !important;
	margin-top: 4px;
}
.content-section > .container, .content-section > .container-fluid {
	/*padding-top: 65px;
	padding-bottom: 65px;*/
	padding: 160px 0;
}
/*Screen shot carousel starts here */

#screen_carousel .carousel-caption {
	position: relative;
	left: 0%;
	right: 0%;
	bottom: 0px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
	text-shadow: none;
}
#screen_carousel .btn {
	text-shadow: none;
}
#screen_carousel {
	position: relative;
}
#screen_carousel .carousel-control.left, #screen_carousel .carousel-control.right {
	background-image: none;
}
#screen_carousel .carousel-indicators {
	position: relative;
	top:50px;
}
#screen_carousel .carousel-caption {
	text-align: left;
}
/*#screen_carousel .carousel-caption h2 {
	font-size: 18px;
	color: #1582DC;
	font-weight: bold;
}*/
#screen_carousel .carousel-caption .margb0 {
	margin-bottom: 0px !important;
}
#screen_carousel .carousel-caption ul {
	padding: 0 0 10px 15px;
}

/*Screen shot carousel ends here */


.adfeatures .feature-description h5 {
	display: none;
}
.adfeatures .feature-description p {
	margin-top: 5px;
}
/*#features .mainscr 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#000)";
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#000);
}*/

/*Code For Infographics content starts here*/


#pinBoot {
	position: relative;
	max-width: 100%;
	width: 100%;
}
#pinBoot img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-panel .thumbnail {
	margin-bottom: 0px;
}
#image-gallery-caption {
	text-align: center;
}
.modal-title {
	font-size: 20px;
	font-weight: bold;
	color: #2087DD;
	text-align: center;
}
/*#image-gallery #show-next-image, #image-gallery #show-previous-image, #image-gallery #show-next-image:hover, #image-gallery #show-previous-image:hover, #image-gallery #show-next-image:focus, #image-gallery #show-previous-image:focus {
	color: #FFFFFF;
	background-color: #2087DD !important;
	width: 78px;
}
/*Code For Infographics content ends here*/ 


/*Code For contact content starts here*/
#contact h1 {
	color: #FFFFFF;
}
.hrm_contact legend {
	color: #FFFFFF;
}
.hrm_contact {
	/*	background-color: #2087DD;*/
	color: #FFF;
	padding: 30px 0px;
}
.hrm_contact .well {
	background: none;
	border: none;
}
.hrm_ctrl {
	background: none;
	color: #FFFFFF;
}
.hrm_ctrl:focus {
	background-color: #FFFFFF;
	color: #000000;
}

/*Code For contact content ends here*/




/*Media Queries Code starts here*/

@media (max-width:1199px) {
.adfeatures .p25 {
	padding: 15px;
}
}
 @media (max-width:991px) {
#image-gallery #show-next-image, #image-gallery #show-previous-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 78px;
}
.header .navigation > ul > li a {
	margin: 14px 7px;
	padding: 5px;
}
}
@media (max-width:767px) {
#contact .sales {
	float: left !important;
}
#features, .adfeatures {
	text-align: center;
}
#features .feature-icon.left, .adfeatures .feature-icon.left {
	float: none;
}
}
 @media (max-width:511px) {
#top .hero-title {
	margin-top: 50px;
}
}
/*Media Queries Code ends here*/
