body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}

bordercolor {
	height: 28px;
	display: block;
	background-color: #B1202A;
	padding-top: 7px;
	color: #fff;
	font-size: 14px;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	margin: 0;
}
h2small {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	margin: 0;
}
h3 {
	font-size: 21px;
	line-height:35px}
h4 {
	font-size: 18px;
	line-height:25px;
	margin-bottom: 15px;
	}	
	
h5 {
	border-bottom: 8px solid #09426a;
	border-top: 8px solid #09426a;
	color: #09426a;
    font-family: "Merriweather",serif;
	font-style: italic;
    font-size: 34px;
    letter-spacing: 0.48px;
    line-height: 40px;
	margin-bottom: 0;
	margin-top: 50px;
	padding: 50px 10px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
a {
	color: #49B5E1;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #b1202a;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: disc;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 10px 0;
}
.section-title h2 {
	font-weight: 600;
	color: #09426a;
	margin-bottom: 10px;
	padding: 0 50px
}
.shop h2 {
	font-weight: 600;
	color: #09426a;
	margin-bottom: 20px;
    line-height: 30px;
	padding: 0 50px;
}
.section-title h1 {
	font-weight: 600;
	color: #09426a;
	margin-bottom: 26px;
	line-height: 50px;
}
.section-title h3 {
	padding: 0 50px
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #09426a;
	border: 0;
	margin-bottom: 25px;
	margin-top: 25px;
}
/* Navigation */

@media (max-width: 480px) {
  #picblock {
    background-image: url(../img/mobile.png);
    background-repeat: no-repeat;
    background-size: contain ;
	padding: 0 20px
  }
}
@media (min-width: 481px) {
  #picblock {
    background-image: url(../img/desktop.png);
    background-repeat: no-repeat;
    background-size: contain ;
	margin: 0 20px
  }
}


#menu {
	padding-top: 10px;
	padding-bottom: 30px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #b1202a;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #09426a;
	font-size: 16px;
	line-height: 10px;
	font-weight: 700;
	
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #49B5E1;
}
.frame {
	background-color: #b1202a;
	color: #fff;
	padding: 10px;
	margin: 0 0px;
	border-radius: 0px;
}
.frame-blue {
	background-color: #09426a;
	color: #fff;
	padding: 10px;
	margin: 0 0px;
	border-radius: 0px;
}
.on {
	background-color: #032731 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #B1202A !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #B1202A;
	border-color: #B1202A;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/*-- 14.pricing css
============================================--*/
.pricing{
    padding: 80px 0;
    background-color: #f5f5f5;
}
.pricing .price {
    list-style-type: none;
    background-color: #ffffff;
    border: none;
    margin: 15px 0;
    padding: 20px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing .price:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
}
.pricing .price .header {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #323232;
    letter-spacing: 2px;
}
.pricing .col-sm-4:nth-of-type(2) .price{
    background-color: #323232;
}
.pricing .price li {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #555555;
}
.pricing .price .grey {
    font-size: 36px;
    line-height: 36px;
    color: #323232;
    font-weight: 400;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 50px;
}
.pricing .price .grey span{
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.pricing .price li:last-child{
    border: none;
}
.pricing .btn{
    background-color: #323232;
    color: #ffffff!important;
}
.pricing .col-sm-4:nth-of-type(2) .price .header{
    color: #cccccc;
}
.pricing .col-sm-4:nth-of-type(2) .price .grey{
	color: #ffffff;
}
.pricing .col-sm-4:nth-of-type(2) .price li{
    color: #999999;
}
.pricing .col-sm-4:nth-of-type(2) .price .btn{
	background-color: #ffffff;
	color: #323232!important;
}



/* call-to-action styles */

.call-to-action .container-fluid {
	padding: 0;
}
.call-to-action-corner {
	/*width: 35%;*/
	position: relative;	
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.call-to-action-corner:before {
	position: absolute;
	top: 0px;
	right: 0;
	bottom:0px;
	left: 0;
	content: '';
	background: rgba(9,66,106,.9);
}
.call-to-action-center {
	/*width: 30%;*/
	position: relative;
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.call-to-action-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,129,232,.9);
}

.single-call-to-action {
	position: relative;
	text-align: center;
	min-height: 350px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
    top: 50px;
	justify-content: center;
}
.single-call-to-action .icon-box,
.single-call-to-action .content-box {
	display: inline-block;
	vertical-align: top;
}
.single-call-to-action .icon-box {
	width: 50px;
	position: relative;
	bottom: 15px;
}
.single-call-to-action .icon-box i.flaticon-clock {
	bottom: 20px;
	position: relative;
}
.single-call-to-action .icon-box i.flaticon-medical {
	position: relative;
	bottom: 25px;
}
.single-call-to-action .icon-box i.flaticon-coins {
	position: relative;
	bottom: 15px;
}
.single-call-to-action .icon-box i:before {
	font-size: 50px;
	color: #fff;
}
.single-call-to-action .content-box {
	width: 85%;
	text-align: left;
	padding-left: 0px;
}
.single-call-to-action .content-box h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
}
.single-call-to-action .content-box p {
	font-size: 15px;
	color: #fff;
	line-height: 26px;
}
.single-call-to-action .content-box ul {
	margin: 0;
	padding: 0;
}
.single-call-to-action .content-box ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-call-to-action .content-box .thm-btn.inverse {
	border-color: #fff;
	background-color: #FFFFFF;
	padding: 7px 22px;
	color: #09426a;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
	background: #186AAB;
	color: #fff;
}
.call-to-action.boxed .single-call-to-action .content-box {
	width: 70%;
}



/* Home Style */
header {
	background-size: cover;
	color: #d9e0e2;
	background-color: #e3e5e0;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: #49b5e1;
	border: 0;
	margin: 0 0px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default-nav {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background-color: #fff;
	border: 2pt solid #49b5e1;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #09426a;
	color: #fff;
}
#slider , #slider img {
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
}

.slideshow-wrapper {
	min-height: 355px;
	background-color: #e3e5e0;
}

.orbit-timer {
	display: none;
}
#slider .orbit-caption , .orbit-prev , .orbit-next {
		display: none;
	}
