@import url(animate.css);
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #f2f2f2;
  color: #131313;
  font: 300 14px/20px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #3d7db6;
  text-decoration: underline;
}

h1 {
  font-size: 45px;
  line-height: 36px;
}

h2 {
  font-size: 27px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 17px;
  line-height: 30px;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #E5E5E5;
}

p a:hover, .copyright a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

a {
  font: inherit;
  color: #f79933;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
b {
	font-weight: 700;
}
strong {
  font-weight: 700;
}

.fa {
  font-weight: 400;
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

.page {
  background: white;
  overflow: hidden;
  margin: 60px auto 68px;
  max-width: 1400px;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary {
  color: #2b6394;
}

.dib {
  display: inline-block;
}
@media (max-width: 1199px) {
  .dib {
    display: block;
    margin-bottom: 20px;
  }
}

/*========================================================
                      Main Layout
==========================================================*/
* + hr {
  margin-top: 47px;
}

hr + * {
  margin-top: 44px;
}

* + .row {
  margin-top: 35px;
}

* + p {
  margin-top: 26px;
}

* + h4 {
  margin-top: 10px;
}

* + .contact-form {
  margin-top: 35px;
}

/*=======================================================
                       Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-top: 12px;
}
.brand_name {
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  overflow: hidden;
}
.brand_name:before {
  font-size: 38px;
  line-height: 30px;
  color: #E6E6E6;
}
.brand_name a:hover {
  text-decoration: none;
  color: inherit;
}
.brand_name span {
  font-weight: 700;
}

/*==================     Icons     ======================*/
.flaticon-users25 {
  font-size: 88px;
  line-height: 56px;
}

.flaticon-attachment19 {
  font-size: 102px;
  line-height: 56px;
}

.flaticon-google132 {
  font-size: 74px;
  line-height: 56px;
}

/*==================     Links     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 10px 43px 10px 43px;
  line-height: 20px;
  color: #FFF;
  background: #2b6394;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.btn:hover {
  background: #3d7db6;
}

/*==================  Marked List  ======================*/
ul.marked-list1 {
	list-style: none;
		display: inline;
}

.marked-list1 li {
	font-size: 11px;
  position: relative;
  padding-left: 18px;
  display: inline;
}

.marked-list li {
  position: relative;
  padding-left: 18px;
}
.marked-list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 8px;
  font-family: "FontAwesome";
  color: #2b6394;
}
.marked-list li + li {
  margin-top: 4px;
}
.marked-list a:hover {
  color: #3d7db6;
}

/*==================  Social List  ======================*/
.social-list {
  display: inline-block;
}
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 6px;
}
.social-list .fa {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  background: #333333;
  color: #FFF;
}
.social-list .fa:hover {
  background: #3d7db6;
}
.social-list .fa-facebook {
  background: #3D63AF;
}
.social-list .fa-facebook:hover {
  background: #304e89;
}
.social-list .fa-instagram {
  background: #f442eb;
}
.social-list .fa-instagram:hover {
  background: #c934d3;
}
.social-list .fa-twitter {
  background: #6AD2F8;
}
.social-list .fa-twitter:hover {
  background: #39c3f6;
}
.social-list .fa-google-plus {
  background: #E5483C;
}
.social-list .fa-google-plus:hover {
  background: #d2291c;
}
@media (max-width: 1199px) {
  .social-list {
    display: block;
  }
}

/*==================  Index  List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  float: left;
  margin-right: 15px;
  counter-increment: li;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  background: #2b6394;
  color: #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.index-list li *:first-child {
  margin-top: 9px;
}
.index-list li:nth-child(n+4) {
  margin-top: 33px;
}

/*==================     Rating    ======================*/
.rating {
  font-size: 16px;
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lazy-img_cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 23px;
  color: #FFF;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.lt-ie9 .lazy-img_cnt {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000');
  zoom: 1;
}
.lazy-img_cnt .lt-ie9 {
  display: none;
}
.lazy-img_cnt ul {
  float: left;
  width: 50%;
  padding-left: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lazy-img:hover .lazy-img_cnt {
  opacity: 1;
}
.lazy-img:hover .lazy-img_cnt .lt-ie9 {
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .lazy-img_cnt ul {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .lazy-img_cnt {
    padding-top: 10px;
  }
  .lazy-img_cnt ul {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*==================   Tumbnail    ======================*/
.gallery_item {
	width: 100px;
	display: inline-block;
	padding: 5px;
}

.gallery_item a img {
	width: 100px;
	height: auto;
}

.thumb_a {
	display: inline;
	padding-left: 15px;
}
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: white;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC333333', endColorstr='#CC333333')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC333333', endColorstr='#CC333333');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax, .tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-1_img01.jpg);
  padding: 50px 0;
}

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 80px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2b6394;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    /*display: none !important;*/
  }
}
/*==================  GOOGLE MAP  ======================*/
.map {
  padding-top: 21px;
}
.map_model {
  height: 522px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 450px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 400px;
  }
}
.map_locations {
  display: none;
}

/*==================  GOOGLE MAP Info Window   =======================*/
.gm-wrapper {
  top: -20px !important;
}
.gm-wrapper > div {
  background-color: white;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.gm-wrapper > div:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: white transparent transparent transparent;
}
.gm-wrapper > div * {
  box-shadow: 0 0 0 #000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.gm-style-iw .iw-content {
  padding: 11px 5px;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: inline-block;
}
.subscribe-form label {
  display: inline-block;
  position: relative;
  padding: 8px 10px 8px;
  width: 410px;
  background: white;
  margin-right: 5px;
  border: 2px solid #3d7db6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #888888;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font: 300 15px/20px 'Ubuntu', sans-serif;
  height: 20px;
}
.subscribe-form a[data-type="submit"] {
  display: inline-block;
  padding: 8px 24px 8px 24px;
  line-height: 20px;
  color: #FFF;
  border: 2px solid #fe2121;
  background: #FE2121;
  text-transform: uppercase;
}
.subscribe-form a[data-type="submit"]:hover {
  background: #FFF;
  color: #2b6394;
  border-color: #FFF;
}
@media (max-width: 1199px) {
  .subscribe-form {
    display: block;
  }
}
@media (max-width: 979px) {
  .subscribe-form label {
    width: 100%;
  }
  .subscribe-form a[data-type="submit"] {
    margin-top: 20px;
  }
}

.err_message {
  line-height: 14px;
  color: #F00;
  overflow: hidden;
  transition: 0.3s all ease;
}

.error {
  position: absolute;
  top: -1px;
  left: 10px;
  font-size: 9px;
  line-height: 14px;
  color: #F00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 14px;
}

.success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  text-align: center;
  color: #0F0;
}

