body {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
}

mark {
    padding: 0;
    color: #222;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #EAEAEA 0%, #EAEAEA 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 16px;
    overflow: visible;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.pf4_mobile_only {
  display: none; }


.container_inner {
  padding: 0;
  max-width: 1080px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media (max-width: 1150px) {
  .container_inner {
    max-width: 900px; 
  } 
}
@media (max-width: 980px) {
  .container_inner {
    max-width: 600px; 
  } 
}
@media (max-width: 700px) {
  .container_inner {
    max-width: 400px; 
  } 
}
@media (max-width: 500px) {
  .container_inner {
    width: 86%; 
  } 
}


/*
	Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  opacity: 0; }

.full-left-bg.active {
  opacity: 1; }

/*
	Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
	Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 980px) {
  .full-left-bg,
  .full-right-bg {
    display: none; }

  .full-bg-mobile {
    display: block; } }
/*
	Globals --> Button
-----------------------------*/
.pf4_button{
  font-family: GothamHTF;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 2.21;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  padding: 7.5px 30px;
  margin: 0; 
}

.pf4_button:hover{
  background-color: #D1A691;
  color: #fff; 
}



.pf4_button_alt{
	padding: 11px 51.5px 9px 25px;
    border: 2px solid #000;
    color: #000;
    font-size: 14.5px;
    letter-spacing: 0.6px;
    position: relative;
    display: inline-block;
}
.pf4_button_alt:after{
	content:"";
	width:21px;
	height:13px;
	display:block;
	position:absolute;
	top:14.5px;
	right:25px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:21px;
}
.pf4_button_alt:hover{
  color:#fff;
  background-color:#000;
}

@media (max-width: 980px) {
  .pf4_button {
    font-size: 12px;
    padding: 5px 15px; } }
/*
	Globals --> Font
-----------------------------*/
.pf4_heading{
  font-size: 45px;
  color: #000000;
  line-height: 1.12;
  letter-spacing:normal;
  position:relative;
  display:inline-block;
  margin: 0;
  padding-left: 23px;
  padding-right: 7px;
}
.pf4_heading strong{
  position:relative;
  z-index:1;
  font-weight: 500;
}
.pf4_heading:after{
  content:" ";
  position:absolute;
  height: 29px;
  /* opacity: 0.75; */
  /* background-color: #eaeaea; */
  bottom:0;
  left:0;
  z-index:0;
  width: 100%;
  background-color: #EAEAEA;
}
.pf4_h2,
.pf4_the_popup h2 {
  margin: 0;
  font-size: 41px;
  letter-spacing: 3.1px;
  color: #000000;
  margin-bottom: 14px; 
}
@media (max-width: 700px){
  .pf4_heading{
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .pf4_h2 {
    font-size: 30px; } 

}


/*
	Footer
=======================Edited==========================*/
#section-footer{
    display: block;
    padding-top:0px;
}

/*======================*/
.pf4_footer_social{
	background-color:#FFF;
	padding-top: 77px;
    padding-bottom: 69px;
}
.pf4_footer_social .container_inner{
	display:flex;
	flex-wrap:wrap;
}
.pf4_footer_social_left,
.pf4_footer_social_right{
    width: 18%;
	text-align:center;
}
.pf4_footer_social_left_text,
.pf4_footer_social_right_text{
	display:table;
	width:100%;
	height:100%;
    margin-top: -5px;
}
.pf4_footer_social_left_text a,
.pf4_footer_social_right_text a{
	display:table-cell;
	vertical-align:middle;
	outline:none;
    font-family: SweetSansPro-Medium;
    font-size: 10px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    color: #494949;
}
.pf4_footer_social_left_text span,
.pf4_footer_social_right_text span{
    font-family: "Kommissar-Regular";
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #494949;
    margin: 0px;
    padding-bottom: 0px;
    display: block;
    margin-top: 0px;
}
.pf4_footer_social_left_icon,
.pf4_footer_social_right_icon{
    margin-bottom: 12px;
	height:21px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:21px;
}
.pf4_footer_social_left_icon{
	background-image:url(instagram.png);
}
.pf4_footer_social_right_icon{
	background-image:url(facebook.png);
}
.pf4_footer_social_center{
    width: 64%;
}



/*======================*/
.footer{
    background: #000000;
    padding-top: 60px;
}

.footer-top{
    padding-bottom: 22px;
}
.footer-top .container_inner{
	display:flex;
	flex-wrap:wrap;
	max-width:1140px;
}

.pf4_footer_top_1{
	width: 21.1%;
	padding-left: 45px;
}
.pf4_footer_top_2{
    width: 20.3%;
    padding-left: 45px;
}
.pf4_footer_top_3{
    width: 18.6%;
    padding-left: 45px;
}
.pf4_footer_top_4 {
    width: 31%;
    padding-left: 45px;
}
.pf4_footer_top_5{
    padding-left: 45px;
    width: 9%;
}
.pf4_footer_top_1 .pf4_footer_col_in{
	
}
.pf4_footer_col_in{
	
}
.pf4_footer_col_in ul{
    padding: 0px;
    margin: 0px;
    margin-top: -2px;
}
.pf4_footer_col_in ul li{
    list-style: none;
    margin: 0px;
    padding-bottom: 18px;
}
.pf4_footer_col_in ul li a{
    font-family: 'SweetSansPro-Medium';
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    word-spacing: 0em;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin: 0px;
}
.pf4_footer_top_1 .pf4_footer_col_in img{
    width: 54px;
    margin: 0px;
}
.pf4_footer_top_4_links {
    display: block;
    margin-top: -8px;
}
.pf4_footer_top_4_links a{
    font-family: "Kommissar-Regular";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    word-spacing: 0em;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin: 0px;
    padding-right: 15px;
    border-left: 1px solid #FFF;
    padding-left: 15px;
}
.pf4_footer_top_4_links a:first-child{
	border-left: 0px solid #FFF;
    padding-left: 0px;
}

.pf4_SubscribeForm{
    display: block;
    padding-top: 38px;
}
.pf4_SubscribeForm form{
    display: flex;
	flex-wrap:wrap;
}
.pf4_SubscribeForm input[type="email"] {
    background-image: url(envelope.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 30px;
    padding-left: 50px!important;
    color: #fff;
    border: none!important;
    font-family: "Kommissar-Regular";
    font-size: 14px;
    padding-top: 0px;
    letter-spacing: 0.2em!important;
    text-transform: uppercase!important;
    font-weight: normal!important;
    height: 27px;
    width: 245px;
}
.pf4_SubscribeForm input[type="submit"]{
	background: url(btn.png) center center no-repeat;
    width: 30px!important;
    font-size: 0;
    height: 27px;
    background-size: contain;
    border: 1px solid rgba(62, 61, 61, 0.44);
    padding: 0;
    min-width: 30px;
	outline:none;
}
.pf4_footer_socialIcon{
    display: block;
    text-align: right;
}
.pf4_footer_socialIcon a{
    display: inline-block;
    width: 27px;
    height: 30px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 0px;
}
.pf4_footer_socialIcon a.pf4_twitter{
	background-image:url(icon_twitter.png);
}
.pf4_footer_socialIcon a.pf4_youtube{
    background-image: url(icon_youtube.png);
    margin-top: 18px;

}








.footer-bottom{
    padding-bottom: 9px;
    padding-top: 30px;
}
.footer-bottom .container_inner{
	display:flex;
	flex-wrap:wrap;
	max-width:1140px;
}
.footer-bottom-left,
.footer-bottom-right{
	width:50%;
	font-family: "Kommissar-Regular";
    font-size: 13px;
    letter-spacing: 0.2em;
    word-spacing: 0em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
}
.footer-bottom-left{
	text-align:left;	
	color:#FFF;
}
.footer-bottom-right{
	text-align:right;
	color:#FFF;
}

@media (max-width: 1200px) {
	.footer-top .container_inner,
	.footer-bottom .container_inner{
		width: 980px;
	}
	.pf4_footer_top_1 {
		width: 15.1%;
		padding-left: 0px;
	}
	.pf4_footer_top_4 {
		width: 37%;
		padding-left: 30px;
	}
}
@media (max-width: 1100px) {
	.footer-top .container_inner,
	.footer-bottom .container_inner,
	.pf4_footer_social .container_inner {
		width: 800px;
	}
	.pf4_footer_social_left_text span, 
	.pf4_footer_social_right_text span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.pf4_footer_top_1 {
		width: 10.1%;
		padding-left: 0px;
	}
	.pf4_footer_top_4 {
		width: 42%;
	}
	.pf4_SubscribeForm input[type="email"] {
		letter-spacing: 1px!important;
		width: 220px;
	}
}
@media (max-width: 980px) {
	
	.pf4_footer_social_left, 
	.pf4_footer_social_right {
		width: 100%;
		text-align: center;
	}
	.pf4_footer_social_center {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pf4_footer_social {
		padding-top: 70px;
		padding-bottom: 55px;
	}
}

@media (max-width: 850px) {
	.footer-top {
		padding-bottom: 0px;
	}
	.footer-top .container_inner,
	.footer-bottom .container_inner,
	.pf4_footer_social .container_inner {
	    max-width: 600px;
	}
	
	.pf4_footer_top_1 {
		width: 100%;
		padding-left: 0px;
		text-align: center;
		padding-bottom: 25px;
	}
	.pf4_footer_top_2,
	.pf4_footer_top_3,
	.pf4_footer_top_4,
	.pf4_footer_top_5{
		width: 100%;
		padding-left: 0px;
	}
	.pf4_footer_socialIcon {
		display: block;
		text-align: left;
	}
	.pf4_SubscribeForm {
		display: block;
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	.footer {
		text-align: left;
	}
	.footer-bottom-left, 
	.footer-bottom-right {
		width: 100%;
		text-align: center !important;
	}
}
@media (max-width: 700px) {
	.footer-top .container_inner,
	.footer-bottom .container_inner,
	.pf4_footer_social .container_inner {
	    max-width: 400px;
	}
}
@media (max-width: 550px) {
	.footer-top .container_inner,
	.footer-bottom .container_inner,
	.pf4_footer_social .container_inner {
	    width: 86%;
	}
}
/*
	Header 
================= Edited ================================*/
.header {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0) !important;
  position: absolute;
  width: 100%;
  z-index: 999;
  }

.header .container {
  padding: 0;
  max-width: 1140px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  }

.pf4_header_icons {
  float: right;
  width: 20%;
  text-align: right;
  padding-top: 10px; 
}
.header .header-menu {
  width: 78%;
  padding-top: 7px;
  text-align: right;
}
.header .logo--image {
  height: 50px !important; }

.header .logo {
  width: 22%;
}
.header .logo img {
  max-height: 50px !important; }

.header .social-icons {
  text-align: right;
  margin-bottom: 0; }

.header .social-icons__icon {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 32px; }

.header .header-menu a {
  font-family: "SweetSansPro-Medium";
  font-size: 10.3px;
  font-weight: normal;
  line-height: 1.05 !important;
  letter-spacing: 1.1px;
  text-align: right;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 7px;
  margin-left: 3px;
  margin-right: 3px;
}
.header .header-menu a.btn{
  padding: .5rem 1rem;
  margin-top: 0;
}
.dropdown-toggle:after{
    margin-top: 1px;
    margin-left: 5px;
}
.header .header-menu a:hover{
  color: #d12636;
}
.dropdown-menu li{
	margin: 0;
	padding-bottom: 10px;
}
.dropdown-menu li a{
	color: #000 !important;
}
@media (max-width: 1150px) {
  .header .container {
    max-width: 96%; 
  } 
}
@media (max-width: 1060px){
	.header{
		/* padding-top: 15px; */
	}
	.header .header-ham span{
		background-color:#fff;
	}
  .header .header-ham {
    display: inline-block;
    top: 6px !important;
  }
  .header .header-ham + .header-menu{
    display:none !important;
  }
  .header .header-ham.open + .header-menu{
    display:block !important;
  }
  .header .header-menu{
    position:absolute;
    background-color:#ffffff;
    width: 80%;
    left: 10%;
    text-align: center;
    border-radius:10px;
    border: solid 1px #dadada;
    padding:30px;
    padding-bottom:20px;
    top: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }
  .header .header-menu a{
    text-align:center;
    margin-bottom: 15px;
    font-size:22px;
    display: block;
    color: #373f47;
  }
  .header .header-menu .dropdown-menu{
    position:relative;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 850px){
	.header .logo img{
		max-height: 26px !important;
	}
	.header .logo{
		width: 50%;
	}
}
@media (max-width: 600px){
	.header .logo{
		width: 75%;
	}
}
@media (max-width: 500px) {
  .pf4_header_icons {
    display: none; 
  }
  .header .logo img {
    max-height: 40px !important; 
  }
  .header {
    padding-top: 16px;
    padding-bottom: 23px; 
  } 
}


/*=======================
 Blog Archive
=========================*/
.pf4_blog_archive {
  background-color: #fff;
  padding: 27px 0; 
}
.blog__title {
  margin-bottom: 8px;
  max-width: 500px;
  padding-left: 5px;
  padding-right: 15px;
}
.blog__info {
  font-style: italic;
  margin-bottom: 25px;
  }

.blog__conent {
  margin-top: 26px;
}
.pf4_blog_archive .blog__more {
  color: #000000;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 5px;
  margin-top: 0;
  font-weight: bold !important;
}

#section-blog_sidebar .panel__heading {
  opacity: 1;
  position: relative;
  font-size: 30.8px;
  margin-bottom: 28px;
}
#section-blog_sidebar .panel__body {
  padding: 0; 
}
#section-blog_sidebar .panel__body a{
  color:#000;
  font-size: 17.3px;
  letter-spacing: 2.1px;
}
#section-blog_sidebar .recent-post__title {
  opacity: 1;
  margin: 0;
  margin-bottom: 5px;
  font-size: 17.3px;
  letter-spacing: 2.1px;
}
#section-blog_sidebar .recent-post__date {
  margin: 0;
  position: absolute;
  font-style: italic;
  color: #000;
  font-size: 13px;
  top: 5px;
  right: 10px;
}
#section-blog_sidebar .recent-post__date:after{
  height: 2px;
  width:400px;
  position: absolute;
  background-color:#000;
  content:"";
  right:110%;
  top:10px;
}
#section-blog_sidebar .recent-post img {
  max-width: 100%;
  margin: 0;
  margin-bottom: 12px;
}
#section-blog_sidebar .recent-post {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border-bottom:1px solid #F6F1EE;
  padding-bottom: 24px;
}
#section-blog_sidebar .recent-post:last-child{
  border-bottom:0;
}