.slideshow-wrapper {
		min-height: 100px;
	}
	
	
/* About Banner Style */
#intro-banner-about {
	background: url(../img/header-about.jpg) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}

/* Services Banner Style */
#intro-banner-services {
	background: url(../img/header-services.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}

/* Financial Banner Style */
#intro-banner-financial {
	background: url(../img/header-financial.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}

/* HL Banner Style */
#intro-banner-HL {
	background: url(../img/header-hl.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}
#intro-banner-binaural {
	background: url(../img/header-binaural.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}
#intro-banner-tinnitus {
	background: url(../img/header-hearingloss.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}
#intro-banner-types {
	background: url(../img/header-types.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}


/* Technology Banner Style */
#intro-banner-technology {
	background: url(../img/header-technology.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}

/* Contact Banner Style */
#intro-banner-contact {
	background: url(../img/header-contact.png) no-repeat bottom center;
	background-color: #c8c7c3;
	color: #d9e0e2;
	position: relative;
	max-width: 100%;
	height: 250px;
}




/* text headers */
#txtheader-section {
	padding: 20px 0 20px 0;
	background: #49b5e1; /* Old browsers */
	color: #09426a;
}
#services-section h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
.space-med {
	margin-top: 80px;
}
.space-large {
	margin-top: 120px;
}



/* Intro Section */
#intro-section {
	padding: 80px 0 80px 0;
	background: #fff; 
	color: #09426a;
}
#intro-section-color {
	padding: 50px 0 50px 0;
	background: #e3e5e0; 
	color: #09426a;
}


/* iFrame on screening page */

#intro-section-hs {
	padding: 10px 0 10px 0;
	background: #f7f8f9; 
	color: #09426a ;
}


.iframe-container{
margin: 0 auto;
max-width:100%;
width:1000px;
height:1100px;
}
@media only screen and (max-width: 992px) {
	.iframe-container{
		width: 80%;
		height:600px;
	}
}
@media only screen and (max-width: 600px) {
   .iframe-container{
		width: 100%;
		height:550px;
	}
}

 /* End iFrame  */ 


#services-section h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,49b5e1+25,49b5e1+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #49b5e1;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #a9971c;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #49b5e1;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About  Section */
#about-section {
	padding: 60px 0;
	background: #FFFFFF; 
	color: #333333;
}
#about-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#about-section h2 {
	color: #09426a;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
}
#about-section li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #E94E34;
	padding-right: 10px;
}

/* HL-sens Section */
#HL-sens-section {
	padding: 80px 0;
	background: #f5f5f5; 
	color: #333333;
}
#HL-sens-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#HL-sens-section h2 {
	color: #09426a;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
}
#HL-sens-section li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#HL-sens-section li:before {
	content: "✓";
	color: #E94E34;
	padding-right: 10px;
}

