@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p{margin:0px; padding:0px;}
body{margin:0px; padding:0px; font-family: 'Open Sans', sans-serif; background:#e9e9e9;}
.mrg{margin-top:15px;}
.mrg2{margin-top:30px !important;}

#wrapper {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
    padding-bottom: 10px;
    width: 1170px;
	border-radius:0 0 10px 10px;
}
.copyright p{
	text-align:center;
	color:#fff;
	margin-top:5px;
}
	
header{width:100%; background:#ff6200; padding:15px 0px; color:#fff; border-bottom:2px solid #04aeda;}
header h1{font-size:30px; color:#623f84; text-align:center;}
header h2{font-size:18px;  font-family:Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:1px; color:#123838;}
header h2 span{display:block; font-size:14px; font-weight:normal; line-height:20px; font-family: 'Open Sans', sans-serif; letter-spacing:normal; color:#fff;}

.error{
	color:#C00;
	font-size:11px;
	font-style:italic;
	font-family:"Arial Black", Gadget, sans-serif;
}
.right h3 {
	font-size: 25px;
	color:#fff;
text-align: center;
font-family: Oswald, sans-serif;
letter-spacing: 1px;
background-color: #3576AA;
border-radius: 10px;
padding: 7px;
}
.form {
	padding: 0px 6px;
}
#sendemail h4 {
	font-size: 26px;
	line-height: 0px;
	color: #006;
}
#sendemail {
	margin-top: 20px;
border: 1px solid #999;
border-radius: 30px;
padding-bottom: 20px;
float: left;

}
#sendemail span {
	width: 109px;
	line-height: 28px;
	color: #006;
}
#sendemail .wrapper {
	min-height: 30px
}
#sendemail .textarea_box {
	min-height: 125px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 6px;
}
#sendemail a {
	margin: 7px 15px 0 10px;
	float: right;
	width: 62px;
	font-style: normal;
	font-weight: bold;
	height: 32px;
	line-height: 30px;
	color:#000;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(#DFDFDF, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;

}
#sendemail a:hover {
	background: #FF840B;
	color: #fff;
}
#sendemail .input {
	width: 372px;
	height: 18px;
	border: 1px solid #666666;
	background: #fff;
	padding: 5px 5px;
	color: #333333;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	border-radius: 3px;
}
#sendemail textarea {
	overflow: auto;
	width: 350px;
	height: 50px;
	border: 1px solid #666666;
	background: #fff;
	padding: 35px 5px;
	color: #696968;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0;
}
textarea {
display: block;
  width: 100%;
  height: 75px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  resize:none;
}
ol {
	margin: 40px 32px;
  	padding: 0;
	font-size:14px;

}
ol li {
	margin: 0;
padding: 0;

display: block;
clear: both;
color:#006;
margin-bottom:10px;
}
ol li label {
display: block;
margin: 0;
padding: 10px 0 0 0;
} 
ol li input.text {
width: 260px;
border: 1px solid #c0c0c0;
margin: 0px 0;
padding: 5px 2px;
height: 16px;
background: #fff;
} 
ol li label {
display: block;
margin: 0;
padding: 0px;
} 
ol li input.text {
display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.send {
	background:#FF6200;
	color:#fff;
	width:80px;
	height:30px;
	border-radius:5px;
	margin-bottom: 10px;
	text-align: center;
float:right;
display: block;
}
.send:hover {
	background:#04AEDA;
}




.navigation-outer{width:100%; border-bottom:3px solid #ff6200; margin-top:30px;}
.hvr{ backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}
	
.hvr::before{background: #ff6200  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;}
	
.hvr:hover::before{transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); border-radius:8px 8px 0 0;}
	
	
.menu li:first-child{margin-left:0px;}	
.active{background:#ff6200 !important;}

.main-contain{width:auto; margin-top:15px;}
.main-contain h2{background-color:#ff6200 ; padding:6px 25px;  margin-left:-35px; position:relative; font-size:24px; color:#fff; background-image:url(../images/new-bg.png); background-repeat:no-repeat; background-position:right; box-shadow:0 2px 0 0 #000;}
.main-contain h2 span{position:absolute; background-image:url(../images/heading-bg.png); background-repeat: no-repeat; display:block; width:20px; height:10px;background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    width: 20px;
}

.call-detail{width:auto; text-align:center;}
.call-detail h2{padding-top:5px; padding-left:140px;}
.call-detail h2 span{display:inline; padding-right:10px;}
.inner-header{width:100%; background:#000; padding:10px 0px; border-bottom:3px solid #04aeda;}
.inner-header h1{color:#fff; text-align:center; margin-right:145px; font-size:36px;}


.social-icons {
	 float: right;
	 padding: 14px;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display:block;
	text-indent: -9999px;
	background: transparent url('../images/social-icons.png');
	text-decoration: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-info1{
	font-weight: normal;
	color: #BBB;
	font-family: 'Source Sans Pro', sans-serif;
}
.social-icons li:first-child {
	border-left: 1px ridge #161515;
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
	border-left:0px;
}
.social-icons ul li last-child(4) {
	border-right: 1px ridge #363636;
	margin-top: 0px;
}
.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	background: none;
	padding: 0px;
	margin: 0;
	list-style:none;
}



.social-icons a.facebook:hover {
	background-position: 0px bottom;
}
.social-icons a.facebook {
	background-position: 0px top;
}
.social-icons li a {
	border-left: 1px ridge #363636;
	border-right: 1px ridge #161515;
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/social-icons.png);
}
.social-icons a.twitter {
	background-position: -40px top;
}
.social-icons a.twitter:hover {
	background-position: -40px bottom;
}
.social-icons a.googleplus {
	background-position: -440px top;
}
.social-icons a.googleplus:hover {
	background-position: -440px bottom;
}
.social-icons a.pinterest {
	background-position: -480px top;
}
.social-icons a.pinterest:hover {
	background-position: -480px bottom;
}
.social-icons a.dribbble {
	background-position: -160px top;
}
.social-icons a.dribbble:hover {
	background-position: -160px bottom;
}
.social-iconst a.dribbble:hover {
	background-position: -160px bottom;
}	
.social-icons a.vimeo {
	background-position: -120px top;
}
.social-icons a.vimeo:hover {
	background-position: -120px bottom;}
	
.social-icons a.linkedin {
	background-position: -360px top;
}
.social-icons a.linkedin:hover {
	background-position: -360px bottom;}
		
	
	
	
.social-icons li:last-child{border-right: 1px ridge #363636 !important;}
.main-img{width:auto; margin-top:18px;}
.main-contain p{margin-top:15px;}


.our-services{width:auto; margin-top:15px;}
.our-services h2{background-color:#ff6200 ; padding:6px 25px;  margin-left:-35px; position:relative; font-size:24px; color:#fff; background-image:url(../images/new-bg.png); background-repeat:no-repeat; background-position:right; box-shadow:0 2px 0 0 #000;}
.our-services h2 span{position:absolute; background-image:url(../images/heading-bg.png); background-repeat: no-repeat; display:block; width:20px; height:10px;background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    width: 20px;
}

.our-services h3{font-size:22px; padding:0px 0px 10px 0px; color:#ff6200;}
.service-box{width:auto; border:2px solid #000; border-radius:0 10px 0 10px; text-align:center;}
.our-services .row{margin-top:30px;}
.service-box img{border-radius:0 9px 0 9px;}
.service-box-button{text-align:center; background:#ff6200; color:#fff; text-align:center; padding:10px; margin-top:15px; border-radius:10px 0 10px 0px; font-size:16px;}
.service-box-button a{display:block; text-decoration:none; color:#fff;}
.service-box-button:hover{background:#000;}


.our-team{width:auto; margin-top:15px;}
.our-team h2{background-color:#ff6200 ; padding:6px 25px;  margin-left:-35px; position:relative; font-size:24px; color:#fff; background-image:url(../images/new-bg.png); background-repeat:no-repeat; background-position:right; box-shadow:0 2px 0 0 #000;}
.our-team h2 span{position:absolute; background-image:url(../images/heading-bg.png); background-repeat: no-repeat; display:block; width:20px; height:10px;background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    width: 20px;
}


.team-member-grid{
	width:20%;
	float:left;
	background:url(../images/top-grid-info-bg-b.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	min-height:533px;
}
.team-member-grid:hover{
	background:url(../images/top-grid-info-bg-bl.png);
}
.team-member-grid img{
	width:100%;
	display:block;
}
.team-member-info{
	padding: 0.4em 1em;
	position: relative;
	height: 290px;
}
.team-member-info h3 a{
	color:#FFF;
	font-size:0.8em;
}
.team-member-info h3 a:hover{
	text-decoration:none;
}
.team-member-info p{
	color: #fff;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	line-height: normal;
}
.team-member-info span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	position: absolute;
	top: -16px;
	left: 40%;
}
.team-member-grid:hover div.team-member-info span{
	background: url(../images/top-arrowb.png) no-repeat 0px 0px;
}
.bottom-t-info-b span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/down-arrowb.png) no-repeat 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 40%;
	top: 285px;
}
.team-member-grid:hover div.bottom-t-info-b span{
	background: url(../images/down-arrow.png) no-repeat 0px 0px;
}
.bottom-t-info-b{
	padding:0 1em;
}
.bottom-t-info-b h3{
	margin:0.48em 0;
}
.team-member-grids{
	padding:3em 0 0 0;
}
.team-head{
	background:none;
}

.foram {
    background: #676668 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 10px 0px;
    width: auto;
}




.foram  .btn-primary{background:#ff6200;}
.foram .btn-primary:hover{background:#04aeda;}


footer{width:100%; background:#222222; border-top:3px solid #ff6200; margin-top:30px; padding:10px 0px;}
footer h2{font-size:18px; color:#fff; text-align:center;}
footer address{text-align:left; color:#fff; font-size:14px; margin-top:15px; margin-bottom:0px;}
.id{width:auto; padding-top:30px; text-align:left;}
footer ul{margin:0px; padding:10px 0 0 37%;}
footer li{list-style:none; font-size:13px;}
footer li a{list-style:none; font-size:13px; text-decoration:none; color:#fff; display:block; padding:3px 0px; transition:all 0.2s ease-out 0s;}
footer li a:hover{color:#ff6200; text-indent:4px;}


.our-services p{margin-bottom:15px;}
.our-services p:last-child{margin-bottom:0px;}
.our-services ul{margin:0px; padding:0px;}
.our-services li{ font-size:14px; color:#000;}
.our-services li i{color:#ff6200; margin-right:5px;}
.main-contain h3{margin-top:25px;}
.dots{border-bottom:2px dotted #ff6200; padding-bottom:15px;}
.main-contain .foram{border:none; background:inherit;}
.main-contain .adres{margin-top:18px;}
.adres h4{font-size:20px; color:#ff6200;}
.adres address{font-size:16px; line-height:24px; margin-top:15px;}

.pull-right {
	float:none;
  width: 100%;
  text-align: center;
}

.service-box img{width:100%; height:auto;}
.service-box h6 {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff6200;
  padding: 10px;
  margin-top: 15px;
  border-radius: 0px 0 0px 10px;
  font-size: 16px;
}
.our-services h4{
  background-color: #FFE9DB;
  padding: 6px 25px;
  color: #833303;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
  }
  .our-services h5{
  padding: 6px 25px;
  color: #833303;
  font-weight: bold;
  margin-bottom: 10px;
  }
.treatment-box{width:auto; min-height:300px;}

.treatment-box h3 {
    color: #04aeda;
    font-size: 22px;
    padding: 5px 0 10px 10px;
	text-align:left;
   
}


.treatment-box h3 a{
    color: #04aeda;
    font-size: 22px;
   
	
	text-decoration:none;
   
}



.treatment-box h3 a:hover{
    color: #04aeda;
    font-size: 22px;
   
	
	text-decoration:none;
   
}


.treatment-box ul{margin:0px;}
.treatment-box li{list-style:none; padding:7px 0px;}
.foram ol{margin:0px;}
#addform ol{margin:0px !important;}


.fancybox img{margin-left:20px; margin-bottom:20px;}

@media (max-width:1365px){
	.carousel{max-height:300px;}
	.carousel img{width:100%; height:auto;}
	#carousel-example-generic img{width:100%; height:300px;}
	.navigation-outer{margin-top:0px;}
}


@media (max-width:1280px){
	#wrapper{width:auto;}
	
}

@media (max-width:1024px){
	.inner-header h1{font-size:30px;}
	.call-detail h2{padding-left:30%;}
}


@media (max-width:800px){
	.inner-header h1{font-size:25px;}
	header h2{font-size:18px;}
	.call-detail h2{padding-left:5%;}
	.team-member-info{height:535px;}
	.bottom-t-info-b span{top:531px;}
	
	
}


@media (max-width:640px){
	.main-contain img{width:100%; height:auto;}
	.service-box img{width:100%; height:auto;}
	.team-member-grid{width:50%;}
	.menu li{float:none;}
	header .col-sm-3{width:25%; float:left;}
	header .col-sm-4{width:36%; float:left;}
	
	.call-detail h2{padding-left:0px;}
	.inner-header .col-sm-8{width:65%; float:left;}
	.inner-header .col-sm-4{width:35%; float:left;}
	footer .col-sm-3{width:33%; float:left;}
	footer .col-sm-6{width:33%; float:left;}
	.inner-header h1{font-size:20px;}
	.team-member-info{height:auto;}
}


@media (max-width:480px){
	.main-contain img{width:100%; height:auto;}
	.service-box img{width:100%; height:auto;}
	.team-member-grid{width:100%;}
	.menu li{float:none;}
	header .col-sm-3{width:100%; float:left;}
	header .col-sm-4{width:100%; float:left;}
	
	.call-detail h2{padding-left:0px;}
	.inner-header .col-sm-8{width:100%; float:left;}
	.inner-header .col-sm-4{width:100%; float:left;}
	footer .col-sm-3{width:100%; float:left;}
	footer .col-sm-6{width:100%; float:left;}
	footer h2{float:left !important;}
	.call-detail{text-align:left;}
	header .pull-right{float:left !important; margin-top:15px;}
	.inner-header h1{margin-right:0px;}
	#carousel-example-generic img{height:inherit;}
	.main-contain h2{margin-left:0px;}
	.our-services h2{margin-left:0px;}
	footer ul {
    margin: 15px 0;
    padding: 10px 0 0 0;}
	.our-team h2{margin-left:0px;}
	footer .address{margin-top:25px;}
	footer .pull-right{float:left !important; margin-top:35px;}
	footer .col-sm-3{float:left;}
	footer address{margin-left:-63px;}
}


@media (max-width:320px){
	.main-contain h2{font-size:18px;}
	.our-team h2{font-size:18px;}
	.our-services h2{font-size:18px;}
}