body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #3A3A3C;
	font-size: 14px;
	line-height: 18px;

}

h1, h2, h3, h4, h5, h6 {
	/*color: #444;*/
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}

a {
	color: #333;
	line-height:normal;
}
a:hover {
	text-decoration: none;
	color:#48CCF8;
}

a:link, a:visited, a:hover, a:active{text-decoration: none;}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #48ccf8;
	background-repeat: repeat-x;
}

/* logo */
#logo {
	margin: 10px 0;
}

/* menu */
#menu {
	min-height: 40px;
	border-radius: 0;
	background:#FFF	
}
#menu .nav{
}
#menu .nav > li > a { font-family:'Montserrat', sans-serif; font-size:22px; font-weight:300; text-transform: none;
	color: #3750a2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	padding: 10px 10px 10px 3px;
	min-height: 15px;
	background-color: transparent;
	margin-right:15px;
	margin-left:10px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: #FCF9F0;*/
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu #category {
	font-family:'Montserrat', sans-serif;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #3750a2;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 16px;
	float: right;
	background-color: #48ccf8;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #3750a2;
}


.AppointmentButton
{
    background: #59cfb7;
    color: #fff;
    display: inline-block;
    border-radius: 7px;
    padding: 10px 18px;
    cursor: pointer;
    margin-top: 0px;
    font-weight: 600;
}
    
.AppointmentButton:hover
{
    background: #1fbd9d;
    color: #fff;
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

/*	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .nav > li > a{
		border-right:0;
		}*/

.logo_line{ border-bottom:3px solid #FFF}
}
#menu {
	background:#FFF	
	border-radius: 0;
}
/* content */
#content {
	min-height: 400px;
}
#content p {
	line-height:22px
}

/* footer */
#footer {
	margin-top: 30px;
	padding-top: 30px;
}

.text_footer1{ text-align:left}
.text_footer2{ text-align:right}


#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#f1{ border-bottom:1px solid #FFF; margin-bottom:20px; padding-bottom:20px;}
.pt30{ padding-top:30px;}

.alert {
	padding: 8px 14px 8px 14px;
}

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #fff;
	background-color: #48ccf8;
	border-color: #48ccf8;
}
.btn-default:hover {
	color: #fff;
	background-color: #3750a2;
	border-color: #3750a2;
}