/*
	Single Blog page
=================================================*/
.pf4_blog_single{
  background-color: #fff;
  padding-top: 19px;
}

.pf4_blog_single #section-blog_sidebar .panel__body{
  padding:0;
}
.pf4_blog_single .section__sidebar {
 padding-top:50px;
 overflow: hidden;
}
.pf4_blog_single .section__sidebar .panel{
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:solid 1px #d8d7d7;
  background-color: transparent;
}

.pf4_blog_single .pf4_section_30 {
  padding-top:0;
  padding-bottom:0;
}
.pf4_blog_single .pf4_section_30 .pf4_heading{
  padding:0;
}
.pf4_blog_single .pf4_section_30 .pf4_heading:after{
  display:none;
}


/*
	Button Popup
=================================================*/
.pf4_the_popup{
  position:fixed;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.7);
  height:100%;
  width:100%;
  left:0;
  top:0;
  display:none;
}
.pf4_the_popup.active{
  display:block;
}
.pf4_the_popup_content{
  background-color:#ffffff;
  max-width:600px;
  width:90%;
  margin:0 auto;
  margin-top:10%;
  box-sizing:border-box;
  padding: 12px;
  padding-top: 15px;
  position:relative;
  text-align:center;
}

.pf4_popup_close{
  color:#fff;
  background-color:#000;
  height:30px;
  width:30px;
  line-height: 26px;
  display:block;
  text-align:center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -12px;
  margin: 0;
}
.pf4_popup_close:hover{
  color:#000;
  background-color:#fff;
}

