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


body {
	 color: #3B3B3B;
}
.pl {
	padding-left: 0;
}
.bmi {
	padding: 0px 0;
	overflow: hidden;
	margin: 30px 0 30px 0;
}





.bmi p {
	text-align: center;
	line-height: 25px;
}
.course li {
	line-height: 25px;
}
.course h5 {
	font-weight: bold;
	color: #ca8013;
}
.training {
	margin-bottom: 30px;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-angle-left {
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 23px;
	color: #848484;
	border: 3px solid #848484;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control .fa-angle-right {
	right: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 23px;
	color: #848484;
	border: 3px solid #848484;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-indicators {
	bottom: 25%;
}
.carousel-indicators li {
	background-color: #c77a13;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
.carousel-control.left {
	background-image: none !important;
}
.carousel-control.right {
	background-image: none !important;
}
.carousel-control {
	width: 0;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow: hidden;
}
.item.active img {
	transition: transform 5000ms linear 0s;
	transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
 @media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
 opacity: 0;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 .carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
 opacity: 0;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 .carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 }
 .media-left, .media > .pull-left {
 padding-right: 5px;
}
.bg-grey {
background-color:#f8f8f8;
box-shadow:4px 1px 5px 2px #C2BEBE;
}
.hvr-grow {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 -webkit-transition-duration: 0.3s;
 -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-property: transform;
 -moz-transition-property: transform;
 -o-transition-property: transform;
 transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
.calculator_div {
width: 30%;
}
 .calculator_div .form-control {
margin-bottom: 10px;
}
 .calculator_table h2 {
font-size: 25px;
}
 .project .panel-default {
margin:20px 0;
}
.project .panel {
background:none;
}
.project .nav-tabs {
text-align:center; /*border:none;*/
}
.project ul {
padding: 0;
}
.project .nav-tabs > li {
float:none;
display:inline-block;
}
.project .nav-tabs > li > a {
color:#444 !important;
}

.proj {
padding:40px 0;
overflow:hidden;
}
.proj p {
text-align:left;
}
.proj p a {
color:#3b3b3b;
}
.proj p i {
margin-right:5px;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
.img-f {
position: relative;
margin: 0 auto;
padding: 1em 0 4em;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.img-f figure {
 position: relative;
 float: left;
 overflow: hidden;
 margin: 10px 1%;
 min-width: 320px;
 max-width: 480px;
 max-height: 360px;
 width: 48%;
 background: #3085a3;
 text-align: center;
 cursor: pointer;
}
 .img-f figure img {
 position: relative;
 display: block;
 min-height: 100%;
 max-width: 100%;
 opacity: 0.8;
}
 .img-f figure figcaption {
 padding: 2em;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.25em;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .img-f figure figcaption::before, .img-f figure figcaption::after {
 pointer-events: none;
}
 .img-f figure figcaption, .img-f figure figcaption > a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.img-f figure figcaption > a {
 z-index: 1000;
 text-indent: 200%;
 white-space: nowrap;
 font-size: 0;
 opacity: 0;
}
 .img-f figure h2 {
 word-spacing: -0.15em;
 font-weight: 300;
 color:#fff;
}
 .img-f figure h2 span {
 font-weight: 800;
}
 .img-f figure h2, .img-f figure p {
 margin: 0;
}
 .img-f figure p {
 letter-spacing: 1px;
 font-size: 68.5%;
}
 figure.effect-milo {
 background: #ca8013;
}
 figure.effect-milo img {
 max-width: none;
 width: -webkit-calc(100% + 60px);
 width: calc(100% + 60px);
 opacity: 1;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 -moz-transition: opacity 0.35s, -moz-transform 0.35s;
 -o-transition: opacity 0.35s, -o-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
 -webkit-transform: translate3d(-30px, 0, 0) scale(1);
 -moz-transform: translate3d(-30px, 0, 0) scale(1);
 -ms-transform: translate3d(-30px, 0, 0) scale(1);
 -o-transform: translate3d(-30px, 0, 0) scale(1);
 transform: translate3d(-30px, 0, 0) scale(1);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 figure.effect-milo:hover img {
 opacity: 0.3;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 -moz-transform: translate3d(0, 0, 0) scale(1);
 -ms-transform: translate3d(0, 0, 0) scale(1);
 -o-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
}
 figure.effect-milo h2 {
 position: absolute;
 right: 0;
 bottom: 0;
 padding: 5px 5px 0px 5px;
 font-size:20px;
 text-transform:none;
 background-color:rgba(0,0,0,0.5);
}
 figure.effect-milo p {
 padding: 0 10px 0 0;
 width: 100%;
 border-right: 1px solid #fff;
 text-align: right;
 opacity: 0;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 -moz-transition: opacity 0.35s, -moz-transform 0.35s;
 -o-transition: opacity 0.35s, -o-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
 -webkit-transform: translate3d(-40px, 0, 0);
 -moz-transform: translate3d(-40px, 0, 0);
 -ms-transform: translate3d(-40px, 0, 0);
 -o-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0);
}
 figure.effect-milo:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}

/**/

/*---------------*/
/***** Milo *****/
/*---------------*/
.img-f {
position: relative;
margin: 0 auto;
padding: 1em 0 4em;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.img-f figure {
 position: relative;
 float: left;
 overflow: hidden;
 margin: 10px 1%;
 min-width: 0;
 max-width: 480px;
 max-height: 360px;
 width: 100%;
 background: #3085a3;
 text-align: center;
 cursor: pointer;
}
 .img-f figure img {
 position: relative;
 display: block;
 min-height: 100%;
 
 opacity: 0.8;
}
 .img-f figure figcaption {
 padding: 2em 1em;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.25em;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .img-f figure figcaption::before, .img-f figure figcaption::after {
 pointer-events: none;
}
 .img-f figure figcaption, .img-f figure figcaption > a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.img-f figure figcaption > a {
 z-index: 1000;
 text-indent: 200%;
 white-space: nowrap;
 font-size: 0;
 opacity: 0;
}
 .img-f figure h2 {
 word-spacing: -0.15em;
 font-weight: 300;
 color:#fff;
}
 .img-f figure h2 span {
 font-weight: 800;
}
 .img-f figure h2, .img-f figure p {
 margin: 0;
}
 .img-f figure p {
 letter-spacing: 1px;
 font-size: 68.5%;
}
 figure.effect-milo1 {
 background: #548449;
}
 figure.effect-milo1 img {
 max-width: none;
 width: -webkit-calc(100% + 60px);
 width: calc(100% + 60px);
 opacity: 1;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 -moz-transition: opacity 0.35s, -moz-transform 0.35s;
 -o-transition: opacity 0.35s, -o-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
 -webkit-transform: translate3d(-30px, 0, 0) scale(1);
 -moz-transform: translate3d(-30px, 0, 0) scale(1);
 -ms-transform: translate3d(-30px, 0, 0) scale(1);
 -o-transform: translate3d(-30px, 0, 0) scale(1);
 transform: translate3d(-30px, 0, 0) scale(1);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 figure.effect-milo1:hover img {
 opacity: 0.5;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
}
 figure.effect-milo1 h2 {
 position: absolute;
 right: 0;
 bottom: 0;
 padding: 5px 5px 0 5px;
 font-size:20px;
 text-transform:none;
 background-color:rgba(0,0,0,0.5);
}
 figure.effect-milo1 p {
 padding: 0 10px 0 0;
 text-align: center;
 opacity: 0;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 -moz-transition: opacity 0.35s, -moz-transform 0.35s;
 -o-transition: opacity 0.35s, -o-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
 -webkit-transform: translate3d(-40px, 0, 0);
 -moz-transform: translate3d(-40px, 0, 0);
 -o-transform: translate3d(-40px, 0, 0);
 -ms-transform: translate3d(-40px, 0, 0);
 transform: translate3d(-40px, 0, 0);
}
 figure.effect-milo1:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 .bg {
background: url(../images/bg-medical.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
}
.trans3 {
background-color:rgba(0,0,0,0.2);
}
.clear {
clear: both;
}
.main_container {
margin:0;
padding:0;
}
.main_container ul {
padding:0;
margin:0;
}
.main_container ul li {
display:inline;
padding:7px 0;
}
/*.main_container .navbar-brand {
height:inherit;
}*/
/*.main_container .navbar-header {
width:20%;
}*/

 .main_container .form-horizontal_x {
 margin-top: 10px;
}
 .main_container .navbar-default {
position: absolute;
background-color: rgba(255, 255, 255, 0.80);
padding: 10px;
padding-bottom: 20px;
}
 .main_container .nav>li>a {
padding: 10px 4px;
color: #4c1f1e;
font-weight: bold;
}
.main_container .nav>li {
float: none;
display: inline-block;
text-align: center;
margin: 0 auto;
}
.main_container .btn-default {
 color: #fff;
 background-color: #548449;
 border-color: #548449;
 border-radius: 0;
 text-transform: uppercase;
 font-size: 16px;
 padding:1px 10px;
 margin-left:10px;
 margin-top:0;
}
.main_container .navbar-nav {

float:right;
}
.main_container .btn-default:hover {
background:#000;
border-color:#000;
}
.medias ul li a {
 height: 30px;
 width: 30px;
 border: 1px solid #fff;
 line-height: 30px;
 background: #4c1f1e;
 border-radius: 50%;
 display: inline-block;
 text-align: center;
 color: #fff;
 font-size: 12px;
}
.classus p {
color:#4c1f1e;
text-align: right;
font-size: 16px;
font-weight:bold;
}
.classus p a {
color:#4c1f1e;
text-align: center;
font-size: 16px;
font-weight:bold;
}
 .classus p i {
color:#ff1717;
}
 .medias ul li a:hover {
background: #000;
}
.main_container .carousel-caption {
top: 40%;
padding-top:0;
}
.main_container .inner-pg .carousel-caption {
top: 50%;
padding-top:0;
}

.tagline hr {
margin-top:10px;
margin-bottom:10px;
}
.carousel-control.right {
right:15px;
}
.carousel-control.left {
left:15px;
}
 .main_container .tagline h3 {
     text-shadow:3px 2px 3px #3f3d3d;
font-size: 30px;
text-transform: uppercase;
}
.main_container .tagline h3 span {
font-size:60px;
letter-spacing:3px;
}
.tagline span {
    text-shadow:3px 2px 3px #3f3d3d;
font-size:20px;
}
.new_years {
 border: 1px solid #fff;
width: 20%;
margin: auto;
padding: 2px;
margin-top: 5px;
}
.new_years_inner {
background: rgb(199, 122, 19);
padding: 1px 0;
}
.new_years_inner h4 {
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
}
.new_years_inner a {
 color: #fff;
 letter-spacing: 2px;
 text-transform: uppercase;
 text-decoration: none;
}
.tagline hr {
width:60%;
border-top: 3px solid #eee;
}
 .carousel-control.left {
background: transparent;
}
.carousel-control.right {
background: transparent;
}
.carousel-control {
width:inherit;
}
.banner_hotels_all h1 {
font-size: 20px;
color:#ff523f;
text-transform: uppercase;
letter-spacing: 4px;
padding-bottom: 30px;
}
#hotel_alls {
padding:50px 0;
}
.banner_hotels_all .hotels_abouts {
border:4px solid #f5d1a9;
padding: 20px 30px;
}
.hotels_abouts h2 {
	/* font-family:GOTHICB;*/
	color:#4c1f1e;
 font-size: 22px;
 text-transform: uppercase;
line-height: 25px;
}
a.hotels_ex {
 display: block;
 width: 100%;
 background: #4c1f1e;
 text-align: center;
 padding: 6px 0;
 text-transform: uppercase;
 color: #fff;
 letter-spacing: 1px;
 margin-bottom: 15px;
 text-decoration: none;
 margin-top: 20px;
}
 a.booking_qx {
 display: block;
 width: 100%;
 background: #ff523f;
 text-align: center;
 padding: 6px 0;
 text-transform: uppercase;
 color: #fff;
 letter-spacing: 1px;
 text-decoration: none;
}
.hotels_abouts p {
 color: #818181;
 font-size: 12px;
}
.hotels_loc {
 background: rgba(76, 31, 30, 0.71);
 position: absolute;
 z-index: 999;
 top: 0;
 left: 10%;
 padding: 10px 20px;
}
 .hotels_loc span {
 color: #4c1f1e;
 background: #f5d1a9;
 font-size: 18px;
 padding: 5px;
}
.hotels_loc h3 {
 color: #fff;
 margin: 10px 0;
}
.hotels_loc p {
 color: #fff;
}
 #myCarousel_hotels .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
 margin-left: -50px;
font-size: 50px;
color: #4c1f1e;
}
#myCarousel_hotels .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right: -50px;
font-size: 50px;
color: #4c1f1e;
}
#myCarousel_hotels .carousel-control {
opacity: .9;
}
.banner_hotels_all_abouts p {
line-height: 30px;
text-align: center;
}
.banner_hotels_all_abouts p span {
color:#ff523f;
}
.offers_off {
 margin-top: -117px;
 display: -webkit-box;
 background: rgba(120, 64, 61, 0.71);
 width: 100%;
 position: relative;
 padding: 15px 0;
}
.offers_off h4 {
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 24px;
}
.offers_off h4 span {
 display: block;
 text-transform: uppercase;
 color: #fff;
 font-size: 38px;
}
.offers_off p {
 color: #fff;
 font-size: 18px;
 padding-top: 6px;
}
 a.offers_link {
 color: #ff523f;
 font-size: 20px;
 text-decoration: none;
}
#offers_out {
padding-top:40px;
}
 #myCarousel_wedding .carousel-indicators {
 position: absolute;
 bottom: 70px;
 right: 0;
 z-index: 15;
 left: inherit;
 width: 22%;
}
.wedding_slide_tag {
 position: absolute;
 z-index: 999;
 top: 24%;
 left: 10%;
 color: #fff;
}
 .wedding_slide_tag h3 {
 display: table-caption;
 text-transform: uppercase;
 font-size: 50px;
}
 .wedding_forms {
 display: block;
 z-index: 999;
 position: relative;
 width: 50%;
 left: 50%;
 margin-top: -4%;
}
 .wedding_forms .form-control {
border: none;
}
 .wedd_btn {
width:100%;
letter-spacing: 1px;
 padding: 10px 0;
}
 .wedd_sel {
width:100%;
color: #4c1f1e;
height: 44px;
text-transform: uppercase;
letter-spacing: 1px;
}
 #footersl {
background: url(../images/footers.png);
padding: 150px 0 50px 0;
background-repeat: no-repeat;
 background-position: center;
border-bottom: 8px solid #4c1f1e;
}
 .site_menus ul {
 margin: 0;
 padding: 0;
 float: right;
 width: 63%;
}
.site_menus ul li {
 display: inline;
 padding: 4px;
}
.site_menus a {
 color: #000;
 line-height: 30px;
 text-decoration: none;
}
.site_menus {
 padding: 10px 0;
}
.abouts_footers p {
font-family:OPENSANS-REGULAR;
color:#696969;
padding: 10px 0;
line-height: 30px;
font-size: 14px;
}
.hotelslog img {
margin-bottom: 30px;
}
 .barands_menus {
 text-align: center;
}
.barands_menus ul {
 margin-bottom: 40px;
 padding: 0;
}
.barands_menus ul li {
 display: inline;
 padding: 8px;
}
.barands_menus a {
 color: #4c1f1e;
 font-weight: 600;
	/*font-family: OPENSANS-REGULAR;*/
	    text-decoration: none;
}
.footers_adds {
 border-right: 1px solid #000;
}
.footers_adds h3 {
    /*font-family: OPENSANS-SEMIBOLD;*/
    font-size: 20px;
 color: #000;
}
.footers_adds p {
    /*font-family: OPENSANS-REGULAR;*/
    color: #696969;
}
.footers_adds span {
 display: block;
}
.footers_media {
 text-align: right;
}
.footers_media h3 {
 text-align: left;
 padding-left: 55%;
    /*font-family: OPENSANS-SEMIBOLD;*/
    font-size: 20px;
 color: #000;
}
.footers_media ul {
}
.footers_media ul li {
 display: inline-block;
 padding: 0px 10px;
}
.footers_media ul li a {
 display: inline-block;
 border: 1px solid #000;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-radius: 20px;
}
.footers_copyright {
 text-align: center;
 padding: 30px 0 0 0;
}
.footers_copyright p {
 font-size: 16px;
    /*font-family: OPENSANS-REGULAR;*/
    font-weight: bold;
}
.footers_copyright p a {
 color: #000;
 text-decoration: none;
}
.footers_media ul li a i {
 font-size: 18px;
 color: #000;
}
.hotelslog .col-md-4 {
padding:0;
}
.main_container .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #f45541;
background-color: rgba(231, 231, 231, 0);
}
ul, li {
list-style:none;
}
 a:hover {
text-decoration:none;
}
header {
position: relative;
background-size: cover;
background-position: center;
padding:2% 0;
}
.overlay {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.pn {
padding:0;
}
.top {
overflow:hidden;
border-bottom:1px solid #ccc;
padding:3px 0;
background-color:#f5f5f5;
}
 .top h4 {
font-size:14px;
}
.top i {
color:#4c803e;
}
.top ul {
float:right;
margin-top: 5px;
}
.top li {
float:left;
margin-left:15px;
}
.top li a {
color:#4C803E;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
}
.top li a:hover {
color:#7E7E7E;
}
.border {
border-right:1px dotted #ccc;
border-left:1px dotted #ccc;
}
.navbar {
position: absolute;
width: 100%;
top: 0;
margin-bottom: 0;
border-radius: 0;
background-color:#fff;
 border: transparent;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
z-index:99999999;
border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
 color: #d63236 !important;
background-color: transparent;
}
.nav > li > a {
padding:10px;
}
.navbar-nav > li > a {
text-transform: uppercase;
line-height: 15px;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
 -o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a {
font-size: 13px;
}
.navbar-brand {
padding:0 15px;
}
.navbar-brand img {
background-color:transparent;
width: 60%;
}
 .shrink-nav .logo {
width:170px;
webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
z-index:99999999;
}
.shrink-nav {
box-shadow: 0 0 5px #ccc;
color: #000 !important;
top: 0;
background-color: #fff;
position: fixed;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
}
.shrink-nav .navbar-nav > li > a {
color: #000 !important;
line-height:18px;
}
.navbar-right {
float: right !important;
margin: 25px 0;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff !important;
background-color:#4c803e !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #fff !important;
background-color: #4c803e;
}
/*<!--.carousel-inner > .item > a > img, .carousel-inner > .item > img{ width: 100%; }-->*/
.carousel-control.right {
background-image:none;
}
.carousel-control.left {
background-image:none;
}
 .icons {
padding:0 0 20px 0;
}
.icons a {
margin: 15px auto;
text-align: center;
display: block;
}
.icons a i {
color:#548449;
}
.box-i {
box-shadow:2px 2px 2px 1px #ccc;
margin-bottom:40px;
}
.icons h4 {
text-align:center;
}
 .logo {
margin:15px 0;
}
.about {
padding:30px 20px 30px;
}
.about h2 {
margin-bottom:30px;
}

.about_read .btn{display:block; margin:auto; margin-top:15px;}
.mark_line{background-color:#548449; padding:10px;}
.mark_line p{margin-bottom:0px; color:#fff;}
.place_photo img{margin-top:20px;}


.about h1{text-align: center;
font-size: 20px;
color: #595959;
}
.inner-1 p {
text-align:justify !important;
}
 h2 {
color:#ca8013;
text-align:center;
}
 h2:after {
border-bottom: 1px solid #ABA9A9;
display: block;
margin: auto;
width: 50px;
padding: 5px;
content: "";
}
.about p {
text-align:center;
line-height:25px;
text-align: justify;
}
.block-1 {
background-color: #f8f8f8;
 padding: 8px 30px;
box-shadow: -3px 4px 6px #a6b4bc;
min-height: 210px;
margin-top:20px;
}
.block-2 {
background-color: #f8f8f8;
 padding: 8px 30px;
box-shadow: 0px 0px 6px #d7dadb;
overflow:hidden;
}
.pr {
padding-right:0px;
}
.about .img-r {
float: right;
padding: 0 20px;
width:30%;
}
.btn-primary {
 margin-top: 15px;
 color: #ca8013;
width:150px;
 background-color: transparent;
 border-color: #ca8013;
 -webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
}
.btn-primary:hover {
color: #4c803e;
width:150px;
 background-color: transparent;
 border-color: #4c803e;
}
 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
 color: #4c803e;
 background-color: transparent;
 border-color: #4c803e;
}
 .project {
padding:30px 0;
}
.project img {
display:block;
}
 .box {
 padding: 15px;
 background-color: #efefef;
 box-shadow: 2px 2px 2px #ccc;
 min-height:432px;
}
.emergency {
padding:70px 0;  /*background-color:#4c803e;*/
background-image:url(../images/sona-cardiac.jpeg);
background-size:cover;
background-attachment:fixed;
color:#FFF;
text-align:center;
}
.emergency h4 {
font-size:42px;
}
.emergency i {
color:#FFF;
}
.inner {
width:60%;
margin:auto;
padding:25px;
background-color:rgba(76,128,62,0.9);
border: 5px solid #fff;
border-radius:25px;
}
.services {
padding:50px 0;
}
 .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom: 30px;
border: 2px solid #f5f5f5;
box-shadow: 0 0 5px #ccc;
}
 .hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
 .hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
-moz-transition:all .4s linear;
-o-transition:all .4s linear;
transition:all .4s linear;
width:100%;
}
 .hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:16px;
background:rgba(255,255,255,0.9);
-webkit-transform:translatey(-100px);
-moz-transform:translatey(-100px);
-o-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}
 .hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}
 .hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}
 .hovereffect:hover img {
-ms-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
 .hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}
 .hovereffect:hover h2, .hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-moz-transform:translatey(0);