/* Conductive Section */
#Conductive-section {
	padding: 80px 0;
	background: #FFFFFF; 
	color: #333333;
}
#Conductive-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#Conductive-section h2 {
	color: #09426a;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
}
#Conductive-section li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#Conductive-section li:before {
	content: "✓";
	color: #E94E34;
	padding-right: 10px;
}

/* Binaural  Section */
#Binaural-section {
	padding: 80px 0;
	background: #FFFFFF; 
	color: #333333;
}
#Binaural-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#Binaural-section h2 {
	color: #09426a;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
}
#Binaural-section li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#Binaural-section li:before {
	content: "✓";
	color: #E94E34;
	padding-right: 10px;
}


/* tinnitus Section */
#tinnitus-section {
	padding: 80px 0;
	background: #f5f5f5; 
	color: #333333;
}
#tinnitus-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
#tinnitus-section h2 {
	color: #09426a;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 700;
}
#tinnitus-section li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#tinnitus-section li:before {
	content: "✓";
	color: #E94E34;
	padding-right: 10px;
}


/* results Section */
#results-section {
	padding: 80px 0;
	background: #FFFFFF; 
}
#results-section-image {
	padding: 80px 0;
	background: #f6f7f8; 
}
#results-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.results-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#results-section .thumbnail {
	background: transparent;
	border: 0;
}
#results-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#results-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#results-section i.fa:hover {
	color: #1c424d;
}
.results h2 {
	font-weight: 600;
	color: #09426a;
	margin-top: 20px;
	text-align: left;
}
 .results h4 {
	color: #09426a;
	font-size: 21px;
	line-height:35px;
	text-align: left;
}
 .results p {
	color: #2C2C2C;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}

/* Star Rating Section */

form .stars {
  background: url("../img//stars.png") repeat-x 0 0;
  width: 150px;
  margin: 0 auto;
}

form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../img/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}





/* Icon Section */
#icon-section {
	padding: 80px 0;
	background: #FFFFFF; 
	
}
#icon-section-image {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	padding: 80px 0;
	background: #f6f7f8; 
	
}
#team-section hr {
	background: #a9971c;
}
#icon-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.icon-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#icon-section .thumbnail {
	background: transparent;
	border: 0;
}
#icon-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#icon-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#icon-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #49b5e1;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #49b5e1;
}
/* Testimonials Section */
#testimonials-section {
	padding: 25px 0;
	background-color: #e3e5e0;
	background-size: cover;
	background-attachment: fixed;
	color: #2C2C2C;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Search Section */
#search-section {
	padding: 5px 0 0px 0;
	background: #b1202a; 
}
#search-section h2 {
	font-size: 36px;
	color: #fff;
	margin: 0;
}
#search-section hr {
	background: #fff;
}
#search-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#search-section form {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 80px;
}
#search-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#search-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#search-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#search-section .social {
	margin-top: 60px;
}
#search-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#search-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#search-section .social i.fa:hover {
	color: #032731;
}
#search-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 0px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#search-section .btn-default-cta {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	border: 2pt solid #fff;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 600;
	transition: all 0.5s;
}
#search-section .btn-shop {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 0px;
	padding: 6px 14px;
	margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
	color: #fef9e7;
	font-size: 21px;
	transition: all 0.5s;
}
#search-section .btn:hover, #contact-section .btn:focus {
	border: 2px solid #fef9e7;
	color: #F6F7F8;
}
#search-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #09426a;
	padding: 25px 0 25px 0;
	color: #fff;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}






/* 27 .contact-content styles */

.contact-content #contact-page-google-map {
	height: 400px;
	width: 100%;
	margin-bottom: 63px;
}
.contact-content h2 {
	color: #23282A;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;	
}
.contact-content .contact-form textarea,
.contact-content .contact-form input {
	width: 100%;
	height: 60px;
	border: 1px solid #F0F0F0;
	outline: none;
	padding-left: 20px;
	line-height: 58px;
	margin-bottom: 20px;
}
.contact-content .contact-form textarea {
	height: 221px;
}
.contact-content .contact-form button {
	width: 120px;
	height: 45px;
	background: #2562B3;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
}

.contact-content .contact-info {
	padding: 0;
}
.contact-content .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}
.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #09426a;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}

.sec-padding {
	padding: 90px 0;
}

.sec-title {
	margin-bottom: 63px;
}


.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}
.tab-content {
  padding-top: 20px;
}