@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@font-face {
	font-family: 'FuturaLightBT';
	src: url('../fonts/FuturaLightBT.eot');
	src: local('FuturaLightBT'), url('../fonts/FuturaLightBT.woff') format('woff'), url('../fonts/FuturaLightBT.ttf') format('truetype');
}
html {
	position: static;
	height: 100% !important;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'FuturaLightBT';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0;
	min-height: 100%;
}
a {
	text-decoration: none;
}
.cl-bl {
    color: #0DA3E2;
    font-size: 29px;
}
.nav-btn {
    position: Fixed;
    top: 45%;
    z-index: 999999;
    width: auto;
    margin-right: 0px;
    height: auto;
    right: 0px;
}
a:hover, a:active {
	outline: none;
	text-decoration:none;
}
ul ul, ol ol {
	margin-left: 20px;
}
p, hr {
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	font-family:font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: 'FuturaLightBT';
}
h5 {
	font-size: 16px;
}
ul li {
	padding-bottom: 5px;
}
.header-top {
	overflow: hidden;
	background: #0da3e2;
}
.tel ul {
	padding: 0px;
}
.tel ul li {
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	padding: 0 25px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.tel ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.5)
}
.tel ul li a {
	color: #FFFFFF;
}
.tel ul li h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.social-icons {
	text-align: right;
	float: right;
	margin-right: 22px;
}
.social-icons ul li a {
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
	padding: 0px;
}
.social-icons .nav {
	margin-top: 0px;
}
.social-icons .navbar-nav {
	float: none;
}
.social-icons ul li {
	display: inline-block;
}
.social-icons ul li a i {
	padding: 11px 12px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.social-icons ul li a i:hover {
	color: #fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.fa-facebook:hover {
	background: #0083C9;
}
.fa-twitter:hover {
	background: #5BBCEC;
}
.fa-linkedin:hover {
	background: #90C9DC;
}
.fa-pinterest:hover {
	background: #FF4518;
}
.fa-google-plus:hover {
	background: #CE3C2D;
}
.fa-youtube:hover {
	background: #CE3C2D;
}
.fa-rss:hover {
	background: #FF9900;
}
.fa-blogger:hover
{
	background: #0083C9;
}

/*  Main Navigation */
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px;
	margin: 10px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0da3e2;
}
.logo {
	padding: 0px 0;
}
.logo img {
	max-height: 60px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-default {
	background: #FEFEFE;
	min-height: 50px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 0px solid #F1373A;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	font: 400 14px 'Open Sans';
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li {
	display: block;
}
.navbar-default .navbar-nav > li > a {
	line-height: 20px;
	color: #333333;
	letter-spacing: 0px;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
}
.nav > li > a {
	padding: 15px 4px;
}
.nav > li:first-child {
	padding-left: 0px;
}
.nav {
	margin-top: 15px;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #0da3e2;
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #0da3e2;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #f9cd22;
	background: none;
}
 @media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
}
.dropdown-menu {
	background: transparent;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	padding: 0px 0px 0px;
}
.dropdown-menu li a {
	color: #FFF;
	font-weight: 300;
	padding: 10px 15px;
	border-left: solid 4px transparent;
}
.dropdown-menu li {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #666666;
	background: rgba(121, 121, 121,0.9);
	display: block;
}
.dropdown-menu li:last-child {
	border-bottom: 0px solid #0da3e2;
}
.dropdown-menu li a:hover {
	color: #0da3e2;
	background: #474747;
	border-left: solid 4px #0da3e2;
}
/*--- Featured Blocks ---*/

.featured {
	padding: 20px 0 20px;
}

.featured h4{font-size: 24px; color:#db2e38; font-weight:bold; font-family: 'Open Sans', sans-serif; text-transform:uppercase;}

.icon-1 {
	background: url(../images/icon-1.png) no-repeat center bottom;
	min-width: 100px;
}
.featured-block a:hover .icon-1 {
	background: url(../images/iconh-1.png) no-repeat;
	min-width: 100px;
	height: 70%;
	left: 30%;
	top: 6%;
}
.icon-2 {
	background: url(../images/icon-2.png) no-repeat center bottom;
	min-width: 100px;
}
.featured-block a:hover .icon-2 {
	background: url(../images/iconh-2.png) no-repeat;
	min-width: 100px;
	height: 70%;
	left: 30%;
	top: 6%;
}
.icon-3 {
	background: url(../images/icon-3.png) no-repeat center bottom;
	min-width: 100px;
}
.featured-block a:hover .icon-3 {
	background: url(../images/iconh-3.png) no-repeat;
	min-width: 100px;
	height: 70%;
	left: 30%;
	top: 6%;
}
.icon-4 {
	background: url(../images/icon-4.png) no-repeat center bottom;
	min-width: 100px;
}
.featured-block a:hover .icon-4 {
	background: url(../images/iconh-4.png) no-repeat;
	min-width: 100px;
	height: 70%;
	left: 30%;
	top: 6%;
}
.featured-block {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #FFFFFF;
	margin-bottom: 20px;
	margin-top:10px;
}
.featured-block > a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #CCC;
	position: relative;
	border: 1px solid #e8e8e8;
}
.fblock-icon {
	color: #fff;
	position: absolute;
	width: 100%;
	height: 55%;
	left: 0%;
	top: -12%;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	padding-right: 0;
	display: block;
}
.fblock-content {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 45%;
}
.fblock-main {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #0da3e2;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.fblock-text {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    color: #262222;
}
.fblock-sub {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	background: #fff;
	color: #FFFFFF;
	border: solid 1px #0da3e2;
	background: #0da3e2;
	line-height: 30px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.featured-block:hover {
	background: #fff;
}
.featured-block:hover .fblock-icon {
	font-size: 70px;
	color: #0da3e2;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.featured-block:hover .fblock-main {
	color: #888;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}
.featured-block:hover .fblock-sub {
	border-color: #CCCCCC;
	background: #FFFFFF;
	color: #666;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}

marquee li{display: inline-block; padding-right: 60px;}

@-webkit-keyframes moveFromLeft {from {-webkit-transform: translateX(-100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromLeft {from {-moz-transform: translateX(-100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromLeft {from {-ms-transform: translateX(-100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromRight {from {-webkit-transform: translateX(100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromRight {from {-moz-transform: translateX(100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromRight {from {-ms-transform: translateX(100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromBottom {from {-webkit-transform: translateY(100%);}to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromBottom {from {-moz-transform: translateY(100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromBottom {from {-ms-transform: translateY(100%);}to {-ms-transform: translateY(0%);}}

/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax h2 {
	color: #FFFFFF;
	font-family: 'FuturaLightBT';
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 36px;
}
.parallax h2 span {
	color: #0da3e2;
}
.parallax h2:after {
	height: 1px;
	width: 100px;
	margin: 0 auto;
	background: #0da3e2;
}
.parallax p {
	color: #FFF;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.overlay1 {
	background: rgba(0,0,0,0.6);
	padding: 40px 0 20px;
}
.margin_btm {
	margin-bottom: 20px;
}
.booking {
	padding: 40px 0 20px;
}
.box {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
	border-radius: 6px;
	z-index: 20;
	border: 0px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-ms-animation-duration: 1s;
	-ms-animation-delay: 0s;
	-o-animation-duration: 1s;
	-o-animation-delay: 0s;
}
.box.animation {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box.box-md {
	height: 120px;
}
.box-hover {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	border-radius: 6px;
	-webkit-transform: translate(100%, 100%);
	-moz-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	-o-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.box:hover .box-hover {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.box-hover span.hover-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	display: inline-block;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100px;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	z-index: 2;
}
.box:hover .box-hover span.hover-icon {
	opacity: 1;
}
.box .box-content {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.box .box-content.navigation {
	padding: 25px;
}
.box .box-content.navigation i {
	display: inline-block;
	font-size: 55px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box:hover .box-content.navigation i {
	font-size: 70px;
}
.box .box-content.navigation span.box-title {
	position: absolute;
	top: 40%;
	left: 30%;
	font-size: 18px;
	color: #fff;
}
.br-red {
	background: #e63131 !important;
}
.br-pink {
	background: #fb226f !important;
}
.wrapper {
	padding: 40px 0 20px;
	background: #FFFFFF;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #CCC;
}
.wrapper h2 {
	color: #0da3e2;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.carousel-inner .item img {
	width: 100%;
	height: 100%;
}
.item .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}
.carousel-control {
	background: #FFF;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 26px;
	top: 25%;
	left: auto;
	bottom: 0;
	opacity: 1;
	text-shadow: none;
	border: 1px solid #999;
}
.carousel-control.right {
	right: 0px;
}
.carousel-control.left {
	left: 0px;
}
.carousel-control:hover {
	color: #0da3e2;
}
.testimonial {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	position: relative;
}
.testimonial-inner {
	position: relative;
	border: 0px solid #e0e0e0;
	background-color: rgba(0,0,0,0.2);
	padding: 30px;
}
.testimonial-wrap {
}
.text {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}
.name {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	position: relative;
	text-align: right;
	color: #0da3e2;
	margin-top: 10px;
}
.name span {
	font-weight: 400;
	color: #FFF;
}
/*-------------------------------
	Image With Text Boxes
 ------------------------------*/
.content-box {
	position : relative;
	padding-left: 0;
}
.content-image {
	position : relative;
	padding-right: 0;
}
.lblue-content {
	background: #65d2ff;
	margin-bottom: 20px;
}
.blue-content {
	background: #0DA3E2;
	margin-bottom: 20px;
}
.content-text {
	padding: 10px 20px 0px 30px;
}
.content-text p {
	margin: 0px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.content-text h2 {
	font-family: 'FuturaLightBT';
	font-size: 24px;
	margin: 0px;
	color: #FFF;
}
.content-text .carets {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFF;
	margin-top: 0px;
	margin-left: -30px;
}
.read-more a {
	color: #FFF;
	float: right;
	margin-top: 10px;
}
.read-more a:hover {
	color: #00C;
}
.main-slider {
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	background: #343434;
	z-index:0;
}
.tp-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tp-bannertimer {
	visibility: hidden !important;
	height: 2px;
}
.tp-banner ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset, 0 2px 3px rgba(0,0,0,0.2);
}
.tp-banner .tp-caption.paragraph {
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.tp-caption.small_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.medium_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.large_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.very_large_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px;
}
.bg-blue {
	background: #0da3e2;
	padding: 15px;
}
.bg-white {
	background: #FFFFFF;
	color: #0da3e2 !important;
	padding: 15px;
}
.cl-blue {
	color: #0DA3E2;
	font-size: 17px;
}
footer {
	background: #2a303a;
	padding: 20px 0 10px;
	margin-top: 0px;
	border-top: 4px solid #0da3e2;
}
footer h3 {
	color: #ffffff;
}
footer a {
	color: #ccc;
}
footer p {
	color: #ffffff;
}
footer p a {
	color: #ffffff;
}
footer p a:hover {
	color: #CCCCCC;
}
footer span {
	color: #0da3e2;
}
footer li {list-style-type: none; margin-left: -25px;}
footer li::before {
  content: "\f105";
    font-family: FontAwesome;
    color: #0da3e2; /* or whatever color you prefer */
    margin-right: 5px;
}
.designed {
	text-align: right;
}
.designed a {
	color: #999999;
}
.designed a:hover {
	color: #ff8b03;
}
/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #ed450c;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	text-decoration: none;
}
/*----*****---- << Breadcrumb >> ----*****----*/
			
.breadcrumb-section {
	width: 100%;
	margin: 0px 0px 20px;
	padding: 20px 0px 10px;
	float: left;
	clear: both;
	background: url(../images/pattern_blue.png) repeat;
	border-bottom: 2px solid #dddddd;
}
.breadcrumb-section h3 {
	color: #FFFFFF;
}
ul.breadcrumb {
	margin: 0px 0 0;
	background: transparent;
	text-align: right;
}
ul.breadcrumb>li {
	text-shadow: none
}
ul.breadcrumb>li>a, ul.breadcrumb>li .divider {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}
ul.breadcrumb>li.active {
	color: #666
}
ul.fancy-list {
	list-style-type: none;
	list-style-position: outside;
}
ul.fancy-list li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}
ul.fancy-list li ul {
	padding-left: 0px;
}
ul.fancy-list.arrow li {
	padding-left: 15px;
}
ul.fancy-list.double-arrow li {
	padding-left: 15px;
}
ul.fancy-list.circle li {
	padding-left: 15px;
}
ul.fancy-list li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #333;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0px;
}
ul.fancy-list.arrow li:before {
	content: "\f105";
}
ul.fancy-list.double-arrow li:before {
	content: "\f101";
}
ul.fancy-list.circle li:before {
	content: "\f10c";
}
.about-content {
	padding: 0 0 20px;
}
.about-content h2 {
	font-weight: bold;
	font-family: 'FuturaLightBT';
	margin-bottom: 15px;
}
.about-content h3 {
	font-weight: bold;
	font-family: 'FuturaLightBT';
	margin-bottom: 5px;
	margin-top: 10px;
}
blockquote {
	border-left-color: #07abef;
	background: #FAFAFA;
	margin-top: 20px;
	padding-bottom: 20px;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.testimoniall {
	border-left: solid 3px #07abef;
	background: #FAFAFA;
	margin-top: 20px;
	padding: 10px;
}
.testimonialr {
	border-right: solid 3px #07abef;
	background: #FAFAFA;
	margin-top: 20px;
	padding: 10px;
}
.testimoniall p, .testimonialr p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.testimoniall h4, .testimonialr h4 { 
color: #07abef;
text-align: right;
}
/*	PERSONS
/*=============*/
	
.person {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-family: 'FuturaLightBT';
}
.person-inner {
	box-shadow: inset 0 0 0 1px #e0e0e0;
	padding-bottom: 20px;
	background-color: #ffffff;
}
.person .img {
	margin: 0 auto 15px auto;
	position: relative;
}
.person img {
	margin: 0 auto;
}
.person .names {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	font-weight: 400;
}
.person .title {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.person .phone {
	font-size: 20px;
	line-height: 24px;
	color: #666666;
	font-weight: 600;
}
.person .social-links {
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
.person .social-links a {
	width: 30px;
	height: 30px;
	margin: 0 5px 5px 0;
	background-color: #e0e0e0;
	color: #999999 !important;
	border-radius: 2px !important;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.person .social-links a:hover {
	background-color: #cccccc;
	color: #333333 !important;
	text-decoration: none;
}
.map-loc {
	position: relative;
	padding-bottom: 25%; /* 16:9 */
	height: 0;
	margin-top: -20px;
}
.map-loc iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map {
	position: relative;
	padding-bottom: 20%; /* 16:9 */
	height: 0;
	margin-top: -20px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.faq {
	padding: 0 0 20px;
	font-family: 'FuturaLightBT';
	font-size: 16px;
}
.faq ul li {
	list-style-type: disc;
	margin-bottom: 20px;
}
.faq ul li ul {
	padding-left: 0px;
}
.faq ul li ul li {
	list-style-type: none;
}
.hearing {
	padding: 0 0 20px;
	font-family: 'FuturaLightBT';
	font-size: 16px;
}

.hearing h2 {
	font-family: 'FuturaLightBT';
	padding-bottom: 5px;
	border-bottom: 2px solid #07abef;
	display: inline-block;
	margin-top:15px;
}


.hearing h3 {
	font-family: 'FuturaLightBT';
	padding-bottom: 5px;
	border-bottom: 2px solid #07abef;
	display: inline-block;
}
.hearing h4 {
	font-family: 'FuturaLightBT';
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.facility {
	padding: 0 0 20px;
	font-family: 'FuturaLightBT';
	font-size: 18px;
}
.facility ul li {
	list-style-type: disc;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.tinfont{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: black;
}
.facility blockquote h3 {
	font-family: 'FuturaLightBT';
}
.facility blockquote p {
	font-family: 'FuturaLightBT';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.side-menu {
	border-left: 4px solid #07abef;
	background: #FAFAFA;
	margin-left: 0px;
}
.side-menu ul {
	padding-left: 0px;
}
.side-menu ul li {
	list-style-type: none;
	text-transform: uppercase;
	padding: 0px;
}
.side-menu ul li a {
	color: #999;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0 10px 20px;
	display: block;
	border-left: 4px solid #FAFAFA;
	border-bottom: 1px solid #FFF;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.side-menu ul li a:hover, .side-menu ul li a.hover {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	background: #07abef;
	text-decoration: none;
	border-left: 4px solid #FAFAFA
}

.location{padding-bottom:20px; font-family: 'Open Sans', sans-serif;}

.location ul li {
	list-style-type: disc;
	margin-bottom: 12px;
	font-size:18px;
}

.location-box {
	border-left: 4px solid #07abef;
	background: #FAFAFA;
	margin-top:25px;
	padding:15px 10px 10px 20px;
	font-family: 'Open Sans', sans-serif;
}

.location-box h3{color:#0da3e2; text-transform:uppercase; font-size:20px; font-weight:bold;}

.location-box h5{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:21px;
	}


.contact {
	margin: 30px 0;
}
.contact .form-box {
	border: 0px solid #999;
	padding: 20px;
	background: #FAFAFA;
}
.contact h2 {
	margin: 10px 0 25px;
	color: #0da3e2;
	font-family: 'FuturaLightBT';
	font-size: 32px;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact address p span {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 5px 0 10px;
	font-weight: bold;
}
.contact address p {
	font-size: 16px;
	line-height: 28px;
}

.form-control {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn {
    border-radius:0px;
}


 @media only screen and (min-width: 992px) and (max-width:1199px) {
.logo img {
	max-height: 40px;
}
.nav > li > a {
	padding: 15px 10px;
}
.nav {
	margin-top: 0px;
}
.navbar-default {
	font: 400 12px 'Open Sans';
}
.check-up .item-content p{
	font-size:14px !important;
	text-align:justify;
}

}
 @media only screen and (min-width: 767px) and (max-width:991px) {
.logo img {
	max-height: 40px;
}
.nav > li > a {
	padding: 15px 8px;
}
.nav {
	margin-top: 0px;
}
.navbar-default {
	font: 400 12px 'Open Sans';
}

.check-up .item-content {
	padding:5px 10px 10px !important;
}
.check-up .item-content h3 {
	font-size:24px !important;
}

.check-up .item-content p{
	font-size:12px !important;
	text-align:justify;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.tel {
	display: none;
}
.logo img {
	max-height: 40px;
}
.social-icons {
	text-align: center;
	float: none;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #FAFAFA;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: #0da3e2;
	color: #FFFFFF;
}
.navbar-nav .open .dropdown-menu {
	text-align: center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #0da3e2;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #0da3e2;
	background: #474747;
}
.content-image {
	position : relative;
	padding-right: 15px;
}

.check-up .item-content p{
	font-size:14px !important;
	text-align:justify;
}

footer {
	text-align: center;
}
.designed {
	text-align: center;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.logo {
	width: 200px;
	padding-left: 15px;
}
.logo img {
	width: 100%;
}

.social-icons {
	text-align: center;
	float: none;
}
.tel {
	display: none;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav > li > a {
	padding: 10px;
}
.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #FAFAFA;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: #0da3e2;
	color: #FFFFFF;
}
.navbar-nav .open .dropdown-menu {
	text-align: center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #0da3e2;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #0da3e2;
	background: #474747;
}
.content-image {
	position : relative;
	padding-right: 15px;
}
.check-up .item-content {
	padding:5px 10px 10px !important;
}
.check-up .item-content h3 {
	font-size:18px !important;
}

.check-up .item-content p{
	font-size:10px !important;
	text-align:justify;
}

footer {
	text-align: center;
}
.designed {
	text-align: center;
}
}

.check-up h2{background:#0DA3E2; color:#FFF; padding:10px 0;}

.check-up {
	background-color:#eee;
	border:solid 1px #ccc;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:20px;
}
.check-up .item-icon {
	text-align:center;
	padding:0px
}
.check-up i {
	color:#00708c;
	font-size:9em
}
.hover {
	-webkit-user-select:none;
	-webkit-touch-callout:none
}
.check-up .item-content {
	background-color:#0DA3E2;
	color:#fff;
	padding:10px 20px 40px;
	position:absolute;
	z-index:10;
	top:80%;
	left:0;
	width:100%;
	height:100%;
-webkit-transition:all .4s linear;
-moz-transition:all .4s linear;
-ms-transition:all .4s linear;
-o-transition:all .4s linear;
transition:all .4s linear
}

.check-up .item-content p{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.check-up:hover .item-content, .check-up.cs-hover .item-content {
	top:0
}

.no-hover:hover .item-content, .no-hover.cs-hover .item-content{top:80%;}
.check-up .item-content h3 {
	font-size:30px;
	text-align:center;
	margin:0px 0 15px 0;
	color:#fff
}



/********** social icons *******/

<style>

	/* footer social icons */
ul.social-network {
	position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
/*left:78%; left:95%;*/
right:0%;
bottom:0%;
z-index:9999;


}
ul.social-network li {
	display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: #000;
  font-size:14px;
background-color:#76c900;
border-radius:10px 0 0 10px;


}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#67be50;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#e30202;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#000;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 ;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:30%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:14px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.nav-icons .social-network .social-circle li a{
background-color:#f1f1f;
}
.nav-icons{
display:none;

}
@media only screen   
and (min-device-width : 360px)   
and (max-device-width : 640px)  
{ /* STYLES GO HERE */}  
.navbar-toggler span{
background-color:#fff !important;

}

  .nav-icons { 
    display:block!important;
    background-color:#fff;!important;
  }
  .nav-icons .social-network .social-circle li a{
    background-color:#f1f1f;
  }
  .nav-icons{
    display:none;
  }

  /* footer social icons */
  ul.social-network {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    right:0%;
    bottom:0%;
  }
  ul.social-network li {
    display: block;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
    color: #fff;
    font-size:14px;
     
    border-radius:10px 0 0 10px;
	background-color:#db2e38;
  }

   
  .social-network a.icoRss:hover {
    background-color: #F56505;
  }

  .social-network a.icoFacebook:hover {
    background-color:#3B5998;
  }

  .social-network a.icoTwitter:hover {
    background-color:#33ccff;
  }

  .social-network a.icoGoogle:hover {
    background-color:#67be50;
  }

  .social-network a.icoVimeo:hover {
    background-color:#0590B8;
  }

  .social-network a.icoLinkedin:hover {
    background-color:#e30202;
  }

  .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
  .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#000;
  }

  a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
  }

  .social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 ;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:30%;
    text-align:center;
    width: 50px;
   /* height: 50px; */
   height: 45px;
    font-size:14px;
	
  }

  .social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
  }

  .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  .nav-icons .social-network .social-circle li a{
    background-color:#f1f1f;
	z-index:999999;
  }

  
/*************/