-o-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
 .hovereffect:hover a.info {
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
-o-transition-delay:.2s;
transition-delay:.2s;
}
 .services h2 {
color:#4c803e;
text-align:center;
}
.services .divder {
display:block;
width:120px;
margin:15px auto 25px;
}
 .pager .active a {
 background-color : #337AB7;
 color: #FFF;
 border: 0;
}
 .events h2 {
color:#4c803e;
text-align:center;
margin-top: 0;
}
.events .divder {
display:block;
width:120px;
margin:15px auto 25px;
}
 .events {
padding:50px 0;
background-color: #f5f5f5;
}
.events h4 {
color:#4C803E;
}
.events .fa.fa-chevron-right {
 right: 0;
}
.events .fa.fa-chevron-left {
 left: 0;
}
.events .fa.fa-chevron-right, .events .fa.fa-chevron-left {
 margin-bottom: 1px;
 position: absolute;
 bottom: 46%;
 color: #fff;
 background-color: #4C803E;
 font-size: 20px;
 width: 30px;
 height: 30px;
 padding: 6px 0;
 text-align: center;
}
 .events .col-img-responsive02 span {
 color:#fff;
}
.events .col-img-responsive02 {
 display:none;
 background: none repeat scroll 0 0 rgba(76,128,62,0.6 );
 height: 100%;
 position: absolute;
 width: 100%;
}
.events .carousel-control {
width:5%;
}
.events .panel-body {
 position:relative;
 padding: 10px 15px;
}
.carousel-control {
font-size: 30px;
}
.events .panel-heading {
 padding:0;
 position:relative;
}
.panel-heading img {
 width:100%;
}
.events .carousel-control.left {
 background-image: none;
}
.events .carousel-control.right {
 background-image: none;
}
.post {
padding:30px 0;
}
.post h3 {
font-size: 22px;

font-weight:bold;
margin-bottom: 20px;
}
.footer {
padding:0 0 0 0;
overflow:hidden;
box-shadow:4px 1px 5px 2px #C2BEBE;
}
.inner-1 .icons a {
text-align:left;
color:#504E4E;
font-size:20px;
}
.inner-1 .icons a i {
font-size:24px;
}
.doc-inner {
padding:30px 0 0;
}
.doc-inner ul {
padding:0;
display:inline-block;
}
.doc-inner ul li {
line-height:25px;
padding:5px 0 0;
}
.doc-inner .caption-text .glyphicon{font-size:12px;}

 .proj .media-left, .media > .pull-left {
 padding-right: 4px;
}
.proj .media {
border-bottom:none;
}
.patient-1 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background: #ccc;
}
.patient-1 .nav-tabs > li > a {
background: #ccc;
}
.patient-1 .panel-default {
margin:30px 0;
}
.patient-1 p {
text-align:justify;
}
.patient-1 p a {
color: #3b3b3b;
}
.patient-1 .para p {
text-align: justify;
line-height: 25px;
}
.patient-1 i {
color:#ca8013;
}
 .head-1 {
color:#fff;
font-size:16px;
font-weight: bold;
letter-spacing: 0.2px;
}
.media .media-body {
text-align:left;
line-height:25px;
}
.media {
 margin: 0 0;;
/*border-bottom: 1px solid #f5f5f5;*/
}
.patient .media .media-left i {
margin-top: 5px;
}
.media h4 a {
color:#3B3B3B;
}
.media a {
color: #4c803e;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
 transition: all ease-in-out 0.4s;
}
 .media a:hover {
color:#ccc;
}
 #ticker_container {
