
	html {
		overflow-x: hidden;
	}

    body {
		color: #333;
        font: 13px 'Raleway', Arial, Helvetica, sans-serif;
		overflow-x: hidden; 
	}
	
	section, .container {
		position: relative;
	}
	
	.clear { display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0; }
	
	a{
		color:#2F4FA0!important;
	}
	
	a:hover, a:focus {
		text-decoration: none;
		color:#2F4FA0 !important;
	}
	
	.nav a {
		color: inherit;
	}
	
	p {
		line-height: 22px;
		margin-bottom: 20px;
	}

	.lead {
		font-size: 16px;
	}

	strong {
		font-weight: none;
	}

    img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
    }

    object, video {
        display: block;
        height: auto;
    }
	
	textarea:focus, input:focus, a:focus, a:visited, *:focus {
		outline: none;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-family: inherit;
		margin-top: 0px;
	}
	
	h1,h2,h3 {
		font-weight: 100;
	}
	
	h4,h5,h6 {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	h1 { font-size: 55px; }
	h2 { font-size: 40px; }
	h3 { font-size: 30px; font-weight:bold; }
	h4 { font-size: 28px; }
	h5 { font-size: 20px; }
	h6 { font-size: 14px; }
	
	h1 { margin-bottom: 26px; }
	h2 { margin-bottom: 22px; }
	h3 { margin-bottom: 20px; }
	h4 { margin-bottom: 26px; }
	h5 { margin-bottom: 18px; }
	h6 { margin-bottom: 14px; }
	
	
/* ----------------------------------------------------------------------------- */
/* --- 2.  BASIC STLYES
/* ----------------------------------------------------------------------------- */

	.content 							{ padding-top: 120px; }
	.dark 								{ color: rgb(255,255,255); }
	.padded							{ padding-bottom: 120px; }
	
	.short								{ margin-bottom: 0px !important; }
	.medium-short					{ margin-bottom: 10px !important; }
	
	.red						   		    { color: #fe5d5d !important; }
	.blue 							    { color: #4db5ee !important; }
	.text-shadow 				    { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

	.margin-bottom-0 { margin-bottom: 0px !important; }
	.margin-bottom-5 { margin-bottom: 5px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }

	.margin-left-10 { margin-left: 10px !important; }
	.margin-left-20 { margin-left: 20px !important; }
	.margin-left-30 { margin-left: 30px !important; }

	.margin-right-20 { margin-right: 10px !important; }
	.margin-right-20 { margin-right: 20px !important; }
	.margin-right-30 { margin-right: 30px !important; }

	.separated-section {
		border-bottom: 1px dashed #c8dbe7;
	}
	
	
	.separated-section:after {
		background: url(../images/design/sep-vertical.png) no-repeat;
		position: absolute;
		bottom: -34px;
		left: 50%;
		margin-left: 3px;
		width: 7px;
		height: 69px;
		content: " ";
	}
	
	.border {
		display: block;
		height: 2px;
		width: 60px;
		content: " ";
		margin: 0 auto 30px auto;
	}
	
	.border.small {
		width: 30px;
	}

	.sub-title {
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 30x;
		font-size: 12px;
		color: #afb5b8;
	}

/* ----------------------------------------------------------------------------- */
/* --- 3.  LOADER
/* ----------------------------------------------------------------------------- */

	#page-loader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgb(255,255,255);
		z-index: 9999;
	}
	
	.loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -40px;
		display: block;
		content: " ";
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 80px;
	}
	
/* ----------------------------------------------------------------------------- */
/* --- 4.  NAVIGATION
/* ----------------------------------------------------------------------------- */

	#nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	#navigation {
		position: relative;
		margin-top: 30px;
		padding: 3px;
		font-size: 17px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		z-index: 2;
		display: inline-block;
	}
	
	.go-home {
		float: left;
		padding: 28px !important;
		color: #fff !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	
	#main-menu {
		float: left;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	}
	
	#main-menu a {
		font-weight: 600;
		padding: 0;
		color: inherit;
	}
	
	#main-menu a:hover,
	#main-menu a:focus {
		color: #4db5ee;
	}

	#main-menu li {
		background-color: #fff;
		float: left;
		border-right: 1px solid #e9e9e9;
		padding: 28px 20px;
	}
	
	.sticky {
		position: fixed !important;
		background: #fff;
	}
	
	.sticky .logo img {
    height: 60px;
}