.btn-primary {
	border:0;
	color: #ffffff;
	background-color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #666;
	border:0;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

/* list group */
.list-group a {
	border: 1px solid #fff;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #A5BD76;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #69971F;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}

.footer_address{ text-align:left;}
.footer_phone{ text-align:right;}
.list-inline{ margin-top:10px;}

* {box-shadow: none;}

.row0{margin:0; border:1px solid #CCC; padding:10px; background:#fdfdfd}
.row0:before,.row0:after{content:" ";display:table}
.row0:after{clear:both}

.row0 h3{margin-top:10px; border-bottom:3px solid #000; padding-bottom:10px;}
.row0 h3 span{ padding:10px 15px; background-color:#000; color:#48ccf8; text-transform:uppercase}

.row0 .image{ padding:3px; margin:2px; border:1px solid #CCC; background:#FFF}
.row0 p{ padding:3px;}

.row0 + .row0{ margin-top:15px;}

h4.last-cat{ min-height:36px; overflow:hidden}

h3.last-news{color:#fff; background-color:#3750a2; padding:10px 15px; border-bottom:3px solid #48ccf8; margin-bottom:0; font-size:20px;}
.last-news-image { float:left; padding:3px; margin:4px; border:1px solid #ddd; background-color:#FFF}
#last-news { background-color:#F8F9FA; margin:0 0 15px 0; padding:10px 0}

@media (max-width: 991px) {
.last-news-image { text-align:center; width:100%; height:auto}
h3.last-news{font-size:16px;}
}

.owl-caption{position:absolute;
bottom:0%;
left:0px;
width:100%;
display:block;
background:rgba(23,48,127,0.7);
color:#fff;
padding:10px;
font-size:20px;
line-height:22px;
opacity:0; 
margin-bottom:0;
}

.animate-me{
   opacity:1;
   -webkit-transition: opacity 1500ms linear;
   -moz-transition: opacity 1500ms linear;
   -o-transition: opacity 1500ms linear;
   -ms-transition: opacity 1500ms linear;
   transition: opacity 1500ms linear;
}
.visible-xxs{display:none!important}
.p5{padding:5px 5px 0 5px;}
/*.language {margin-top:10px; margin-right:0}
.language a{ margin-left:10px; color:#FFF}
.language a:hover{ color:#CCC}
.language a.actual{ color:#999;}*/


@media (max-width: 767px) {
.owl-caption{
padding:5px;
font-size:16px;
line-height:18px;
}
.links_footer { text-align:center; min-height:50px}
.links_footer a{ font-size:16px}
.text_footer1, .text_footer2{ text-align:center; font-size:10px}
.footer_phone, .list-inline, .footer_address{ text-align:center; font-size:14px}
}
@media (max-width: 480px) {
	.owl-caption{
	padding:3px;
	font-size:14px;
	line-height:16px;
	}
}
@media (max-width: 479px) {
	.hidden-xxs{display:none!important}
	.visible-xxs{display:block!important}
}
@media (max-width: 350px) {
	.links_footer a{ font-size:12px}
	.links_footer { min-height:40px}
}


    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
	  text-decoration:none
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #3750a2
    }

    .navbar {
      overflow: hidden;
	  margin-bottom:0px;
    }


	
	    #slides {
      display: none
    }

    .slides_container {
      /*margin: 0 auto;*/
	  float:left;width:100%;max-width:530px; margin-right:20px; margin-bottom:7px; background-color:#f1f1f1; padding:5px
    }

.img-responsive-article{display:block;width:100%;max-width:530px;height:auto}



.list-hover-slide>li {
    position: relative;
    overflow: hidden;
}
.list-hover-slide>li>a {
    z-index: 1;
    transition: .35s ease color;
	border-right:2px dashed #E4E5E7;
}

.list-hover-slide>li>a:before, .list-hover-slide>li.dropdown.open>a:before {
    content:'';
    display: block;
    z-index: -1;
    position: absolute;
    left: -2px;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-100%);
    background: #3750A2;
    transition: .35s ease transform;
	border-right: none;
	color:#FFF;
}
.list-hover-slide>li>a:hover:before, .list-hover-slide>li.dropdown.open>a:before {
    transform: translateX(0);
	
}
#menu .nav > li > a:hover {
color:#FFF;
}
.list-hover-slide>li.dropdown.open {
    overflow: initial;
}

#input-captcha{ padding-left:85px}

.ml15{ margin-left:15px;}
#price{ font-size:18px; color:#fff; background:#48CCF8; padding:8px 10px; margin-top:20px;}
.thumbnail{
	/*border:3px solid #ddd;*/
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.thumbnail:hover .destination_title2{
	background:#2C2A2D
}


#owl .item{
	margin:10px;
}

#owl .item img{
  display: block;
  width: 100%;
  height: auto;
}
.destination_title{
	text-align:center;
	color:#FFF;
	background:#06C;
	padding:5px 8px
	}
.destination_title2{
	text-align:center;
	color:#FFF;
	background:#06C;
	padding:5px 8px;
	font-size:22px
	}
.destination_sub_title{
	text-align:center;
	color:#e3722e;
	padding:5px 8px;
	border-bottom:1px solid #eee;
	margin:0 50px
	}
	
#about_us {
  padding-top: 30px;
}
#about_us .container {
  background: #3750A2;
  color:#FFF;
  margin-right:30px;
}
#about_us .col-md-6 {
  padding: 0;
  margin: 0;
}
#about_us .col-sm-12 {
  padding: 0;
  margin: 0;
}

#about_us .about_text {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
/*  margin-right:15px;
  margin-left:-15px;*/
}
#about_us .about_text h2{
	color:#FFF
}
#about_us .btn {
  margin: 20px; 0;
}
#about_us .btn .fa{
	vertical-align:bottom; padding-right:5px
}


#boxes {
  padding-bottom: 30px;
  margin-top: 30px;
}
#boxes .title-section h2 {
  color: white;
}
#boxes .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#boxes .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#boxes .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.6);
  position: absolute;
  border-bottom:3px solid #3750A2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#boxes .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#boxes .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#boxes .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#boxes .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#boxes .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#boxes .portfolio-thumb .sub {
	font-size:16px;
	color:#3750A2;
	text-align:center;
	text-transform:capitalize;
	line-height:25px;
	width:100%;
	border-bottom:1px solid #ddd
}

#boxes .portfolio-thumb:hover .sub {
  opacity: 0;
  visibility: hidden;
}
.nav>li>a {
    padding: 15px 10px;
}
.social span { color:#FFF}
@media (max-width: 767px) {
h1.toll{ font-size:20px; line-height:16px; margin-top:0}
.nav>li>a {
    padding: 15px 25px 0 20px;
}

}
.panel-title a {color:#3750A2; font-size:22px}
.panel-title a i{color:#48CCF8; font-size:24px}
.panel-group{ margin-bottom:10px;}
.fa-square{ color:#3750A2; font-size:23px;}
.overlay .inner h4 { color:#FFF}

/**/
.item_table_container{
	margin-top:20px;
	text-align:center;
}
.navbar-toggle{ background-color:#FFF; border-radius:0; border:0}
.navbar-toggle i{ color:#000; font-size:24px}


.item img {
	position: relative;
	width: 100%;
}
.item-caption {
	color:#fff;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-caption h1{
	padding:8px 16px;
}

.thumb{ margin-bottom:15px;}
.section_banner{ margin-top:15px; margin-bottom:10px;}

.navbar-ex1-collapse{padding-right:0; padding-left:0;}