margin-top:6px;
}
 #newscontent {
margin-right: 10px;
float: left;
}
 #newscontent a {
color: #fff;
font-size:16px;
}
 #news {
display: none;
}
 #controls {
float: right;
height: 16px;
}
 #news {
display: none;
}
 .news_tricker {
padding:15px;
background-color:#ca8013;
overflow:hidden;
color:#fff;
min-height: 250px;
}
 .news_tricker ul {
padding:0;
}
 .news_tricker h2 {
color:#fff;
padding:10px 30px;
margin-top:10px;
}
 .news_tricker h5 {
font-size:18px;
}
 .news_tricker p {
font-size:15px;
text-align:justify;
}
 .news_tricker p a {
font-size:15px;
text-align:justify;
color:#fff !important;
}
 .news_tricker .carousel-control {
left: -12px;
height: 41px;
width: 37px;
background: none;
 position: relative;
margin: 0 auto;
padding: 4px 17px;
top: 20px;
}
.news_tricker .fa.fa-chevron-right, .news_tricker .fa.fa-chevron-left {
 margin-bottom: 1px;
 position: absolute;
 bottom: 46%;
 color: #ca8013;
 background-color: #fff;
 font-size: 20px;
 width: 30px;
 height: 30px;
 padding: 6px 0;
 text-align: center;
}
 #newscontent {
 float: left;
 margin: 20px 0;
}
 .last-footer {
padding:25px 0 0;
background-color:#3f4246 !important;
color:#fff;
border-top: 4px solid #548449;
}
.last-footer ul {
padding: 0;
}
.last-footer ul li {
}
.last-footer h4 {
margin-bottom: 25px;
color: #ededed;
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
}
.last-footer ul li a {
color: #d7d2d2;
line-height: 25px;
font-weight:bold;
font-size: 15px;
letter-spacing:0.2px;
}
.last-footer .contact ul li a i {
background-color: #e0e0e0;
padding: 3px 7px;
color: #548449;
font-size: 16px;
 line-height: 21px;
margin-bottom: 15px;
margin-right: 0;
}
.last-footer .contact ul li i {
background-color: #e0e0e0;
padding: 3px 7px;
color: #548449;
font-size: 16px;
 line-height: 21px;
margin-bottom: 15px;
margin-right: 0;
}
.last-footer .contact ul li {
color: #d7d2d2;
line-height: 25px;
font-weight: bold;
font-size: 15px;
letter-spacing:0.2px;
}
.last-footer .contact ul li a {
color: #d7d2d2;
line-height: 25px;
font-weight: bold;
font-size: 15px;
letter-spacing:0.2px;
}
.last-footer p {
text-align:center;
font-size:12px;
color:#d7d2d2;
}
.end-f::before {
border-top:1px solid #696868;
width:50%;
margin:0 auto;
margin-top: 15px;
padding:10px;
content:" ";
display:block;
}
 .doc {
background-image:url(../images/sona-cardiac.jpeg);
background-size:cover;
background-attachment:fixed;
color:#FFF;
}
.doc .thumbnail {
border-radius:20px;
}
.doc .btn-primary {
width: 80px;
background-color: #ca8013;
border-color: #ca8013;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
float: right;
color:#fff;
}
.doc .block {
min-height:120px;
}
.inner-2 {
background-image:url(../images/third-party-admin.jpg);
background-size:cover;
background-attachment:fixed;
}
.inner-2 h2 {
color:#e4941e;
font-weight:bold;
}
.inner-2 p {
line-height:22px;
color:#fff;
}
.inner-2 ul {
padding:0 !important;
}
.trans {
background:rgba(0,0,0,0.65);
padding:50px 0;
}
.trans1 {
background:rgba(0,0,0,0.5);
padding:50px 0;
}
.trans2 {
 background: rgba(0,0,0,0.6);
 padding: 50px 0;
 color: #f3f3f3;
}
.doc h2 {
color:#f3f3f3;
}
.doc h5 {
margin-top:0px;
font-size:15px;
line-height:23px;
text-align:left;
}
.nav.nav-justified > li > a {
position: relative;
}
.nav.nav-justified > li > a:hover, .nav.nav-justified > li > a:focus {
background-color: transparent;
}
.nav.nav-justified > li > a > .quote {
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 width: 30px;
 height: 30px;
 padding: 5px;
 background-color: #13c0ba;
 border-radius: 15px;
 color: #fff;
}
.nav.nav-justified > li.active > a > .quote {
opacity: 1;
}
.nav.nav-justified > li > a > img {
box-shadow: 0 0 0 4px #b9bdbd;
}
.nav.nav-justified > li > a > img {
 max-width: 100%;
 opacity: .3;
 -webkit-transform: scale(.8, .8);
 -moz-transform: scale(.8, .8);
 -ms-transform: scale(.8, .8);
 -o-transform: scale(.8, .8);
 transform: scale(.8, .8);
 -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -moz-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -o-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img, .nav.nav-justified > li:hover > a > img, .nav.nav-justified > li:focus > a > img {
 opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none;
 -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -moz-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -o-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner {
padding: 30px 0 20px;
}
 .proj ul li {
line-height:25px;
}
.proj ul li i {
margin-right:5px;
color: #548449;
}
.proj ul {
padding:0;
}
.title-1 h2 {
text-transform:uppercase;
font-size:25px;
text-align:left;
margin-top:30px;
}
.title-1 h2:after {
margin:0;
}
.training p{ text-align:justify;}

.training h2::after {
border-bottom:none;
}
.login {
padding:30px 0 30px;
}
.login i {
margin-right:10px;
color:#6e5f5f;
float:left;
line-height:25px;
}
.login h2::after {
/*border-bottom:none;*/
margin-bottom:30px;
}
.login p {
text-align: justify;
line-height: 25px;
}
.login .block-1 {
background-color: #f8f8f8;
padding: 25px 30px;
box-shadow: -3px 4px 6px #a6b4bc;
min-height:0;
margin-top: 20px;
margin-bottom:20px;
}
.login img {
margin: auto;
}
 .login-p img {
width:20%;
margin:10px auto;
}
.text {
border: 3px solid #e8f3f0;
padding: 20px;
font-size: 15px;
}
.project .carousel-control {
background:#898784cc;
position:static;
font-size:24px;
}
.btn-p {
color: #FFF;
background-color: #548449;
border-color: transparent;
padding: 5px 10px;
}
.btn-p:hover {
background-color:transparent;
}
.training h5 {
text-align: justify !important;
color: #8E7E7E;
font-weight:bold;
margin-bottom:20px;
}

.training ul li {
line-height:25px;
}
.bg-white {
background-color: #f8f8f8e6;
box-shadow: 4px 1px 5px 2px #C2BEBE;
}
.head-2 {
color: #ca8013;
font-weight: bold;
}
.doc-inner .panel-heading {/*padding:10px 10px 0px; background-color:#f5f5f5b3;*/
border-top:none;
text-align: center;
display: block;
}
.doc-inner .nav-tabs > li > a {
color: #ca8013;
font-weight:bold;
padding:10px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-bottom:2px solid #d08013;
background:transparent;
cursor:pointer;
}
.block-3 {
background-color: #548449;
padding: 35px 15px;
box-shadow: 0 0 6px #babbbc;
overflow: hidden;
 border: 4px solid #fff;
margin: 0 auto;
display: block;
width: 30%;
}
.block-3 h4 {
text-align:center;
color: #fff;
text-transform: uppercase
}
.block-3 h4 a {
color: #eaeaea;
text-transform: uppercase;
text-align: center;
border: 1px solid #dad8d8;
padding: 5px 10px;
}
.block-3 h4 a:hover {
color:#000;
}
.cuadro_intro_hover {
 padding: 0;
 position: relative;
 overflow: hidden;
}
 .cuadro_intro_hover:hover .caption {
 opacity: 1;
 transform: translateY(-150px);
 -webkit-transform:translateY(-150px);
 -moz-transform:translateY(-150px);
 -ms-transform:translateY(-150px);
 -o-transform:translateY(-150px);
}
 .cuadro_intro_hover img {
 z-index: 4;
}
 .cuadro_intro_hover .caption {
 position: absolute;
 top:315px;
 -webkit-transition:all 0.3s ease-in-out;
 -moz-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 transition:all 0.3s ease-in-out;
 width: 100%;
}
 .cuadro_intro_hover .blur {
 background-color: rgba(0,0,0,0.7);
 height: 300px;
 z-index: 5;
 position: absolute;
 width: 100%;
}
 .cuadro_intro_hover .caption-text {
 z-index: 10;
 color: #fff;
 position: absolute;
 height: 300px;
 text-align: center;
 top:-20px;
 width: 100%;
}
.cuadro_intro_hover .caption-text h3 {
text-align:left;
font-size:19px;
}
 .gallery-title {
 font-size: 36px;
 color: #42B32F;
 text-align: center;
 font-weight: 500;
 margin-bottom: 70px;
}
.gallery-title:after {
 content: "";
 position: absolute;
 width: 7.5%;
 left: 46.5%;
 height: 45px;
 border-bottom: 1px solid #5e5e5e;
}
.filter-button {
 font-size: 18px;
 border: 1px solid #42B32F;
 border-radius: 5px;
 text-align: center;
 color: #42B32F;
 margin-bottom: 30px;
}
.filter-button:hover {
 font-size: 18px;
 border: 1px solid #42B32F;
 border-radius: 5px;
 text-align: center;
 color: #ffffff;
 background-color: #42B32F;
}
.filter-button.active {
 background-color: #42B32F;
 color: white;
}
.port-image {
 width: 100%;
}
 .gallery_product {
 margin-bottom: 30px;
}
.gallery1 .nav-tabs > li > a {
	
		/*border:1px solid #ca8013 !important;*/ 
		color: #ca8013 !important;
font-weight: bold;
padding: 10px 15px;
}
 .patient-1 .table td th {
padding:10px !important;
}
.enquiry {
padding:30px 0;
}
.enquiry h4 {
color: #ca8013;
text-align: center;
}
.enquiry-1 {
margin-top:30px;
}
.enquiry-1 .btn-info {
background-color: transparent;
 border-color: #ca8013;
 color: #ca8013;
 margin-bottom: 20px;
}
 .faqHeader {
 font-size: 22px;
 margin: 20px 0;
 color:#ca8013;
}
 .panel-heading [data-toggle="collapse"]:after {
 font-family: 'fontawesome';
 content: "\f054"; /* "play" icon */
 float: right;
 color: #F58723;
 font-size: 15px;
 line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
 .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 color: #454444;
}
 .text-post {
border: 2px solid #f7f7f7 !important;
padding: 20px;
font-size: 15px;
margin-bottom:30px;
}
.text-post p {
text-align:justify;
}
.text-post h5 {
text-align: justify;
color: #ca8013;
font-weight: bold;
font-size: 15px;
}
 .post .navbar-form {
padding:0;
margin-bottom: 30px;
}
.post h4 {
margin-bottom:15px;
margin-top:0;
}
.post .btn-default {
background-color:#ca8013 !important;
color:#fff;
}
.post ul {
padding:0;
}
.post ul li {
line-height:25px;
}
.post span {
color:#747474;
}
.breadcrumb > li {
font-size: 11px;
}
#myModal .form-horizontal .control-label {
padding-bottom: 7px;
padding-left: 0;
}
#myModal .btn-info {
background-color: #ca8013;
border-color: #ca8013;
}
 .patient h4 {
color:#ca8013;
margin-top:20px;
margin-bottom: 20px;
}
.patient h4 i {
margin-right: 10px;
}
.patient video {
background-color:#000;
}
 .patient p {
text-align:justify;
color:#383838;
line-height:25px;
}
 @media (max-width:767px) {
.navbar-nav > li > a {
line-height: 20px;
}
 .navbar-brand {
padding: 7px 15px;
}
 .navbar-brand img {
width: 170px;
}
}
@media (min-width: 768px) {
 .nav.nav-justified > li > a > .quote {
 left: auto;
 top: auto;
 right: 20px;
 bottom: 0;
}
}
 @media only screen and (min-width: 320px) and (max-width:480px) {
     .map-1{width: 100% !important;}
     
     .main_container ul li{padding: 0px 0;}
     .main_container .navbar-nav{float:none;}
     .main_container .nav > li > a{padding:6px 10px;}
     .classus p{text-align: center;margin-top: 15px;}
 .btn-l {
padding: 6px 6px;
}
.main_container .navbar-default{padding-bottom:0px;}
 #myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
font-size:16px;
}
 .main_container .nav > li {
float: none;
display: block;
text-align: left;
margin: 0 auto;
}
 .img-f figure h2 {
font-size:15px;
}
 .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