.pf4_popup_inside{
  background-color:#fff;
  padding:30px 30px;
  margin-top: 0px;
}
.pf4_the_popup h2{
  margin-bottom: 11px;
}
.pf4_the_popup .kajabi-form--inline{
  padding: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
.pf4_the_popup #kajabi-form .kajabi-form__btn{
  color:#fff;
  background-color:#000;
  border-radius:0;
  font-family: Montserrat;
  font-weight:300;
  letter-spacing:2px;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  margin-top: 5px;
}
.pf4_the_popup #kajabi-form .kajabi-form__btn:hover{
  opacity:0.9;
  background-color:#000 !important;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item input{
  width: 100%;
  background-color: #ffffff;
  letter-spacing:2px;
  margin-bottom:5px;
  border-radius:0;
  height: 45px;
  border: solid 2px #000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.pf4_the_popup p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
}
.pf4_the_popup #kajabi-form .kajabi-form__content{
  max-width:100%;
  text-align: center;
}
.pf4_the_popup #kajabi-form fieldset{
 padding: 35px 30px;
 text-align: center;
 max-width: 442px;
 margin: 0 auto;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item{
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-errors-list.filled{
  list-style-type:none;
  margin:0;
  padding:0;
}
.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-required{
  margin-bottom:0;
}

.pf4_the_popup #kajabi-form .kajabi-form__title{
    letter-spacing: 3.1px;
    color: #000000;
    margin-bottom: 10px;
    margin: 0;
    font-size: 35.3px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.pf4_the_popup #kajabi-form .kajabi-form__title:after {
    content: " ";
    position: absolute;
    height: 29px;
    bottom: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    background-color: #EAEAEA;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle{

  margin:0;
  overflow:hidden;
   padding-top:30px;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
  color: #000000;
}
.pf4_the_popup #kajabi-form .kajabi-form__subtitle p:last-child{
  margin-bottom:0;
}
@media(max-width:600px){
  .pf4_the_popup #kajabi-form .kajabi-form__form-item{
    width:100% !important;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__title{
    font-size:22px;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__subtitle p{
    font-size:15px;
  }
  .pf4_the_popup #kajabi-form .kajabi-form__subtitle{
    padding-left:20px;
    padding-right:20px;
    padding-top: 15px;
  }
  .pf4_the_popup #kajabi-form fieldset{
    padding:20px;
  }
}