@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%;
  }
}
/*========================================================
                     HEADER  Section
==========================================================*/
header .brand {
  float: left;
}
header .brand + .nav {
  margin-top: 9px;
}
header .nav {
	float: right;
	color: #003fc5;
	font-weight: 500;
	font-size: 16px;
}
	header .nav a {
		color: inherit;
	}
	header .nav li{
		 display:inline;
		 padding: 8px;
	}
		header .nav li ul{
			display:none;
			position: absolute;
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 999999;
			background-color: white;
		}

		header .nav li:hover {
			background-color: #f79933;
		}
		
		header .nav li:hover ul {
			display: block;
		}

			header .nav li ul li{
				 display:block;
			}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

.header_panel {
  padding: 0px;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 56px;
  padding-bottom: 49px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.well2 h3 {
  margin-top: 6px;
  margin-right: 16px;
}
.well-search {
  padding-top: 16px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .well2 {
    text-align: center;
  }
  .well2 h3 {
    margin-right: 0;
    margin-top: 0;
  }
}

.img-wrap {
  max-width: 173px;
  margin-left: auto;
  margin-right: auto;
}
.img-wrap, .img-wrap .lazy-img, .img-wrap img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.specials {
	text-align: center;
	background:url(../images/Beach-Retreats_bg_inside.jpg);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.specials .grid_2 {
	min-width: 170px !important;
}
.specials .container{
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.specials .container h2, .specials .container h3, .specials .container h4, .specials .container h5 {
	color: #fff;	
}

.specials img {
	margin: auto;
}
.specials a {
	text-align: center;
}
.specials .grid_6 {
	margin: 10px;
	height: 100%;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #2b6394;
}
.bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #FFF;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 10px;
}
.box_cnt {
  font-size: 17px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box * + p {
  margin-top: 9px;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*==================    Box DT    ======================*/
.box-dt {
  display: table;
}
.box-dt, .box-dt .box-dr, .box-dt .box-dc {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.box-dt .box-dr {
  display: table-row;
}
.box-dt .box-dc {
  display: table-cell;
}

/*==================    Figure    ======================*/
figure figcaption {
  position: relative;
  color: #333;
  font-size: 11px;
}
figure figcaption a {
  font-size: 11px;
}

figure figcaption .fa-camera, figure figcaption .fa-map-marker {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 29px;
  line-height: 30px;
  color: #e5e5e5;
}

figure figcaption .fa-map-marker {
	right: 40px;
}
figure figcaption .fa-camera:hover, figure figcaption .fa-map-marker:hover {
  color: #2b6394;
}
figure figcaption em {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
figure figcaption em span {
  position: relative;
  top: 2px;
  font-weight: 300;
  font-size: 17px;
  color: #888;
}
figure * + figcaption {
  margin-top: 11px;
  margin-bottom: 11px;
}
figure * + p {
  margin-top: 3px;
  margin-right: 50px;
}

/*========================================================
                     FOOTER  Section
=========================================================*/
footer {
  padding: 63px 0px 45px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .container + .container {
  margin-top: 44px;
}

.brand + .copyright {
  margin-top: 13px;
}

.copyright {
  display: inline-block;
}

/************
 Title in Detail Header
 ************/
 h2.detail-title {
   font-size:1.7rem;
   font-weight: 600;
   color:#0555ce;
   text-align: center;
   text-transform: uppercase;

 }

@media (min-width: 768px) {
  h2.detail-title {
    font-size:2.6rem;
  }
}