padding:2px;
font-size: 10px;
}
.table-condensed > tbody > tr > th {
font-size: 10px;
}
 .img-f figure figcaption {
padding:0.5em 0.1em 1em;
font-size:14px;
}
 .login-p img {
width: 50%;
}
 .project .nav-tabs > li > a {
padding: 5px 5px;
font-size:12px;
}
 .project .panel-heading {
padding: 10px 0;
}
 .gallery1 .nav-tabs > li > a {
margin-bottom: 10px;
padding: 5px 2px !important;
font-size: 11px;
}
 .img-f {
padding: 1em 0 0;
}
 .main_container .navbar-header {
width:100%;
}
 .main_container {
margin-top: 117px;
}
 .navbar-toggle {
padding: 10px 10px;
margin-top: 12px;
}
.carousel-indicators {
display:none;
}
.main_container .carousel-caption {
top:0;
padding-top: 0;
}
.main_container .tagline h3 {
font-size: 20px;
}
.tagline span {
font-size: 12px;
}
.new_years {
border:none;
padding: 10px;
width:100%;
display:none;
}
.new_years_inner {
padding:0;
}
.new_years_inner h4 {
font-size: 15px;
}
 .proj {
padding: 14px 0;
}
 .block-3 {
padding: 15px 5px;
width: 100%;
}
 .post {
padding:0;
}
 .doc-inner .panel-heading {
padding: 10px 0;
}
 .doc-inner .nav-tabs > li > a {
font-size: 11px;
}
 .doc-inner .nav-tabs > li > a {
padding: 9px 6px;
}
 .contact {
overflow:hidden;
}
 .cuadro_intro_hover .caption {
top: 300px;
}
 .cuadro_intro_hover .blur {
height: 300px;
}
 .cuadro_intro_hover .caption-text {
top: -22px;
height: 300px;
}
 .cuadro_intro_hover .caption-text h3 {
font-size: 17px;
}
 .calculator_div {
width: 100%;
}
 #login-form .form-control {