/*
	Two steps and exit Popup
=================================================*/
#section-pop_two_step .pop__body,
#exit-pop .pop__body{
    background-color: #ffffff !important;
    max-width: 660px;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 10%; */
    box-sizing: border-box;
    padding: 10px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    border-radius: 0px !important;
}
#section-pop_two_step .pop__body--inner,
#exit-pop .pop__body--inner{
    padding: 0px 0px !important;
    background-color: #fff;
}
#section-pop_two_step .pop__body--inner form{
    padding: 0px 30px 30px 30px;
}
#section-pop_two_step .pop__body--inner h2,
#exit-pop .pop__body--inner h1,
#exit-pop .pop__body--inner h2{
    color: #000000;
    background-color: #ffffff !important;
    padding-bottom: 11px;
    margin: 0;
    font-size: 35.3px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.35;
    font-weight: normal;
}
 #section-pop_two_step .pop__body--inner p,
 #exit-pop .pop__body--inner p{
    margin: 0 auto;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 450px;
    margin-bottom: 11px;
    padding-top: 20px;
}

#section-pop_two_step .pop__body--inner form .pop__form {
    margin: 21px 0 30px 0;
    text-align: left;
    margin-bottom: 0px;
}

#section-pop_two_step .pop__body--inner form .pop__form input,
#section-pop_two_step .pop__body--inner form .pop__form textarea {
  width: 100%;
  background-color: #ffffff;
  letter-spacing:2px;
  margin-bottom:5px;
  border-radius:0;
  height: 45px;
  border: solid 2px #000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
 
#section-pop_two_step .pop__body--inner form .pop__form  .btn--sections_pop_two_step_settings_btn_text.btn--solid,
#exit-pop .pop__body--inner .btn.btn-cta.btn--auto.btn--solid.btn--med{
    color: #fff;
    background-color: #000 !important;
    border-radius: 0;
    font-family: Montserrat;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    padding: 12px 20px;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    border: 0px solid #000 !important;
}
#section-pop_two_step .pop__body--inner form .pop__form .btn--sections_pop_two_step_settings_btn_text.btn--solid:hover {
    opacity: 0.9;
    background-color: #000 !important;
}
#exit-pop .pop__body--inner .btn.btn-cta.btn--auto.btn--solid.btn--med{
    display: block;
    float: none !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.pop__close{
  background-color: #000;
  border-radius: 100%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  top: -10px;
  right: -9px;
}
@media(max-width:600px){
    #section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:first-child,
    #section-pop_two_step .pop__body--inner form .pop__form .row .col-sm-12:nth-child(2){
        width: 100%;
        float: left;
    } 
     #section-pop_two_step .pop__body--inner p,
    #exit-pop .pop__body--inner p {
        font-size: 15px;
        padding-left:30px;
        padding-right:30px;
    }
    #section-pop_two_step .pop__body--inner h2,
    #exit-pop .pop__body--inner h2,
    #exit-pop .pop__body--inner h1{
        font-size: 22px;
    }
}


/*
	Form Popup
=================================================*/
#kajabi-form.kajabi-form--popup .kajabi-modal__content{
  max-width: 660px;
  background-color: #ffffff;
  border-radius: 0;
  padding: 12px;
  padding-top: 15px;
  width: 90%;
}

#kajabi-form.kajabi-form--popup .kajabi-form__btn{
  color:#fff;
  background-color:#000;
  border-radius:0;
  letter-spacing:2px;
  display:block;
  width: auto;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 5px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__btn:hover{
  opacity:0.9;
  background-color:#000 !important;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item input{
  width: 100%;
  background-color: #ffffff;
  letter-spacing:2px;
  margin-bottom:5px;
  border-radius:0;
  height: 45px;
  border: solid 2px #000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
#kajabi-form.kajabi-form--popup p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__content{
  max-width:100%;
  text-align: center;
}
#kajabi-form.kajabi-form--popup fieldset{
 padding: 35px 30px;
 text-align: center;
 max-width: 442px;
 margin: 0 auto;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 14px;
}

#kajabi-form.kajabi-form--popup .kajabi-form__form-item .parsley-errors-list.filled{
  list-style-type:none;
  margin:0;
  padding:0;
}
#kajabi-form.kajabi-form--popup .kajabi-form__form-item .parsley-required{
  margin-bottom:0;
}

#kajabi-form.kajabi-form--popup .kajabi-form__title{
    margin: 0;
    font-size: 35.3px;
    margin-top: 30px;
    position:relative;
    display:inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle{
  margin:0;
  overflow:hidden;
  padding-top: 15px;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle p{
  margin: 0 auto;
  margin-top:0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 15px;
  color: #000000;
}
#kajabi-form.kajabi-form--popup .kajabi-form__subtitle p:last-child{
  margin-bottom:0;
}
#kajabi-form.kajabi-form--popup .kajabi-modal__close{
  color:#fff;
  background-color:#000;
  height:30px;
  width:30px;
  line-height: 25px;
  display:block;
  text-align:center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -12px;
  margin: 0;
}

@media(max-width:600px){
  #kajabi-form.kajabi-form--popup .kajabi-form__form-item{
    width:100% !important;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__title{
    font-size:22px;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__subtitle p{
    font-size:15px;
  }
  #kajabi-form.kajabi-form--popup .kajabi-form__subtitle{
    padding-left:20px;
    padding-right:20px;
    padding-top: 15px;
  }
  #kajabi-form.kajabi-form--popup fieldset{
    padding:20px;
  }
}