.sticky #navigation {
    margin-top: 12px;
}
	
	.sticky .go-home {
		padding: 18px !important;
	}
	
	.sticky #main-menu li {
		padding: 18px 20px;
	}
	
	#main-menu li:first-child {
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}
	
	#main-menu li:last-child {
		border: none !important;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	
	#main-menu li a:hover, #main-menu li a:focus {
		background: none repeat scroll 0% 0% transparent;
	}
	
	.message-trigger {
		position: relative;
		margin-top: 30px;
		float: right;
		padding: 30px !important;
		color: #fff !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.message-trigger.active:after {
		background: url(../images/design/message-trigger-arrow.png) no-repeat;
		position: absolute;
		bottom: -6px;
		left: 50%;
		margin-left: -6px;
		width: 11px;
		height: 6px;
		content: " ";
	}
	
	.sticky .message-trigger {
		padding: 21px !important;
		margin-top: 12px;
	}
	
/* ----------------------------------------------------------------------------- */
/* --- 5.  MESSAGE
/* ----------------------------------------------------------------------------- */

	#message-slide {
		position: fixed;
		width: 100%;
		z-index: 998;
		overflow: hidden;
		display: none;
	}
	
	#message-area {
		margin-top: 140px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 40px;
	}
	
	.form-cured-control {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 18px;
		font-size: 15px;
		width: 100%;
		border: 0;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(75,118,143,0.3);
		-moz-box-shadow: 0px 1px 1px 0px rgba(75,118,143,0.3);
		box-shadow: 0px 1px 1px 0px rgba(75,118,143,0.3);
	}

