/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Eventine */
/* Version: 1.0 Initial Release*/
/* Build Date: 30-07-2016*/
/* Author: wp.city*/
/* Website: wp.city
/* Copyright: (C) 2016 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------*/
/*----------------------RESET--------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

body * {
  -webkit-text-size-adjust: none; }

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none; }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: 0px none;
  outline: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  background: none; }

input:invalid {
  outline: none;
  box-shadow: none; }

a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit; }

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in; }

iframe {
  border: none;
  outline: none; }

ul {
  list-style: none; }

button {
  background: none;
  border: 0px none; }

::-webkit-input-placeholder {
  color: #949494;
  opacity: 1; }

::-moz-placeholder {
  color: #949494;
  opacity: 1; }

:-moz-placeholder {
  color: #949494;
  opacity: 1; }

:-ms-input-placeholder {
  color: #949494;
  opacity: 1; }

.marg-b-10 {
  margin-bottom: 10px; }

.marg-b-30 {
  margin-bottom: 30px; }

.no-padd {
  padding-left: 0;
  padding-right: 0; }

/* fonts */
body {
  font-family: 'Roboto', serif;
  overflow-x: hidden;
  color: #222;
  font-weight: 400; }

.font-1, .a-banner.style-2 .button-play .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.font-2, .a-btn.style-4, .a-btn.style-5, .service-block .service-title, .banner-small .s-banner-title, .speaker-wrapper .speaker-descr .title, .tabs.event-block .tabs-header ul li, .tabs.event-block .e-speaker-wrap .e-title, .price-block-wrapper ul li:first-child .price, .post-block .img-wrap .date, .post-block .title, .wpc-map-wrapper .form-title, .comments-area .comments-title, .comment-body .reply a, .comment-body .comment-author, .form-blog .form-title, .form-blog .btn-submit {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

.font-3, .a-banner.style-2 .button-play .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

.font-5, .a-btn, .a-btn.style-3, .service-block .service-descr, a.a-btn, .banner-small .s-banner-text, .speaker-wrapper .speaker-descr .sub-title, .tabs.event-block .e-speaker-wrap .e-time, .tabs.event-block .e-speaker-wrap .e-subtitle, .price-block-wrapper ul li, .price-block-wrapper ul li:first-child, .form-1 .form-1-input, .form-1 .form-1-submit, .post-block .descr, .wpc-map-wrapper .form-input,
.wpc-map-wrapper .form-textarea,
.wpc-map-wrapper .form-submit, .a-footer, .a-footer .list, .footer-bottom .copyright, .a-banner.blog .banner-heading .heading-subtitle, .post-block.single-blog .entry-content, .comments-area .comments-title .numb-com, .form-blog .form-input, .form-blog .form-textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* extends */
.a-trans, .a-banner::after {
  transition: all ease .3s; }

.container-fluid {
  min-width: 250px; }

.container {
  min-width: 250px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

.t-right {
  text-align: right; }

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

/* background colors */
.bg-c-0 {
  background: #ffffff; }

.bg-c-1 {
  background: #fff; }

.bg-c-2 {
  background: #F5F5F5; }

.bg-c-3 {
  background: #222; }

/*  font colors */
.f-c-1 {
  color: #ADADAD; }

.f-c-2 {
  color: #F5F5F5; }

.brd-b {
  border-bottom: 1px solid #EDEBEC; }

.s-back-switch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/* eq columns 1 */
.eq-row {
  overflow: hidden; }

.eq-col {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

/* eq columns 2 */
.a-col-half {
  width: 50%;
  float: left; }

.a-col-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.a-col-img.right {
  left: 50%; }

.a-col-text {
  margin-left: 50%; }

/* eq columns 3 */
.a-eq-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.a-eq-cell {
  display: table-cell;
  width: 50%; }

.no-padd {
  padding-left: 0;
  padding-right: 0; }

.no-padd-lms {
  padding: 0 !important; }

/*---------------------------------------------------------------*/
/* Custom margins */
/*---------------------------------------------------------------*/
.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.padd-220 {
  padding: 220px 0px; }

.padd-15 {
  padding: 0px 15px; }

.padd-30 {
  padding: 0px 30px; }

.padd-45 {
  padding: 0px 45px; }

.marg-lg-b0 {
  margin-bottom: 0px; }

.marg-lg-b5 {
  margin-bottom: 5px; }

.marg-lg-b10 {
  margin-bottom: 10px; }

.marg-lg-b15 {
  margin-bottom: 15px; }

.marg-lg-b20 {
  margin-bottom: 20px; }

.marg-lg-b25 {
  margin-bottom: 25px; }

.marg-lg-b30 {
  margin-bottom: 30px; }

.marg-lg-b35 {
  margin-bottom: 35px; }

.marg-lg-b40 {
  margin-bottom: 40px; }

.marg-lg-b45 {
  margin-bottom: 45px; }

.marg-lg-b50 {
  margin-bottom: 50px; }

.marg-lg-b55 {
  margin-bottom: 55px; }

.marg-lg-b60 {
  margin-bottom: 60px; }

.marg-lg-b65 {
  margin-bottom: 65px; }

.marg-lg-b70 {
  margin-bottom: 70px; }

.marg-lg-b75 {
  margin-bottom: 75px; }

.marg-lg-b80 {
  margin-bottom: 80px; }

.marg-lg-b85 {
  margin-bottom: 85px; }

.marg-lg-b90 {
  margin-bottom: 90px; }

.marg-lg-b95 {
  margin-bottom: 95px; }

.marg-lg-b100 {
  margin-bottom: 100px; }

.marg-lg-b140 {
  margin-bottom: 140px; }

.marg-lg-t0 {
  margin-top: 0px; }

.marg-lg-t5 {
  margin-top: 5px; }

.marg-lg-t10 {
  margin-top: 10px; }

.marg-lg-t15 {
  margin-top: 15px; }

.marg-lg-t20 {
  margin-top: 20px; }

.marg-lg-t25 {
  margin-top: 25px; }

.marg-lg-t30 {
  margin-top: 30px; }

.marg-lg-t35 {
  margin-top: 35px; }

.marg-lg-t40 {
  margin-top: 40px; }

.marg-lg-t45 {
  margin-top: 45px; }

.marg-lg-t50 {
  margin-top: 50px; }

.marg-lg-t55 {
  margin-top: 55px; }

.marg-lg-t60 {
  margin-top: 60px; }

.marg-lg-t65 {
  margin-top: 65px; }

.marg-lg-t70 {
  margin-top: 70px; }

.marg-lg-t75 {
  margin-top: 75px; }

.marg-lg-t80 {
  margin-top: 80px; }

.marg-lg-t85 {
  margin-top: 85px; }

.marg-lg-t90 {
  margin-top: 90px; }

.marg-lg-t95 {
  margin-top: 95px; }

.marg-lg-t100 {
  margin-top: 100px; }

.marg-lg-t105 {
  margin-top: 105px; }

.marg-lg-t110 {
  margin-top: 110px; }

.marg-lg-t115 {
  margin-top: 115px; }

.marg-lg-t120 {
  margin-top: 120px; }

.marg-lg-t125 {
  margin-top: 125px; }

.marg-lg-t130 {
  margin-top: 130px; }

.marg-lg-t135 {
  margin-top: 135px; }

.marg-lg-t140 {
  margin-top: 140px; }

.marg-lg-t145 {
  margin-top: 145px; }

.marg-lg-t150 {
  margin-top: 150px; }

.marg-lg-t155 {
  margin-top: 155px; }

.marg-lg-t175 {
  margin-top: 175px; }

.marg-lg-t200 {
  margin-top: 200px; }

@media screen and (max-width: 1199px) {
  .marg-md-b0 {
    margin-bottom: 0px !important; }

  .marg-md-b5 {
    margin-bottom: 5px !important; }

  .marg-md-b10 {
    margin-bottom: 10px !important; }

  .marg-md-b15 {
    margin-bottom: 15px !important; }

  .marg-md-b20 {
    margin-bottom: 20px !important; }

  .marg-md-b25 {
    margin-bottom: 25px !important; }

  .marg-md-b30 {
    margin-bottom: 30px !important; }

  .marg-md-b35 {
    margin-bottom: 35px !important; }

  .marg-md-b40 {
    margin-bottom: 40px !important; }

  .marg-md-b45 {
    margin-bottom: 45px !important; }

  .marg-md-b50 {
    margin-bottom: 50px !important; }

  .marg-md-b55 {
    margin-bottom: 55px !important; }

  .marg-md-b60 {
    margin-bottom: 60px !important; }

  .marg-md-b65 {
    margin-bottom: 65px !important; }

  .marg-md-b70 {
    margin-bottom: 70px !important; }

  .marg-md-b75 {
    margin-bottom: 75px !important; }

  .marg-md-b80 {
    margin-bottom: 80px !important; }

  .marg-md-b85 {
    margin-bottom: 85px !important; }

  .marg-md-b90 {
    margin-bottom: 90px !important; }

  .marg-md-b95 {
    margin-bottom: 95px !important; }

  .marg-md-b100 {
    margin-bottom: 100px !important; }

  .marg-md-b140 {
    margin-bottom: 140px !important; }

  .marg-md-t0 {
    margin-top: 0px !important; }

  .marg-md-t5 {
    margin-top: 5px !important; }

  .marg-md-t10 {
    margin-top: 10px !important; }

  .marg-md-t15 {
    margin-top: 15px !important; }

  .marg-md-t20 {
    margin-top: 20px !important; }

  .marg-md-t25 {
    margin-top: 25px !important; }

  .marg-md-t30 {
    margin-top: 30px !important; }

  .marg-md-t35 {
    margin-top: 35px !important; }

  .marg-md-t40 {
    margin-top: 40px !important; }

  .marg-md-t45 {
    margin-top: 45px !important; }

  .marg-md-t50 {
    margin-top: 50px !important; }

  .marg-md-t55 {
    margin-top: 55px !important; }

  .marg-md-t60 {
    margin-top: 60px !important; }

  .marg-md-t65 {
    margin-top: 65px !important; }

  .marg-md-t70 {
    margin-top: 70px !important; }

  .marg-md-t75 {
    margin-top: 75px !important; }

  .marg-md-t80 {
    margin-top: 80px !important; }

  .marg-md-t85 {
    margin-top: 85px !important; }

  .marg-md-t90 {
    margin-top: 90px !important; }

  .marg-md-t95 {
    margin-top: 95px !important; }

  .marg-md-t100 {
    margin-top: 100px !important; }

  .marg-md-t140 {
    margin-top: 140px !important; } }
@media screen and (max-width: 991px) {
  .marg-sm-b0 {
    margin-bottom: 0px !important; }

  .marg-sm-b5 {
    margin-bottom: 5px !important; }

  .marg-sm-b10 {
    margin-bottom: 10px !important; }

  .marg-sm-b15 {
    margin-bottom: 15px !important; }

  .marg-sm-b20 {
    margin-bottom: 20px !important; }

  .marg-sm-b25 {
    margin-bottom: 25px !important; }

  .marg-sm-b30 {
    margin-bottom: 30px !important; }

  .marg-sm-b35 {
    margin-bottom: 35px !important; }

  .marg-sm-b40 {
    margin-bottom: 40px !important; }

  .marg-sm-b45 {
    margin-bottom: 45px !important; }

  .marg-sm-b50 {
    margin-bottom: 50px !important; }

  .marg-sm-b55 {
    margin-bottom: 55px !important; }

  .marg-sm-b60 {
    margin-bottom: 60px !important; }

  .marg-sm-b65 {
    margin-bottom: 65px !important; }

  .marg-sm-b70 {
    margin-bottom: 70px !important; }

  .marg-sm-b75 {
    margin-bottom: 75px !important; }

  .marg-sm-b80 {
    margin-bottom: 80px !important; }

  .marg-sm-b85 {
    margin-bottom: 85px !important; }

  .marg-sm-b90 {
    margin-bottom: 90px !important; }

  .marg-sm-b95 {
    margin-bottom: 95px !important; }

  .marg-sm-b100 {
    margin-bottom: 100px !important; }

  .marg-sm-b140 {
    margin-bottom: 140px !important; }

  .marg-sm-t0 {
    margin-top: 0px !important; }

  .marg-sm-t5 {
    margin-top: 5px !important; }

  .marg-sm-t10 {
    margin-top: 10px !important; }

  .marg-sm-t15 {
    margin-top: 15px !important; }

  .marg-sm-t20 {
    margin-top: 20px !important; }

  .marg-sm-t25 {
    margin-top: 25px !important; }

  .marg-sm-t30 {
    margin-top: 30px !important; }

  .marg-sm-t35 {
    margin-top: 35px !important; }

  .marg-sm-t40 {
    margin-top: 40px !important; }

  .marg-sm-t45 {
    margin-top: 45px !important; }

  .marg-sm-t50 {
    margin-top: 50px !important; }

  .marg-sm-t55 {
    margin-top: 55px !important; }

  .marg-sm-t60 {
    margin-top: 60px !important; }

  .marg-sm-t65 {
    margin-top: 65px !important; }

  .marg-sm-t70 {
    margin-top: 70px !important; }

  .marg-sm-t75 {
    margin-top: 75px !important; }

  .marg-sm-t80 {
    margin-top: 80px !important; }

  .marg-sm-t85 {
    margin-top: 85px !important; }

  .marg-sm-t90 {
    margin-top: 90px !important; }

  .marg-sm-t95 {
    margin-top: 95px !important; }

  .marg-sm-t100 {
    margin-top: 100px !important; }

  .marg-sm-t140 {
    margin-top: 140px !important; }

  .no-padd-sm {
    padding-left: 0px;
    padding-right: 0px; } }
@media screen and (max-width: 768px) {
  .marg-xs-b0 {
    margin-bottom: 0px !important; }

  .marg-xs-b5 {
    margin-bottom: 5px !important; }

  .marg-xs-b10 {
    margin-bottom: 10px !important; }

  .marg-xs-b15 {
    margin-bottom: 15px !important; }

  .marg-xs-b20 {
    margin-bottom: 20px !important; }

  .marg-xs-b25 {
    margin-bottom: 25px !important; }

  .marg-xs-b30 {
    margin-bottom: 30px !important; }

  .marg-xs-b35 {
    margin-bottom: 35px !important; }

  .marg-xs-b40 {
    margin-bottom: 40px !important; }

  .marg-xs-b45 {
    margin-bottom: 45px !important; }

  .marg-xs-b50 {
    margin-bottom: 50px !important; }

  .marg-xs-b55 {
    margin-bottom: 55px !important; }

  .marg-xs-b60 {
    margin-bottom: 60px !important; }

  .marg-xs-b65 {
    margin-bottom: 65px !important; }

  .marg-xs-b70 {
    margin-bottom: 70px !important; }

  .marg-xs-b75 {
    margin-bottom: 75px !important; }

  .marg-xs-b80 {
    margin-bottom: 80px !important; }

  .marg-xs-b85 {
    margin-bottom: 85px !important; }

  .marg-xs-b90 {
    margin-bottom: 90px !important; }

  .marg-xs-b95 {
    margin-bottom: 95px !important; }

  .marg-xs-b100 {
    margin-bottom: 100px !important; }

  .marg-xs-b140 {
    margin-bottom: 140px !important; }

  .marg-xs-t0 {
    margin-top: 0px !important; }

  .marg-xs-t5 {
    margin-top: 5px !important; }

  .marg-xs-t10 {
    margin-top: 10px !important; }

  .marg-xs-t15 {
    margin-top: 15px !important; }

  .marg-xs-t20 {
    margin-top: 20px !important; }

  .marg-xs-t25 {
    margin-top: 25px !important; }

  .marg-xs-t30 {
    margin-top: 30px !important; }

  .marg-xs-t35 {
    margin-top: 35px !important; }

  .marg-xs-t40 {
    margin-top: 40px !important; }

  .marg-xs-t45 {
    margin-top: 45px !important; }

  .marg-xs-t50 {
    margin-top: 50px !important; }

  .marg-xs-t55 {
    margin-top: 55px !important; }

  .marg-xs-t60 {
    margin-top: 60px !important; }

  .marg-xs-t65 {
    margin-top: 65px !important; }

  .marg-xs-t70 {
    margin-top: 70px !important; }

  .marg-xs-t75 {
    margin-top: 75px !important; }

  .marg-xs-t80 {
    margin-top: 80px !important; }

  .marg-xs-t85 {
    margin-top: 85px !important; }

  .marg-xs-t90 {
    margin-top: 90px !important; }

  .marg-xs-t95 {
    margin-top: 95px !important; }

  .marg-xs-t100 {
    margin-top: 100px !important; }

  .marg-xs-t140 {
    margin-top: 140px !important; }

  .no-padd-xs {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
/*transition*/
a, .cut_order_block:before, .cut_order_image:before, .cut_order_image:after, .cut_order_overlay, .cut_order_entry, .cut_order_cat, .cut_order_title, .cut_order_desc, .cut_order_text, .cut_order_devider, .cut_order_social, .cut_order_social a, .c-btn, .c-btn.type-4:after, .m_slider.style-1 .m_slider_entry:after, .m_slider.style-1 .m_slider_inner {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/*---------------------------------------------------------------------------------*/
/* 02 - HEADER STYLE */
/*---------------------------------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------Header style 1----------------------*/
.a-header {
  position: fixed;
  padding-top: 23px;
  left: 0px;
  top: 0px;
  width: 100%;
  color: #888;
  z-index: 999;
  height: 80px;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.a-header .container, .a-header .container-fluid {
  height: inherit; }

.table-cell {
  height: inherit;
  display: table-cell;
  vertical-align: middle; }

.logo {
  z-index: 50;
  height: inherit;
  position: relative;
  float: left; }

.navigation {
  position: relative;
  float: right;
  height: inherit; }

.navigation nav {
  position: relative;
  float: left;
  display: inline-block;
  height: inherit; }

.navigation nav > ul {
  height: inherit; }

.navigation nav ul li {
  position: relative;
  float: left;
  height: 100%; }

.navigation nav > ul > li {
  color: #fff;
  margin: 0 38px 0 0;
  height: inherit; }

.navigation nav > ul > li:last-child > .sub-menu li > .sub-menu {
  left: -101.5%; }

.a-header .navigation nav > ul > li > a {
  height: inherit;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -.4px; }

.a-header.scroll {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 0; }

.sub-menu {
  min-width: 235px;
  top: 100%;
  position: absolute;
  left: -30px;
  margin-top: -2px;
  background: rgba(34, 34, 34, 0.9);
  z-index: 1;
  padding: 20px 0px;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.sub-menu li {
  width: 100%; }

.sub-menu li a {
  color: #858585;
  display: block;
  padding: 10px 30px;
  font-size: 14px; }

.sub-menu li a:hover {
  color: #fff; }

.sub-menu li .sub-menu {
  left: 100%;
  margin-left: 2px;
  top: 0px;
  margin-top: -20px; }

.sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  }

.sub-menu.type-1 {
  min-width: 235px; }

.sub-menu.type-2 {
  min-width: 705px;
  padding: 0px; }

.sub-menu.type-2 > li {
  max-width: 235px;
  padding: 20px 0px; }

.sub-menu.type-2 ul > li b {
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  display: block; }

.navigation nav > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
 }

.navigation > li:last-child > .sub-menu {
  left: auto;
  right: -30px; }

.navigation > li:last-child > .sub-menu li a {
  float: right; }

.navigation > li:last-child > .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
  top: 0px;
  margin-right: 2px;
  margin-left: 0px; }

.header-folow {
  position: relative;
  float: right;
  height: inherit; }

.header-folow a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: inherit; }

.header-folow a span {
  color: #fff;
  font-size: 14px;
  margin: 0px 5px;
  overflow: hidden;
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  position: relative;
  float: left;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in; }

.folow-style-1 {
  margin-left: 10px; }

.folow-style-1 a span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f6364d;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.folow-style-1 .serch-button span {
  margin-right: 25px; }

.folow-style-1 a span:hover:after {
  left: 0px; }

.folow-style-1 a span:hover {
  color: #fff; }

.nav-menu-icon {
  position: relative;
  display: none;
  float: right;
  height: inherit;
  overflow: hidden;
  width: 35px;
  z-index: 1005;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out; }

.nav-menu-icon a i {
  top: -4px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 2px;
  background: #ea4e46;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out; }

.nav-menu-icon a i:before, .nav-menu-icon a i:after {
  content: '';
  width: 23px;
  height: 2px;
  background: #ea4e46;
  position: absolute;
  left: 0;
  transition: all .2s ease-out; }

.nav-menu-icon a i:before {
  top: -7px; }

.nav-menu-icon a i:after {
  bottom: -7px; }

.nav-menu-icon a.active i {
  background: none; }

.nav-menu-icon a.active i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.nav-menu-icon a.active i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.nav-menu-icon.type-2 {
  text-align: center; }

.nav-menu-icon.type-2 i {
  width: 2px;
  height: 2px;
  top: -4px; }

.nav-menu-icon.type-2 a i:before, .nav-menu-icon.type-2 a i:after {
  content: '';
  width: 2px;
  height: 2px; }

.a-header .nav-menu-icon.type-2 a.active i {
  background: #fff; }

.nav-menu-icon.type-2 a.active i:before {
  width: 35px;
  left: -11px;
  height: 1px; }

.nav-menu-icon.type-2 a.active i:after {
  width: 35px;
  left: -11px;
  height: 1px; }

.navigation ul li i {
  float: right; }

.navigation nav > ul > li > a > i {
  display: none; }

.a-header .inner-wrap {
  height: inherit;
  max-width: 1250px;
  padding: 0 20px;
  margin: 0 auto; }

.a-header .hlogo-white {
  display: none; }

.a-header nav > ul > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden; }

/*----------------------------------------------------------*/
/*----------------------Search popup-----------------------*/
.search-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 501;
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.search-popup.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1); }

.search-popup .vertical-align {
  width: 100%; }

.input-field {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  padding-bottom: 20px;
  display: inline-block; }

.input-field:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 5;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.input-field:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -105%;
  width: 100%;
  height: 2px;
  background: #333;
  z-index: 5;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.input-field.active:before {
  right: -105%; }

.input-field.active:after {
  left: 0px; }

.input-field .input {
  position: absolute;
  left: 0px;
  background: none;
  color: #fff;
  width: 100%;
  padding-right: 50px; }

.input-field .wraper {
  position: relative;
  width: 100%; }

.search-form {
  position: relative;
  width: 100%;
  background: #333;
  padding: 90px; }

.search-form .title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 45px; }

.submit {
  color: #909090;
  position: relative;
  float: right; }

.submit input {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  z-index: 50;
  padding: 0px; }

.close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #787878;
  text-align: center;
  line-height: 40px; }

.close span {
  font-size: 24px;
  position: relative;
  backface-visibility: hidden;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  font-family: Helvetica; }

@media screen and (max-width: 992px) {
  .a-header {
    height: 60px;
    padding-top: 0; }

  .nav-menu-icon {
    display: table; }

  .navigation nav {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: -15;
    background: #fff;
    text-align: center;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

  .navigation nav.slide-menu {
    z-index: 9998;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%); }

  .navigation nav.slide-menu li {
    text-align: left; }

  .navigation nav ul li {
    float: none; }

  .navigation nav > ul > li > a {
    color: #333; }

  .navigation nav > ul > li > a:before {
    display: none; }

  .navigation nav > ul > li {
    width: 100%;
    text-align: left;
    margin: 0px;
    height: auto; }

  .a-header .navigation nav > ul > li > a {
    display: block; }

  .navigation nav > ul > li:last-child > .sub-menu {
    left: auto;
    right: auto; }

  .navigation nav > ul > li:last-child > .sub-menu li a {
    float: none; }

  .navigation nav > ul > li:last-child > .sub-menu li .sub-menu {
    left: auto;
    right: auto;
    margin-top: 0; }

  .sub-menu {
    display: none;
    left: auto;
    visibility: visible;
    opacity: 1;
    background: none;
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: none;
    padding: 0px; }

  .sub-menu.act {
    display: block; }

  .sub-menu li .sub-menu {
    left: auto;
    margin-top: 0px; }

  .navigation nav ul li a i {
    display: inline-block; }

  .sub-menu li a:hover {
    color: #84694e; }

  .navigation nav ul li .sub-menu li {
    font-size: 10px; }

  .navigation nav > ul > li > a > i {
    display: inline-block;
    margin-left: 5px;
    float: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  .folow-style-1 a span:after {
    display: none; }

  .folow-style-1 {
    margin: 0px 10px 0px 0px; }

  .a-header .header-folow a:hover span {
    color: #84694E; }

  .a-header.style-5 .navigation nav {
    background: #fff; }

  .search-popup {
    z-index: 1000; } }
@media screen and (max-width: 480px) {
  .left-menu {
    min-width: 100%; }

  .left-menu-wrap ul li a {
    padding: 10px 0px; }

  .left-menu-wrap ul {
    padding-bottom: 25px; }

  .l-menu-adress {
    margin-bottom: 0px; }

  .l-menu-follow a {
    margin: 0px 5px; }

  .border-top, .border-bottom {
    height: 15px; }

  .border-top:after, .border-bottom:after {
    width: 15px; }

  .header-warap {
    padding: 15px 0px; }

  .menu-block {
    margin-bottom: 15px; }

  .left-menu.full-w .close-menu {
    right: 15px;
    top: 15px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .a-banner::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .a-banner.h-overlay::after {
    display: block;
    background: rgba(17, 17, 17, 0.25); }
  .a-banner.h-overlay-2::after {
    display: block;
    background: rgba(255, 255, 255, 0.85); }
  .a-banner.h-overlay-3::after {
    display: block;
    background: rgba(17, 17, 17, 0.7); }
  .a-banner.h-overlay-4::after {
    display: block;
    background: rgba(17, 17, 17, 0.15); }
  .a-banner.h-overlay-5::after {
    display: block;
    background: rgba(255, 255, 255, 0.65); }
  .a-banner .banner-heading {
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    z-index: 1; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center; }

.a-btn.style-1 {
  font-size: 12px;
  font-weight: 700;
  padding: 15px 64px; }

.a-btn.style-2 {
  font-size: 10px;
  font-weight: 300;
  padding: 12px 26px;
  letter-spacing: .4px; }

.a-btn.style-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px; }

.a-btn.style-4 {
  color: #fff;
  font-weight: 700; }

.a-btn.style-5 {
  color: #fff;
  font-size: 12px;
  letter-spacing: .6px; }

.a-btn.style-6 {
  color: #333;
  border: 1px solid #f1f1f1;
  font-size: 12px;
  font-weight: 700; }

/* colors */
.a-btn.color-2 {
  color: #222; }

/* backgrounds */
.a-btn.bg-1 {
  color: #fff; }

.a-btn.bg-2 {
  font-size: 11px;
  background: #fff;
  border: 1px solid #fff;
  color: #333; }

.a-btn.bg-3 {
  background: transparent;
  border: 2px solid #fff; }

.a-btn.bg-4 {
  color: #333;
  border: 1px solid #333; }

.a-btn.bg-5 {
  background: #f6364d;
  border: 2px solid #f6364d; }

.a-btn.bg-6 {
  background: #222222;
  border: 2px solid #222222;
  color: white; }

/* sizes */
.a-btn.size-1 {
  padding: 13px 30px 12px; }

.a-btn.size-2 {
  width: 112px;
  padding: 14px 0; }

.a-btn.big-type {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 24px 75px; }
  .a-btn.big-type.style-2 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 28px 68px; }
  .a-btn.big-type.type-7 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px; }

.a-banner-small .a-btn.b-type {
  font-size: 11px;
  font-weight: 500;
  padding: 15px 35px; }

/*------------------------------------------------------*/
/*----------------------TEXT STYLE----------------------*/
.fr {
  position: relative;
  float: right;
  height: inherit; }

.fl {
  position: relative;
  float: left;
  height: inherit; }

html {
  overflow-x: hidden; }

.overflow {
  overflow: hidden !important; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRELOARED */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.preload-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999; }

.a-preload {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0); }

.cssload-thecube {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0640d;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%; }

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg); }

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg); }

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg); }

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s; }

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s; }

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s; }

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - BANNER/HEADER MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.logo img {
  height: 43px;
  width: auto; }

.head-arrows {
  display: none !important; }

.inner-wrap .logo {
  float: left;
  height: 80px;
  overflow: hidden; }
  .inner-wrap .logo img {
    height: 43px;
    width: auto; }
.inner-wrap .navigation > nav > ul {
  float: left; }
  .inner-wrap .navigation > nav > ul .a-btn {
    display: inline-block !important;
    height: 50px; }
.inner-wrap .navigation > nav > ul > li a:hover {
  color: #ea4e46; }
.inner-wrap .li-button .a-btn {
  font-size: 11px;
  letter-spacing: 0px; }
.inner-wrap .a-btn {
  margin-top: 18px;
  padding: 15px 34px;
  font-size: 11px;
  letter-spacing: 0px; }
  .inner-wrap .a-btn:hover {
    background-color: transparent;
    color: white; }

.a-header.style-2 .inner-wrap .a-btn {
  background: transparent;
  box-shadow: none;
  color: white;
  font-size: 11px;
  letter-spacing: 0px; }
  .a-header.style-2 .inner-wrap .a-btn:hover {
    color: #ea4e46; }

.a-header.style-3.scroll {
  background-color: transparent; }
.a-header.style-3 .inner-wrap {
  background-color: white; }
.a-header.style-3 .logo,
.a-header.style-3 .navigation nav > ul > li {
  color: black; }

.dl-menuwrapper ul {
  background: transparent; }

.dl-menuwrapper {
  max-width: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 44, 44, 0.6); }

.a-banner {
  padding: 200px 0;
  color: white; }
  .a-banner .banner-heading .banner-icon {
    display: block;
    color: #ea4e46;
    margin-bottom: 37px;
    font-size: 32px; }
  .a-banner .banner-heading .heading-subtitle {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.2px; }
    .a-banner .banner-heading .heading-subtitle .time, .a-banner .banner-heading .heading-subtitle .city {
      margin: 0 13px; }
  .a-banner .banner-heading .heading-title {
    font-size: 56px;
    letter-spacing: .3px; }
  .a-banner .banner-heading .heading-text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 26px; }

.a-banner.style-2 {
  padding: 200px 0 280px; }
  .a-banner.style-2 .button-play {
    position: absolute;
    bottom: 42px;
    width: 100%; }
    .a-banner.style-2 .button-play .but-icon {
      color: #ea4e46;
      width: 35px;
      height: 35px;
      float: left;
      text-align: center;
      margin-right: 15px;
      border: 3px solid #ea4e46;
      border-radius: 50%;
      cursor: pointer;
      transition: all 300ms ease-in-out; }
      .a-banner.style-2 .button-play .but-icon span {
        font-size: 17px;
        display: inline-block;
        margin: 6px 9px; }
      .a-banner.style-2 .button-play .but-icon:hover {
        border-color: white;
        color: white; }
    .a-banner.style-2 .button-play .but-desc {
      overflow: hidden;
      height: 100%;
      text-transform: uppercase; }
    .a-banner.style-2 .button-play .title {
      font-size: 12px;
      margin-bottom: 2px; }
    .a-banner.style-2 .button-play .text {
      letter-spacing: -.2px; }

.a-banner.style-2 .banner-heading {
  max-width: 1000px;
  margin: 0; }
  .a-banner.style-2 .banner-heading .heading-subtitle {
    background: #ea4e46;
    display: inline-block;
    padding: 14px 12px;
    margin-bottom: 18px; }
  .a-banner.style-2 .banner-heading .heading-title {
    text-transform: uppercase;
    letter-spacing: -.3px; }
  .a-banner.style-2 .banner-heading .heading-text {
    margin-top: 20px;
    max-width: 600px; }

.a-banner.style-3 .banner-heading .heading-subtitle {
  color: #ea4e46;
  background-color: transparent; }
.a-banner.style-3 .banner-heading .heading-title,
.a-banner.style-3 .banner-heading .heading-text {
  color: black; }
.a-banner.style-3 .heading-subtitle .time {
  margin: 0 13px 0 5px; }
.a-banner.style-3 .a-btn {
  margin-top: 30px; }
  .a-banner.style-3 .a-btn.type-1 {
    font-size: 11px;
    letter-spacing: 0;
    padding: 16px 33px;
    margin-right: 15px; }
    .a-banner.style-3 .a-btn.type-1:hover {
      color: white; }
  .a-banner.style-3 .a-btn.type-2 {
    border-color: black;
    color: black;
    padding: 15px; }
  .a-banner.style-3 .a-btn.type-2:hover {
    border-color: #ea4e46;
    color: white; }

.a-banner.style-4 {
  padding: 200px 0 0; }
  .a-banner.style-4 .banner-heading .heading-subtitle {
    display: inline-block;
    border: 1px solid white;
    padding: 12px 10px; }
  .a-banner.style-4 .tab-block .tab-desc .title {
    color: #ea4e46; }

.video-iframe {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: none; }

.close-btn {
  position: absolute;
  top: 128px;
  color: #ea4e46;
  right: 15px;
  font-size: 20px;
  background: transparent;
  border: 1px solid #ea4e46;
  transition: all 400ms ease-in-out;
  display: none; }

.a-header.scroll .close-btn {
  top: 95px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tab-block-wrapper {
  border-bottom: 1px solid #ECECEC; }

.tab-block {
  display: inline-block;
  padding: 0 20px 23px;
  width: 100%; }
  .tab-block .tab-icon {
    width: 60px;
    height: 100%;
    float: left;
    text-align: center;
    padding: 0 25px 0 0; }
    .tab-block .tab-icon span {
      color: #ADADAD;
      font-size: 40px; }
  .tab-block .tab-desc {
    overflow: hidden;
    height: 100%; }
    .tab-block .tab-desc .title {
      text-transform: uppercase;
      font-size: 13px; }
    .tab-block .tab-desc .text {
      color: #ADADAD;
      font-size: 14px;
      margin-top: 10px;
      letter-spacing: -0.2px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - HEADLINES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-head .head-subtitle {
  color: #898989;
  font-size: 13.5px;
  position: relative; }
  .a-head .head-subtitle.type-1::before {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: 38px;
    width: 1px;
    height: 72px;
    border-right: 1px dashed #C7C7C7;
    left: 50%;
    transform: translate(-50%); }
.a-head .head-title {
  margin: 20px auto 23px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -.3px;
  position: relative; }
  .a-head .head-title::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background-color: #ea4e46; }
.a-head .head-text {
  max-width: 795px;
  margin: 60px auto 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  letter-spacing: -.1px; }
.a-head.style-1 .head-subtitle {
  color: white; }
.a-head.style-1 .head-title {
  color: white; }
.a-head.style-2 .head-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .8px; }
.a-head.style-2 .head-title {
  font-size: 23px;
  letter-spacing: -.4px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.service-block {
  max-width: 370px;
  margin: auto;
  background-color: #f8f8f8;
  border: 1px solid #EFEFEF; }
  .service-block .descr {
    padding: 0 20px 30px; }
  .service-block .img-wrap {
    width: 100%;
    max-width: 370px;
    height: 165px;
    margin: auto;
    background-position: center center;
    background-size: cover; }
  .service-block .service-title {
    margin-top: 37px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .4px;
    font-size: 16px; }
  .service-block .service-descr {
    margin: 19px auto;
    font-size: 12px;
    line-height: 28px;
    color: #909090; }

a.a-btn {
  font-size: 12px;
  display: inline-block;
  background: #ea4e46;
  color: white;
  padding: 11px 25px;
  border: 1px solid #ea4e46;
  border-radius: 4px;
  letter-spacing: -.2px;
  box-shadow: 0 3px 0 0 #a74305; }
  a.a-btn:hover {
    box-shadow: none;
    color: #ea4e46;
    background-color: transparent; }
  a.a-btn.type-2 {
    background: transparent;
    border: 1px solid white;
    padding: 14px 18px;
    box-shadow: none; }
    a.a-btn.type-2 i {
      margin-right: 10px; }
    a.a-btn.type-2:hover {
      border-color: #ea4e46; }
  a.a-btn.type-3 {
    background: transparent;
    border: 1px solid #ADADAD;
    color: #ADADAD;
    font-size: 11px;
    letter-spacing: .1px;
    padding: 13px 28px;
    border-radius: 5px;
    box-shadow: none; }
    a.a-btn.type-3:hover {
      color: #ea4e46;
      border-color: #ea4e46; }
  a.a-btn.type-4 {
    background-color: black;
    color: white;
    padding: 11px 18px;
    letter-spacing: .2px;
    border-color: black;
    box-shadow: none; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - BANNER SMALL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-small {
  color: white;
  text-align: center;
  padding: 85px 20px 55px; }
  .banner-small .icon-wrap {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%); }
    .banner-small .icon-wrap span {
      font-size: 46px; }
  .banner-small .descr {
    position: relative;
    padding-left: 100px; }
  .banner-small .s-banner-title {
    font-size: 26px;
    letter-spacing: .4px;
    margin-bottom: 21px; }
  .banner-small .s-banner-text {
    font-size: 14px;
    letter-spacing: -.55px;
    line-height: 26px; }
  .banner-small .a-btn {
    font-size: 11px;
    letter-spacing: .2px;
    margin-top: 35px; }
    .banner-small .a-btn.type-1 {
      padding: 14px 33px;
      margin-left: 10px; }

.video-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 501;
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.video-popup.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1); }

.video-popup .vertical-align {
  width: 100%; }

.video-popup .close {
  position: absolute;
  transition: all 300ms ease-in-out;
  z-index: 999;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: black;
  text-align: center;
  line-height: 40px; }

.video-popup .close:hover {
  color: #ea4e46; }

.video-popup .close span {
  font-size: 24px;
  position: relative;
  backface-visibility: hidden;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  font-family: Helvetica; }

.bg-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrap {
  display: none;
  position: relative;
  width: 80%;
  margin: auto;
  height: 400px;
  top: 100px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SPEAKERS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.speaker-wrapper {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 30px;
  height: 295px;
  position: relative; }
  .speaker-wrapper:hover .speaker-descr {
    background-color: #ea4e46; }
    .speaker-wrapper:hover .speaker-descr .title {
      color: white;
      transition: all 300ms ease-in-out; }
    .speaker-wrapper:hover .speaker-descr .sub-title {
      color: white;
      transition: all 300ms ease-in-out; }
  .speaker-wrapper.big-size {
    height: 620px; }
  .speaker-wrapper .speaker-descr {
    position: absolute;
    bottom: 8px;
    right: 8px;
    left: 8px;
    background-color: white;
    padding: 25px 0;
    text-align: center;
    transition: all 300ms ease-in-out; }
    .speaker-wrapper .speaker-descr .title {
      margin-bottom: 5px; }
    .speaker-wrapper .speaker-descr .sub-title {
      color: #ADADAD;
      font-size: 12px;
      letter-spacing: -.4px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - TABS OF EVENT BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tabs.event-block .tabs-header {
  text-align: center; }
  .tabs.event-block .tabs-header ul {
    display: inline-block;
    background-color: white;
    padding: 0 40px; }
  .tabs.event-block .tabs-header ul li {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.1px;
    padding: 25px 28px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ADADAD; }
    .tabs.event-block .tabs-header ul li.active, .tabs.event-block .tabs-header ul li:hover {
      color: #ea4e46; }
    .tabs.event-block .tabs-header ul li.active:after, .tabs.event-block .tabs-header ul li:hover:after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 55px;
      background-color: #ea4e46;
      left: 50%;
      transform: translateX(-50%); }
.tabs.event-block .tabs-item {
  text-align: center; }
  .tabs.event-block .tabs-item ul {
    text-align: center;
    width: 100%; }
  .tabs.event-block .tabs-item .wrap {
    position: relative;
    z-index: 100; }
  .tabs.event-block .tabs-item .wrap::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 112px;
    border-bottom: 1px dashed black;
    position: absolute;
    top: 45px;
    right: -58px;
    z-index: -1; }
  .tabs.event-block .tabs-item li:last-child .wrap::after {
    border-color: transparent; }
.tabs.event-block .e-speaker-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .tabs.event-block .e-speaker-wrap .e-img {
    border: 7px solid white;
    border-radius: 50%;
    height: 88px;
    width: 88px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11), 0 0 0 10px #F5F5F5; }
  .tabs.event-block .e-speaker-wrap .e-time {
    position: relative;
    color: #ea4e46;
    font-size: 15px;
    letter-spacing: -.2px;
    margin: 5px auto 15px; }
  .tabs.event-block .e-speaker-wrap .e-title {
    letter-spacing: .1px; }
  .tabs.event-block .e-speaker-wrap .e-subtitle {
    margin-top: 5px;
    font-size: 14px;
    color: #ADADAD;
    letter-spacing: -.3px; }
  .tabs.event-block .e-speaker-wrap .e-break {
    text-transform: uppercase;
    color: #ea4e46;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .7px;
    display: inline-block;
    padding: 35px 11px 0;
    background: #F5F5F5; }

.tabs-item.active {
  display: block; }

.tabs-item {
  display: none; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.gallery-wrapper {
  position: relative; }
  .gallery-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(42, 42, 42, 0.8); }

.gallery-block {
  position: relative; }
  .gallery-block .item {
    display: inline-block;
    border: 6px solid #464646;
    width: 100%;
    height: 204px;
    margin-bottom: 25px; }
    .gallery-block .item:hover {
      border-color: #ea4e46; }
    .gallery-block .item.b-img {
      height: 433px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - PRICES BLOCKS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.price-block-wrapper {
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  padding: 35px 110px;
  position: relative;
  max-width: 468px;
  width: 100%;
  margin: auto;
  transition: all 300ms ease-in-out; }
  .price-block-wrapper:hover {
    border-color: #ea4e46; }
    .price-block-wrapper:hover .icon-1 {
      background-color: #ea4e46;
      color: white; }
    .price-block-wrapper:hover .a-btn {
      background-color: #ea4e46;
      border-color: #ea4e46; }
  .price-block-wrapper ul li {
    font-size: 13px;
    letter-spacing: -.2px;
    padding: 5px 0; }
    .price-block-wrapper ul li .text {
      display: block;
      overflow: hidden; }
    .price-block-wrapper ul li i {
      margin-right: 17px;
      float: left; }
      .price-block-wrapper ul li i.true {
        color: #24B64A; }
      .price-block-wrapper ul li i.false {
        color: #F85140; }
  .price-block-wrapper ul li:first-child {
    font-size: 11px;
    letter-spacing: -.2px;
    text-transform: uppercase;
    padding: 0 2px 17px;
    color: #ADADAD; }
    .price-block-wrapper ul li:first-child .price {
      font-size: 24px;
      color: black; }
  .price-block-wrapper .icon-1 {
    position: absolute;
    font-size: 21px;
    left: 40px;
    top: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    border: 2px solid #EDEDED;
    border-radius: 50%;
    color: #EDEDED;
    text-align: center;
    transition: all 300ms ease-in-out; }
    .price-block-wrapper .icon-1 i {
      display: block;
      margin-top: 7px; }
  .price-block-wrapper .icon-2 {
    position: absolute;
    font-size: 55px;
    right: 20px;
    bottom: 37px;
    color: #EDEDED; }
  .price-block-wrapper .a-btn {
    position: absolute;
    right: 7px;
    top: 8px;
    transition: all 300ms ease-in-out; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - FORM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.form-1 .type-1 {
  text-align: center; }
.form-1 .form-1-input {
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  padding: 20px 26px;
  width: 100%;
  font-size: 13px;
  margin: auto 6px;
  border-radius: 4px; }
  .form-1 .form-1-input:focus {
    border-color: #ea4e46; }
.form-1 .form-1-submit {
  color: white;
  background-color: #ea4e46;
  border: 1px solid #ea4e46;
  font-size: 12px;
  padding: 20px 36px;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #a74305; }
  .form-1 .form-1-submit:hover {
    background-color: transparent;
    color: #ea4e46; }

.form-under-text {
  color: #ADADAD;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .8px; }

::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: .1px; }

::-moz-placeholder {
  font-size: 14px;
  letter-spacing: .1px; }

:-moz-placeholder {
  font-size: 14px;
  letter-spacing: .1px; }

:-ms-input-placeholder {
  font-size: 14px;
  letter-spacing: .1px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - POST BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.post-block {
  background-color: white;
  display: block;
  max-width: 370px;
  margin: auto;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); }
  .post-block:hover .title {
    text-decoration: underline;
    text-decoration-color: #F5F5F5; }
  .post-block .img-wrap {
    width: 100%;
    max-width: 370px;
    height: 251px;
    margin: auto;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .post-block .img-wrap .date {
      position: absolute;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: -.9px;
      top: 10px;
      left: 10px;
      padding: 10px 14px;
      background-color: white; }
    .post-block .img-wrap .day {
      color: #ea4e46;
      display: block;
      font-size: 24px; }
  .post-block .title {
    margin-top: 37px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -.3px;
    font-size: 20px;
    color: black;
    transition: all 300ms ease-in-out; }
    .post-block .title:hover {
      text-decoration: underline;
      text-decoration-color: red; }
  .post-block .descr {
    padding: 0 45px 30px;
    margin: 19px auto;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 28px;
    color: #909090; }
    .post-block .descr .sub-title {
      letter-spacing: .3px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - SPONSORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sponsors-item {
  display: inline-block;
  border: 1px solid #E8E8E8;
  height: 85px;
  transition: all 300ms ease-in-out; }
  .sponsors-item:hover {
    border-color: #ea4e46; }

.overlay.type-o:before {
  background-color: rgba(45, 44, 44, 0.9); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.wpc-map-wrapper {
  position: relative; }
  .wpc-map-wrapper .form-2-wrapper {
    background-color: white;
    padding: 20px 25px;
    letter-spacing: -1px;
    max-width: 372px; }
  .wpc-map-wrapper .form-2-container {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .wpc-map-wrapper .form-2 {
    margin-top: 23px; }
  .wpc-map-wrapper .form-input,
  .wpc-map-wrapper .form-textarea,
  .wpc-map-wrapper .form-submit {
    display: block;
    padding: 20px;
    font-size: 16px;
    background-color: #F3F3F3;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid transparent; }
  .wpc-map-wrapper .form-input:focus,
  .wpc-map-wrapper .form-textarea:focus {
    border-color: #ea4e46; }
  .wpc-map-wrapper .form-textarea {
    height: 120px;
    resize: none; }
  .wpc-map-wrapper .form-title {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 38px;
    position: relative; }
    .wpc-map-wrapper .form-title::before {
      position: absolute;
      content: '';
      height: 1px;
      width: 45px;
      left: 0;
      bottom: -12px;
      background-color: #ea4e46; }
  .wpc-map-wrapper .form-submit {
    display: inline-block;
    width: auto;
    margin-top: 4px;
    padding: 13px 31px;
    font-size: 12px;
    letter-spacing: -.1px;
    background-color: #ea4e46;
    color: white;
    border: 1px solid #ea4e46;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #a74305; }
    .wpc-map-wrapper .form-submit:hover {
      background-color: transparent;
      color: #ea4e46;
      box-shadow: none; }

.wpc-map {
  height: 300px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.logo {
  float: none;
  color: white;
  font-size: 28px;
  letter-spacing: -0.6px;
  font-weight: 700; }
  .logo span {
    color: #ea4e46;
    font-size: 35px; }

.a-footer {
  background-color: #222;
  font-size: 15px;
  color: #BEBEBE; }
  .a-footer .footer-top {
    padding: 95px 0 70px; }
  .a-footer .header {
    margin-bottom: 35px;
    color: white;
    font-size: 18px;
    letter-spacing: -.2px; }
    .a-footer .header .logo {
      margin-top: -17px;
      margin-bottom: -3px; }
  .a-footer .list {
    margin-bottom: 30px; }
    .a-footer .list .list-item {
      font-size: 14px;
      letter-spacing: -.3px;
      padding: 7px 0; }
      .a-footer .list .list-item:hover a {
        color: #ea4e46; }
  .a-footer .social-wrap .social-item {
    display: inline-block;
    margin-right: 18px; }
    .a-footer .social-wrap .social-item a {
      font-size: 18px; }
    .a-footer .social-wrap .social-item:hover {
      color: #ea4e46; }
  .a-footer .f-gallery {
    margin-bottom: 5px; }
    .a-footer .f-gallery .g-item {
      display: inline-block;
      width: 60px;
      height: 60px;
      margin-right: 3px; }

.footer-bottom {
  background-color: white; }
  .footer-bottom .copyright {
    color: #ADADAD;
    padding: 33px 0;
    font-size: 13px;
    letter-spacing: -.4px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-banner.blog {
  padding: 150px 0 80px;
  background-position: top center; }
  .a-banner.blog .banner-heading .heading-subtitle {
    text-transform: none;
    font-size: 14px;
    letter-spacing: -.5px;
    word-spacing: 6px;
    margin-bottom: 13px; }
  .a-banner.blog .banner-heading .heading-title {
    font-size: 36px;
    letter-spacing: .1px;
    text-transform: uppercase; }

.post-block.blog .title {
  margin: 5px auto 0;
  text-decoration: none;
  width: 90%; }
.post-block.blog .text {
  margin-top: 13px;
  font-size: 14px; }
.post-block.blog .descr {
  padding: 0 30px 30px; }
.post-block.blog .a-btn {
  margin-top: 20px;
  padding: 3px 25px; }

.pagination {
  text-align: center; }
  .pagination .page {
    display: inline-block;
    background-color: white;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    width: 30px;
    text-align: center;
    transition: all 300ms ease-in-out; }
    .pagination .page:hover, .pagination .page.active {
      background-color: #ea4e46;
      border-color: #ea4e46; }
      .pagination .page:hover a, .pagination .page.active a {
        color: white; }
    .pagination .page a {
      display: block;
      padding: 5px 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - SINGLE BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.post-block.single-blog {
  max-width: 100%; }
  .post-block.single-blog .descr {
    margin: 45px auto 19px;
    padding: 0 45px 5px; }
  .post-block.single-blog .img-wrap {
    display: block;
    max-width: 100%;
    height: auto; }
  .post-block.single-blog .img-post {
    width: 100%;
    height: auto; }
  .post-block.single-blog .subtitle {
    letter-spacing: 1px;
    word-spacing: 3px; }
  .post-block.single-blog .title {
    text-decoration: none;
    letter-spacing: -.5px;
    font-size: 25px;
    margin-top: 10px; }
  .post-block.single-blog .title-url {
    color: #ea4e46; }
  .post-block.single-blog .entry-content {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 30px;
    padding: 0 150px; }
  .post-block.single-blog .blockquote {
    background-color: #F6F6F6;
    border-bottom: 2px solid #ea4e46;
    margin: 30px auto;
    padding: 17px 0;
    transition: all 300ms ease-in-out; }
    .post-block.single-blog .blockquote:hover {
      color: #ea4e46; }
  .post-block.single-blog .share-links {
    margin-top: 30px;
    letter-spacing: .3px; }
  .post-block.single-blog .share-list li {
    display: inline-block;
    margin: 18px 7px 0;
    font-size: 14px; }
    .post-block.single-blog .share-list li:hover {
      color: #ea4e46; }

.comments-area {
  padding: 37px 35px 0; }
  .comments-area ol {
    list-style: none; }
  .comments-area .comments-title {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: -.3px; }
    .comments-area .comments-title .numb-com {
      color: #AFAFAF; }

.comment-body {
  margin-top: 44px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8; }
  .comment-body .comment-content {
    margin-top: 11px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 70px;
    color: #878787;
    letter-spacing: -.2px; }
  .comment-body .reply {
    position: absolute;
    bottom: 25px;
    right: 0; }
    .comment-body .reply a {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: -.5px; }
      .comment-body .reply a:hover {
        color: #ea4e46;
        transition: all 300ms ease-in-out; }
  .comment-body .comment-author {
    font-size: 14px;
    transition: all 200ms ease-in-out; }
    .comment-body .comment-author:hover {
      color: #ea4e46; }
  .comment-body .comment-metadata {
    font-size: 10px;
    letter-spacing: -.1px;
    color: #AFAFAF;
    margin-top: 9px; }
  .comment-body .comment-author img {
    float: left;
    margin-right: 17px;
    height: 50px;
    width: 50px;
    border-radius: 50%; }

.children li {
  padding-left: 70px; }

.form-blog {
  padding: 40px 30px; }
  .form-blog .form-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1.1px; }
  .form-blog .form-input {
    width: 100%;
    background-color: #F4F4F4;
    padding: 20px 22px; }
  .form-blog .form-textarea {
    display: block;
    background-color: #F4F4F4;
    height: 155px;
    width: 100%;
    padding: 20px 22px;
    resize: none; }
  .form-blog .form-input::-webkit-input-placeholder,
  .form-blog .form-textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #A1A1A1;
    letter-spacing: -.4px; }
  .form-blog .form-input::-moz-placeholder,
  .form-blog .form-textarea::-moz-placeholder {
    font-size: 13px;
    color: #A1A1A1;
    letter-spacing: -.4px; }
  .form-blog .form-input:-ms-input-placeholder,
  .form-blog .form-textarea:-ms-input-placeholder {
    font-size: 13px;
    color: #A1A1A1;
    letter-spacing: -.4px; }
  .form-blog .form-input:-moz-placeholder,
  .form-blog .form-textarea:-moz-placeholder {
    font-size: 13px;
    color: #A1A1A1;
    letter-spacing: -.4px; }
  .form-blog .btn-submit {
    display: inline-block;
    background-color: #27292F;
    border: 1px solid #27292F;
    padding: 19px 52px;
    color: white;
    margin-top: 17px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -.5px;
    transition: all 400ms ease; }
    .form-blog .btn-submit:hover {
      background-color: #fff;
      color: #27292F; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .navigation nav > ul > li {
    margin: 0 25px 0 0; } }
@media (min-width: 993px) {
  .wpc-navigation.navigation .main-menu li > a {
    position: relative; }
    .wpc-navigation.navigation .main-menu li > a::before {
      content: '';
      position: absolute;
      height: 2px;
      width: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ea4e46; }
  .wpc-navigation.navigation .main-menu li.active > a::before,
  .wpc-navigation.navigation .main-menu li:hover > a::before {
    width: 50px;
    transition: all 400ms ease-in-out; }
  .wpc-navigation.navigation .main-menu li:hover > a.a-btn::before {
    width: 0; }
  .wpc-navigation.navigation .main-menu li.active > a {
    color: #ea4e46; }

  .dl-menuwrapper .sub-menu {
    background-color: rgba(34, 34, 34, 0.9); }
    .dl-menuwrapper .sub-menu li.active > a::before,
    .dl-menuwrapper .sub-menu li:hover > a::before {
      width: 0 !important; }

  .main-menu li .sub-menu li .sub-menu {
    left: -101%; } }
@media (min-width: 992px) {
  .a-header {
    padding-bottom: 80px; }
    .a-header.scroll {
      padding-bottom: 0; } }
@media (max-width: 992px) {
  .inner-wrap .logo {
    height: 60px; }

  .a-header.style-2 .inner-wrap .a-btn {
    color: #ea4e46; }

  .main-menu {
    overflow-y: auto !important; } }
@media (max-width: 991px) {
  .close-btn {
    top: 75px; }

  .a-header.scroll .close-btn {
    top: 75px; } }
@media (max-width: 480px) {
  .form-1 .form-1-input {
    margin: auto; } }
@media (max-width: 992px) {
  .nav-menu-icon {
    z-index: 9999; }

  .wpc-navigation.navigation .main-menu {
    padding: 50px 0;
    width: 100%; }
    .wpc-navigation.navigation .main-menu li.active {
      background-color: #F5F5F5; }
      .wpc-navigation.navigation .main-menu li.active > a {
        color: #ea4e46; }
    .wpc-navigation.navigation .main-menu .li-button {
      text-align: center; }
      .wpc-navigation.navigation .main-menu .li-button .a-btn {
        padding: 9px 29px;
        height: auto !important; }

  .wpc-navigation.navigation .main-menu li.active.dl-subviewopen {
    background-color: white; }

  .dl-menuwrapper .dl-submenu li > a {
    color: #222; }

  .sub-menu li a {
    padding: 15px 20px; }

  .navigation nav > ul > li > a.a-btn {
    color: white; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNERS STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .a-banner.style-2 {
    padding: 150px 0 180px; }

  .a-banner.style-4 {
    padding: 150px 0 0; }

  .a-banner.style-2 .banner-heading {
    margin-left: 30px; }

  .a-banner.style-2 .button-play {
    left: 45px; }

  .a-banner.blog {
    padding: 110px 0 80px; }

  .post-block.blog .descr {
    padding: 0 15px 30px; } }
@media (max-width: 480px) {
  .a-banner {
    padding: 150px 0; }
    .a-banner.style-3 .banner-heading {
      text-align: center; }
      .a-banner.style-3 .banner-heading .a-btn.type-1 {
        margin-right: 0; }
    .a-banner .banner-heading .heading-title {
      font-size: 32px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADLINES STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .a-head .head-title {
    font-size: 26px; }

  .a-head .head-subtitle.type-1::before {
    border: none; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORMS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .form-1 .sm-padd {
    padding: 0 !important; }
  .form-1 .form-1-input {
    margin-bottom: 15px; }
  .form-1 .type-1 {
    text-align: right; }

  .price-block-wrapper {
    min-height: 251px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER SMALL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 767px) {
  .banner-small {
    padding: 45px 20px 45px; }
    .banner-small .descr {
      padding-left: 0; }
    .banner-small .a-btn {
      margin-top: 25px; }
      .banner-small .a-btn.type-1 {
        margin-left: 0; }

  .xs-t-center {
    text-align: center !important; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .tabs.event-block .e-speaker-wrap.type-1 {
    width: 49%; }
  .tabs.event-block .e-speaker-wrap.type-2 {
    display: inline-block;
    width: 100%;
    margin: 30px auto;
    position: relative; }
    .tabs.event-block .e-speaker-wrap.type-2 .wrap {
      display: inline-block; }
      .tabs.event-block .e-speaker-wrap.type-2 .wrap::before, .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        content: '';
        display: inline-block;
        height: 1px;
        width: 112px;
        border-bottom: 1px dashed black;
        position: absolute;
        top: 45px;
        z-index: 5 !important; }
      .tabs.event-block .e-speaker-wrap.type-2 .wrap::before {
        right: 80px; }
      .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        left: 80px; }
  .tabs.event-block .tabs-item .wrap::after {
    border-bottom: none; } }
@media only screen and (max-width: 480px) {
  .tabs.event-block .tabs-header {
    margin-bottom: 30px !important; }
  .tabs.event-block .e-speaker-wrap {
    display: block;
    margin: 0 auto 30px !important;
    width: auto; }
    .tabs.event-block .e-speaker-wrap.type-2 .wrap {
      display: inline-block; }
      .tabs.event-block .e-speaker-wrap.type-2 .wrap::before, .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        border-bottom: none; }
    .tabs.event-block .e-speaker-wrap .e-break {
      padding: 0; }
  .tabs.event-block .tabs-item .wrap::after {
    border: none; } }
@media only screen and (max-width: 767px) {
  .tabs.event-block .tabs-header ul li {
    padding: 22px 10px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 767px) {
  .price-block-wrapper {
    padding: 60px 30px 35px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .post-block .title {
    font-size: 18px; }
  .post-block .descr {
    padding: 0 10px 30px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOTTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .footer-bottom .copyright {
    padding: 20px 0; }

  .a-footer .footer-top {
    padding: 55px 40px; } }
@media only screen and (max-width: 767px) {
  .wpc-map-wrapper .form-2-wrapper {
    margin: auto; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SPEAKERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .speaker-wrapper.big-size {
    height: 295px; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SINGLE BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Extra Small Devices, Phones */
@media only screen and (max-width: 1024px) {
  .post-block.single-blog .entry-content {
    padding: 0 90px; } }
@media only screen and (max-width: 991px) {
  .post-block.single-blog .entry-content {
    padding: 0 50px; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  .post-block.single-blog .title {
    font-size: 22px; }

  .comments-area .comments-title {
    font-size: 16px; }

  .children li {
    padding-left: 30px; }

  .post-block.single-blog .entry-content {
    padding: 0 20px; }

  .comment-body .comment-content {
    padding-left: 0;
    margin-top: 25px; }

  .post-block.single-blog .blockquote {
    padding: 17px;
    margin: 10px auto; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .no-padd-md {
    padding: 0 !important; }

  .head-arrows {
    display: block !important; } }

/*# sourceMappingURL=styles.css.map */