/*
    Announcemen Bar
===========================*/
body.pf4_enable_announcement{
	padding-top: 50px;
}
body .announcement{
    font-weight: normal;
    line-height: 1.5;
    padding: 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
@media screen and (max-width: 980px){
	body .announcement{
		position:relative;
	}
	body.pf4_enable_announcement{
		padding-top: 0px;
	}
}




/*
	Section : Style
=================================================*/
.section_inner {
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto;
	position: relative; 
}

.section_inner img {
	max-width: 100%;
	height: auto;
	margin: 0; 
 }
p{
    font-family: "FinancierText-Regular";
    margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.64;
    font-weight: 100;
    color: #3e3e3e;
    margin-top: 0px;
}
.pf4_mobile_img,
.pf4_mobile_icon {
	width: 100% !important;
	display: none !important; 
}

@media (max-width: 1200px) {
  .section_inner {
    width: 980px; } }
@media (max-width: 1100px) {
  .section_inner {
    width: 800px; } }
@media (max-width: 980px) {
  .section_inner {
    width: 700px; } }
@media (max-width: 850px) {
  .section_inner {
    width: 500px; } }
@media (max-width: 550px) {
  .section_inner {
    width: 84%;
    } }
@media (max-width: 320px) {
  .section_inner {
    width: 90% !important;
    } }
/*
	Section : 1 (Home Hero)
=================================================*/
.pf4_section_1{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pf4_section_1 .section_inner{
	display:block;
}
.pf4_section_1_top{
    max-width: 675px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 252px;
}
.pf4_section_1_top h1{
	font-family: "ReservationWide-Blk";
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
}
.pf4_section_1_bottom{
    display: flex;
    flex-wrap: wrap;
    padding-top: 131px;
}
.pf4_section_1_bottom_left,
.pf4_section_1_bottom_right{
	width:50%;
	text-align:center;
	position:relative;
    padding-top: 40px;
    padding-bottom: 47px;
}
.pf4_section_1_bottom_left:before{
    content: "";
    height: 122%;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.44);
    position: absolute;
    top: 0px;
    right: -1px;
}
.pf4_section_1_bottom_text{
	max-width: 280px;
    margin: 0px auto;
}
.pf4_section_1_bottom_text h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
	color:#FFF;
	margin: 0px;
    padding-bottom: 22px;
}
.pf4_button_s1,
.pf4_button_s2,
.pf4_button_s3{
    font-family: "KommissarCondensed-Medium";
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    padding: 16px 40px;
    display: inline-block;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none!important;
    margin: 0px;
}
.pf4_button_s1,
.pf4_button_s3{
    background: #d12636;
    color: #ffffff;
}
.pf4_button_s3{
	border:1px solid #d12636;
}
.pf4_button_s1:hover,
.pf4_button_s3:hover,
.pf4_button_s2{
    background: #FFF;
    color: #d12636;
}
.pf4_button_s2:hover{
    background: #d12636;
    color: #ffffff;
}

@media (max-width: 980px) {

	.pf4_section_1_top {
		padding-top: 190px;
	}
	.pf4_section_1_bottom {
		padding-bottom: 70px;
	}
	.pf4_section_1_bottom {
		display: flex;
		flex-wrap: wrap;
		padding-top: 60px;
	}
	.pf4_section_1_bottom_left, 
	.pf4_section_1_bottom_right {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.pf4_section_1_bottom_left:before{
		display:none;
	}
	.pf4_section_1_bottom_text {
		max-width: 100%;
	}
	.pf4_section_1_bottom_text h5 {
		padding-bottom: 10px;
	}
	
}
@media (max-width: 850px) {
	.pf4_section_1_top h1 {
		font-size: 35px;
	}
	.pf4_section_1_bottom {
		padding-top: 20px;
	}

}
/*
	Section : 2
=================================================*/
.pf4_section_2{
    background: #0b2319!important;
	padding-top:150px;
	padding-bottom:200px;
}
.pf4_section_2_content{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.pf4_section_2_content h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
	color: #a4623e;
	margin: 0px;
}
.pf4_section_2_subtitle{
    font-family: "Oriflame";
    font-size: 40px;
    line-height: normal;
    text-transform: none;
    font-weight: normal;
    margin: 0px;
    color: #d12636;
    display: block;
    margin-top: -10px;
}
@media (max-width: 980px) {
	.pf4_section_2 {
		padding-top: 80px;
		padding-bottom: 110px;
	}
}
/*
	Section : 3
=================================================*/
.pf4_section_3{
    background: #eef6ee!important;
}

.pf4_section_3_left,
.pf4_section_3_right{
	width: 50%;
	position:relative;
}
.pf4_section_3_left{
	
}
.pf4_section_3_left h2{
	font-family: "ReservationWide-Blk";
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	z-index:1;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:45px;
}
.pf4_section_3_left img{
    margin-top: -55px;	
}

.pf4_section_3_right{
    padding-left: 71px;
    padding-right: 39px;
    padding-top: 68px;
}
.pf4_section_3_right h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
	color: #a4623e;
	margin: 0px;
}
.pf4_section_3_right h3{
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3c3c3c;
}
.pf4_section_3_right h3 em{
	font-family: "Oriflame";
    font-size: 40px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
}
.pf4_section_3_right .pf4_button_s3{
	margin-top: 34px;
}


@media (max-width: 1200px) {
	.pf4_section_3_right {
		padding-left: 50px;
		padding-right: 0px;
	}
	.pf4_section_3_right h3 {
		font-size: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pf4_section_3_right .pf4_button_s3 {
		margin-top: 0px;
	}
}
@media (max-width: 1100px) {
	.pf4_section_3_left, 
	.pf4_section_3_right {
		width: 100%;
		position: relative;
	}
	.pf4_section_3_right {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
	}
	.pf4_section_3_right h3 {
		padding-top: 0px;
	}
}
@media (max-width: 980px) {
	.pf4_section_3_left h2 {
		font-size: 35px;
	}	
}
/*
	Section : 4
=================================================*/
.pf4_section_4{
    background: #eef6ee!important;
	padding-top:103px;
	padding-bottom:53px;
}

.pf4_section_4_left,
.pf4_section_4_right{
	width: 50%;
	position:relative;
}

.pf4_section_4_left{
    padding-right: 65px;
    padding-left: 48px;
}
.pf4_section_4_left h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #a4623e;
    margin: 0px;
    margin-top: -3px;
    padding-bottom: 40px;
}

.pf4_section_4_right{
	padding-left:72px;
}
.pf4_section_4_right_top{
    width: 100px;
    position: absolute;
    top: -49px;
    right: 50px;
}

@media (max-width: 1200px) {
	.pf4_section_4_right {
		padding-left: 50px;
	}
}
@media (max-width: 1100px) {
	.pf4_section_4 {
		background: #eef6ee!important;
		padding-top: 60px;
		padding-bottom: 75px;
	}
	.pf4_section_4_left, 
	.pf4_section_4_right {
		width: 100%;
		position: relative;
	}
	.pf4_section_4_left {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 50px;
	}
	.pf4_section_4_right {
		padding-left: 0px;
	}
	.pf4_section_4_left h5 {
		margin-top: 0px;
		padding-bottom: 20px;
	}
}
/*
	Section : 5
=================================================*/
.pf4_section_5{
    background-color: #FFF!important;
    padding-top: 100px;
    padding-bottom: 80px;
}
.pf4_section_5_col{
	
}
.pf4_section_5_col h5{
	font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #a4623e;
    margin: 0px;
    padding-bottom: 3px;
}
.pf4_section_5_col h6{
	font-family: "SweetSansPro-Medium";
    font-size: 10px;
    letter-spacing: 1.9px;
    word-spacing: 0em;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 11px;
}
.pf4_section_5_col h3{
	font-family: "ReservationWide-Blk";
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: normal;
    color: #3c3c3c;
    margin: 0px;
}