/* ----------------------------------------------------------------------------- */
/* --- 6.  HOME
/* ----------------------------------------------------------------------------- */

	.home-intro {
		display: none;
	}

	.home-intro h1 {
		display: inline-block;
		padding: 10px 20px 10px 20px;
		background-color: rgba(255,255,255,0.7);
	}
	
	.home-intro h6 {
		display: inline-block;
		padding: 10px 15px;
		background-color: rgba(255,255,255,0.7);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	.whats-next {
		position: absolute;
		left: 0;
		bottom: 40px;
	}

/* ----------------------------------------------------------------------------- */
/* --- 7.  ABOUT 
/* ----------------------------------------------------------------------------- */

	.three-photos {
		background: url(../images/design/about_bg.png) center no-repeat;
		background-size: cover;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.one-three-photo {
		display: inline-block;
		margin-left: -100px;
		max-width: 33%;
	}
	
	.one-three-photo:first-child {
		margin-left: 0px;
	}
	
	
/* ----------------------------------------------------------------------------- */
/* --- 8.  SERVICES
/* ----------------------------------------------------------------------------- */
	
	/* ---- Services Carousel
	 ----------------------------------------------------------------------------- */	
	
	 .services-carousel {
        width: 100%;
		float: left;
    }
	
    .services-carousel .single-service {
        margin: 0 10px;
    }
	
	/* ---- Single service -- */
	
	.single-service {
		position: relative;
		overflow: hidden;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
 		 transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    }
	
	.single-service:hover {
		transform:translateY(12px);
		-ms-transform:translateY(12px);
		-webkit-transform:translateY(12px);
	}
	
	.single-service:after {
		width: 100%;
		display: block;
		content: " ";
		background: url(../images/design/service-shadow.png) center no-repeat;
		background-size: cover;
		height: 40px;
		margin-top: 10px;
		opacity: .5;
		-webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
 		 transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	}
	
	.single-service:hover:after {
		transform:translateY(-12px);
		-ms-transform:translateY(-12px);
		-webkit-transform:translateY(-12px);
		opacity: 0.8;
	}
	
	.service-photo img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow:hidden;
	}
	
	.service-content {
		position: absolute;
		bottom: 75px;
		left: 20px;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	
	.service-icon {
		font-size: 62px;
		margin-bottom: 10px;
	}

	.service-intro {
		font-size: 12px;
		font-weight: 700;
	}
	
	.service-content .btn {
		text-shadow: none;
	}
	
	/* ---- Navigation -- */
	
	.owl-buttons {
		position: absolute;
		top: 30%;
		left: 0px;
		right: 0px;
    }
	
	.owl-buttons > * {
		display: block; 
		width: 120px; 
		height: 83px; 
		position: absolute; 
		top: 50%; 
		text-indent:-9999px; 
		z-index: 10; 
		overflow: hidden; 
		opacity: 0; 
		cursor: pointer; 
		content:" "; 
		-webkit-transition: all .3s ease; 
		-moz-transition: all .3s ease; 
		transition: all .3s ease;
	}
	
	.services-list:hover .owl-buttons > * {
		opacity: 0.4;
	}
	
	.owl-next {
		right: -40px;
		background: url(../images/design/nav-big-next.png) right no-repeat;
	}
    .owl-prev {
        left: -40px;
		background: url(../images/design/nav-big-prev.png) left no-repeat;
    }
	
    .services-list:hover .owl-next {
		right: -80px;
	}
   
   	.services-list:hover .owl-prev {
        left: -80px;
    }
	
	.owl-next:hover, .owl-prev:hover {
		opacity: .9 !important;
	}
	
	/* ---- Pagination -- */

	.owl-controls { text-align: center; }
	
	.owl-pagination {
		display: inline-block;
		margin: 0px 0px 20px 0px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(24,59,77,0.2);
		-moz-box-shadow: 0px 1px 1px 0px rgba(24,59,77,0.2);
		box-shadow: 0px 1px 1px 0px rgba(24,59,77,0.2);
		padding: 12px 15px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	.owl-pagination > * {
		display: block;
		text-indent: -9999px;
		line-height: 0;
		background-color: #e1e9ee;
		width: 10px;
		height: 10px;
		float: left;
		margin: 0 5px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	}
	
	.owl-pagination > *.active {
		background: #fff;
		border: 2px solid;
		transform: scale(1.3,1.3);
		-ms-transform: scale(1.3,1.3);
		-webkit-transform: scale(1.3,1.3);
	}

/* ----------------------------------------------------------------------------- */
/* --- 9.  FEATURES
/* ----------------------------------------------------------------------------- */

	.single-feature {
		padding: 30px 0px;
		margin: 10px 0px 30px 0px;
		text-align: center;
	}
	
	.single-feature:hover {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	
	.single-feature:hover:after {
		background: url(../images/design/feature-corner.png) no-repeat;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 25px;
		height: 25px;
		content: " ";
	}
	
	.single-feature:hover .feature-icon {
		color: #fff !important;
	}
	
	.single-feature:before {
		position: absolute;
		top: 50%;
		right: -9px;
		margin-top: -10px;
		background:url(../images/design/features-sep.png) no-repeat;
		width: 20px;
		height: 20px;
		content: " ";
		display: block;
	}
	
	.single-feature:hover:before {
		display: none;
	}
	
	.single-feature:last-child:before{
		display: none;
	}
	
	.feature-icon {
		font-size: 65px;
		margin-bottom: 15px;
	}

/* ----------------------------------------------------------------------------- */
/* --- 10.  PATIENTS
/* ----------------------------------------------------------------------------- */

	.quote-author {
		position: relative;
		border: 1px solid rgba(255,255,255,0.8);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 24px 20px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
		display: inline-block;
	}
	
	.quote-author:before,
	.quote-author:after {
		background: rgba(255,255,255,0.8);
		position: absolute;
		top: 50%;
		width: 25px;
		height: 1px;
		content: " ";
	}
	
	.quote-author:before {
		left: -35px;
	}
	
	.quote-author:after {
		right: -35px;
	}

/* ----------------------------------------------------------------------------- */
/* --- 11.  GALLERY
/* ----------------------------------------------------------------------------- */

	.gallery-area {
		position: relative;
	}

	.gallery-list {
		position: relative;
		padding-left: 0px;
		margin-bottom: 0px;
		list-style: none outside none;
	}

	.gallery-item {
		position: relative;
		width: 24%;
		float: left;
		margin: 0.5%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	
	.item-photo {
		position: relative;
		height: 100%;
	}

	.item-photo img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	
	.gallery-item:hover .item-photo img {
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
	}
	
	.item-mask {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background: -moz-linear-gradient(top,  rgba(72,176,237,0.9) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,176,237,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(72,176,237,0.9) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(72,176,237,0.9) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(72,176,237,0.9) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(72,176,237,0.9) 0%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e648b0ed', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		opacity: 0;
		text-align: center;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	
	.gallery-item:hover .item-mask {
		opacity: 1;
		display: block;
	}
	
	.item-title {
		position: relative;
		margin-top: 20px;
		border: 1px solid rgba(255,255,255,0.5);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 20px 30px;
		display: inline-block;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		margin-top: -50px;
		opacity: 0;
		transition: all 0.2s ease-in-out 0.12s;
		-moz-transition: all 0.2s ease-in-out 0.12s;
		-webkit-transition: all 0.2s ease-in-out 0.12s;
		-o-transition: all 0.2s ease-in-out 0.12s;
	}
	
	.gallery-item:hover .item-title {
		opacity: 1;
		margin-top: 20px;
	}
	
	.item-title:before,
	.item-title:after {
		background: rgba(255,255,255,0.5);
		position: absolute;
		top: 50%;
		width: 45px;
		height: 1px;
		content: " ";
	}
	
	.item-title:before {
		left: -55px;
	}
	
	.item-title:after {
		right: -55px;
	}
	
	.item-buttons {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		opacity: 0;
		transition: all 0.2s ease-in-out 0.18s;
		-moz-transition: all 0.2s ease-in-out 0.18s;
		-webkit-transition: all 0.2s ease-in-out 0.18s;
		-o-transition: all 0.2s ease-in-out 0.18s;
	}
	
	.gallery-item:hover .item-buttons {
		opacity: 1;
		margin-bottom: 20px;
	}
	
	/* ---- Filter
	 ----------------------------------------------------------------------------- */	
	 
	 ul#filter-options {
		 list-style: none outside none;
		 display: inline-block;
		 padding: 0;
		 margin: 0px 0px 25px 0px;
		 text-transform: uppercase;
		 font-size: 12px;
		 font-weight: 700;
		 color: #afb5b8;
	 }
	 
	 ul#filter-options a:focus {
		 text-decoration: none;
	 }
	 
	 ul#filter-options li {
		 float: left;
		 padding: 20px 20px;
		 border-right: 1px dashed #c8dbe7; 
	 }
	 
	 ul#filter-options li:last-child {
		 border-right: none;
	 }
	 
	 ul#filter-options a {
		 color: inherit;
	 }
	 
	 ul#filter-options li.active {
		 color: #333;
	 }


/* ----------------------------------------------------------------------------- */
/* --- 12.  CONTACT
/* ----------------------------------------------------------------------------- */

	.contact-list {
		padding-left: 0px;
		margin-bottom: 40px;
		list-style: none outside none;
	}
	
	.contact-icon {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 40px;
		clear: both;
	}

	/* ---- Social Icons
	 ----------------------------------------------------------------------------- */	
	 
	 .social-area {
	 }
	 
	 .social-header {
		 position: absolute;
		 top: 60px;
		 left: 0px; 
		 right: 0px;
		 display: block;
		 font-size: 120px;
		 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
		 font-weight: 300;
	 }
	 
	 ul.social-icons {
		 position: relative;
		 list-style: none outside none;
		 display: inline-block;
		 padding: 0;
		 margin: 140px 0px 70px 0px;
	 }
	 
	 ul.social-icons:before,
	 ul.social-icons:after {
		background: rgba(255,255,255,0.7);
		position: absolute;
		top: 50%;
		width: 200px;
		height: 1px;
		content: " ";
	}
	
	ul.social-icons:before {
		left: -255px;
	}
	
	ul.social-icons:after {
		right: -255px;
	}
	 
	 ul.social-icons li {
		 position: relative;
		 float: left;
		 margin: 0px 20px;
	 }
	 
	 ul.social-icons li a {
		 position:relative;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 90px;
		height: 90px;
		display: block;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		-webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
 		 transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	 }
	 
	 ul.social-icons li a:before {
		 position: absolute;
		 top: 0;
		 left: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2);
		-moz-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2);
		box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2);
		content: " ";
		opacity: 0;
		transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	 }
	 
	 ul.social-icons li a:hover:before {
		opacity: 1;
	 }
	 
	 ul.social-icons li a:hover {
		transform: scale(1.3,1.3);
		-ms-transform: scale(1.3,1.3);
		-webkit-transform: scale(1.3,1.3);
		text-shadow: none;
	 }
	 
	 ul.social-icons li a i {
		 position: absolute;
		 top: 50%;
		 left: 50%;
	 	 font-size: 30px;
	 	 line-height: 30px;
		 width: 30px;
		 height: 30px;
		 margin-top: -15px;
		 margin-left: -15px;
	 }

	 /* ---- Google Map
	 ----------------------------------------------------------------------------- */	
	 
	 #google-map {
	 	height: 350px;
	 	width: 100%;
	 }

	 #google-map img {
	 	max-width: none;
	 }	
	 
	 .copyright {
	 	 display: block;
		 text-transform: uppercase;
		 font-weight: 600;
		 font-size: 11px;
		 padding:30px 0;
	 }

