@charset "utf-8";
/* CSS Document */
/***********
1. Fonts
***********/
@import url("https://fonts.googleapis.com/css?family=Commissioner:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Playfair Display:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p a
{
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-weight: 500;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #8b132f;
    font-weight: 500;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}

/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}


/*********************************
4.1 Home Slider
*********************************/

.home_slider_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: #31124b;
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_item
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}
.home_slider_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h1
{
	margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
	font-size: 85px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.home_slider_content h1:nth-child(2)
{
	font-family: 'Playfair Display';
	font-size: 85px;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: -34px;
    text-transform: uppercase;
	letter-spacing: 0.03em;
}
.flipInX
{
	animation-delay: 600ms;
}

.intro_text p
{
	font-family: Philosopher, 'Commissioner',Caveat , serif;
	font-size: 17px;
	font-weight: 300;
	color: #606060;
	line-height: 1.336;
	margin-bottom: 0;
	text-align:left;
}

/* CSS Home Post */
.featured_row
{
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 30px;
}
.featured_col:first-child
{
	padding-right: 0;
}
.featured_col:last-child
{
	padding-left: 0;
}
.featured_content
{
	padding-left: 50px;
	padding-top: 103px;
	padding-right: 50px;
	padding-bottom: 81px;
	background: #f5f5f5;
}
.post-featured, .post-featured a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.69;
    color: #3b3b3b;
    letter-spacing: .5px;
    text-transform: uppercase;}	
.post-featured a:hover {
    color: #8a122e;
}	
.featured_title
{
	margin-top: 29px;
	line-height: 1.3;
}
.featured_title h3 a
{font-size: 38px;
    line-height: 1.25;
    letter-spacing: .3px;
	color: #252525;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.featured_title h3 a:hover
{
	color:#8b132f;
}
.featured_text
{
	margin: 18px 0;
	line-height: 1.5;
	color: #606060;
	font-size: 17px;
	font-weight: 500;font-family: 'Montserrat', sans-serif;
}
.featured_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-asem{
  line-height: 1.7;
  color: #606060;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Commissioner',"Open Sans", sans-serif; }
/* modal */
.modal_age {
	display: none;
}
#info_age_modal {
    max-width: 510px;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}
.modal_title {
    text-align: justify ;
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
	font-weight: 500;
	font-family: 'Commissioner','Montserrat', sans-serif;
}
.modal_age_text p {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.modal_age_text {
	text-align: center;
}
.modal_age_text span{ 
	text-transform: uppercase;
	font-family: 'Commissioner','Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #a50b2a;
	margin-bottom: 10px;
	display: inline-block;
}
.modal_age_but {
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
}
.modal_but_yes, .modal_but_no {
	display: inline-block;
	padding: 7px 14px;
	border-radius: 5px;
	background: #a50b2a;
	cursor: pointer;
	color: #fff;
	margin-left:10px;
	margin-right:10px;
	width: 75px;
}
.modal_but_yes:hover {
    background: #b04761;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.modal_but_no:hover {
    background: #b04761;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 769px) {
    .site-section {
      padding-top: 8em;
	  padding-bottom: 6em; }  
	  }
	  
  .site-section.site-section-sm {
    padding: 4em 0; }

.section-title {
  color: #252525;
  font-size: 36px;
  font-weight: 600;
  letter-spacing:.3px;}
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }
.section-title-2 {
  color: #252525;
  font-size: 25px;
  font-weight: 500; }
.btn-slide {
  line-height: 3.7;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 26px;}
  .btn-slide:hover, .btn-slide:active, .btn-slide:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn-slide.btn-primary-sl {
    background: #8b132f;
    border-color: #fd7e14;
    color: #fff; }
    .btn-slide.btn-primary-sl:hover {
      background: #252525;
      border-color: #fd7e14;
      color: #fff; }
    .btn-slide.btn-primary-sl.btn-black--hover:hover {
      background: #666666;
      color: #fff; }
.slide-text-2 {
      color: #606060}
.custom-direction {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: #fff; }
  @media (max-width: 991.98px) {
    .custom-direction {
      bottom: -25px;
      top: auto !important;
      right: 50% !important;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); } }
  .custom-direction a {
    padding: 10px 20px;
    display: inline-block;
    color: #252525;
    font-size: 1.5rem; }
    .custom-direction a.custom-next > span > span {
      position: relative;
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

@media screen and (max-width: 768px) {
	.site-section {
		padding-top: 6em;
		padding-bottom: 4em;
	}
	.section-heading {text-align:center;}
.post_read_more a {
	font-size: 20px;
}
.hero-blog-warp {
	display: none;
}	
	}
		
.flexcfi svg {
    margin-right: 10px;
}

svg:not(:root) {
    overflow: hidden;
}