.pf4_section_5_col1{
    width: 30.3%;
    padding-right: 45px;
	text-align:center;
}
.pf4_section_5_col1 p{
    font-family: "Oriflame";
    font-size: 36px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
}
.pf4_section_5_col2{
    width: 23.23%;
    padding-left: 45px;
}

@media (max-width: 1100px) {
	.pf4_section_5 {
		padding-top: 70px;
		padding-bottom: 55px;
	}
	.pf4_section_5_col2 {
		width: 23.23%;
		padding-left: 20px;
	}
	.pf4_section_5_col h5 {
		letter-spacing: 1.5px;
	}
	.pf4_section_5_col h6 {
		letter-spacing: 0.9px;
	}
	p {
		line-height: 1.24;
	}
}
@media (max-width: 980px) {
	.pf4_section_5_col1 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.pf4_section_5_col2 {
		width: 33.33%;
		padding-left: 40px;
	}
}
@media (max-width: 850px) {
	.pf4_section_5 {
		padding-bottom: 45px;
	}
	.pf4_section_5_col2 {
		width: 100%;
		padding-left: 0px;
	}
}
/*
	Section : 6
=================================================*/
.pf4_section_6{
    background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pf4_section_6 .section_inner{
	
}
.pf4_section_6_content{
    text-align: center;
    max-width: 350px;
    margin: 0px auto;
    padding-top: 155px;
    padding-bottom: 80px;
}
.pf4_section_6_content h2{
    font-family: "ReservationWide-Blk";
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    padding-bottom: 32px;
}
.pf4_section_6_content h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: -4px;
}
.pf4_section_6_content p {
    font-family: "Oriflame";
    font-size: 36px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 0px;
    padding-bottom: 91px;
}
@media (max-width: 1100px) {
	pf4_section_6_content {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (max-width: 850px) {
	.pf4_section_6_content {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.pf4_section_6_content p {
		padding-bottom: 50px;
	}
}
/*
	Section : 7
=================================================*/
.pf4_section_7{
	background-color: #FFF;
    padding-top: 80px;
    padding-bottom: 84px;
}
.pf4_section_7 .section_inner{
	display:block;
}
.pf4_section_7 .section_inner_in{
	display:flex;
	flex-wrap:wrap;
	margin-right:-20px;
	margin-left:-20px;
}
.pf4_section_7_col{
	width:25%;
	padding-left:20px;
	padding-right:20px;
}
.pf4_section_7_col_in{
	text-align:center;
}
.pf4_section_7_col_img{
    width: 100%;
    height: 255px;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.pf4_section_7_col_img_in{
	width:100%;
	height:255px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pf4_section_7_col_in span{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #4b4b4b;
    margin: 0px;
    display: block;
    padding-bottom: 0px;
}
.pf4_section_7_col_in a:hover .pf4_section_7_col_img_in{
    transform: scale(1.1);
}

@media (max-width: 1100px) {
	.pf4_section_7 {
		padding-top: 70px;
		padding-bottom: 25px;
	}
	.pf4_section_7_col {
		width: 50%;
		padding-bottom: 35px;
	}
	.pf4_section_7_col_img {
		height: 380px;
		margin-bottom: 15px;
	}
	.pf4_section_7_col_img_in {
		height: 380px;
	}
}
@media (max-width: 850px) {
	.pf4_section_7_col {
		width: 100%;
	}
	.pf4_section_7 .section_inner {
		display: block;
		/* width: 360px; */
	}
}
/*
	Section : 8
=================================================*/
.pf4_section_8{
    background-color: #eef6ee;
    padding-top: 89px;
    padding-bottom: 90px;
    position: relative;
}
.pf4_section_8:before {
    background: #121011;
    content: '';
    position: absolute;
    width: 100%;
    height: 346px;
    top: 0;
    left: 0;
    z-index:1;
}
.pf4_section_8 .section_inner{
	display:block;
	z-index:2;
}

.pf4_section_8_top{
	padding-bottom: 96px;
}
.pf4_section_8_top_in{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
}
.pf4_section_8_top_col{
	width:33.33%;
}
.pf4_section_8_top_col h2{
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
}
.pf4_section_8_top_col h5 {
	font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #a4623e;
    margin: 0px;
    padding-bottom: 0px;
    display: block;
    margin-top: 1px;
}
.pf4_section_8_top_col_link{
    display: block;
    text-align: right;
    padding-top: 1px;
}
.pf4_section_8_top_col_link a{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #d12636;
    margin: 0px;
    display: block;
    padding-bottom: 0px;
}

.pf4_section_8_center{
    display: block;
    padding-bottom: 47px;
}
.pf4_section_8_center_in{
    display: block;
    position: relative;
    height: 270px;
    margin-right: -250px;
}
.pf4_section_8_center_in .full-right-bg.active{
	background-color:transparent !important;
}
.pf4_section_8_center_slider{
	display: flex;
    flex-wrap: wrap;
}
.pf4_section_8_center_slider_item{
	outline:none;
    padding-right: 35px;
}
.pf4_section_8_item_img{
	height: 230px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position:relative;
}
.pf4_section_8_item_img img{
	opacity:0;
}
.pf4_section_8_center_slider_item h5{
	display:none;
    font-family: SweetSansPro-Medium;
    font-size: 10px;
    letter-spacing: 0.3em;
    line-height: 2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 19px;
    color: #494949;
}
.pf4_section_8_center_slider_item.slick-current h5{
	display:block;
}
.pf4_section_8_center_slider_item .pf4_section_8_item_img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    visibility: visible;
}
.pf4_section_8_center_slider_item.slick-current .pf4_section_8_item_img:before{
	opacity: 0;
}

.pf4_section_8_bottom{
	
}
.pf4_section_8_bottom_in{
}
.pf4_section_8_bottom_content {
	outline:none;
	position:relative;
	padding-left: 140px;
	padding-right:320px;
}
.pf4_section_8_bottom_content:before {
    content: '';
    width: 19px;
    height: 12px;
    background: url(quotes.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 64px;
    top: 6px;
}
.pf4_section_8_slider_text .slick-arrow {
    width: 60px;
    height: 11px;
    font-size: 0;
}
.pf4_section_8_slider_text .slick-prev.slick-arrow {
    background: url(arrow-left.png) center center no-repeat;
    background-size: 55px;
    position: absolute;
    right: 105px;
    left: inherit;
    top: 12px;
}
.pf4_section_8_slider_text .slick-next.slick-arrow {
    background: url(arrow-right.png) center center no-repeat;
    background-size: 55px;
    position: absolute;
    right: 0px;
    top: 12px;
}
.pf4_section_8_slider_text .slick-prev:before, 
.pf4_section_8_slider_text .slick-next:before{
	display:none;
}

@media (max-width: 1100px) {
	.pf4_section_8 {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.pf4_section_8:before {
		height: 300px;
	}
	.pf4_section_8_top {
		padding-bottom: 40px;
	}
	.pf4_section_8_bottom_content {
		padding-left: 60px;
		padding-right: 200px;
	}
	.pf4_section_8_bottom_content:before {
		left: 0px;
	}
	.pf4_section_8_slider_text .slick-prev.slick-arrow {
		right: 70px;
	}
}
@media (max-width: 980px) {
	.pf4_section_8_center_in .full-right-bg.active {
		display: block;
		width: 100% !important;
		margin-right: 0px !important;
		position: relative;
	}
	.pf4_section_8_top_col {
		width: 50%;
	}
	.pf4_section_8_top_col:first-child{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.pf4_section_8_center_in {
		margin-right: 0px;
	}
	.pf4_section_8_bottom_content{
		padding-right: 0px;
	}
	.pf4_section_8_slider_text .slick-prev.slick-arrow,
	.pf4_section_8_slider_text .slick-next.slick-arrow{
		top: -20px;
	}
}
@media (max-width: 850px) {
	.pf4_section_8_top {
		padding-bottom: 20px;
	}
	.pf4_section_8_top_col {
		width: 100%;
	}
	.pf4_section_8_top_col:first-child {
		padding-bottom: 10px;
	}
	.pf4_section_8_top_col_link {
		display: block;
		text-align: left;
		padding-top: 10px;
	}
}
@media (max-width: 480px) {
	.pf4_section_8_center_slider_item {
		outline: none;
		padding-right: 0px;
	}
	.pf4_section_8_bottom_content {
		padding-left: 35px;
	}
}
/*
	Section : 9
=================================================*/
.pf4_section_9{
    background-color: #0b2319;
    position: relative;
}
.pf4_section_9 .section_inner{
	padding-top: 90px;
    padding-bottom: 90px;
}
.pf4_section_9 .section_inner_in{
    width: 630px;
    margin: 0px auto;
}
.pf4_section_9_content {
	text-align:center;
	position:relative;
	z-index:1;
}
.pf4_section_9_content h2 {
	font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.21;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    padding-top: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pf4_section_9_content_img{
    display: block;
    margin-bottom: -35px;
}
.pf4_section_9_content img{
    max-width: 400px;
}
.pf4_section_9 .section_inner_in .full-bg-mobile.active{
	display:block;
	background-color:transparent;
}
.pf4_section_9_moving_text{
    font-family: "ReservationWide-Blk";
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    top: 50%;
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}	

.pf4_section_9_moving_text .line:nth-child(odd) {
    display: block;
    width: 200%;
    height: 1em;
    position: relative;
    overflow: hidden;
    animation: marqueee 30s linear infinite;
}
.pf4_section_9_moving_text .line:nth-child(even) {
    display: block;
    width: 200%;
    height: 1em;
    position: relative;
    overflow: hidden;
    animation: marquee 30s linear infinite;
}
.pf4_section_9_moving_text .line span {
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #0b2319;
}
@keyframes marquee {
  0% { right: 0; }
  100% { right: -100%; }
}
@keyframes marqueee {
  0% { left: 0; }
  100% { left: -100%; }
}

@media (max-width: 980px) {
	.pf4_section_9 .section_inner_in .full-bg-mobile.active{
		display:none;
	}
	.pf4_section_9 .section_inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (max-width: 550px) {
	.pf4_section_9 .section_inner_in {
		width: 100%;
		margin: 0px auto;
	}	
	.pf4_section_9_content img {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.pf4_section_9_content h2 {
		font-size: 17px;
	}
}



/*
	Section : 10
=================================================*/
.pf4_section_10{
    background: #0b2319!important;
    padding-top: 182px;
    padding-bottom: 120px;
}

.pf4_section_10_content{
	max-width:640px;
	margin:0px auto;
}
.pf4_section_10_content h1 {
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFF;
    text-align: center;
}
.pf4_section_10_content h1 em {
    font-family: "Oriflame";
    font-size: 40px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
}


/*
	Section : 11
=================================================*/
.pf4_section_11{
    background: #FFF!important;
	padding-bottom: 50px;
}

.pf4_section_11_left,
.pf4_section_11_right{
	width: 50%;
	position:relative;
}
.pf4_section_11_left{
	
}
.pf4_section_11_left h2{
	font-family: "ReservationWide-Blk";
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	z-index:1;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:45px;
}
.pf4_section_11_left img{
    margin-top: -55px;	
}

.pf4_section_11_right{
    padding-left: 71px;
    padding-right: 39px;
    padding-top: 115px;
}
.pf4_section_11_right h5{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
	color: #a4623e;
	margin: 0px;
    padding-bottom: 40px;
}
.pf4_section_11_right h3{
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3c3c3c;
}
.pf4_section_11_right h3 span{
	font-family: "Oriflame";
    font-size: 40px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
}
.pf4_section_11_right .pf4_button_s3{
	margin-top: 34px;
}


@media (max-width: 1200px) {
	
	.pf4_section_11_right {
		padding-left: 50px;
		padding-right: 0px;
	padding-top: 61px;
	}
	.pf4_section_11_right h3 {
		font-size: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pf4_section_11_right .pf4_button_s3 {
		margin-top: 0px;
	}
	.pf4_section_11_right h5 {
		padding-bottom: 20px;
	}
}
@media (max-width: 1100px) {
	.pf4_section_11_left, 
	.pf4_section_11_right {
		width: 100%;
		position: relative;
	}
	.pf4_section_11_right {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
	}
	.pf4_section_11_right h3 {
		padding-top: 0px;
	}
}
@media (max-width: 980px) {
	.pf4_section_11_left h2 {
		font-size: 35px;
	}	
}


/*
	Section : 12
=================================================*/
.pf4_section_12{
    background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.pf4_section_12 .section_inner{
	height:700px;
}
.pf4_section_12_right_top {
    width: 100px;
    position: absolute;
    top: 88px;
    right: 0px;
}
.pf4_section_12_left{
	width: 70%;
	position:relative;
}
.pf4_section_12_left h3 {
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFF;
}
.pf4_section_12_left h3 span {
    font-family: "Oriflame";
    font-size: 40px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
}
.pf4_section_12_left_text{
    position: absolute;
    bottom: 63px;
    left: 0px;
    max-width: 560px;
}

.pf4_section_12_right{
	width: 30%;
	text-align:right;
	position:relative;
}
.pf4_section_12_right,
.pf4_section_12_right p{
    font-family: "Kommissar-Regular";
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.pf4_section_12_right_text{
    position: absolute;
    bottom: 104px;
    right: 0px;
}
@media (max-width: 850px) {
	.pf4_section_12 .section_inner {
		height: auto;
		padding-top: 200px;
		padding-bottom: 70px;
	}
	.pf4_section_12_left,
	.pf4_section_12_right {
		width: 100%;
		position: relative;
	}
	.pf4_section_12_left_text,
	.pf4_section_12_right_text{
		position:relative;
		text-align: left;
	}
	.pf4_section_12_left_text {
		bottom: 0px;
	}
	.pf4_section_12_right_text {
		bottom: 0px;
	}
	.pf4_section_12_left h3 {
		font-size: 25px;
		padding-bottom: 25px;
	}
	.pf4_section_12_right_top {
		top: 65px;
		right: inherit;
		left: 0px;
	}
}

/*
	Section : 13
=================================================*/
.pf4_section_13{
	background-color: #eef6ee;
    padding-top: 50px;
	padding-bottom:50px;
}
.pf4_section_13 .section_inner{
	width:100%;
	max-width:100%;
}

.pf4_section_13_left,
.pf4_section_13_right{
	width:20%;
}

.pf4_section_13_left_in,
.pf4_section_13_right_in{
	display:table;
	width:100%;
	height:100%;
}
.pf4_section_13_left_img,
.pf4_section_13_right_img{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.pf4_section_13_left_img{
	text-align:left;
}
.pf4_section_13_right_img{
	text-align:right;
}

.pf4_section_13_center{
	width:60%;
	padding-left:130px;
	padding-right:130px;
}
.pf4_section_13_center_in{
	display:table;
	width:100%;
	height:100%;
}
.pf4_section_13_center_content{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
}

.pf4_section_13_center_content h3 {
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
	text-align:center;
}
.pf4_section_13_center_content h3 span {
    font-family: "Oriflame";
    font-size: 40px;
    letter-spacing: 0px;
    word-spacing: 0em;
    line-height: 1;
	display:block;
    text-transform: none;
    font-weight: normal;
    color: #d12636;
    margin-top: -10px;
}

.pf4_section_13_accordion_lists{
    padding-top: 16px;
}
.pf4_section_13_accordion_item .pf4_accordion_hand {
    font-family: "Kommissar-Regular";
    font-size: 15px;
    letter-spacing: 3.5px;
    line-height: 1.57;
    text-transform: uppercase;
    font-weight: normal;
    color: #a4623e;
    margin: 0px;
    margin-top: -3px;
    padding-bottom: 32px;
	cursor:pointer;
}
.pf4_section_13_accordion_item .pf4_accordion_hand:before{
	content: "+";
    display: inline-block;
    padding-right: 5px;
}
.pf4_section_13_accordion_item .pf4_accordion_hand.active:before{
	content: "-";
    display: inline-block;
    padding-right: 5px;
}
/*
	Global ---> Accordion
-----------------------------------------*/
.pf4_section_13_accordion_item .pf4_accordion_content{
	display:none;	
    margin-top: -2px;
    padding-bottom: 26px;
}
.pf4_section_13_accordion_item .pf4_accordion_content.active{
	display:block;	
}

.pf4_section_13_accordion_item .pf4_accordion_hand .number:before{
	content:"+";
}
.pf4_section_13_accordion_item .pf4_accordion_hand.active .number:before{
	content:"-";
}


@media (max-width: 1100px) {
	.pf4_section_13_center {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 980px) {
	.pf4_section_13 {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.pf4_section_13 .section_inner {
		width: 700px;
	}	
	.pf4_section_13_left, 
	.pf4_section_13_right{
		display:none;
	}
	.pf4_section_13_center{
		width:100%;
	}
	.pf4_section_13_center_in {
		display: block;
	}
	.pf4_section_13_center_content {
		display: block;
		vertical-align: text-bottom;
	}
	.pf4_section_13_center_content h3{
		padding-top:0px;
	}
}

/*
	Section : 14
=================================================*/
.pf4_section_14{
    /* padding-top: 62px; */
}
.pf4_section_14 .section_inner{
	
}
.pf4_section_14_content{
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.pf4_section_14_content h1{
    font-family: "ReservationWide-Blk";
    font-size: 30px;
    letter-spacing: 1.5px;
    word-spacing: 0em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    text-align: center;
}

/*
	Section : 15
=================================================*/
.pf4_section_15{
	
}
.pf4_section_15 .section_inner{
	width: 898px;
}
.pf4_section_15_col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 61px;
}
.pf4_section_15_img{
    width: 100%;
    padding-bottom: 45px;
}
.pf4_section_15_img img{
	border-radius:50%;
}

@media (max-width: 980px) {
	.pf4_section_15 .section_inner{
		width:  700px;
	}
}
@media (max-width: 850px) {
	.pf4_section_15 .section_inner{
		width:  500px;
	}
	.pf4_section_15_col{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 61px;
	}
	.pf4_section_14_content {
		padding-bottom: 0px;
	}
}
@media (max-width: 550px) {
	.pf4_section_15 .section_inner{
	    width: 84%;
	}
}