/* ----------------------------------------------------------------------------- */
/* --- 13.  ELEMENTS
/* ----------------------------------------------------------------------------- */

	/* ---- Buttons
	 ----------------------------------------------------------------------------- */	

	.btn {
		text-transform: uppercase;
		font-weight: 900;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 12px;
		padding: 14px 22px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	.btn-lg {
		padding: 18px 26px;
		font-size: 16px;
	}
	
	.btn-sm {
		padding: 5px 13px;
		font-size: 10px;
	}
	
	.btn-xs {
		padding: 4px 7px;
		font-size: 8px;
	}

	.btn-cured {
		background-color: #fff;
	    border: #fff 1px solid;
		-webkit-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		-moz-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		color: #333;
	}
	
	.btn-cured-icon {
		margin-left: 15px;
		color: #CCC;
	}
	
	.btn-sm .btn-cured-icon {
		font-size: 9px;
		margin-left: 9px;
	}
	
	.btn-xs .btn-cured-icon {
		margin-left: 5px;
	}
	
	.btn-cured-blue,
	.btn-cured-red {
	    border: #fff 1px solid;
		-webkit-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		-moz-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	
	.btn-cured-blue:hover,
	.btn-cured-red:hover,
	.btn-cured-blue:focus,
	.btn-cured-red:focus {
		color: #fff;
	}
	
	.btn-cured-blue,
	.btn-cured-blue:active {
		background: -moz-linear-gradient(top,  #74d3f7 0%, #48b0ed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74d3f7), color-stop(100%,#48b0ed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #74d3f7 0%,#48b0ed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #74d3f7 0%,#48b0ed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #74d3f7 0%,#48b0ed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #74d3f7 0%,#48b0ed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74d3f7', endColorstr='#48b0ed',GradientType=0 ); /* IE6-9 */
	}
	
	.btn-cured-red,
	.btn-cured-red:active {
		background: rgb(254,93,93); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(254,93,93,1) 0%, rgba(223,66,66,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,93,93,1)), color-stop(100%,rgba(223,66,66,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(254,93,93,1) 0%,rgba(223,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(254,93,93,1) 0%,rgba(223,66,66,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(254,93,93,1) 0%,rgba(223,66,66,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(254,93,93,1) 0%,rgba(223,66,66,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d5d', endColorstr='#df4242',GradientType=0 ); /* IE6-9 */
	}

	.btn-cured-blue .btn-cured-icon,
	.btn-cured-red .btn-cured-icon {
		color: #fff;
		opacity: .3;
		text-shadow: none;
	}
	
	.btn-cured-blue:hover .btn-cured-icon,
	.btn-cured-red:hover  .btn-cured-icon {
		opacity: .6;
	}
	
	/* ---- Tabs & Pils 
	 ----------------------------------------------------------------------------- */	
	 
	 .nav-pills,
	 .nav-tabs {
		 margin-bottom: 15px;
	 }
	 
	 .nav-tabs a:hover {
		 background-color:#fff !important;
		 border: 1px solid #ddd;
		 color: inherit !important;
	 }
	 
	 .nav-pills a:hover {
		 color: #333 !important;
	 }

	.nav-pills li.active a:hover {
		 color: #fff !important;
	 }
	 
	 /* ---- Accordion
	 ----------------------------------------------------------------------------- */	
	 
	 .panel-default > .panel-heading {
		 background-color: #fff;
		 padding: 15px;
	 }
	
	.panel-default > .panel-heading a:hover,
	.panel-default > .panel-heading a:focus {
		text-decoration: none;
	 }
	 
	 .panel-body {
		 line-height: 22px;
	 }
	
	
	/* ---- Jumbotron
	----------------------------------------------------------------------------- */	
	
	.jumbotron {
		background: #fff;
		border: 2px solid;
	}

	/* ---- Modal 
	----------------------------------------------------------------------------- */

	.modal-body {
		padding: 30px;
	}
	
.modal-body td{
	padding:5px;
	font-size:14px;}
	
.modal-body tr:nth-child(1) {
   background:#015B99;
   color:#fff;
   font-size:18px!important;
}

.modal-body tr:nth-child(2n+0) {
    background: #f1f1f1;
}
	

.modal-dialog {
    margin: 30px auto;
    width: 800px;
}

	.modal-content {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 1px solid rgb(128, 179, 215);
		-webkit-box-shadow: 2px 2px 40px 0px rgba(8,50,67,0.1);
		-moz-box-shadow: 2px 2px 40px 0px rgba(8,50,67,0.1);
		box-shadow: 2px 2px 40px 0px rgba(8,50,67,0.1);
	}

	.modal-backdrop {
		background: #fff;
	}

	/* ---- Images 
	----------------------------------------------------------------------------- */

	.img-rounded {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

/* ----------------------------------------------------------------------------- */
/* --- 14.  MEDIA QUERIES
/* ----------------------------------------------------------------------------- */

	@media (min-width: 1200px) {
		
	}
	
	@media (max-width: 1199px) {
	
	}
	
	@media (min-width: 992px) and (max-width: 1199px) {
		
	   .services-carousel li {
			width: 300px;
		}
		
		.gallery-item {
			width: 32.3%;
		}
		  
	}
	
	@media (max-width: 991px) {
		
		h1 { font-size: 44px; }
		h2 { font-size: 34px; }
		h3 { font-size: 24px; }
		h4 { font-size: 24px; }
		
		.content { padding-top: 100px; }
		.padded { padding-bottom: 100px; }
			
	  
		#nav {
			position: fixed !important;
		}
		
	   .go-home {
			padding: 18px !important;
		}	
		
		.message-trigger {
		   padding: 21px !important;
		}
		
		.social-header {
			 font-size: 100px;		
	    }
		
		.single-feature:before {
			display: none;
		}

		#message-area {
		    margin-top: 110px;
		    padding: 20px;
		}
	
	}

	@media (min-width: 768px) and (max-width: 991px) {
		  
		
		.services-carousel li {
			width: 350px;
		}
		
		.gallery-item {
			width: 49%;
		}
	
	}
	
	@media (max-width: 767px) {
		
		h1 { font-size: 38px; }
		h2 { font-size: 30px; }
		h3 { font-size: 22px; }
		h4 { font-size: 22px; }
		
		.content { padding-top: 80px; }
		.padded { padding-bottom: 80px; }
	  
	   .services-carousel li {
			width: auto;
		}
		
		.gallery-item {
			width: 99%;
		}
		
		.social-header {
			 font-size: 80px;		
	    }

	    ul.social-icons li {
	    	margin: 0px 5px;
		}

		ul.social-icons li a {
	    	width: 70px;
			height: 70px;
		}
	
	}
	
/* ----------------------------------------------------------------------------- */
/* --- 15.  BACKGROUNDS
/* ----------------------------------------------------------------------------- */

	#home { /*background: url(../images/backgrounds/intro.jpg) center no-repeat; background-size: cover;*/ }
	
	.background 			{ background-size: cover; background-position: center; }
	.background_01 			{ background: url(../images/background_01.jpg); background-size: cover; background-position: center; height:475px;}
	.background_02 			{ background-image: url(../images/social-background.jpg); }
	.background_03 			{ background-image: url(../images/backgrounds/background_03.html); }
	
	
.logo {
    float: left;
    padding: 10px 30px 10px 0;
    width: 340px;
}

footer{
	background:#f1f1f1;}

.footer-bott{
	background:#f1f1f1;}
	
#about-us{
	 background: url(../images/about-us.jpg); background-size: cover; background-position: center; height:250px;
	 }
	 
.about-cont{
	text-align:left;}
	
.about-cont strong{
	color:#4EB5EE;}
	
.product-info{
	width:33%;
	display:inline-block;}
	
.right-blog ul{
	margin:0px;
	padding:0px;
	}
.right-blog li{
	background: url(../images/favicon.png) no-repeat;
	display: block;
	padding: 0px 0 20px 31px;
	font-size: 14px;}
	
.right-blog li a{
	color:#000!important;}
	
.right-blog li a:hover{
	color:#0082C6!important;}
	
.panel-body h3{
	font-size:16px;
	font-weight:bold;
	font-family:'Raleway', Arial, Helvetica, sans-serif;}
	
.panel-body strong{
	font-weight:bold;
	font-size:14px;}
			
.color-inf01 h3, .color-inf01 strong, .color-inf01 a{
	color:#eb268f!important;}

.color-inf02 h3, .color-inf02 strong, .color-inf02 a{
	color:#89b601!important;}
	
.color-inf03 h3, .color-inf03 strong, .color-inf03 a{
	color:#ec3237!important;}
	
.color-inf04 h3, .color-inf04 strong, .color-inf04 a{
	color:#879700!important;}
.color-inf05 h3, .color-inf05 strong, .color-inf05 a{
	color:#303b68!important;}
.color-inf06 h3, .color-inf06 strong, .color-inf06 a{
	color:#469eaa!important;}
.color-inf07 h3, .color-inf07 strong, .color-inf07 a{
	color:#70346a!important;}
.color-inf08 h3, .color-inf08 strong, .color-inf08 a{
	color:#7fa389!important;}
.color-inf09 h3, .color-inf09 strong, .color-inf09 a{
	color:#3e4095!important;}
.color-inf10 h3, .color-inf10 strong, .color-inf10 a{
	color:#429600!important;}
.color-inf11 h3, .color-inf11 strong, .color-inf11 a{
	color:#388d97!important;}
.color-inf12 h3, .color-inf12 strong, .color-inf12 a{
	color:#3ea942!important;}
.color-inf13 h3, .color-inf13 strong, .color-inf13 a{
	color:#f67300!important;}
.color-inf14 h3, .color-inf14 strong, .color-inf14 a{
	color:#683e94!important;}
.color-inf15 h3, .color-inf15 strong, .color-inf15 a{
	color:#746963!important;}
.color-inf16 h3, .color-inf16 strong, .color-inf16 a{
	color:#4f5565!important;}
.color-inf17 h3, .color-inf17 strong, .color-inf17 a{
	color:#00a8a3!important;}
.color-inf18 h3, .color-inf18 strong, .color-inf18 a{
	color:#f04a0c!important;}
.color-inf19 h3, .color-inf19 strong, .color-inf19 a{
	color:#e39e11!important;}
.color-inf20 h3, .color-inf20 strong, .color-inf20 a{
	color:#903032!important;}
.color-inf21 h3, .color-inf21 strong, .color-inf21 a{
	color:#467042!important;}
.color-inf22 h3, .color-inf22 strong, .color-inf22 a{
	color:#aa8d3d!important;}
.color-inf23 h3, .color-inf23 strong, .color-inf23 a{
	color:#c65d9f!important;}
.color-inf24 h3, .color-inf24 strong, .color-inf24 a{
	color:#8b756a!important;}
.color-inf25 h3, .color-inf25 strong, .color-inf25 a{
	color:#006e6f!important;}
.color-inf26 h3, .color-inf26 strong, .color-inf26 a{
	color:#b07f3c!important;}
.color-inf27 h3, .color-inf27 strong, .color-inf27 a{
	color:#00a479!important;}
.color-inf28 h3, .color-inf28 strong, .color-inf28 a{
	color:#867c27!important;}
.color-inf29 h3, .color-inf29 strong, .color-inf29 a{
	color:#d5c639!important;}
.color-inf30 h3, .color-inf30 strong, .color-inf30 a{
	color:#363435!important;}
.color-inf31 h3, .color-inf31 strong, .color-inf31 a{
	color:#a34d36!important;}
.color-inf32 h3, .color-inf32 strong, .color-inf32 a{
	color:#4b776a!important;}
.color-inf33 h3, .color-inf33 strong, .color-inf33 a{
	color:#2060aa!important;}
.color-inf34 h3, .color-inf34 strong, .color-inf34 a{
	color:#50be86!important;}
.color-inf35 h3, .color-inf35 strong, .color-inf35 a{
	color:#812990!important;}
.color-inf36 h3, .color-inf36 strong, .color-inf36 a{
	color:#2b624d!important;}
.color-inf37 h3, .color-inf37 strong, .color-inf37 a{
	color:#715b4d!important;}
.color-inf38 h3, .color-inf38 strong, .color-inf38 a{
	color:#cd853b!important;}
.color-inf39 h3, .color-inf39 strong, .color-inf39 a{
	color:#396d83!important;}
.color-inf40 h3, .color-inf40 strong, .color-inf40 a{
	color:#ca806e!important;}
	
.panel-body img{
	width:300px;}
	
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.service-content p {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
}

.home-intro {
    display: none!important;
}