@charset "UTF-8";
@import url(animate.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500|Pacifico);
@import url(../css/fl-continuous.css);
/*========================================================
                      Main Styles
=========================================================*/
body {

  font: 300 15px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}


img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: 100%;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		  z-index: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h2, .head2, h3, .head3, h4, .head4, h5, .head5, h6, .head6 {
  color: #343536;
}

h2, .head2, h3, .head3, h4, .head4 {
  font-weight: 300;
  letter-spacing: -1.68px;
}

h1, .head1 {
  font-size: 170px;
  line-height: 170px;
  letter-spacing: -3.4px;
  font-family: "Pacifico", sans-serif;
}
@media (max-width: 767px) {
  h1, .head1 {
    font-size: 70px;
    line-height: 85px;
  }
}

h2, .head2 {
  font-size: 51px;
  line-height: 51px;
  letter-spacing: -1.68px;
  margin-bottom: 70px;
  margin-left: 5%;
  margin-right: 11%;
}


.head8 {
  font-size: 51px;
  line-height: 51px;
  letter-spacing: -1.68px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #fff;
  position: relative;
}

.head9 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-right: 11%;
  margin-left: 0px !important;  
}


.head10 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 5%;
  margin-right: 5%;  
}



@media (max-width: 991px) {
  h2, .head2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  h2, .head2 {
    font-size: 35px;
    line-height: 40px;
  }
}

h3, .head3 {
  font-size: 60px;
  line-height: 65px;
}

h4, .head4 {
  font-size: 40px;
  line-height: 45px;
}

h5, .head5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 5%;
  margin-right: 11%;  
}

.head5__mod {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head5__mod {
    font-size: 12px;
    line-height: 15px;
  }
}

h6, .head6 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.fw-n {
  font-weight: 400;
}

.fw-b {
  font-weight: 700;
}