width: 80%;
}
}
@media only screen and (min-width: 481px) and (max-width:640px) 
{
    .doc .thumbnail{ width:60% !important; }
    .map-1{width: 100% !important;}
    .main_container ul li{padding: 0px 0;}
     .main_container .navbar-nav{float:none;}
     .main_container .nav > li > a{padding:6px 10px;}
     .classus p{text-align: center;margin-top: 15px;}
     
 .calculator_div {
 width: 70%;
}
 .cuadro_intro_hover {
width: 60%;
}
 .main_container .nav > li {
float: none;
display: block;
text-align: left;
margin: 0 auto;
}
 .contact {
overflow:hidden;
}
 .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
padding:2px;
font-size: 10px;
}
 .table-condensed > tbody > tr > th {
font-size: 10px;
}
 .img-f figure figcaption {
padding:0.5em 0.1em 1em;
font-size:16px;
}
 .login-p img {
 width: 50%;
}
 .project .nav-tabs > li > a {
 padding: 5px 10px;
}
 .gallery1 .nav-tabs > li > a {
margin-bottom: 10px;
padding: 5px 12px !important;
font-size: 12px;
}
 .img-f {
padding: 1em 0 0;
}
 .main_container .navbar-header {
width:100%;
}
 .main_container {
 margin-top: 135px;
}
 .navbar-toggle {
padding: 10px 10px;
margin-top: 12px;
}
.carousel-indicators {
display:none;
}
.main_container .carousel-caption {
top:0;
padding-top: 0;
}
.main_container .tagline h3 {
font-size: 25px;
}
.tagline span {
 font-size: 18px;
}
.new_years {
border:none;
padding: 10px;
width:100%;
display:none;
}
.new_years_inner {
padding:0;
}
.new_years_inner h4 {
 font-size: 15px;
}
 .proj {
 padding: 14px 0;
}
 .block-3 {
 padding: 15px 5px;
 width: 100%;
}
 .post {
padding:0px;
}
 .doc-inner .panel-heading {
padding: 10px 0;
}
 .doc-inner .nav-tabs > li > a {
font-size: 11px;
}
 .doc-inner .nav-tabs > li > a {
padding: 9px 6px;
}
}
@media only screen and (min-width: 641px) and (max-width:767px) {
    .map-1{width: 100% !important;}
    .cuadro_intro_hover{margin:0 auto;width: 50%;}
    .main_container ul li{padding: 0px 0;}
     .main_container .navbar-nav{float:none;}
     .main_container .nav > li > a{padding:6px 10px;}
     .classus p{text-align: center;margin-top: 15px;}
     
 .img-f figure {
margin: 10px 7%;
}
 .btn-p {
padding:5px 25px;
}
 .calculator_div {
 width: 70%;
}
 .project .panel-heading {
padding: 10px 0;
}
 .main_container .nav > li {
float: none;
display: block;
text-align: left;
margin: 0 auto;
}
 .doc img {
width:50%;
}
 .contact {
overflow:hidden;
}
.img-f figure figcaption {
padding:0.5em 0.1em 1em;
}
 .login-p img {
 width: 50%;
}
 .project .nav-tabs > li > a {
 color: #444 !important;
 padding: 5px 0;
}
 .gallery1 .nav-tabs > li > a {
margin-bottom: 10px;
}
 .gallery1 .panel-heading {
 padding: 10px 15px;
 border-bottom: 1px solid transparent;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 border-top: none;
 text-align: center !important;
 display: block !important;
}
.gallery1 ul {
 padding: 0;
 display: inline-block !important;
}
.gallery1 .nav-tabs > li {
 float: none;
 display: inline-block;
 line-height: 25px;
 padding: 5px 0 0;
}
.gallery1 .nav-tabs > li > a {
 color: #ca8013;
 font-weight: bold;
 padding: 10px 15px;
}
 .img-f {
padding: 1em 0 0;
}
 .main_container .navbar-header {
width:100%;
}
 .main_container {
 margin-top: 135px;
}
 .navbar-toggle {
padding: 10px 10px;
margin-top: 12px;
}
.carousel-indicators {
display:none;
}
.main_container .carousel-caption {
padding-top: 0;
top: 20%;
}
 .tagline span {
 font-size: 20px;
}
.new_years {
border:none;
padding: 10px;
width:100%;
display:none;
}
.new_years_inner {
padding:0;
}
.new_years_inner h4 {
 font-size: 15px;
}
 .proj {
 padding: 14px 0;
}
 .block-3 {
 padding: 15px 5px;
 width: 100%;
}
 .post {
padding:0px;
}
 .doc-inner .panel-heading {
padding: 10px 0px;
}
 .doc-inner .nav-tabs > li > a {
font-size: 13px;
}
 .doc-inner .nav-tabs > li > a {
padding: 10px 5px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.carousel-indicators {
    bottom: 4%;
}
    .main_container .navbar-default{padding-bottom: 5px;}
    .navbar-brand img{width: 80%;}
 .calculator_div {
 width: 70%;
}
 .last-footer .contact ul li {
font-size: 12px;
}
 .last-footer h4 {
font-size: 12px;
}
 .main_container .navbar-nav {
float:left;
}
.main_container .navbar-header {
width:35%;
}
.classus p {
font-size: 18px;
margin-top: 40px;
}
.main_container .navbar-nav {
padding:15px 0px 0px;
}
.new_years {
display:none;
}
.main_container .tagline h3 {
font-size:29px;
}
.nav > li > a {
padding: 8px;
}
.proj {
 padding: 20px 0;
}
 .block-3 {
width:50%;
}
 .main_container {
padding:100px 0 0;
}
 .main_container .nav > li > a {
font-weight: normal;
padding: 10px 3px;
font-size: 11px;
}
 .cuadro_intro_hover .caption {
top: 235px;
}
 .cuadro_intro_hover .caption-text h3 {
font-size: 15px;
}
 .cuadro_intro_hover .caption-text {
padding: 2px;
word-break: break-all;
}
.main_container .carousel-caption {
 top: 40%;
}
 .main_container .navbar-nav {
margin-top: 0;
}
.proj p {
word-break: break-all;
}
.last-footer ul li a {
font-size: 12px;
}
.last-footer .contact ul li a {
font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait)
{
   .cuadro_intro_hover .caption-text
{
    top: 0px;
}
.cuadro_intro_hover .caption-text h3{margin-top:4px;}

.cuadro_intro_hover p{margin:0px;} 
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape)
{
 .main_container .navbar-default {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.80);
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}   
.cuadro_intro_hover .caption-text
{
    top: 0px;
}
.cuadro_intro_hover p{margin:0px;}

}
@media only screen and (min-width: 992px) and (max-width:1024px)
{
    .main_container .navbar-default{padding-bottom: 0px;}
    .carousel-indicators {
    bottom: 4%;
}
}
 @media only screen and (min-width: 992px) and (max-width:1199px)
 {
     .block-1{min-height: 260px;}
     .main_container ul li{padding: 0px 0;}
     
     .main_container .nav > li > a{padding:6px 10px;}
     .navbar-brand img{width: 40%;}
     
 .main_container .nav > li > a {
 padding: 6px 3px;
font-weight: normal;
font-size: 13px;
}
 .last-footer ul li a {
font-size: 12px !important;
}
 .last-footer h4 {
font-size: 12px;
}
 .last-footer .contact ul li {
font-size: 12px;
}
 .main_container .navbar-nav {
float:right;margin-top: 12px;
}
.classus p {
margin-top: 30px !important;
}
.main_container .nav > li {
margin-right: 4px;
}
.new_years {
display:none;
}
.proj {
 padding: 30px 0;
}
 .block-3 {
width: 40%;
}
 .calculator_div {
width: 30%;
}
 .calculator_div .form-control {
margin-bottom: 10px;
}
 .main_container .carousel-caption {
 top: 64%;
}
 .main_container .tagline h3 {
 font-size: 29px;
}
}
 @media only screen and (min-width: 1280px) {
 .calculator_div {
width: 30%;
}
 .calculator_div .form-control {
margin-bottom: 10px;
}
}

.map-1{width: 31.33% ;
float: left;
margin: 1% !important;
}
@media only screen and (min-width: 1025px) and (max-width:1199px)
{
.carousel-indicators {
    bottom: 4%;
}
}