.fw-l {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.clr-secondary {
  color: #343536;
}

.clr-pad {
 font-size: 15px;
 color: #343536;
 padding-left: 15px;
 padding-right: 15px;
} 

.clr-primary {
  color: #eaca76;
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
  .center991 * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

.text-left {
  text-align: left;
}

p + a[href^="callto:"] {
  color: #343536;
  margin-top: 30px;
  margin-bottom: 10px;
}
p + a[href^="callto:"]:hover {
  color: #eaca76;
}

.border-t {
  border-top: 1px solid #bbb8bb;
}

.mg-add {
  margin-top: 7px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 50px;
}

* + .head5 {
  margin-top: 66px;
}

* + .btn {
  margin-top: 50px;
}

* + .offs {
  margin-top: 70px;
}

* + p {
  margin-top: 13px;
}

* + .offs4 {
  margin-top: 24px;
}

.head1 + .head5__mod {
  margin: 85px;
}

.head5__mod + .btn {
  margin-top: -20px;
}

p + a + p + a.btn {
  margin-top: 40px;
}

* + .offs1 {
  margin-top: 30px;
}

.row + .offs1 {
  margin-top: 3px;
}

* + .offs2 {
  margin-top: 38px;
}

.pad {
  margin-bottom: 100px;
}

.padE {
  margin-top: 80px !important;
}

.padEB {
  float: left;
  padding-right: 14px;
}

.floatEB {
  float: left;
}

.margEB {
  margin-left: 5%;
  margin-right: 11%;
}

.padF {
  margin-left: 5%;
}

.padC {
  margin-left: 3%;
}               

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
  position: absolute;
  margin-left: -100px;
}
.brand_name {
  font-size: 310px;
  line-height: 380px;
  font-family: "Pacifico", sans-serif;
}
.brand_slogan {
  font-weight: 400;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .brand_name {
    font-size: 150px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .brand_name {
    font-size: 92px;
  }
  .brand_slogan {
    margin-top: 40px;
  }
}

/*================== Contact-info  ======================*/
.contact-info {
  color: #000;
  font-size: 12px;
  margin-top: 20px;
  float: right;
  margin-right: 75px;
}
.contact-info a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 12px;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-info a + a {
  margin-left: 30px;
}


@media (max-width: 480px) {
  .contact-info {
    padding-top: 20px;
  }
  .contact-info a {
    display: block;
  }
  .contact-info a + a {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ae8218;
  position: relative;
}

.bg-light {
  color: #f9f9f9;
}

.bg-img1, .bg-img2, .bg-img3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.bg-img1 p, .bg-img2 p, .bg-img3 p {
  color: #fff;
}

.bg-img1 {
  background-image: url("../images/video_bg2.jpg");
}

.bg-img2 {
  background-image: url("../images/video_bg3.jpg");
}

.bg-img3 {
  background-image: url("../images/video_bg4.jpg");
}

.imgM {
  width: 94.7%;
}

.imgT {
  margin-top: 70px;
}

.pM {
  margin-left: 5%;
  margin-right: 11%;
}

 
a.link {
 font-weight: bold;
}


a.link:hover {
 text-decoration: none !important;
}  

.pS {
 font-size: 20px !important;
 margin-top: 30px;
}

.pMR {
  margin-right: 15%;
}      

/*==================     Icons     ======================*/
.fa-map-marker,
.fa-phone,
.fa-child {
  font-size: 17px;
  margin-right: 8px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 31px 9px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #fff;
  background: #ae8218;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 11%; 
  cursor: pointer; 
}
.btn:hover {
  background: #2f4b72;
}

.btnP {
  display: inline-block;
  text-transform: uppercase;
  padding: 18px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #fff;
  background: #ae8218;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btnP:hover {
  background: #3d6cac;
  color: #fff;
}


.btn:active {
  background: #1b1c1c;
}
.btn__mod {
  background: #fff;
  color: #343536;
}
.btn__mod:hover {
  background: #eaca76;
  color: #fff;
}

/*==================  Thumbnail    =====================*/
.thumbnail {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
  width: 562px;
}
.thumbnail .caption {
  margin-top: 33px;
}
.thumbnail .caption a:hover {
  color: #000;
  text-decoration: underline;
}
.thumbnail .caption * + p {
  margin-top: 13px;
  margin-left: 8%;
  margin-right: 11%;
}
.thumbnail__mod {
  max-width: 370px;
}
.thumbnail__mod2 {
  max-width: 570px;
}

.post2 a {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}
.post2 a:before {
  content: "";
  position: absolute;
  top: -50%;
  right: 50%;
  bottom: -50%;
  left: 50%;
  background: rgba(26, 27, 4, 0.4);
  transition: all .5s ease;
  transform: rotate(45deg);
}
.post2 a:hover:before {
  right: -30%;
  left: -30%;
}
.post2 a:after {
  content: "Read more";
  font: 700 18px 'Pacifico';
  line-height: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  letter-spacing: 2.25px;
  position: absolute;
  background: transparent;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 333;
  opacity: 0;
  transition: all .5s ease;
}
.post2 a:hover:after {
  opacity: 1;
}

/*==================   Block-icon     ===================*/
.block-icon {
  text-align: center;
}
.block-icon span {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 90px;
  line-height: 90px;
}
.block-icon .block_caption {
  margin-top: 38px;
}
.block-icon .block_caption a:hover {
  color: #343536;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}

/*==================   Video       ======================*/
.vide_content {
  position: relative;
  z-index: 9;
}
.vide_content p {
  color: #fff;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 90%;
  margin-left: 5%;
}
.flex-list li {
  display: table-cell;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}
.flex-list + .flex-list {
  margin-top: -2px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  position: relative;
}
.inline-list li a {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: block;
  border: 1px solid #fff;
  overflow: hidden;
  text-align: center;
}
.inline-list li a:after {
  content: "";
  background: #eaca76;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li a:before {
  position: absolute;
  font-size: 17px;
  line-height: 43px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.inline-list li a:hover {
  color: #000;
  border-color: #000;
}
.inline-list li a:hover:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.inline-list li + li {
  margin-left: 9px;
}

/*==================    Cont-info  ======================*/
.address-info {
  max-width: 370px;
}
.address-info address {
  display: inline-block;
}
.address-info dl dd {
  margin-left: 0;
}
.address-info dl dt, .address-info dl dd {
  display: inline-block;
}
.address-info dl + address {
  margin-top: 30px;
}
.address-info a[href^="callto:"]:hover {
  color: #eaca76;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .address-info {
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  text-align: left;
}
.marked-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li:hover:before {
  left: 2px;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #343536;
}
.marked-list__mod li {
  color: #777177;
}
.marked-list__mod li:before {
  color: #777177;
}
@media (max-width: 767px) {
  .marked-list__mod {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================    Article    =====================*/
article time {
  color: #eaca76;
  font-size: 12px;
  font-weight: 600;
}
article time + p + .btn {
  margin-top: 40px;
}

/*========================   Menu   ==========================*/

.boxcep { 
  width: 260px;
  height: 415px;
  top: -120px;
  float: left;
  padding: 10px;
  margin-left: 50px;
	background-color:#000;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #ad8118;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 30px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 30px 5px rgba(50, 50, 50, 0.75);
}

.boxcep img {
  position: relative;
  z-index: 9999;
  margin: 0;
  margin-top: -150px;
  margin-left: 5%;
  float: left;
}


.clear {
  height: 415px;
  top: -120px;
}


.textbox {
  text-align: center;
  font: "Roboto", sans-serif;
  font-size: 15px;
  background: #ad8118;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px; 
 }


.textbox1 {
  text-align: center;
  font: bold 18px/18px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #fedb25;
  padding-top: 10px;
 } 



.logo {
 margin-top: -85px;
 margin-left: 75px;
 float: left;
 position: absolute;
} 


#open-event {
 margin-top: 13px;
 margin-left: 30px;
}


.titC {
 text-align: center;
 color: #0e4e97;
 font: bold 14px 'Roboto', Arial, sans-serif;
}

.titCD {
 font: 14px 'Roboto', Arial, sans-serif;
 padding-left: 10px;
}

.sf-menu {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 8px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 7px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 10px 25px 8px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #fff;
  color: #343536;
}
.sf-menu > li.active > a {
  background: #fff;
  color: #343536;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 15px 0 15px;
  background: #fff;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.sf-menu ul > li > a {
  color: #343536;
  padding: 5px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #eaca76;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #eaca76;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.sf-menu ul ul > li > a {
  color: #343536;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #eaca76;
  background: transparent;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*================    Trigger Menu =================*/
.trig {
  width: 59px;
  height: 59px;
  display: inline-block;
  position: fixed;
  top: 13px;
  right: 50px;
  z-index: 999;
  line-height: 59px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ad831f;
}
.trig:before {
  font-size: 30px;
  color: #343536;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig:hover:before {
  color: #fff;
}
@media (max-width: 767px) {
  .trig {
    display: none;
  }
}

a.active-menu {
  background: #fff;
}
a.active-menu:before {
  content: '\f078';
  font-size: 18px;
  color: #343536;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.active-menu:hover {
  background: #f1dba2;
}

.scroll-top {
  top: 3px;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #eaca76;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 43px;
  height: 43px;
  font-size: 24px;
  line-height: 43px;
  color: #343536;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #343536;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #eaca76;
  border: 1px solid #eaca76;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -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: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f0b2";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}

.dest {
 color: #fff;
 font: 400 30px "Roboto";
 top: 150px;
 left: 20px;
 text-align: center;
 position: relative;
} 

.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(174, 130, 24, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80EACA76', endColorstr='#80EACA76')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80EACA76', endColorstr='#80EACA76');
  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);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 82px;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center 100%;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax-bg {
  margin-top: 0;
  margin-bottom: 0;
}
.parallax-bg .parallax_image, .parallax-bg .parallax_pattern {
  opacity: 0.3;
}
.lt-ie9 .parallax-bg .parallax_image, .lt-ie9 .parallax-bg .parallax_pattern {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
  filter: alpha(opacity=30);
}
.parallax-bg .parallax_cnt h2, .parallax-bg .parallax_cnt p, .parallax-bg .parallax_cnt h5 {
  color: #fff;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  text-align: center;
}
header #menu.nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  padding: 5px 0 0px;
  z-index: 99;
  width: 90%;
  margin-left: 5%;
  
  background: #26456f;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
header #menu.active-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  -webkit-box-shadow: 0px 10px 28px -4px rgba(0,0,0,0.68);
  -moz-box-shadow: 0px 10px 28px -4px rgba(0,0,0,0.68);
  box-shadow: 0px 10px 28px -4px rgba(0,0,0,0.68);
}
header .camera_container {
  position: relative;
}
header .camera_container .brand,
header .camera_container .contact-info {
  position: relative;
  text-align: center;
  z-index: 99;
  top: 60px;
  float: right;
  margin-right: 50px;
}
header .camera_container .brand {
  position: absolute;
  left: 50%;
  top: 47%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand {
    top: 50%;
  }
  header #menu {
    display: none;
  }
}

.header__mod {
  background-image: url("../images/slide-3.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 74px;
}
.header__mod .brand_name {
  font-size: 200px;
  line-height: 180px;
}
.header__mod .brand_slogan {
  font-weight: 400;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .header__mod .brand_name {
    font-size: 92px;
  }
  .header__mod .brand_slogan {
    margin-top: 40px;
  }
}

.term-list dd {
  margin-left: 0;
}
.term-list * + dt {
  margin-top: 35px;
}
.term-list dt + * {
  margin-top: 20px;
}
.term-list a[href^="mailto:"] {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  color: #eaca76;
  text-decoration: underline;
  margin-top: 25px;
}
.term-list a[href^="mailto:"]:hover {
  color: #343536;
}
* + .term-list {
  margin-top: 58px;
}

.banner {
 cursor: pointer !important;
} 

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.top1 {
  width:100%;
  height:10px;
  background: #000;
  top:0;
  position:absolute;
}

.top2 {
  width:100%;
  height:90px;
  background: #fff;
  top:6px;
  position:relative;
}


/*==================      Well     ======================*/
.well {
  padding-top: 46px;
  padding-bottom: 115px;
  position: relative;
  background: #fff;
  width: 90%;
  margin-left: 5%;
  margin-top: -89px;
}
.well__mod {
  padding-bottom: 93px;
}

.well2 {
  padding-top: 147px;
  padding-bottom: 54px;
}

.well3 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.well5 {
  padding-top: 119px;
  padding-bottom: 118px;
}
.well5__mod {
  padding-bottom: 107px;
}

.well6 {
  padding-top: 365px;
  padding-bottom: 320px;
}

.well7 {
  padding-top: 122px;
  padding-bottom: 150px;
  margin-bottom: 105px;
  width: 90%;
  margin-left: 5%;
  position: relative;
  background: #fff;
}

.well8 {
  padding-top: 108px;
  padding-bottom: 146px;
}

.well9 {
  padding-top: 122px;
  padding-bottom: 93px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

footer .copyright, footer .address-info {
 font: "Roboto", sans-serif;
 color: #fff;
 font-size: 18px;
}

 
footer .copyright a:hover, footer .address-info a:hover  {
  color: #000 !important;
  text-decoration: none !important;
}


.resp-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin-top: 200px;
  left: 0px;
}


.app {
  margin-top: 10px;
}  


@media (max-width: 767px) {
 .resp-iframe {
  margin-top: 35px;
 }
} 


/*========================================================
                        RESPONSIVE
=========================================================*/ 

@media (max-width: 767px) {

 .reveal-modal {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-top: 30%;
 }
 
 .clear {
  height: 150px;
 }
 
 .head8 {
  font-size: 30px;
  line-height: 31px;
 }
 
 .head5 {
  font-size: 18px;
  line-height: 19px;
  margin-top: -10px;
 }
 
 .rd-mobilepanel_title {
  font-size: 20px;
 }
 
 .well7 {
  padding-top: 32px;
  margin-top: 20px;
  padding-bottom: 0px;
 }
 
 .imgM {
  width: 96%;
 }
 
 .padE {
  margin-top: 2px !important;
  margin-bottom: -10px;
 }
 
 .pM {
  text-align: justify;
  margin-top: 20px;
 }
 
 .thumbnail__mod {
  max-width: none;
 }
 
 .thumbnail {
  margin-left: 0px;
  max-width: 286px;
  padding-bottom: 20px;
 }
 
 .imgT {
  margin-right: 8px;
 }       

}              