/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: NRGevent*/
/* Version: 1.0 Initial Release*/
/* Build Date: 23-09-2015*/
/* Author: Unbranded*/
/* Website: http://moonart.net.ua/site/ 
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - FONTS */
/* 02 - RESET STYLES */
/* 03 - LOADING */
/* 04 - GLOBAL SETTINGS */
/* 05 - HEADER */
/* 06 - MAIN-SLIDER */
/* 07 - SLIDER WITH THUMBS */
/* 08 - COUNTER */
/* 09 - SIMPLE BLOCK STRUCTURE */
/* 10 - ABOUT */
/* 11 - CONFERENCE */
/* 12 - SERVICE */
/* 13 - SIMPLE SLIDER */
/* 14 - SHEDULE */
/* 15 - MESSAGE-LINE */
/* 16 - TESTIMONALS */
/* 17 - NEWS */
/* 18 - GALLERY */
/* 19 - PRICE */
/* 20 - VIDEO */
/* 21 - SPONSORS */
/* 22 - CONTACT */
/* 23 - BANNER BLOCK */
/* 24 - SLIDER-ICONS */
/* 25 - TEAM */
/* 26 - FOOTER */
/* 27 - COLORS */
/* 28 - MEDIA QUERIES */
/* 29 - STYLER */
/* 30 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap);
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
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; }
/* HTML5 display-role reset for older browsers */
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; }
input, textarea, select { font-family: 'Lato', sans-serif, Arial; font-weight: 400; -webkit-appearance: none; -moz-border-radius: 0; border-radius: 0; }
a, a:link, a:visited, a:active, a:hover { cursor: pointer; text-decoration: none; outline: none; }
body { font-family: 'regular', sans-serif, Arial; font-weight: normal; font-size: 14px; line-height: 1; overflow-y: scroll; }
b,strong{font-weight: bold;}





/*----------------------------------------------------------------------------
//  Expo Banner
//--------------------------------------------------------------------------*/

.expo-banner { 
  background: #fd9b62;
  margin-top: 109px;
  padding-top: 30px; 
  padding-bottom: 30px; 
  text-align: center; 
}

.expo-title {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 46px;
    margin-right: 26px;
    vertical-align: top;
    margin-top: 2px;
    margin-bottom: 0;
}

.expo-banner .c-btn.orange.expo-btn {
    background: #e9d200;
    border: 1px solid #e9d200;
    color: #222;
    float: right;
    font-size: 15px;
}

.expo-banner .c-btn.orange.expo-btn:hover {
    background: #ddc700;
    color: #222;
    border: 1px solid #ddc700;
}

@media (max-width: 1099px) { 
  .expo-banner { 
    margin-top: 80px;
  }

  .expo-title,
  .expo-banner .c-btn.orange.expo-btn {
    float: none;
  }
}

@media (max-width: 923px) { 
  .expo-title {
    line-height: 38px;
    margin-bottom: 25px;
    margin-top: -10px;
  }
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - LOADING */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loading { background-color: #fff; height: 100%; width: 100%; position: fixed; z-index: 200; margin-top: 0px; top: 0px; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 50px; width: 50px; margin-top: -25px; margin-left: -25px; }
.bigSqr { position: relative; display: inline-block; width: 40px; height: 40px; overflow: hidden; -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; -moz-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; -webkit-animation: bigSqrShrink 1s linear infinite; -moz-animation: bigSqrShrink 1s linear infinite; -o-animation: bigSqrShrink 1s linear infinite; animation: bigSqrShrink 1s linear infinite; }
.square { position: absolute; width: 20px; height: 20px; background: #feca16; }
.first { left: 0px; top: 20px; }
.second { left: 20px; top: 20px; -webkit-animation: drop2 1s linear infinite; -moz-animation: drop2 1s linear infinite; -o-animation: drop2 1s linear infinite; animation: drop2 1s linear infinite; }
.third { left: 0px; top: 0px; -webkit-animation: drop3 1s linear infinite; -moz-animation: drop3 1s linear infinite; -o-animation: drop3 1s linear infinite; animation: drop3 1s linear infinite; }
.fourth { left: 20px; top: 0px; -webkit-animation: drop4 1s linear infinite; -moz-animation: drop4 1s linear infinite; -o-animation: drop4 1s linear infinite; animation: drop4 1s linear infinite; }
@-webkit-keyframes bigSqrShrink { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  90% { -webkit-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-moz-keyframes bigSqrShrink { 0% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  90% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5); } }
@-o-keyframes bigSqrShrink { 0% { -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  90% { -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes bigSqrShrink { 0% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  90% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes drop2 { 0% { -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  25% { -webkit-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    transform: translate(0); } }
@-moz-keyframes drop2 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px); }
  25% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); } }
@-o-keyframes drop2 { 0% { -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  25% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
@keyframes drop2 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  25% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
@-webkit-keyframes drop3 { 0% { -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% { -webkit-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    transform: translate(0); } }
@-moz-keyframes drop3 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); } }
@-o-keyframes drop3 { 0% { -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
@keyframes drop3 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
@-webkit-keyframes drop4 { 0% { -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  75% { -webkit-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    transform: translate(0); } }
@-moz-keyframes drop4 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px); }
  75% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0); } }
@-o-keyframes drop4 { 0% { -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  75% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
@keyframes drop4 { 0% { -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  75% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  100% { -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: #505050;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 30px;
}
/*table*/
.table-view { height: 100%; width: 100%; display: table; }
.row-view { display: table-row; }
.cell-view { display: table-cell; vertical-align: middle; }
.background-block { -moz-background-size: cover; background-size: cover; background-position: center center; }
.vertical-align { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.bottom-align { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
/*nopadding class*/
.no-padding { padding-left: 0; padding-right: 0; }
.no-margin { margin-left: 0; margin-right: 0; }
.wide-container { padding-left: 30px; padding-right: 30px; }
.img-full { width: 100%; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.7); top: 0px; left: 0px; width: 100%; z-index: 100; }
.header.scrolled { background: #fff; }
.logo { float: left; display: inline-block; margin-top: 20px; }
.main-nav { float: right; margin-top: 32px; }
.main-nav li { margin-left: 33.2px; display: inline-block; }
.main-nav a { color: #0c094e; font-size: 20px; font-weight: bold; position: relative; text-transform: uppercase; padding-bottom: 14px; display: block; }
.main-nav a:hover { color: #fd9b62;}
.main-nav li a:before { content: ''; display: block; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 2px; background: transparent; }
.main-nav li.active a:before, .main-nav li:hover a:before { background: #fd9b62; }
.header .logo-block { float: left; }
/*menu*/
.cmn-toggle-switch { position: fixed; right: 15px; top: 20px !important; display: none; float: right; overflow: hidden; margin: 0; padding: 0; width: 20px; height: 35px; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -moz-box-shadow: none; box-shadow: none; -moz-border-radius: none; border-radius: none; border: none; cursor: pointer; background-color: transparent; z-index: 101; }
.cmn-toggle-switch span { display: block; position: absolute; top: 18px; left: 0; right: 0; height: 3px; background: #0c094e; }
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after { content: ""; position: absolute; display: block; left: 0; width: 100%; height: 3px; background: #0c094e; }
.cmn-toggle-switch span::before { top: -5px; }
.cmn-toggle-switch span::after { bottom: -5px; }
.cmn-toggle-switch.active span { background: none; }
.cmn-toggle-switch.active span::before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.cmn-toggle-switch.active span::after { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - MAIN-SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-slider { position: relative; }
.main-slider .swiper-slide { position: relative; }
.main-slider .fullheight { height: 100vh; position: relative; }
.main-slider .vertical-align { width: 100%; padding-top: 40px; }
.main-slider .pagination { display: none; }
.swiper-container .pagination { margin: 41px 0 0 0; }
.swiper-pagination-switch { background: #eaeaea; border: 2px solid transparent; width: 7px; height: 7px; -moz-border-radius: 7px; border-radius: 7px; margin: 1.8px 5px; }
.swiper-active-switch { background: #feca16; border-color: #feca16; width: 10px; height: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 0px 5px; }
.pagination.hidden { display: none; }
.swiper-arrow-left { position: absolute; top: 50%; left: 0px; width: auto; height: auto; }
.swiper-arrow-right { width: auto; height: auto; }
.swiper-arrow-left.style-1 { padding: 18px 18px 16px 16px; background: rgba(34, 34, 34, 0.5); margin-top: -14px; }
.swiper-arrow-right.style-1 { padding: 18px 15px 16px 18px; background: rgba(34, 34, 34, 0.5); margin-top: -14px; }
.swiper-arrow-left.style-1:hover, .swiper-arrow-right.style-1:hover { background: #222222; }
.swiper-arrow-left.style-2 { background: transparent; }
.swiper-arrow-right.style-2 { background: transparent; }
.swiper-arrow-left.style-2:hover { opacity: 0.6; }
.swiper-arrow-right.style-2:hover { opacity: 0.6; }
.swiper-arrow-left.style-3 { padding: 18px 18px 16px 16px; background: rgba(255, 255, 255, 0.1); margin-top: -14px; }
.swiper-arrow-right.style-3 { padding: 18px 15px 16px 18px; background: rgba(255, 255, 255, 0.1); margin-top: -14px; }
.swiper-arrow-left.style-3:hover, .swiper-arrow-right.style-3:hover { background: rgba(255, 255, 255, 0.2); }
.square-box { position: relative; text-align: center; }
.square-box:before { content: ''; position: absolute; top: -94px; left: 50%; display: block; width: 400px; height: 142px; border: 13px solid #feca16; border-bottom: none; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.square-box:after { content: ''; position: absolute; top: 40px; left: 50%; display: block; width: 400px; height: 142px; border: 13px solid #feca16; border-top: none; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.square-date { position: absolute; top: -44px; left: 50%; font-size: 22px; line-height: 24px; font-weight: 400; color: #fff; letter-spacing: 4px; margin-bottom: 17px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.square-title { font-size: 72px; line-height: 72px; font-weight: 800; color: #fff; letter-spacing: 7px; text-transform: uppercase; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.swiper-slide.active .square-title { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.square-text { position: absolute; top: 88px; left: 50%; font-size: 16px; line-height: 24px; font-weight: 400; color: #bbbbbb; max-width: 350px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.active .square-box:before { top: -154px; width: 440px; }
.active .square-box:after { top: 90px; width: 440px; }
.banner-block { text-align: center; }
.banner-date { font-size: 22px; line-height: 24px; font-weight: 400; color: #fff; letter-spacing: 4.5px; margin-bottom: 15px; }
.banner-date.style-2 { font-family: 'Norican'; }
.banner-title { font-size: 72px; line-height: 52px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 4px; margin-bottom: 28px; }
.banner-text { font-size: 16px; line-height: 24px; font-weight: 400; color: rgba(255, 255, 255, 0.6); padding: 0 25%; margin-bottom: 43px; }
.banner-form { position: relative; width: 630px; margin: 0 auto; }
.banner-input { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.6); width: 100%; height: 52px; border: 1px solid rgba(255, 255, 255, 0.5); background: transparent; -moz-border-radius: 5px; border-radius: 5px; padding-left: 19px; }
.banner-input::-webkit-input-placeholder { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.6); opacity: 1; }
.banner-input:-moz-placeholder { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.6); opacity: 1; }
.banner-input::-moz-placeholder { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.6); opacity: 1; }
.banner-input:-ms-input-placeholder { font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.6); opacity: 1; }
.banner-submit { position: absolute; top: 0px; right: 0px; font-size: 12px; line-height: 50px; padding: 0px 30px; -moz-border-radius: 5px; border-radius: 5px; background: #feca16; color: #fff; border: 1px solid #feca16; text-transform: uppercase; }
.banner-submit:hover { background: transparent; }
.banner-btn .c-btn { margin-right: 30px; }
.banner-btn .c-btn:last-child { margin-right: 0px; }
.banner-block.style-2 { text-align: right; width: 50%; margin-left: 50%; }
.banner-block.style-2 .banner-title { line-height: 72px; letter-spacing: 1px; margin-bottom: 14px; }
.banner-block.style-2 .banner-text { padding: 0px; }
.banner-block.style-3 { text-align: left; }
.banner-block.style-3 .banner-title { line-height: 72px; letter-spacing: 1px; margin-bottom: 14px; }
.banner-block.style-3 .banner-text { padding: 0px; }
.banner-block.style-4 .banner-title { line-height: 67px; }
.video-bg-block { overflow: hidden; position: relative; width: 100%; padding-bottom: 100%; }
.video-bg { display: block; position: absolute; top: 50%; left: 50%; margin-left: -28.5px; margin-top: -28.5px; width: 57px; height: 57px; -moz-border-radius: 100%; border-radius: 100%; background: #feca16; cursor: pointer; }
.video-bg:hover { opacity: 0.6; }
.bgvid { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SLIDER WITH THUMBS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.thumbnails-preview { background: #0c094e; }
.thumbnails-preview .swiper-slide { min-height: 540px; position: relative; }
.thumbnails-preview .pagination { display: none; }
.speaker-block { padding: 70px 25px 0; }
.speaker-img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 50%; /*margin-left: 15px;*/ }
.speaker-title { color: #fd9b62; font-family: 'typo_slab_inlineregular', serif; font-size: 40px; line-height: 38px; font-weight: 400; margin-bottom: 25px; text-transform: uppercase;}
.speaker-category { background: transparent !important; display: inline-block; font-size: 20px; line-height: 24px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 30px; }
.speaker-text { font-size: 18px; line-height: 25px; font-weight: 500; color: #fff; margin-bottom: 37px; }
.speaker-text a { font-weight: bold; border-bottom: 1px solid #fd9b62; }
.speaker-text a:hover { border-color: transparent; }
.speaker-social { margin-bottom: 41px; display: none; }
.speaker-social a { display: block; float: left; width: 30px; height: 30px; color: #fff; background: #121212; -moz-border-radius: 100%; border-radius: 100%; text-align: center; line-height: 30px; margin-right: 11px; }
.speaker-social a:hover { background: #feca16; }
.speaker-social.style-2 a { background: #f1f1f1; color: #feca16; }
.speaker-social.style-2 a:hover { background: #feca16; color: #fff; }
.speaker-change img { display: block; width: 20%; float: left; margin-right: 30px; -moz-box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.15); box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.15); border: 2px solid transparent; }
.speaker-change img:hover { outline: 1px solid #feca16; cursor: pointer; }
.thumbnails img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.thumbnails .swiper-slide { position: relative; cursor: pointer; }
.thumbnails .swiper-slide.current img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.thumbnails .thumb-overlay { background: #0c094e !important; mix-blend-mode: multiply; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; opacity: 0; }
.thumbnails .swiper-slide:hover .thumb-overlay { opacity: 1; }
.thumbnails .thumb-desc { padding: 0 15px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 100%; text-align: center; opacity: 0; z-index: 2; }
.thumbnails .swiper-slide:hover::before { opacity: 0; }
.thumbnails .swiper-slide:hover .thumb-desc { opacity: 1; }
.thumbnails .thumb-title { font-size: 14px;  line-height: 1.4; font-weight: 700; letter-spacing: 0.04em; color: #fff;  text-transform: uppercase }
.thumbnails .thumb-text { display: none; font-size: 16px; font-size: 0.8vw; line-height: 1.4; font-weight: 400; color: #fff;  }
@media (min-width: 1400px) {
	.thumbnails .thumb-title {
		font-size: 20px;
		font-size: 1vw;
		margin-bottom: 12px;
	}
	.thumbnails .thumb-text {
		display: block;
	}
}

.thumbnails .swiper-slide:before {
	background: #8080e5;
	bottom: 0;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: 0.3;
	transition: 0.2s;
	z-index: 1;
}
.slider-wth-thumbs.style-2 .thumbnails-preview { background: transparent; }
.slider-wth-thumbs.style-2 .speaker-block { padding-right: 20%; }
.slider-wth-thumbs.style-2 .speaker-category { font-family: 'Norican'; font-size: 18px; line-height: 22px; color: #848484; padding: 0; margin-bottom: 19px; letter-spacing: 0.5px; background: transparent; text-transform: initial; }
.slider-wth-thumbs.style-2 .speaker-title { font-size: 34px; line-height: 34px; color: #222; letter-spacing: 2.8px; }
.slider-wth-thumbs.style-2 .speaker-social a { color: #8a8a8a; background: #f1f1f1; }
.slider-wth-thumbs.style-2 .speaker-social a:hover { color: #fff; background: #feca16; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - COUNTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.counter-wrapper { background: #0c094e; margin-top: 35px; padding-top: 41px; padding-bottom: 40px; box-shadow:        inset  0  30px 30px -30px rgba(0,0,0,0.3),
inset  0 -30px 30px -30px rgba(0,0,0,0.3); }

.counter-title { display: inline-block; font-size: 27px; font-weight: 700; letter-spacing: 0.03em; color: #fff; line-height: 1; vertical-align: top; margin-bottom: 25px; text-transform: uppercase;}
.counter-title__highlight { display: block; font-family: 'typo_slab_inlineregular', serif; font-size: 60px; font-weight: 400; letter-spacing: 0; margin-bottom: 6px; }
.counters-block {
    display: flex;
    justify-content: center;
    width: 100%;
}
.counters-block::before, .counters-block::after {
    display: none;
}
.counters-entry { float: left; text-align: center; }
.counters-count { font-family: 'typo_slab_inlineregular', serif; font-size: 50px; color: #feca16; margin-bottom: 13px; line-height: 1; }
.counters-label { font-size: 13px; line-height: 18px; font-weight: 700; color: #fff; text-transform: uppercase; }
.counter-btn-wrapper {

}
.counter-btn {
    background: #fff;
    border-radius: 0;
    color: #0c094e;
    display: flex;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.counter-btn__label {
    display: inline-block;
    flex-grow: 1;
    padding: 32px 25px;
    text-align: center;
}
.counter-btn::after {
    background: #fd9b62 url(data:image/svg+xml;base64,PHN2ZyBpZD0iYTFlMDg1N2YtMDk3ZS00MzM3LWEyNmMtNDYyYTZmN2I4MDE4IiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU5LjA5IiBoZWlnaHQ9IjU5LjEiIHZpZXdCb3g9IjAgMCA1OS4wOSA1OS4xIj48dGl0bGU+aWNvbi1wYXBlci1wZW48L3RpdGxlPjxwYXRoIGQ9Ik01Ny41NywxOC42YTUuMiw1LjIsMCwwLDAtNy4zNSwwTDQ1LDIzLjgxVjEwLjA5YTUuMTIsNS4xMiwwLDAsMC0xLjUzLTMuNjdMMzguNiwxLjUyQTUuMTcsNS4xNywwLDAsMCwzNC45MywwSDUuMTlBNS4yLDUuMiwwLDAsMCwwLDUuMTlWNTMuOWE1LjIsNS4yLDAsMCwwLDUuMTksNS4ySDM5LjgyQTUuMiw1LjIsMCwwLDAsNDUsNTMuOVYzOC41MUw1Ny41NywyNS45NGE1LjE4LDUuMTgsMCwwLDAsMC03LjM0Wk0zNC42MywzLjQ2QTEuOSwxLjksMCwwLDEsMzYuMTUsNGw0LjksNC45YTEuODgsMS44OCwwLDAsMSwuNSwxLjUySDM0LjYzWk00MS41NSw1My45YTEuNzIsMS43MiwwLDAsMS0xLjczLDEuNzNINS4xOUExLjczLDEuNzMsMCwwLDEsMy40Niw1My45VjUuMTlBMS43NCwxLjc0LDAsMCwxLDUuMTksMy40NmgyNnY4LjY2YTEuNzMsMS43MywwLDAsMCwxLjc0LDEuNzNoOC42NVYyNy4yOGwtNS4xMSw1LjExTDM0LDM0Ljg0YTEuNjksMS42OSwwLDAsMC0uNDIuNjdsLTIuNDUsNy4zNWExLjczLDEuNzMsMCwwLDAsLjQyLDEuNzcsMS43MSwxLjcxLDAsMCwwLDEuNzcuNDJsNy4zNS0yLjQ1YTEuNjksMS42OSwwLDAsMCwuNjctLjQybC4yMS0uMjFaTTM3LjY3LDM2LjA2bDIuNDUsMi40NS0uOTQuOTQtMy42NywxLjIyTDM2Ljc0LDM3Wm00LjksMC0yLjQ1LTIuNDUsOC4zMi04LjMzLDIuNDUsMi40NVpNNTUuMTIsMjMuNWwtMS43OCwxLjc4LTIuNDUtMi40NSwxLjc4LTEuNzhhMS43MywxLjczLDAsMCwxLDIuNDUsMi40NVptMCwwIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTMyLjksMTcuMzFIOC42NmExLjc0LDEuNzQsMCwwLDAsMCwzLjQ3SDMyLjlhMS43NCwxLjc0LDAsMCwwLDAtMy40N1ptMCwwIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI2LDI0LjI0SDguNjZhMS43MywxLjczLDAsMCwwLDAsMy40NkgyNmExLjczLDEuNzMsMCwwLDAsMC0zLjQ2Wm0wLDAiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjYsMzEuMTZIOC42NmExLjc0LDEuNzQsMCwwLDAsMCwzLjQ3SDI2YTEuNzQsMS43NCwwLDAsMCwwLTMuNDdabTAsMCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yNiwzOC4wOUg4LjY2YTEuNzMsMS43MywwLDAsMCwwLDMuNDZIMjZhMS43MywxLjczLDAsMSwwLDAtMy40NlptMCwwIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTMyLjksNDguNzFIMjIuNTFhMS43MywxLjczLDAsMSwwLDAsMy40NkgzMi45YTEuNzMsMS43MywwLDEsMCwwLTMuNDZabTAsMCIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center center;
    content: '';
    display: inline-block;
    height: 84px;
    width: 84px;
}
.counter-wrapper .c-btn { vertical-align: top; }
.counter-wrapper.style-2 { position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 2; background: rgba(33, 33, 33, 0.2); }
.counter-title-block { text-align: center; }
.counter-wrapper.style-2 .counter-title { margin-top: 0; }
.counter-tilt-desc { font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(255, 255, 255, 0.8); text-align: left; }
/*buttons*/

@media (min-width: 600px) {

    .counter-title-block { align-items: center; border: 3px solid #fff; border-style: none none solid solid;
        display: flex; padding: 0 10px 19px 19px; flex-grow: 1;}

    .counter-title {
        margin-bottom: 0;
        margin-right: 60px;
    }

    .counters-label { font-size: 16px; line-height: 18px; }

    .counters-block {
        justify-content: space-between;
    }

    .counter-btn-wrapper {
        margin-top: 20px;
    }

}

@media (min-width: 768px) {
    .counter-btn-wrapper {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .counter-wrapper .container { display: flex; }
    .counter-title {
        margin-top: -8px;
    }

    .counters-block {
        margin-top: -8px;
    }

    .counter-title-block {
        margin-right: 60px;
    }

    .counter-btn-wrapper {
        border: 3px solid #fff; border-style: none none solid solid; padding: 0 0 19px 19px;
        margin-top: 0;
    }
}

.c-btn { display: inline-block; font-weight: 700; text-align: center; text-transform: uppercase; }
.c-btn.b-50 { font-size: 12px; line-height: 48px; padding: 0px 32px; -moz-border-radius: 5px; border-radius: 5px; }
.c-btn.yellow { background: #feca16; color: #fff; border: 1px solid #feca16; }
.c-btn.yellow-2 { background: transparent; color: #282c38; border: 1px solid #feca16; }
.c-btn.green { background: #4cae51; color: #fff; border: 1px solid #4cae51; }
.c-btn.green-2 { background: transparent; color: #4cae51; border: 1px solid #4cae51; }
.c-btn.red { background: #F3564B; color: #fff; border: 1px solid #F3564B; }
.c-btn.red-2 { background: transparent; color: #F3564B; border: 1px solid #F3564B; }
.c-btn.black { background: #222222; color: #fff; border: 1px solid #222222; }
.c-btn.black-2 { background: transparent; color: #222222; border: 1px solid #222222; }
.c-btn.dark { background: #9d656d; color: #fff; border: 1px solid #9d656d; }
.c-btn.dark-2 { background: transparent; color: #9d656d; border: 1px solid #9d656d; }
.c-btn.blue { background: #4485C1; color: #fff; border: 1px solid #4485C1; }
.c-btn.blue-2 { background: transparent; color: #4485C1; border: 1px solid #4485C1; }
.c-btn.orange { background: #fd9b62; color: #fff; border: 1px solid #fd9b62; }
.c-btn.orange-2 { background: transparent; color: #fd9b62; border: 1px solid #fd9b62; }
.c-btn.purple { background: #B15CB1; color: #fff; border: 1px solid #B15CB1; }
.c-btn.purple-2 { background: transparent; color: #B15CB1; border: 1px solid #B15CB1; }
.c-btn.pink { background: #ec659c; color: #fff; border: 1px solid #ec659c; }
.c-btn.pink-2 { background: transparent; color: #ec659c; border: 1px solid #ec659c; }
.c-btn.green-light { background: #2bbab0; color: #fff; border: 1px solid #2bbab0; }
.c-btn.green-light-2 { background: transparent; color: #2bbab0; border: 1px solid #2bbab0; }
.c-btn.red-dark { background: #DA83A6; color: #fff; border: 1px solid #DA83A6; }
.c-btn.red-dark-2 { background: transparent; color: #DA83A6; border: 1px solid #DA83A6; }
.c-btn.blue-light { background: #23b0e8; color: #fff; border: 1px solid #23b0e8; }
.c-btn.blue-light-2 { background: transparent; color: #23b0e8; border: 1px solid #23b0e8; }
.c-btn.orchid { background: #B565A7; color: #fff; border: 1px solid #B565A7; }
.c-btn.orchid-2 { background: transparent; color: #B565A7; border: 1px solid #B565A7; }
.c-btn.pink-light { background: #C084DE; color: #fff; border: 1px solid #C084DE; }
.c-btn.pink-light-2 { background: transparent; color: #C084DE; border: 1px solid #C084DE; }
.c-btn.princeton { background: #ff9966; color: #fff; border: 1px solid #ff9966; }
.c-btn.princeton-2 { background: transparent; color: #ff9966; border: 1px solid #ff9966; }
.c-btn.sandy { background: #ff6666; color: #fff; border: 1px solid #ff6666; }
.c-btn.sandy-2 { background: transparent; color: #ff6666; border: 1px solid #ff6666; }
.c-btn.rhodamine { background: #D45AB6; color: #fff; border: 1px solid #D45AB6; }
.c-btn.rhodamine-2 { background: transparent; color: #D45AB6; border: 1px solid #D45AB6; }
.c-btn.grey { background: transparent; color: #222222; border: 1px solid #e4e4e4; }
.c-btn.white { background: #fff; color: #222; border: 1px solid #fff; }
.c-btn.transparent { color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); }
/*hovers*/
.c-btn.hv-black:hover { background: #000; color: #fff; border: 1px solid #000; }
.c-btn.hv-black-o:hover { background: transparent; color: #fff; }
.c-btn.hv-black-t:hover { background: transparent; color: #000; }
.c-btn.hv-yellow:hover { background: #feca16; color: #fff; border: 1px solid #feca16; }
.c-btn.hv-yellow-o:hover { background: transparent; color: #fff; }
.c-btn.hv-yellow-t:hover { background: transparent; color: #feca16; }
.c-btn.hv-green:hover { background: #4cae51; color: #fff; border: 1px solid #4cae51; }
.c-btn.hv-green-o:hover { background: transparent; color: #fff; }
.c-btn.hv-green-t:hover { background: transparent; color: #4cae51; }
.c-btn.hv-red:hover { background: #F3564B; color: #fff; border: 1px solid #F3564B; }
.c-btn.hv-red-o:hover { background: transparent; color: #fff; }
.c-btn.hv-red-t:hover { background: transparent; color: #F3564B; }
.c-btn.hv-white:hover { background: #fff; color: #222; }
.c-btn.hv-white-o:hover { background: transparent; color: #fff; border: 1px solid #fff; }
.c-btn.hv-dark:hover { background: #9d656d; color: #fff; border-color: #9d656d; }
.c-btn.hv-dark-o:hover { background: transparent; color: #9d656d; border-color: #9d656d; }
.c-btn.hv-dark-t:hover { background: transparent; color: #9d656d; border-color: #9d656d; }
.c-btn.hv-blue:hover { background: #4485C1; color: #fff; border: 1px solid #4485C1; }
.c-btn.hv-blue-o:hover { background: transparent; color: #fff; }
.c-btn.hv-blue-t:hover { background: transparent; color: #4485C1; }
.c-btn.hv-orange:hover { background: #fd9b62; color: #fff; border: 1px solid #fd9b62; }
.c-btn.hv-orange-o:hover { background: #a39300; border: 1px solid #a39300; color: #fff; }
.c-btn.hv-orange-t:hover { background: transparent; color: #fd9b62; }
.c-btn.hv-purple:hover { background: #B15CB1; color: #fff; border: 1px solid #B15CB1; }
.c-btn.hv-purple-o:hover { background: transparent; color: #fff; }
.c-btn.hv-purple-t:hover { background: transparent; color: #B15CB1; }
.c-btn.hv-pink:hover { background: #ec659c; color: #fff; border: 1px solid #ec659c; }
.c-btn.hv-pink-o:hover { background: transparent; color: #fff; }
.c-btn.hv-pink-t:hover { background: transparent; color: #ec659c; }
.c-btn.hv-green-light:hover { background: #2bbab0; color: #fff; border: 1px solid #2bbab0; }
.c-btn.hv-green-light-o:hover { background: transparent; color: #fff; }
.c-btn.hv-green-light-t:hover { background: transparent; color: #2bbab0; }
.c-btn.hv-red-dark:hover { background: #DA83A6; color: #fff; border: 1px solid #DA83A6; }
.c-btn.hv-red-dark-o:hover { background: transparent; color: #fff; }
.c-btn.hv-red-dark-t:hover { background: transparent; color: #DA83A6; }
.c-btn.hv-blue-light:hover { background: #23b0e8; color: #fff; border: 1px solid #23b0e8; }
.c-btn.hv-blue-light-o:hover { background: transparent; color: #fff; }
.c-btn.hv-blue-light-t:hover { background: transparent; color: #23b0e8; }
.c-btn.hv-orchid:hover { background: #B565A7; color: #fff; border: 1px solid #B565A7; }
.c-btn.hv-orchid-o:hover { background: transparent; color: #fff; }
.c-btn.hv-orchid-t:hover { background: transparent; color: #B565A7; }
.c-btn.hv-pink-light:hover { background: #C084DE; color: #fff; border: 1px solid #C084DE; }
.c-btn.hv-pink-light-o:hover { background: transparent; color: #fff; }
.c-btn.hv-pink-light-t:hover { background: transparent; color: #C084DE; }
.c-btn.hv-princeton:hover { background: #ff9966; color: #fff; border: 1px solid #ff9966; }
.c-btn.hv-princeton-o:hover { background: transparent; color: #fff; }
.c-btn.hv-princeton-t:hover { background: transparent; color: #ff9966; }
.c-btn.hv-sandy:hover { background: #ff6666; color: #fff; border: 1px solid #ff6666; }
.c-btn.hv-sandy-o:hover { background: transparent; color: #fff; }
.c-btn.hv-sandy-t:hover { background: transparent; color: #ff6666; }
.c-btn.hv-rhodamine:hover { background: #D45AB6; color: #fff; border: 1px solid #D45AB6; }
.c-btn.hv-rhodamine-o:hover { background: transparent; color: #fff; }
.c-btn.hv-rhodamine-t:hover { background: transparent; color: #D45AB6; }
.ClassyCountdown-wrapper > div { display: inline-block; position: relative; width: 80px; height: 81px; margin: 10px; }
.ClassyCountdown-wrapper .ClassyCountdown-value { width: 100%; position: absolute; top: 50%; text-align: center; left: 0; display: block; }
.ClassyCountdown-value div { font-size: 24px; font-weight: 800; color: #fff; }
.ClassyCountdown-value span { font-size: 12px !important; font-weight: 400; color: rgba(255, 255, 255, 0.8); }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - SIMPLE BLOCK STRUCTURE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-block { position: relative; overflow: hidden; }
.main-block.style-2 { padding-bottom: 120px; }
.main-block.style-3 { padding-top: 120px; padding-bottom: 120px; }
.block-header { text-align: center; padding-top: 60px; margin-bottom: 69px; }
.block-category { font-size: 18px; line-height: 18px; font-weight: 400; color: #feca16; margin-bottom: 19px; }
.block-title { font-family: 'typo_slab_inlineregular', serif; font-size: 30px; line-height: 40px; font-weight: 400; color: #0c094e; text-transform: uppercase; margin-bottom: 24px; }
@media (min-width: 400px) { .block-title { font-size: 36px; } }
.block-text img { height: auto; max-width: 100%; }
.bg-grey { background: #f4f4f4; }
.bg-dark { background: #222; }
.block-header.color-2 .block-title { color: #fff; }
.block-header.color-2 .block-text { color: #bbbbbb; }
.block-header.color-2 .block-category { color: #fff; }

.block-header.style-2 .block-category { font-family: 'Norican'; font-size: 22px; line-height: 24px; letter-spacing: 2px; margin-bottom: 16px; color: #848484; }
.block-header.style-2 .block-text { font-size: 14px; line-height: 25px; }
.block-header.color-3 .block-category { color: #fff; }
.block-header.color-3 .block-title { color: #fff; }
.block-header.color-3 .block-text { color: rgba(255, 255, 255, 0.8); }
.small-block { position: relative; }
.more-block { text-align: center; }
.more-title { font-size: 28px; line-height: 24px; font-weight: 400; color: #222; margin-bottom: 25px; }
.more-text { font-size: 16px; line-height: 24px; font-weight: 400; color: #959595; margin-bottom: 25px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about-item img { width: 100%; }
.about-title { display: block; font-size: 13px; line-height: 16px; font-weight: 700; color: #222222; margin-bottom: 13px; text-align: center; text-transform: uppercase; }
.about-title:hover { color: #feca16; }
.about-text { font-size: 13px; line-height: 24px; font-weight: 400;  }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - CONFERENCE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.conf-item { position: relative; margin-bottom: 30px; cursor: pointer; }
.conf-item.big { min-height: 720px; }
.conf-item.small { min-height: 345px; }
.conf-info { position: absolute; bottom: 41px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; width: 100%; z-index: 2; }
.conf-title { font-size: 32px; line-height: 35px; font-weight: 800; color: #fff; letter-spacing: 1px; margin-bottom: 24px; }
.conf-text { display: table; font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; text-transform: uppercase; background: #feca16; padding: 7.5px 9px; margin: 0 auto 41px auto; }
.conf-info .c-btn { color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); background: transparent; }
.conf-autors { display: none; padding-top: 40px; }
.conf-autors img { -moz-border-radius: 100%; border-radius: 100%; }
.conf-autors a { margin-right: 16px; }
.conf-autors a:last-child { margin-right: 0px; }
.conf-overlay { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #feca16; opacity: 0; }
.conf-item:hover .conf-text { color: #222; background: #fff; }
.conf-item:hover .c-btn { color: #222; background: #fff; border-color: #fff; }
.conf-item:hover .c-btn:hover { background: transparent; color: #fff; }
.conf-item:hover .conf-overlay { opacity: 0.6; }
.conf-item:hover .conf-autors a:hover { opacity: 0.6; }
.conf-info.style-2 { bottom: 52px; }
.conf-info.style-2 .conf-date { font-family: 'Norican'; font-size: 18px; line-height: 22px; font-weight: 400; color: #fff; margin-bottom: 15px; }
.conf-info.style-2 .conf-title { font-size: 28px; line-height: 28px; margin-bottom: 18px; }
.conf-info.style-2 .conf-text { display: block; font-size: 13px; line-height: 24px; color: rgba(255, 255, 255, 0.8); padding: 0px 15px; margin-bottom: 32px; background: transparent; text-transform: initial; }
.conf-info.style-2 .conf-btn { position: relative; font-size: 12px; line-height: 15px; font-weight: 700; color: #fff; text-transform: uppercase; padding-bottom: 8px; }
.conf-info.style-2 .conf-btn:after { content: ''; display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 2px; background: #fff; }
.conf-info.style-2 .conf-btn:hover { color: #fff; opacity: 0.6; }
.item-40 { width: 40%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.item-30 { width: 30%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.item-10 { width: 10%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - SERVICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.service-entry { display: block; border: 1px solid #eaeaea; text-align: center; padding: 49px 25px 43px 25px; margin-bottom: 30px; min-height: 200px; }
.service-entry img { margin-bottom: 22px; }
.service-alt { display: none; }
.service-title { font-size: 16px; line-height: 22px; font-weight: 700; color: #222; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 13px; }
.service-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; }
.service-entry:hover { background: #feca16; border-color: #feca16; }
.service-entry:hover .service-icon { display: none; }
.service-entry:hover .service-alt { display: inline; }
.service-entry:hover .service-title { color: #fff; }
.service-entry:hover .service-text { color: rgba(255, 255, 255, 0.6); }
.service-wrapper { margin-bottom: 52px; }
.service-block:nth-child(4n+1) { clear: both; }
.service-block:nth-last-child(1) .service-entry, .service-block:nth-last-child(2) .service-entry, .service-block:nth-last-child(3) .service-entry, .service-block:nth-last-child(4) .service-entry { margin-bottom: 0px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - SIMPLE SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-slider .pagination { display: none; }
.simple-slider { padding-top: 110px; padding-bottom: 110px; }
.simple-title { display: inline-block; font-size: 20px; line-height: 25px; font-weight: 400; color: #222222; letter-spacing: 2px; margin-bottom: 13px; }
.simple-title:hover { color: #feca16; }
.simple-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #bcbcbc; }
.simple-text p { margin-bottom: 24px; }
.simple-text p:last-child { margin-bottom: 0px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - SHEDULE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tab-wrapper { margin-bottom: 122px; }
.nav-tab { text-align: center; }
.nav-tab-item { display: inline-block; font-size: 14px; line-height: 18px; font-weight: 400; color: #bbbbbb; background: #fff; padding: 17px 31px; cursor: pointer; border: 1px solid #fff; }
.nav-tab-item:hover { border: 1px solid #feca16; }
.nav-tab-item.active { background: #feca16; color: #fff; border: 1px solid #feca16; }
.tab-info { display: none; }
.tab-info.active { display: block; }
.tab-nav-wrapper { margin-bottom: 83px; }
.nav-tab.style-2 .nav-tab-item { padding: 17px 17px; color: #848484; background: transparent; border: none; border-bottom: 1px solid transparent; }
.nav-tab.style-2 .nav-tab-item.active { color: #000; background: transparent; border-bottom: 4px solid #feca16; }
.nav-tab.style-2 .nav-tab-item:hover { color: #000; background: transparent; border-bottom: 4px solid #feca16; }
.shedule-block { position: relative; text-align: center; padding-top: 150px; padding-bottom: 100px; }
.shedule-block:before { content: ''; display: block; position: absolute; top: 0px; left: 50%; bottom: 0px; width: 1px; margin-left: -0.5px; background: #e1e1e1; }
.shedule-block:after { content: ''; display: block; position: absolute; top: 195px; left: 0px; right: 50%; height: 1px; background: #e1e1e1; z-index: 1; }
.shedule-block.left:after { left: 8.33333333%; right: 50%; }
.shedule-block.right:after { left: 50%; right: 8.33333333%; }
.shedule-block:last-child { padding-bottom: 177px; }
.shedule-user { position: relative; -moz-border-radius: 100%; border-radius: 100%; border: 10px solid #fff; cursor: pointer; z-index: 2; }
.shedule-entry { position: absolute; top: 0px; width: 361px; background: #fff; padding: 30px; text-align: left; -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); cursor: pointer; z-index: 2; }
.shedule-block.left .shedule-entry { left: 8.33333333%; }
.shedule-block.right .shedule-entry { right: 8.33333333%; }
.shedule-date { display: inline-block; font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; text-transform: uppercase; background: #feca16; padding: 8px 9px; margin-bottom: 11px; }
.shedule-speaker { display: inline-block; font-size: 20px; line-height: 24px; font-weight: 400; color: #222222; letter-spacing: 2px; margin-bottom: 12px; }
.shedule-position { font-size: 12px; line-height: 15px; font-weight: 400; color: #bbbbbb; text-transform: uppercase; margin-bottom: 18px; }
.shedule-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; margin-bottom: 23px; }
.shedule-block.active .shedule-entry { background: #feca16; }
.shedule-block.active .shedule-date { color: #222222; background: #fff; }
.shedule-block.active .shedule-speaker { color: #fff; }
.shedule-block.active .shedule-position { color: rgba(255, 255, 255, 0.7); }
.shedule-block.active .shedule-text { color: rgba(255, 255, 255, 0.7); }
.shedule-block.active .shedule-user { border-color: #feca16; }
.shedule-block.active:after { background-color: #feca16; }
.shedule-block.style-2 .shedule-entry { padding: 0px; }
.shedule-block.style-2 .shedule-content { padding: 30px 30px 0px 30px; }
.shedule-block.style-2 .shedule-header-left { float: left; width: 50%; }
.shedule-block.style-2 .shedule-date { display: block; float: right; width: 50%; text-align: right; font-size: 12px; line-height: 20px; padding: 0; background: transparent; color: #4f4f4f; }
.shedule-block.style-2.active .shedule-date { color: rgba(255, 255, 255, 0.7); }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - MESSAGE-LINE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.message-line { background: #feca16; text-align: center; padding-top: 32px; padding-bottom: 38px; }
.message-entry { display: inline-block; text-align: left; margin-right: 15px; }
.message-title { font-size: 28px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 11px; }
.message-text { font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(255, 255, 255, 0.6); }
.message-btn { text-align: left; }
.message-line .c-btn { vertical-align: top; }
.custom-popup { display: none; position: fixed; top: 52%; left: 50%; width: 400px; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: #feca16; padding: 30px; -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); z-index: 5; max-height: 100%; overflow: auto; z-index: 200; -webkit-perspective: 1000; }
.popup-close { position: absolute; top: 15px; right: 15px; }
.popup-close:hover { color: #fff; cursor: pointer; }
.c-form-label { font-size: 14px; line-height: 18px; font-weight: 400; color: #fff; text-align: left; margin-bottom: 8px; letter-spacing: 0.5px; text-transform: none; }
.c-form-group { margin-bottom: 20px; }
.c-form-group input { width: 100%; height: 50px; color: #feca16; border: 1px solid rgba(255, 255, 255, 0.5); -moz-border-radius: 5px; border-radius: 5px; padding: 0px 15px; }
.popup-title { font-size: 22px; line-height: 26px; font-weight: 400; margin-bottom: 20px; text-transform: none; letter-spacing: 2px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - TESTIMONALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.testimonals { position: relative; width: 830px; min-height: 450px; }
.testimonals:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 1; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzY3Njc2NyIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzAyMDIwMiIgc3RvcC1vcGFjaXR5PSIwLjI4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzA3MDcwNyIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzBiMGIwYiIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 44%, rgba(204, 204, 204, 0.01) 47%, rgba(103, 103, 103, 0.07) 53%, rgba(2, 2, 2, 0.28) 59%, rgba(7, 7, 7, 0.74) 72%, rgba(11, 11, 11, 0.91) 82%, rgba(17, 17, 17, 0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0.01)), color-stop(47%, rgba(204, 204, 204, 0.01)), color-stop(53%, rgba(103, 103, 103, 0.07)), color-stop(59%, rgba(2, 2, 2, 0.28)), color-stop(72%, rgba(7, 7, 7, 0.74)), color-stop(82%, rgba(11, 11, 11, 0.91)), color-stop(100%, rgba(17, 17, 17, 0.9))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 44%, rgba(204, 204, 204, 0.01) 47%, rgba(103, 103, 103, 0.07) 53%, rgba(2, 2, 2, 0.28) 59%, rgba(7, 7, 7, 0.74) 72%, rgba(11, 11, 11, 0.91) 82%, rgba(17, 17, 17, 0.9) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 44%, rgba(204, 204, 204, 0.01) 47%, rgba(103, 103, 103, 0.07) 53%, rgba(2, 2, 2, 0.28) 59%, rgba(7, 7, 7, 0.74) 72%, rgba(11, 11, 11, 0.91) 82%, rgba(17, 17, 17, 0.9) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 44%, rgba(204, 204, 204, 0.01) 47%, rgba(103, 103, 103, 0.07) 53%, rgba(2, 2, 2, 0.28) 59%, rgba(7, 7, 7, 0.74) 72%, rgba(11, 11, 11, 0.91) 82%, rgba(17, 17, 17, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6111111',GradientType=0 ); }
.testimonals-desc { position: absolute; bottom: 35px; left: 40px; z-index: 2; }
.testimonals-title { font-size: 20px; line-height: 24px; font-weight: 400; color: #fff; letter-spacing: 2px; margin-bottom: 18px; }
.testimonals-position { display: inline-block; font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; text-transform: uppercase; background: #feca16; padding: 8px 9px; margin-bottom: 30px; }
.testimonals-text { font-size: 16px; line-height: 28px; font-weight: 300; color: #fff; padding-right: 95px; }
.testimonals-text:before { content: '“'; display: inline; font-weight: 400; color: #feca16; }
.testimonals-text:after { content: '”'; display: inline; font-weight: 400; color: #feca16; }
.testimonals.style-2 .testimonals-position { background: transparent; padding: 0; margin-bottom: 20px; }
.testimonals-text:before { display: none; }
.testimonals-text:after { display: none; }
.swiper-slide .testimonals { -webkit-filter: grayscale(100%); filter: grayscale(100%); width: 830px; min-height: 450px; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
.swiper-slide .testimonals-desc { opacity: 0; }
.swiper-slide .testimonals:before { opacity: 0; }
.swiper-slide-active .testimonals { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.swiper-slide-active .testimonals-desc { opacity: 1; }
.swiper-slide-active .testimonals:before { opacity: 1; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - NEWS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.news { position: relative; min-height: 247px; }
.news-wrapper { margin-bottom: 50px; }
.news.type-1 { padding: 22px 30px 70px 30px; }
.news.type-1 .news-title { display: inline-block; font-size: 18px; line-height: 30px; font-weight: 300; color: #fff; margin-bottom: 21px; }
.news.type-1 .news-title:hover { color: rgba(255, 255, 255, 0.6); }
.news.type-1 .news-date { font-size: 14px; line-height: 18px; font-weight: 300; color: #fff; }
.news.type-1 .news-date i { margin-right: 12px; }
.news.type-1 .news-type { display: block; position: absolute; left: 34px; bottom: 34px; width: 26px; height: 26px; background: #fff; -moz-border-radius: 100%; border-radius: 100%; text-align: center; }
.news.type-1 .news-type i { line-height: 26px; }
.news.type-1 .news-likes { position: absolute; bottom: 38px; right: 38px; color: #fff; }
.news.type-1 .news-likes i { font-size: 18px; margin-right: 4px; }
.news.type-1 .news-likes a { display: inline-block; margin-left: 21px; color: #fff; }
.news.type-1 .news-likes a:hover { color: rgba(255, 255, 255, 0.6); }
.news.type-2 { border: 1px solid #eaeaea; }
.news.type-2 .news-desc { padding: 23px 28px; }
.news.type-2 .news-title { display: block; font-size: 18px; line-height: 22px; font-weight: 300; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 19px; }
.news.type-2 .news-title:hover { color: #bbb; }
.news.type-2 .news-date { font-size: 14px; line-height: 18px; font-weight: 300; color: #bbbbbb; }
.news.type-2 .news-date i { margin-right: 12px; }
.news.facebook { background: #46639d; }
.news.facebook .news-type { color: #46639d; }
.news.twitter { background: #02a8f4; }
.news.twitter .news-type { color: #02a8f4; }
.news-entry { margin-bottom: 30px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.gallery-wrapper { margin-bottom: 50px; }
.gal-item { position: relative; display: block; margin-bottom: 30px; }
.gal-desc { position: absolute; top: 63px; right: 63px; bottom: 63px; left: 63px; background: rgba(254, 202, 22, 0.8); opacity: 0; }
.gal-item:hover .gal-desc { opacity: 1; }
.gal-title { position: absolute; top: 50%; left: 50%; width: 100%; text-align: center; font-size: 36px; line-height: 36px; font-weight: 800; color: #fff; letter-spacing: 2px; text-transform: uppercase; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.gal-item.small .gal-desc { top: 40px; right: 40px; bottom: 40px; left: 40px; }
.gal-item.small .gal-title { font-size: 22px; line-height: 22px; }
/*lightbox*/
#imagelightbox { position: fixed; z-index: 9999; -ms-touch-action: none; touch-action: none; }
#imagelightbox-close { width: 2.5em; height: 2.5em; text-align: left; background-color: #666; position: fixed; z-index: 10002; top: 2.5em; right: 2.5em; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; border: none; }
#imagelightbox-close:hover, #imagelightbox-close:focus { background-color: #111; }
#imagelightbox-close:before, #imagelightbox-close:after { width: 2px; background-color: #fff; content: ''; position: absolute; top: 20%; bottom: 20%; left: 50%; margin-left: -1px; }
#imagelightbox-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#imagelightbox-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#imagelightbox-loading, #imagelightbox-loading div { -moz-border-radius: 50%; border-radius: 50%; }
#imagelightbox-loading { width: 2.5em; height: 2.5em; background-color: #444; background-color: rgba(0, 0, 0, 0.5); position: fixed; z-index: 10003; top: 50%; left: 50%; padding: 0.625em; margin: -1.25em 0 0 -1.25em; -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); }
#imagelightbox-loading div { width: 1.25em; height: 1.25em; background-color: #fff; -webkit-animation: imagelightbox-loading 0.5s ease infinite; -moz-animation: imagelightbox-loading 0.5s ease infinite; -o-animation: imagelightbox-loading 0.5s ease infinite; animation: imagelightbox-loading 0.5s ease infinite; }
#imagelightbox-overlay { background-color: #fff; background-color: rgba(0, 0, 0, 0.9); position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0; }
#imagelightbox-caption { font-size: 13px; font-weight: 500; letter-spacing: 1px; text-align: center; color: #fff; background-color: #feca16; position: fixed; z-index: 10001; left: 0; right: 0; bottom: 0; padding: 14px 0px; text-transform: uppercase; }
.imagelightbox-arrow { font-size: 40px; line-height: 56px; font-weight: 400; color: #3c3c3c; width: 3.75em; height: 7.5em; background-color: transparent; vertical-align: middle; display: none; position: fixed; z-index: 10001; top: 50%; margin-top: -3.75em; border: none; }
.imagelightbox-arrow-left { left: 2.5em; }
.imagelightbox-arrow-right { right: 2.5em; }
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow { -webkit-animation: fade-in 0.25s linear; -moz-animation: fade-in 0.25s linear; -o-animation: fade-in 0.25s linear; animation: fade-in 0.25s linear; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - PRICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.price { border: 2px solid #eaeaea; padding: 8px; text-align: center; }
.price-top { background: #f9f9f9; margin-bottom: 2px; padding-top: 47px; padding-bottom: 42px; }
.price-title { font-size: 20px; line-height: 24px; font-weight: 400; color: #222; letter-spacing: 2px; margin-bottom: 15px; }
.price-category { display: inline-block; font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; text-transform: uppercase; background: #feca16; padding: 8px 9px; margin-bottom: 44px; }
.price-per { font-size: 42px; line-height: 42px; font-weight: 800; color: #222; letter-spacing: 4px; margin-bottom: 9px; }
.price-per sup { font-size: 20px; line-height: 20px; font-weight: 400; letter-spacing: 0px; }
.price-per sub { font-size: 16px; line-height: 20px; font-weight: 300; letter-spacing: 0px; }
.price-desc { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; padding: 0px 15%; }
.price-bottom { background: #f9f9f9; padding-top: 47px; padding-bottom: 45px; }
.price-row { margin-bottom: 20px; margin-bottom: 46px; }
.price-row p { font-size: 13px; line-height: 15px; font-weight: 400; color: #bbbbbb; margin-bottom: 10px; margin-bottom: 19px; }
.price-row p:last-child { margin-bottom: 0px; }
.price.left { border-right: none; margin-top: 26px; }
.price.center { border: 2px solid #feca16; }
.price.center .price-bottom { padding-bottom: 98px; }
.price.right { border-left: none; margin-top: 26px; }
.price.style-2 { padding: 0; border: 1px solid #f1f1f1; }
.price.style-2 .price-top { background: transparent; }
.price.style-2 .price-category { color: #8a8a8a; background: transparent; margin-bottom: 15px; }
.price.style-2 .price-img { width: 100%; margin-bottom: 35px; }
.price.style-2 .price-bottom { background: transparent; padding-top: 0; }
.price.style-2.center .price-per { color: #f3dd02; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - VIDEO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.video { position: relative; width: 697px; height: 392px; margin: 0 auto; }
.play-btn { display: block; position: absolute; top: 50%; left: 50%; margin-left: -28.5px; margin-top: -28.5px; width: 57px; height: 57px; -moz-border-radius: 100%; border-radius: 100%; background: #feca16; cursor: pointer; }
.play-btn:hover { opacity: 0.6; }
.video.style-2 { margin: 0 auto 15px auto; }
.video.style-2 .play-btn { -moz-box-shadow: 0px 0px 0px 10px rgba(243, 221, 2, 0.4); box-shadow: 0px 0px 0px 10px rgba(243, 221, 2, 0.4); }
.video.style-2 .play-btn:hover { -moz-box-shadow: none; box-shadow: none; opacity: 1; }
.play-icon { display: block; position: absolute; top: 50%; left: 50%; margin-left: -4.5px; margin-top: -8.5px; width: 0; height: 0; border-style: solid; border-width: 8.5px 0 8.5px 9px; border-color: transparent transparent transparent #ffffff; }
.movie { display: none; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 99; }
.movie iframe { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; width: 100%; height: 100%; }
.movie .close-button { position: absolute; right: 0px; top: 0px; width: 30px; height: 30px; background: #feca16; color: #fff; text-align: center; line-height: 30px; cursor: pointer; }
.movie .close-button:hover { opacity: 0.6; }
.video-desc { font-size: 13px; line-height: 24px; font-weight: 400; color: rgba(255, 255, 255, 0.6); text-align: center; width: 697px; margin: 0 auto; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - SPONSORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sponsor-wrapper { margin-bottom: 50px; }
.sponsor-entry { overflow: hidden; position: relative; width: 100%; padding-bottom: 100%; }
.sponsor-entry.green { background: #8ab81d; }
.sponsor-entry.white { background: #fff; }
.sponsor-entry.blue { background: #2791ce; }
.sponsor-entry.lightblue { background: #27cecc; }
.sponsor-entry.red { background: #e11621; }
.sponsor-entry img { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: 90%; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact-block { position: relative; padding-top: 112px; padding-bottom: 90px; }
.map-block { position: absolute; top: 0px; left: 50%; right: 0px; bottom: 0px; }
.contact-catagory { font-size: 16px; line-height: 20px; font-weight: 400; color: #feca16; margin-bottom: 20px; }
.contact-catagory.style-2 { letter-spacing: 0; }
.contact-desc { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; margin-bottom: 39px; }
.contact-row p, .contact-row a { font-size: 20px; line-height: 28px; font-weight: 400; color: #fff; margin-bottom: 21px; }
.contact-row a:hover { color: #feca16; }
.contact-row i { display: inline-block; font-size: 27px; color: #fff !important; vertical-align: middle; width: 28px; margin-right: 15px; }
.twitter-row p { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; }
.twitter-row span { color: #feca16; }
.twitter-row i { font-size: 16px; color: #fff; width: 28px; vertical-align: middle; }
.twitter-row p { margin-bottom: 26px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - BANNER BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.left-banner-block { position: absolute; top: 0px; left: 0px; right: 50%; bottom: 0px; background-position: top right; overflow: hidden;}
.left-banner-category { font-family: 'Norican'; font-size: 22px; line-height: 24px; font-weight: 400; color: #848484; letter-spacing: 2px; margin-bottom: 16px; }
.left-banner-title { font-size: 34px; line-height: 34px; font-weight: 600; color: #222; letter-spacing: 2.8px; margin-bottom: 25px; }
.left-banner-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #bbbbbb; margin-bottom: 37px; }
.sl-block { margin-bottom: 30px; }
.sl-block:last-child { margin-bottom: 0; }
.sl-img { display: block; float: left; width: 100px; height: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.sl-content { padding-left: 122px; }
.sl-title { display: inline-block; font-size: 14px; line-height: 18px; font-weight: 700; color: #222222; margin-bottom: 10px; }
.sl-title:hover { color: #feca16; }
.sl-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #898989; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 - SLIDER-ICONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.icon-item { text-align: center; }
.icon-img { margin-bottom: 10px; }
.icon-date { font-size: 13px; line-height: 15px; font-weight: 400; color: #fff; margin-bottom: 10px; }
.icon-title { display: inline-block; font-size: 24px; line-height: 26px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.icon-title:hover { color: #feca16; }
.icon-category { font-size: 13px; line-height: 15px; font-weight: 400; color: #fff; text-transform: uppercase; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 25 - TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.team-img { display: block; margin-bottom: 15px; }
.team-img img { width: 100%; }
.team-title { display: inline-block; font-size: 20px; line-height: 24px; font-weight: 600; color: #222; margin-bottom: 7px; }
.team-title:hover { color: #feca16; }
.team-pos { font-size: 12px; line-height: 15px; font-weight: 400; color: #848484; text-transform: uppercase; margin-bottom: 7px; }
.team-text { font-size: 13px; line-height: 24px; font-weight: 400; color: #8a8a8a; margin-bottom: 10px; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 26 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer { background: #0c094e; text-align: center; padding-top: 100px; padding-bottom: 10px; }
header .f-logo { margin-bottom: 12px; }
footer .f-logo { margin-bottom: 20px; }
.copy { font-size: 14px; line-height: 18px; font-weight: 400; color: #bbbbbb; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27 - COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 28 - MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Desktops (>=992px)*/
@media (max-width: 1199px) { .main-nav li { margin-left: 19px; }
  .counters-entry { width: 80px; }
  .shedule-block.left .shedule-entry { left: 0px; }
  .shedule-block.right .shedule-entry { right: 0px; }
  .swiper-slide .testimonals { width: 622px; min-height: 337px; }
}

@media (min-width: 1100px) {
  .main-nav { display: block !important; }
}
@media (min-width: 992px) { .header.type-1 .main-nav { display: block !important; }
  .header.type-2 { height: 100px; }
  .header.type-2 .container { position: relative; }
  .header.type-2 .main-nav { display: none; position: absolute; top: 0px; right: 44px; }
  .header.type-2 .cmn-toggle-switch { display: block; position: relative; top: 0px; right: 0px; margin-top: 31px; }
  .header.type-3 .container { position: relative; }
  .header.type-3 .top-line { height: 72px; border-bottom: 1px solid rgba(245, 247, 251, 0.2); }
  .header.type-3 .top-line-left { position: absolute; top: 27px; left: 15px; }
  .header.type-3 .top-line-right { position: absolute; top: 27px; right: 15px; }
  .header.type-3 .top-contact { float: left; margin-right: 54px; color: #fff; }
  .header.type-3 .top-contact a { display: inline; font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; text-transform: none; }
  .header.type-3 .top-contact a:hover { color: rgba(255, 255, 255, 0.6); }
  .header.type-3 .top-contact i { display: inline; color: rgba(255, 255, 255, 0.6); margin-right: 14px; font-size: 19px; vertical-align: middle; }
  .header.type-3 .top-social { float: left; padding-top: 5px; padding-top: 7px; }
  .header.type-3 .top-social a { display: inline; font-size: 16px; color: rgba(255, 255, 255, 0.6); margin-right: 20px; }
  .header.type-3 .top-social a:hover { color: #fff; }
  .header.type-3 .top-social a:last-child { margin-right: 0px; }
  .header.type-3 .top-search { display: block; float: left; color: rgba(255, 255, 255, 0.6); font-size: 17px; margin-left: 43px; padding-top: 5px; }
  .header.type-3 .top-search:hover { color: #fff; }
  .header.type-3 .logo { margin-top: 25px; }
  .header.type-3 .main-nav { margin-top: 27px; margin-bottom: 22px; display: block !important; }
}
@media (max-width: 1099px) {
  .header { position: static; height: auto; z-index: 100; }
  .header .logo-block { position: fixed; left: 0px; width: 100%; height: 80px; padding-left: 15px; padding-right: 15px; background: #fff; -webkit-transform: translateZ(0); -webkit-transform: translate3d(0, 0, 0); z-index: 101; }
  .header .f-logo { height: 44px; margin-bottom: 0; }
  .main-nav { display: none; position: fixed; top: 0; left: 0px; width: 100%; z-index: 10; text-align: center; margin-top: 0; background: #fff; padding-top: 80px; padding-bottom: 20px; max-height: 100%; overflow: auto; }
  .main-nav a { display: inline-block;}
  .main-nav > ul > li { display: block; width: 100%; margin-left: 0px; margin-bottom: 12px; }
  .main-nav li { margin-left: 4px; }
  /*.main-nav a { font-size: 11.5px; }*/
  .cmn-toggle-switch { display: block; }
}
/* Tablets (>=768px)*/
@media (max-width: 991px) { 
  
  .vc_custom_1459315590672 {  }
  .header.type-3 .top-line { display: none; position: fixed; z-index: 900; text-align: center; top: 58px; left: 50%; width: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .header.type-3.active .top-line { display: block; }
  .header.type-3 .top-line-right { display: block; }
  .header.type-3 .top-contact { margin-bottom: 10px; }
  .header.type-3 .top-contact a { font-size: 12px; line-height: 15px; font-weight: 400; color: #fff; }
  .header.type-3 .top-contact a:hover { color: rgba(255, 255, 255, 0.6); }
  .header.type-3 .top-contact i { color: rgba(255, 255, 255, 0.6); margin-right: 14px; font-size: 19px; vertical-align: middle; }
  .header.type-3 .top-contact i { color: rgba(255, 255, 255, 0.6); margin-right: 14px; font-size: 19px; vertical-align: middle; }
  .header.type-3 .top-social { padding-top: 5px; padding-top: 7px; }
  .header.type-3 .top-social a { font-size: 16px; color: rgba(255, 255, 255, 0.6); margin-right: 20px; }
  .header.type-3 .top-social a:hover { color: #fff; }
  .header.type-3 .top-social a:last-child { margin-right: 0px; }
  .header.type-3 .top-search { display: block; color: rgba(255, 255, 255, 0.6); font-size: 17px; padding-top: 5px; }
  .header.type-3 .top-search:hover { color: #fff; }
  .main-slider .fullheight { height: 720px; }
  .main-slider .pagination { display: block; position: absolute; bottom: 0px; bottom: 15px; }
  .main-slider .swiper-arrow-left { display: none; }
  .main-slider .swiper-arrow-right { display: none; }
  .square-title { font-size: 42px; line-height: 42px; }
  .square-box:after { top: 20px; width: 300px; height: 102px; }
  .active .square-box:after { width: 340px; top: 54px; }
  .square-box:before { top: -75px; width: 300px; height: 102px; }
  .active .square-box:before { width: 340px; top: -114px; }
  .banner-date { font-size: 16px; line-height: 18px; letter-spacing: 3.375px; margin-bottom: 11px; }
  .banner-title { font-size: 54px; line-height: 52px; letter-spacing: 3px; margin-bottom: 21px; }
  .banner-text { font-size: 13px; line-height: 20px; padding: 0 20%; margin-bottom: 32px; }
  .square-date { font-size: 19px; }
  .square-text { top: 52px; max-width: 305px; }
  .counter-title { font-size: 21px; }
  .counters-entry { width: 70px; }
  .counters-count { font-size: 24px; }
  .block-header { padding-top: 90px; margin-bottom: 52px; }
  .speaker-img { position: relative; height: 400px; left: 0px; margin-left: 0px; }
  .speaker-block { padding-top: 35px; }
  .simple-slide img { margin-bottom: 30px; }
  .tab-nav-wrapper { margin-bottom: 0px; }
  .shedule-entry { position: relative; margin: 0 auto; }
  .shedule-block:after { height: 125px; width: 1px; top: 130px; }
  .shedule-block.left:after { left: 50%; margin-left: -1px; }
  .shedule-block { padding-bottom: 0px; padding-top: 80px; }
  .shedule-block:last-child { padding-bottom: 80px; }
  .tab-wrapper { margin-bottom: 80px; }
  .shedule-user { margin-bottom: 80px; }
  .swiper-slide .testimonals { width: 466px; min-height: 253px; }
  .testimonals-text { font-size: 14px; line-height: 24px; padding-right: 40px; }
  .testimonals-desc { bottom: 25px; left: 30px; }
  .testimonals-position { margin-bottom: 18px; }
  .testimonals-title { margin-bottom: 14px; }
  .news-entry:nth-child(2n+1) { clear: both; }
  .simple-slider { padding-top: 82px; padding-bottom: 87px; }
  .price-top { padding-top: 35px; padding-bottom: 31px; }
  .price-bottom { padding-top: 35px; padding-bottom: 33px; }
  .price-category { margin-bottom: 33px; }
  .price-per { font-size: 38px; line-height: 38px; }
  .price-row { margin-bottom: 34px; }
  .price.center .price-bottom { padding-bottom: 80px; }
  .main-block.style-2 { padding-bottom: 90px; }
  .map-block { position: relative; height: 400px; left: 0%; margin-bottom: 84px; }
  .contact-block { padding-top: 0; padding-bottom: 67px; }
  .footer { padding-top: 34px; padding-bottom: 41px; }
  .service-block:nth-last-child(2) .service-entry, .service-block:nth-last-child(3) .service-entry, .service-block:nth-last-child(4) .service-entry { margin-bottom: 30px; }
  .slider-wth-thumbs .swiper-arrow-left { display: none; }
  .slider-wth-thumbs .swiper-arrow-right { display: none; }
  .thumbnails-preview .pagination { display: inline-block; position: relative; bottom: 30px; }
  .wide-container { padding-left: 15px; padding-right: 15px; }
  .gal-desc { top: 0px; right: 0px; bottom: 0px; left: 0px; }
  .gal-item.small .gal-desc { top: 0px; right: 0px; bottom: 0px; left: 0px; }
  .gal-item.small .gal-title { padding: 10px; } }
/*Phones (<768px)*/
@media (max-width: 767px) { .main-slider .fullheight { height: 500px; }
  .banner-date { font-size: 14px; line-height: 16px; letter-spacing: 2px; }
  .banner-title { font-size: 45px; line-height: 45px; letter-spacing: 2px; margin-bottom: 18px; }
  .banner-text { font-size: 13px; line-height: 18px; padding: 0 10%; margin-bottom: 27px; }
  .banner-form { width: auto; margin: 0px 15px; }
  .banner-block.style-2 { width: 80%; margin-left: 20%; }
  .video-bg-block { width: 150px; height: 150px; padding-bottom: 0px; margin-bottom: 15px; }
  .banner-block.style-3 .banner-title { font-size: 30px; line-height: 30px; letter-spacing: 2px; }
  .banner-block.style-3 .c-btn { margin-right: 10px; }
  .main-slider .vertical-align { padding-top: 80px; }
  .square-text { top: 115%; }
  .simple-slider .swiper-arrow-left { display: none; }
  .simple-slider .swiper-arrow-right { display: none; }
  .simple-slider .pagination { display: inline-block; }
  .main-slider .counter-wrapper { position: static; background: #0c094e; }
  .item-30, .item-40 { width: 100%; }
  .conf-item.big { min-height: 345px; }
  .speaker-img { height: 300px; }
  .shedule-block { padding-top: 60px; }
  .shedule-user { margin-bottom: 60px; }
  .shedule-block:last-child { padding-bottom: 60px; }
  .price.left { border-right: 2px solid #eaeaea; margin-bottom: 30px; }
  .price.right { border-left: 2px solid #eaeaea; }
  .map-block { height: 300px; }
  .s-contact { margin-bottom: 30px; }
  .video { width: 100%; height: auto; }
  .counter-wrapper { padding-top: 20px; padding-bottom: 20px; }
  .counters-block { margin-left: auto; margin-right: auto; margin-bottom: 18px; }
  .message-entry { display: block; text-align: center; margin-bottom: 15px; }
  .gal-title { font-size: 22px; line-height: 22px; }
  .team-entry { max-width: 400px; margin: 0 auto 15px auto; }
  .left-banner-title { font-size: 29px; line-height: 29px; }
  .left-banner-block { position: static; background-image: none !important; margin-bottom: 30px; }
  .left-banner-block .center-image { display: block !important; width: 100%; }
  body[data-color="dark"] .counter-wrapper.style-2 { background: #222222; } }
/*Mobiles (<480px)*/
@media (max-width: 479px) { .banner-date { font-size: 14px; line-height: 16px; letter-spacing: 2px; }
  .banner-title { font-size: 40px; line-height: 40px; letter-spacing: 2px; margin-bottom: 15px; }
  .banner-text { font-size: 13px; line-height: 18px; padding: 0%; margin-bottom: 20px; }
  .banner-form { width: auto; margin: 0px 15px; }
  .banner-block.style-2 { width: 100%; margin-left: 0%; }
  .banner-block.style-2 .banner-title { line-height: 40px; }
  .banner-block.style-2 .banner-text { padding: 0px; }
  .banner-block.style-2 .c-btn { margin-right: 15px; }
  .banner-block.style-2 .c-btn:last-child { margin-right: 0px; }
  .banner-block.style-4 .banner-title { line-height: 40px; }
  .square-box:before { display: none; }
  .square-box:after { display: none; }
  .main-slider.bordered .fullheight { margin-top: 80px; border: 5px solid transparent; }
  .main-slider.bordered .swiper-slide-active .fullheight { opacity: 1; border: 5px solid #feca16; }
  body[data-color="green"] .main-slider.bordered .swiper-slide-active .fullheight { border: 5px solid #4cae51; }
  body[data-color="red"] .main-slider.bordered .swiper-slide-active .fullheight { border: 5px solid #F3564B; }
  .main-slider.bordered .vertical-align { padding-top: 0px; }
  .thumbnails .thumb-title { font-size: 14px; line-height: 16px; margin-bottom: 0px; }
  .thumbnails .thumb-text { text-transform: none; }
  .shedule-entry { width: 100%; }
  .shedule-block { padding-top: 40px; }
  .shedule-user { margin-bottom: 40px; }
  .shedule-block:last-child { padding-bottom: 40px; }
  .nav-tab-item { display: block; }
  .swiper-slide .testimonals { width: 290px; min-height: 300px; }
  .testimonals-desc { bottom: 15px; left: 15px; }
  .testimonals:before { background: rgba(0, 0, 0, 0.6); }
  .custom-popup { top: 0px; left: 0px; right: 0px; bottom: 0px; -webkit-transform: translateX(0%) translateY(0%); -moz-transform: translateX(0%) translateY(0%); -ms-transform: translateX(0%) translateY(0%); -o-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%); z-index: 200; margin: 0px; width: 100%; }
  .counter-wrapper.style-2 .counter-title-block { margin-top: 0px; margin-bottom: 15px; }
  .banner-block.style-4 .c-btn { display: block; margin-bottom: 15px; margin-right: 0; }
  .ClassyCountdown-wrapper > div { display: block; margin: 0 auto 20px auto; } }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 29 - STYLER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.style-page { position: fixed; width: 250px; height: 100%; right: -250px; top: 0%; background: #fff; z-index: 101; text-align: center; -moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1); box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1); -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095); -moz-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095); -o-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095); transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095); }
.style-page h5 { font-size: 18px; line-height: 22px; padding-bottom: 18px; color: #b7b7b7; font-weight: 400; text-transform: capitalize; }
.wrapp { overflow-y: auto; overflow-x: hidden; height: 100%; padding: 15px; }
.style-page.slide-right { right: 0px; }
.conf-logo { margin: 15px 0px; }
.color-block { position: relative; width: 100%; padding: 25px 0px; border-bottom: 1px solid #b7b7b7; display: inline-block; }
.style-page h5 { padding-bottom: 18px; color: #b7b7b7; font-weight: 400; }
.entry { width: 30px; height: 30px; position: relative; float: left; margin: 0px 10px 15px; cursor: pointer; transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; }
.entry.bg-1 { background: #feca16; }
.entry.bg-2 { background: #4cae51; }
.entry.bg-3 { background: #F3564B; }
.entry.bg-4 { background: #9d656d; }
.entry.bg-5 { background: #4485C1; }
.entry.bg-6 { background: #fd9b62; }
.entry.bg-7 { background: #B15CB1; }
.entry.bg-8 { background: #ec659c; }
.entry.bg-9 { background: #2bbab0; }
.entry.bg-10 { background: #DA83A6; }
.entry.bg-11 { background: #23b0e8; }
.entry.bg-12 { background: #B565A7; }
.entry.bg-13 { background: #C084DE; }
.entry.bg-14 { background: #ff9966; }
.entry.bg-15 { background: #ff6666; }
.entry.bg-16 { background: #D45AB6; }
.conf-button { position: absolute; width: 50px; height: 50px; left: -50px; top: 140px; background: #fff; color: #222; text-align: center; font-size: 30px; line-height: 50px; cursor: pointer; -moz-border-radius-topleft: 8px; border-top-left-radius: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-left-radius: 8px; -moz-box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1); box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1); }
.conf-button span { transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; }
.conf-button span.act { -o-transform: rotate(230deg); transform: rotate(230deg); -webkit-transform: rotate(230deg); -moz-transform: rotate(230deg); -ms-transform: rotate(230deg); }
.home-style { position: relative; width: 100%; padding: 25px 0px; }
.home-style a { position: relative; width: 100%; display: block; }
.home-style a:hover .dark-layer { opacity: 0; }
.home-style a img { width: 100%; height: auto; display: block; margin-bottom: 5px; }
.entry.active { -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.dark-layer { position: absolute; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.home-style a:hover .dark-layer { opacity: 0; }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 30 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.class { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; -ms-transition: none; }
.class { -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; }
a, .conf-overlay, .conf-info, .conf-info .c-btn, .conf-title, .conf-text, .header, .cmn-toggle-switch.active span::before, .cmn-toggle-switch.active span::after, .gal-desc, .shedule-entry, .shedule-user, .shedule-block:after, .thumbnails .thumb-overlay, .testimonals, .swiper-slide .testimonals-desc, .main-nav li a:before, .service-icon, .service-alt, .service-title, .service-text, .square-title, .testimonals:before, .nav-tab-item, .speaker-change img, .swiper-arrow-left, .swiper-arrow-right { -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; -webkit-transition: all 300ms ease-out; transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; }
.square-box:before, .square-box:after { -moz-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; -webkit-transition: all 500ms ease-out; transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; }
.class { -moz-transition: all 700ms ease-out; -o-transition: all 700ms ease-out; -webkit-transition: all 700ms ease-out; transition: all 700ms ease-out; -ms-transition: all 700ms ease-out; }
.class { -moz-transition: all 1000ms ease-out; -o-transition: all 1000ms ease-out; -webkit-transition: all 1000ms ease-out; transition: all 1000ms ease-out; -ms-transition: all 1000ms ease-out; }
/*transition delay*/
.class { -o-transition-delay: 0ms; transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms; }


/* FOR WP */

.service-entry svg{
  margin-bottom: 22px;
}
.slider-wth-thumbs .thumbnails{
  background: #222222;
}

.wp-b-news-entry-wrap{
  height: 140px;
  overflow: hidden;
}
.wp-social-margin{
  margin-bottom: -30px;
}

.wp-inner-content{
  padding: 0;
  margin: 0 -15px;
}
.block-header{
  margin-bottom: 0;
}

.video .img-responsive.img-full{
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shedule-user{
  width: 90px;
}

.shedule-entry{
  box-sizing: border-box;
}

.shedule-block:nth-child(odd) .shedule-entry { left: 7.33333333%; }
.shedule-block:nth-child(even) .shedule-entry { right: 7.33333333%; }
.shedule-block:nth-child(odd):after { left: 7.33333333%; right: 50%; }
.shedule-block:nth-child(even):after { left: 50%; right: 7.33333333%; }



@media (max-width: 1199px) { .main-nav li { margin-left: 19px; }
  .shedule-block:nth-child(odd) .shedule-entry { left: 0px; }
  .shedule-block:nth-child(even) .shedule-entry { right: 0px; }
}

@media (max-width: 991px) {
  .shedule-block:nth-child(odd):after { left: 50%; margin-left: -1px; }
}

.vc_tta.vc_general.vc_tta-style-yellow{

}
.vc_tta.vc_general.vc_tta-style-yellow .vc_tta-tabs-list{
  text-align: center;
}
.vc_tta.vc_general.vc_tta-style-yellow .vc_tta-tab{
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #bbbbbb;
  background: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}
.vc_tta.vc_general.vc_tta-style-yellow .vc_tta-tab > a{
      padding: 15px 29px;
}
.vc_tta.vc_general.vc_tta-style-yellow .vc_tta-tab.vc_active{
  background: #feca16;
  color: #fff;
  border: 1px solid #feca16;
}


.vc_tta.vc_general.vc_tta-style-border_color{

}
.vc_tta.vc_general.vc_tta-style-border_color .vc_tta-tabs-list{
  text-align: center;
}
.vc_tta.vc_general.vc_tta-style-border_color .vc_tta-tab{
  color: #848484;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.vc_tta.vc_general.vc_tta-style-border_color .vc_tta-tab > a{
      padding: 19px 14px;
}
.vc_tta.vc_general.vc_tta-style-border_color .vc_tta-tab:hover,
.vc_tta.vc_general.vc_tta-style-border_color .vc_tta-tab.vc_active{
  color: #000;
  background: transparent;
  border: none;
  border-bottom: 4px solid #feca16;
}

.c-form-group textarea{
  width: 100%;
  height: 80px;
  color: #feca16;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 15px;
}

.banner-form{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register-popup form{
  width: 100%;
  box-sizing: border-box;
}

.blog-content-item img{
  margin-bottom: 26px;
}
.blog-content-item .conf-text,
.single-page  .conf-text
{
    margin: 7.5px 0 16px;
}
.header.static{background: #fff; position: relative; top: 0 !important; z-index: 3;}
.header.fixed { position: fixed;}
.blog-content-item,
.single-page.blog-content-item { 
  min-height: 1px; 
  padding-right: 15px; 
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative !important;
  top: 0 !important;
  width: 100%;
  left: 0 !important;
}

.single-page.blog-content-item .about-text {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.single-page.blog-content-item:last-child .about-text {
  border: none;
  padding: 0;
}


.blog-row {
  padding-bottom: 21px;
}

.blog-content-item h3 {
  margin-top: 0;
}

.blog-content-item h3 a {
  border: none;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
}

.blog-content-item h3 a:hover {
  color: #333;
}

.blog-content-item h2 {
  font-size: 16px;
  color: #333;
}
.blog-content-item .more-link {
  color: #222;
  display: inline-block;
  margin-top: 10px;
  text-transform: capitalize;
}
.blog-content-item a:hover,
.blog-content-item .more-link:hover { 
  color: #333;
  border-color: #333;
}

.blog-content-item .wp-caption,
.blog-content-item img{
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
}

.blog-content-item p{
  margin-bottom: 0;
}
.blog-content-item .wp-caption-text.gallery-caption{
  display: none;
}
.blog-content-item .gallery{
  margin: 0;
}
.blog-content-item .gallery-item:nth-child(n+10){
  display: none;
}
.blog-content-item .gallery-item{
  padding: 0;
}
.blog-content-item .gallery-item img{
  margin-bottom: 0;
}

/* NO VC */

a{
/*  text-decoration: underline;*/
  color: #262626;
}
ul,
ol{
  list-style-position: inside;
  padding-bottom: 0.5em;
  line-height: normal;
}
ul ul,
ul ol,
ol ol,
ol ul{
  padding-top: 0.5em;
  padding-left: 20px;
  
}
.blog-content-item li{
  list-style-position: inside;
}


h1,
h2,
h3,
h4,
h5,
h6{
  line-height: normal;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 26px;
}
h5{
  font-size: 22px;
}
h6{
  font-size: 20px;
}

blockquote{
  margin: 10px 0;
  padding: 0 20px 3px;
  border-left: 3px solid #bbbbbb;
}

table{
  margin-bottom: 1.5em;
}
td{

}
thead tr{
  background-color: #262626;
  color: #fff;
}
th,
td{
  text-align: center;
  padding: 10px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.4); 
}
dl{
  line-height: normal;
  padding-left: 20px;
  margin-bottom: 1.5em;
}
dl dt{
  font-weight: bold;
}
dl dd{
  margin-bottom: 1.5em;
}
 address{
  line-height: normal;
  font-style: italic;
}
 pre{
  padding: 10px 20px;
  line-height: normal;

}

 kbd{
  padding: 0 5px;
}
 q:before,
 q:after{
  content: '"';
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
big{
  font-size: larger;
}
i,
em,
var{ font-style: italic;
}
.single-category{
  line-height: normal;
  margin-bottom: 1.5em;
  font-weight: 700;
}
.single-category a{
  font-size: 14px;
  font-weight: 400;
}
.page-links{
  display: block;
  clear: both;
  margin: 0 0 26px;
  
}
.page-links-title{
  font-weight: 700;
}
.page-links .page-numbers,
.page-links .current{
    color: #262626;
    padding: 10px 5px;
}
.page-links .page-numbers:hover,
.page-links .current{ 
  color: #feca16; 
}




.space-20{
  height: 20px;
}

.single-page{
  font-size: 14px;
  line-height: normal;
  padding-top: 56px;
  padding-bottom: 50px;
}

.form-page,
.landing-page {
  padding: 30px 30px;
}

@media (min-width: 600px) {
  .form-page,
  .landing-page {
    padding: 56px 30px 50px;
  }

  .landing-page {
    padding-bottom: 80px;
  }
}

.single-page img,
.form-page img,
.landing-page img {
  max-width: 100%;
  height: auto;
}

.single-page .attachment-post-thumbnail {
  margin-bottom: 26px;
}

.single-page p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

small {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

/* СOMMENTS */

.comment-block {
    margin-top: 32px;
}

.comment-block .name {
    font-size: 13px;
    margin-top: 10px;
    max-width: 80px;
}
.comment-block p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

.comment-block .ava img {
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    float: none;
    margin-bottom: 0;
}
.comment-entry {
    clear: both;
    float: none;
    overflow: hidden;
    padding-top: 20px;
}
.comment-entry .left {
    float: left;
    margin-right: 20px;
}
.comment-entry .right {
    overflow: hidden;
}
.comment-entry .right a{
  color: #262626;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comment-entry .right a:hover{
  color: #262626;
}

.comment-respond{
  padding-top: 30px;
}
.comment-entry .comment-entry{
  padding-left: 20px;
}
.comment-form .form-input {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 100%;
}
.comment-form .form-submit {
    background: none;
    border: 0;
    font-size: 13px;
    line-height: 21px;
}
.comment-form .input-text,
.comment-form textarea{
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 16px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.search-field{
  padding: 8px 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-transform: lowercase;
}
.comment-form textarea{
  width: 100%;
  height: 80px;
}
.comment-form .form-submit .form-submit,
.search-submit{
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 8px 20px;
    text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
   -moz-transition: color 0.3s ease;
   -o-transition: color 0.3s ease;
   transition: color 0.3s ease;
}
.search-submit{
  padding: 8px 10px;
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: lowercase;
}
.search-submit:hover{
  background: transparent;
  color: #000;
}

.comment-reply-title a{
  color: #262626;
  font-size: 14px;
  padding: 10px 5px;
  display: block;
  text-transform: lowercase;
}

.search-results .block-title{
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .search-results .block-title{
    margin: 60px 0;
  }

}
@media (max-width: 767px) {
  .blog-content-item{
    width: 100%;
  }
}

.navigation.pagination{
  display: block;
  clear: both;
  text-align: center;
  font-size: 16px;
  margin: 0 0 26px;
  
}

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links .current{
    color: #262626;
    padding: 10px 5px;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .current{ 
  color: #fd9b62;
}

.sticky-icon.fa{
  position: absolute;
  right: 15px;
  top: 55px;
  font-style: normal;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog .block-text{ 
  margin-bottom: 36px;
}


/* widgets */
.widget-area img,
.widget-area select{
  max-width: 100%;
}
.widget-area cite{
  font-style: italic;
}
.widget-area select{
  padding: 8px 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-transform: lowercase;
  -webkit-appearance: menulist;
}
/*.widget-area aside{
  padding-bottom: 40px;
}*/
.widget-area table{ width: 100%;

}
.widget-area thead tr{
  background-color: #262626;
  color: #fff;
}
.widget-area th,
.widget-area td{
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 7.5px 9px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400; 
}
.widget-area a{
  color: #262626;
  padding: 3px 0;
  display: inline-block;
}
.widget-area a:hover{
  color: #feca16;
}
.widget-area td a{
  display: block;
  width: 100%;
  background: #feca16;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 6.5px 9px;
  font-weight: 600;
}
.widget-area td a:hover{
  background-color: #262626;
  color: #fff;
}
.screen-reader-text,
.widget-area .widget-title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 13px;
  border-bottom: 1px solid #222222;
  padding-bottom: 5px;
  padding-top: 10px;
  /*margin-right: 20px;*/
}
.widget-area ul{
  list-style: none;
}
.widget-area li{
  line-height: normal;
}
.widget-area .screen-reader-text{
 padding-bottom: 10px;
 display: block;
 color: #222222;
}
.widget-area label{

}
/* widget_archive  */
.widget_archive ul{
  list-style: none;
  padding-left: 0;
}
.widget_archive li a{
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #feca16;
  padding: 7.5px 9px;
  margin-bottom: 10px;
}
.widget_archive li a:hover{
  background-color: #262626;
  color: #fff;
}

/* search field */
.widget-area .search-field{

}
.widget-area .search-submit{

}

.widget_calendar caption{ padding-bottom: 10px;

}

/* widget_rss */
.widget_rss li{
  padding-bottom: 20px;
}
.widget_rss .rsswidget{
  font-weight: bold;
}

/* widget_text */
.widget_text {
      line-height: normal;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 3px 6px;
    text-align: center;
    margin-bottom: 10px;;
}
.wp-caption.alignnone  img{ 
  margin: 0;
}

.main-slider .swiper-slide.festival .fullheight{
  height: 125vh; 
  margin-top: -25vh;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.widget_text img {
    border: 0 none;
    height: auto;
    margin: 10px 0;
    padding: 0;
    width: auto;
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.widget_text .wp-caption.alignnone{
  width: 100%;;
}
.wp-caption p.wp-caption-text {

}

object,
iframe{
  max-width: 100%;
  height: auto;
}
    
.no_register_menu{
  color: #fff;
}
.no_register_menu a{
  display: inline-block;
}

.vc_row.wpb_row.vc_row-fluid[data-vc-stretch-content="true"]{
  overflow-x:hidden;
}

.main-nav li {
    position: relative;
    vertical-align: top;
    color: #fff;
    padding-right: 15px;
    margin-left: 15px;
}
.main-nav li .fa{
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
}
.main-nav li:hover > .dopwown-menu {
  visibility: visible;
  opacity: 1;
}
.dopwown-menu {
  top: 100%;
  margin-top: -2px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #0c094e;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  min-width: 280px;
	margin-bottom: 20px;
  left: -30px;
  -webkit-transition: opacity 0.3s ease;
   -moz-transition: opacity 0.3s ease;
   -o-transition: opacity 0.3s ease;
   transition: opacity 0.3s ease;
}

.dopwown-menu li {
  margin-left: 0;
  padding: 10px 30px;
  display: block;
}
.dopwown-menu li a {
  text-transform: none;
	padding-bottom: 7px;
}
@media (min-width: 1100px) {
	.dopwown-menu {
		margin-bottom: 0;
		padding: 20px 0px;
	}
	.dopwown-menu li a {
		color: #fff;
	}
	.dopwown-menu li a:hover {
		transform: translateX(5px);
	}
}

.dopwown-menu li a:before{
	display: none;
}
.dopwown-menu li a:hover:before{
  width: 100%;
}
.dopwown-menu li > .dopwown-menu {
  left: 100%;
  margin-left: 2px;
  top: 0px;
  margin-top: -20px;
  padding-top: 20px;
}

.main-nav .dopwown-menu  .fa{
  display: none;
}

.dopwown-menu.type-2 ul > li b {
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}
.navigation nav > ul > li:hover > .dopwown-menu {
  visibility: visible;
  opacity: 1;
}
nav > ul > li:last-child > .dopwown-menu {left: auto; right: -30px;}
nav > ul > li:last-child > .dopwown-menu li a {float: right;}
nav > ul > li:last-child > .dopwown-menu li .dopwown-menu {left: auto; right: 100%; top: 0px; margin-right: 2px; margin-left: 0px;} 

@media (max-width: 1099px) {
  .main-nav li:hover > .dopwown-menu,
  .dopwown-menu{
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    background: none;
    min-width: auto;
     position: relative;
  }
  .main-nav .dopwown-menu a {
      font-size: 10px;
  }
  .main-nav li > .dopwown-menu.active{
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .dopwown-menu li {
    padding: 5px 30px;
  }
  .main-nav li .fa{
    display: none
    position: relative;
    right: -5px;
  }

}
/* 
.base-content{
  padding-top: 30px;
} */
.base-sidebar{
  padding-top: 55px;
}
.screen-reader-text{

}
.logo-text{
  color: #fff;
  font-size: 1.4em;
}

.logo-grid-block .vc_grid.vc_row .vc_grid-item {
  padding: 0 30px;
}

.vc_grid-item .vc_gitem-zone-img {
  visibility: visible;
}

@media (min-width: 500px) {
  .logo-grid-block .vc_grid .vc_grid-item.vc_col-sm-3 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .logo-grid-block .vc_grid .vc_grid-item.vc_col-sm-3 {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .logo-grid-block .vc_grid .vc_grid-item.vc_col-sm-3 {
    width: 25%;
  }

  .logo-grid-block--partners .vc_grid .vc_grid-item.vc_col-sm-3 {
    width: 20%;
  }
}

.contact-entry .col-xs-12.col-sm-6:first-child {
  display: none;
}

.contact-entry .col-xs-12.col-sm-6:last-child {
  width: 100%;
}




/*----------------------------------------------------------------------------
//  Nominations Category
//--------------------------------------------------------------------------*/

.category-block .swiper-slide {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	position: relative;
}

.category-block .swiper-slide:before {
	background: #8080e5;
	bottom: 0;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: 0.3;
	transition: 0.2s;
	z-index: 1;
}

.category-block .swiper-slide:hover::before {
	opacity: 0;
}

.category-block .swiper-slide:last-child {
	background: #fd9b62;
	width: 100%;
}

.category-block .swiper-slide:last-child .about-item > a:first-child {
	align-items: center;
	display: flex;
	height: 200px;
	flex-direction: column;
	justify-content: center;
}

.category-block .swiper-slide:last-child img {
	height: 100px;
	width: auto;
}

.category-block .swiper-wrapper { cursor: default !important; }


.category-block .about-item {
	display: block;
	position: relative;
}

.category-block .swiper-slide:hover .about-title,
.category-block .swiper-slide:hover .about-item::before,
.category-block .swiper-slide:hover .about-item::after {
	opacity: 1;
}

.category-block .about-title {
	color: #fff !important;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	opacity: 0;
	transition: 0.2s;
	padding: 20px;
    z-index: 1;
}

.category-block .pagination {
	display: none;
}

@media (min-width: 768px) {
	.category-block .swiper-slide:last-child .about-item > a:first-child {
		height: 250px;
	}

	.category-block .swiper-slide:last-child img {
		height: auto;
	}
}

@media (min-width: 1024px) {
	.category-block .about-title {
		font-size: 30px;
		line-height: 48px;
	}

	.category-block .swiper-slide:last-child .about-item > a:first-child {
		height: 300px;
	}
}

.category-block .about-item::before {
	background: #0c094e;
	bottom: 0;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: 0.2s;
}

.category-block .about-item::after {
	background: #fd9b62 url(data:image/svg+xml;base64,PHN2ZyBpZD0iYTQ0MzAxMzItOGY0NC00NTYyLThjNmUtOGQyMTlkODg5NGZkIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ3LjU1IiBoZWlnaHQ9IjMwLjc1IiB2aWV3Qm94PSIwIDAgNDcuNTUgMzAuNzUiPjx0aXRsZT5pY29uLWV5ZTwvdGl0bGU+PHBhdGggZD0iTTIzLjc4LDkuMmE4Ljk1LDguOTUsMCwxLDAsOC45NCw5QTksOSwwLDAsMCwyMy43OCw5LjJabTAsMTYuNjJhNy42Nyw3LjY3LDAsMSwxLDcuNjctNy42N0E3LjY4LDcuNjgsMCwwLDEsMjMuNzgsMjUuODJaIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTIzLjc4LDE0Ljc0YTMuNDEsMy40MSwwLDEsMCwzLjQxLDMuNDFBMy40MSwzLjQxLDAsMCwwLDIzLjc4LDE0Ljc0Wm0wLDUuNTRhMi4xMywyLjEzLDAsMSwxLDIuMTMtMi4xM0EyLjEzLDIuMTMsMCwwLDEsMjMuNzgsMjAuMjhaIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyLjExLDEybC0uMTcuMDhhMjEuMDksMjEuMDksMCwwLDAtNy44Nyw2LjEsMjEsMjEsMCwwLDAsNy44Nyw2LjA5bC4xNy4wOWExMy4xNywxMy4xNywwLDAsMSwwLTEyLjM2WiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xLjQ0LDExLjM5QTEuNDksMS40OSwwLDAsMCwyLjU0LDExYzYuMi01LjQ5LDE1LjEzLTcuOTUsMjEuMjQtNy45NXMxNSwyLjQ2LDIxLjIzLDhhMS41MSwxLjUxLDAsMCwwLDEuMTEuMzgsMS40OSwxLjQ5LDAsMCwwLDEuMDUtLjUxQTEuNTMsMS41MywwLDAsMCw0Nyw4LjcyLDM1LDM1LDAsMCwwLDM1Ljg3LDIuMjYsMzYuNTIsMzYuNTIsMCwwLDAsMjMuNzgsMCwzNi4yMSwzNi4yMSwwLDAsMCwxMS42NiwyLjI3LDM0Ljg3LDM0Ljg3LDAsMCwwLC41MSw4LjcyYTEuNTQsMS41NCwwLDAsMC0uMTMsMi4xNkExLjUxLDEuNTEsMCwwLDAsMS40NCwxMS4zOVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzcuMiw4Ljc1QTMyLjMsMzIuMywwLDAsMCwyMy43OCw1LjU0LDMyLjMsMzIuMywwLDAsMCwxMC4zNiw4Ljc1QzUuNzYsMTEsMi4xNiwxNCwuMjEsMTcuMzhhMS41LDEuNSwwLDAsMCwwLDEuNTNjMiwzLjM3LDUuNTUsNi40NCwxMC4xNSw4LjYzYTMyLjMsMzIuMywwLDAsMCwxMy40MiwzLjIxQTMyLjMsMzIuMywwLDAsMCwzNy4yLDI3LjU0YzQuNTktMi4xOSw4LjItNS4yNiwxMC4xNS04LjYzYTEuNTUsMS41NSwwLDAsMCwwLTEuNTNDNDUuNCwxNCw0MS43OSwxMSwzNy4yLDguNzVaTTEyLjcyLDI1LjI2Yy0uMzYtLjE1LS43MS0uMzEtMS0uNDdhMjEuNDIsMjEuNDIsMCwwLDEtOC4yMy02LjQ3bC0uMTItLjE3TDMuNDUsMThhMjEuNTEsMjEuNTEsMCwwLDEsOC4yMy02LjQ3Yy4zMy0uMTYuNjgtLjMyLDEtLjQ3bC44OC0uMzgtLjUxLjgyYTEyLjU2LDEyLjU2LDAsMCwwLDAsMTMuMzVsLjUxLjgyWk0yMy43OCwyNy43YTkuNTUsOS41NSwwLDEsMSw5LjU1LTkuNTVBOS41Niw5LjU2LDAsMCwxLDIzLjc4LDI3LjdaTTQ0LjEsMTguMzJhMjEuNDYsMjEuNDYsMCwwLDEtOC4yMiw2LjQ3aDBsLTEsLjQ2LS44OS4zOC41MS0uODJhMTIuNTYsMTIuNTYsMCwwLDAsMC0xMy4zNUwzNCwxMC42NWwuODkuMzgsMSwuNDdBMjEuNTUsMjEuNTUsMCwwLDEsNDQuMSwxOGwuMTIuMThaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIzLjc4LDExLjA4YTcuMDcsNy4wNywwLDEsMCw3LjA2LDcuMDdBNy4wOCw3LjA4LDAsMCwwLDIzLjc4LDExLjA4Wm0wLDExLjA4YTQsNCwwLDEsMSw0LTRBNCw0LDAsMCwxLDIzLjc4LDIyLjE2WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yMy43OCwxNi42MmExLjUzLDEuNTMsMCwxLDAsMS41MiwxLjUzQTEuNTIsMS41MiwwLDAsMCwyMy43OCwxNi42MloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center center;
	content: '';
	height: 60px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.2s;
	width: 60px;
}

@media (min-width: 500px) {
  .category-block .swiper-slide {
    width: 50%;
  }
}


@media (min-width: 768px) {
  .category-block .swiper-slide {
    width: 33.3%;
  }
}





/*----------------------------------------------------------------------------
//  Page Banner
//--------------------------------------------------------------------------*/

.page-banner {
  background: url('../img/hma-banner.jpg') no-repeat center center;
  background-size: cover;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
  height: 250px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .page-banner {
    height: 300px;
  }
}

.page-banner--form {
  align-items: center;
  display: flex;
  height: 170px;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .page-banner--form {
    height: 220px;
  }
}

@media (min-width: 1100px) {
  .page-banner--form {
    height: 582px;
    margin-top: 0;
  }
}

.page-banner--form:before {
  background-color: rgba(0,0,0,0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.page-banner__text {
  position: relative;
  z-index: 2;
}

.page-banner__title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 34px;
  text-align: center;
}

.page-banner__sub-title {
  color: #e9d200;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 14px;
  text-align: center;
}

.page-banner__title em {
  color: #e9d200;
  font-style: normal;
}

@media (min-width: 768px) {
  .page-banner__title {
    font-size: 42px;
    letter-spacing: -0.05em;
    line-height: 48px;
    margin-left: -3px;
    text-align: left;
  }

  .page-banner__sub-title {
    font-size: 28px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .page-banner__title {
    font-size: 60px;
    line-height: 65px;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .page-banner__title {
    font-size: 70px;
    letter-spacing: -0.05em;
    line-height: 75px;
  }
}

.page-banner__btn,
.btn--feature {
    background-color: #fd9b62;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 21px;
    line-height: 1em;
    margin-top: 20px;
    padding: 18px 35px !important;
}

.page-banner__btn:hover,
.btn--feature:hover {
    background-color: #a39300;
    border-color: #a39300 !important;
    color: #fff;
}





/*----------------------------------------------------------------------------
//  Need Help
//--------------------------------------------------------------------------*/

.need-help {
  background-color: #fd9b62;
  padding: 25px 0;
}

.need-help__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.need-help__container:before,
.need-help__container:after {
  display: none !important;
}

.need-help__title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.need-help__actions .social-media {
	display: flex;
  margin: 0 0 10px 0;
  padding: 0;
}

.need-help__actions .social-media img {
  border-radius: 4px;
}

/*.need-help__actions {*/
  /*align-items: center;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: center;  */
/*}*/

.need-help__share {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 10px;
}

.addthis_inline_share_toolbox {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .need-help__actions .social-media {
    margin: 0;
    padding: 0;
  }

  .need-help__title {
    margin-right: 20px;
  }
}

.need-help__btn {
    background-color: #fff;
    border-radius: 4px;
    color: #222;
    display: block;
    font-size: 21px;
    padding: 18px 35px;
}

.need-help__btn:hover {
    background-color: #222;
    color: #fff;
}

@media (min-width: 768px) {
  .need-help {
    padding: 43px 0;
  }

  .need-help__container {
    justify-content: space-between;
  }

  .need-help__title {
    margin-bottom: 2px;
    text-align: left;
    width: auto;
  }

  /*.need-help__actions {*/
    /*align-items: center;*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*margin: 0;*/
  /*}*/

  .need-help__share {
    margin-bottom: 0;
    margin-left: 0;
  }

  .addthis_inline_share_toolbox {
    margin: 0 20px 0 0;
    padding-top: 4px;
  }
}

@media (min-width: 768px) {
  .need-help__title {
    font-size: 21px;
  }
}





/*----------------------------------------------------------------------------
//  Breadcrumbs
//--------------------------------------------------------------------------*/

.breadcrumbs {
  /*border-bottom: 1px solid #eee;*/
  /*padding: 25px 0;*/
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.breadcrumbs__tree a {
  color: #fff;
}

.breadcrumbs__tree a:hover {
	color: #fff;
}




/*----------------------------------------------------------------------------
//  Main Content Area
//--------------------------------------------------------------------------*/

@media (min-width: 992px) {
  .content-main {
    padding-right: 40px;
  }

  .form-page .content-main {
    padding-right: 0;
  }

  .landing-page .content-main {
    padding-right: 15px;
  }
}

.content-main p,
.entry-notice p,
.content-main li,
.entry-notice li {
  font-size: 20px;
	font-weight: 400;
  line-height: 30px;
}




/*----------------------------------------------------------------------------
//  Landing
//--------------------------------------------------------------------------*/

.award-detail__text h2 {
	font-family: 'typo_slab_inlineregular', serif;
	font-weight: normal;
}

@media (min-width: 992px) {
  .award-welcome__text {
    padding-right: 60px;
  }

  .award-welcome__text p:last-child {
    margin-bottom: 0;
  }

  .award-detail {
    margin-left: 20px;
  }

  .award-detail__text h2 {
      font-size: 40px;
      line-height: 60px;
  }
}

.award-welcome__text em {
  color: #dd5062;
  font-style: normal;
}

.award-welcome__text em a {
  color: #dd5062;
  text-decoration: underline;
}

.award-welcome__text em a:hover {
  color: #dd5062;
  text-decoration: none;
}

.award-welcome__img img {
  margin-bottom: 15px;
}

.award-welcome__img p {
  margin-bottom: 0;
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container--16x9 {
  padding-bottom: 56.25%;
}

.iframe-container--4x3 {
  padding-bottom: 75%;
}

iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.award-winner__img small {
	color: #fd9b62;
	margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 20px;
}

.award-winner__text h3 {
	color: #0c094e;
	font-size: 20px;
	font-weight: bold;
  margin-top: 30px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
  .award-winner__text h3 {
    margin-top: 0;
  }
}

.award-information {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .award-information {
    display: flex;
    /*flex-direction: row-reverse;*/
  }
}

.award-information__action .btn {
  display: block;
  margin-bottom: 30px;
  margin-top: 0;
}

.award-detail {
    background: #f7f7f7;
  margin-top: 60px;
  padding: 20px;
  position: relative;
}

.award-detail:first-child {
  margin-top: 0;
}

.pdf-download {
  border-bottom: none;
  display: block;
  padding-left: 32px; 
  position: relative;
}

.pdf-download:before {
  background: url('https://www.hma.org.au/wp-content/uploads/2018/03/icon-pdf.png') no-repeat 0 0;
  background-size: contain;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}

.pdf-download:hover {
  border-bottom: none;
  padding-left: 36px; 
}

.content-main .back-to-top {
  bottom: 0;
  border-bottom: 1px solid #fd9b62;
  color: #fd9b62;
  font-size: 16px;
}

.content-main .back-to-top:hover {
  border-color: transparent;
}

@media (min-width: 550px) {
  .content-main .back-to-top {
    bottom: 20px;
    position: absolute;
      right: 20px;
  }
}

.criteria-table th {
  background-color: #0c094e;
  border-color: #fff;
  color: #fd9b62;
  font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
	padding: 20px;
}

.criteria-table tbody tr:nth-child(odd) {
  background-color: #fdfdfd;
}

.criteria-table td {
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.criteria-table ol li {
  font-weight: bold;
}

.criteria-table p,
.criteria-table li {
  /*font-size: 14px;*/
  /*line-height: 21px;*/
  margin-bottom: 0;
}

.criteria-table ul {
  margin-bottom: 0;
}

.criteria__score {
  text-align: center;
}

@media (max-width: 549px) {
  .content-main .criteria-table {
    border: 0;
  }

  .criteria-table .criteria-table__head {
    display: none;
  }

  .content-main .criteria-table tr {
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 20px 20px 10px 20px;
  }

  .content-main .criteria-table tr:last-child {
    border-bottom: 1px solid #eee;
  }

  .content-main .criteria-table td {
    padding: 0;
  }

  .content-main .criteria-table td:before {
    display: none;
  }

  .criteria__score {
    text-align: left;
  }

  .criteria-table p,
  .criteria-table ul {
    margin-bottom: 10px;
  }

  .criteria-table ul {
    margin-left: 30px;
  }
}

.checklist-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.checklist-table td {
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 20px;
}

.checklist-table ol li {
  font-weight: bold;
}

.checklist-table p,
.checklist-table li {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 0;
}

.checklist__check {
  color: #fd9b62;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 549px) {
  .content-main .checklist-table {
    border: 0;
  }

  .content-main .checklist-table tr {
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 20px 20px 10px 20px;
  }

  .content-main .checklist-table tr:last-child {
    border-bottom: 1px solid #eee;
  }

  .content-main .checklist-table td {
    padding: 0;
  }

  .content-main .checklist-table td:before {
    display: none;
  }

  .checklist__check {
    display: none;
  }
}




/*----------------------------------------------------------------------------
//  Footer
//--------------------------------------------------------------------------*/

.footer--form {
  text-align: left;
}

.footer--form .social-media {
  margin-left: 0;
}

.social-media img {
  border-radius: 4px;
}

.footer--form .logo {
  text-align: center;
}

@media (min-width: 600px) {
  .footer--form .logo {
    text-align: right;
  }
}

footer.footer--form .f-logo {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
	footer.footer--form .logo {
		float: right;
	}
	footer.footer--form .f-logo {
		margin-top: 150px;
	}
}

.fa-map-marker--footer {
  display: block; 
  float: left; 
  margin-bottom: 40px;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 19px;
}

/*.footer-list__item {*/
	/*margin-bottom: 5px;*/
/*}*/

.footer-list__item a {
	border-bottom: 1px solid #fff;
  color: #fff;
	font-size: 16px;
}

.footer-list__item a:hover {
	border-color: transparent;
	color: #fd9b62;
}

.footer-list__item .fa {
  color: #fd9b62;
  margin-right: 12px;
}

.row--legal {
  text-align: center;
}

.legal {
  color: #fff;
	font-size: 13px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 0;
	text-align: center;
}

@media (min-width: 600px) {
  /*.row--legal {*/
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*text-align: left;*/
  /*}*/

  .legal {
    margin-bottom: 15px;
  }
}

.legal,
.legal a {
  color: #fff;
}

.legal a:hover {
  color: #fd9b62;
}

.contact-entry .social-media {
  margin-left: 0;
}




/*----------------------------------------------------------------------------
//  Grid
//--------------------------------------------------------------------------*/

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (min-width: 992px) {
  .l-grid__cell {
    padding: 0 10px;
  }

  .l-grid__cell--20 {
    width: 20%;
  }

  .l-grid__cell--25 {
    width: 25%;
  }

  .l-grid__cell--75 {
    width: 75%;
  }

  .l-grid__cell--80 {
    width: 80%;
  }
}


/*----------------------------------------------------------------------------
//  Sidebar
//--------------------------------------------------------------------------*/

.btn-register {
  font-size: 15px;
  text-decoration: none;
  width: 100%;
}

.content-sidebar small {
  color: #959595;
  display: block;
  font-size: 12px;
  padding: 20px 10px;
}

.content-sidebar .widget_nav_menu .widget-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #0c094e;
  margin-bottom: 10px;
  border-bottom: 3px solid #0c094e;
  padding-bottom: 5px;
  padding-top: 10px;
}

.content-sidebar ul {
  margin-left: 0;
}

.content-sidebar .widget_nav_menu li {
  border-bottom: 1px solid #fd9b62;
  line-height: normal;
  list-style: none;
}

.content-sidebar .widget_nav_menu a {
  color: #505050;
  display: block;
  font-size: 16px;
  padding: 17px 0;
}

.content-sidebar .widget_nav_menu a:hover {
  color: #fd9b62;
  padding-left: 10px;
}





/*----------------------------------------------------------------------------
//  Gravity Forms
//--------------------------------------------------------------------------*/

.content-main .gform_wrapper .gf_page_steps {
  margin: 0 0 40px;
}

.content-main .gform_wrapper .gf_step {
  font-size: 19px;
}

@media (min-width: 820px) {
  .content-main .gform_wrapper .gf_step {
    font-size: 21px;
  }
}

.content-main .gform_wrapper .gf_step.gf_step_active {
  /*font-weight: bold;*/
  color: #fd9b62;
}

.content-main .gform_wrapper .gform_page_footer,
.content-main .gform_wrapper .gform_footer {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  padding: 35px 0 0;
}

/*@media (min-width: 680px) {
  .content-main .gform_wrapper .gform_page_footer {
    display: flex;
    margin: 25px 0;
    padding: 35px 0 0;
  }
}*/

.gfield_html_formatted {
  margin-bottom: 0 !important;
}

.content-main input[type="text"],
.content-main input[type="email"],
.content-main .div.form_saved_message div.form_saved_message_emailform form input[type="text"],
.content-main textarea,
.content-main .gform_wrapper .top_label input.medium.datepicker {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px !important;
  height: auto !important;
  line-height: 24px !important;
  min-width: 250px;
  padding: 10px 8px !important;
  width: 100%;
}

.content-main input[type=checkbox] {
  margin-top: 2px !important;
  -webkit-appearance: checkbox;
}

.content-main input[type="radio"] {
  margin-top: 2px !important;
  -webkit-appearance: radio;
}

.content-main .gform_wrapper .gfield_checkbox li label, 
.content-main .gform_wrapper .gfield_radio li label {
  margin-left: 8px !important;
}

.content-main .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 0;
}

.content-main .gform_wrapper .form_saved_message {
  border: 1px solid #91AFC7;
  border-radius: 4px;
}

.content-main .gform_wrapper .form_saved_message span:first-child {
  padding: 40px;
}

.content-main .form_saved_message .form_saved_message_emailform {
  margin: 40px 0 0;
}

.content-main .resume_form_link {
  font-weight: bold;
}

.content-main .form_saved_message_sent {
  border: 1px solid #CFE2C0;
  border-radius: 4px;
}

.content-main input[type="submit"],
div.upme-widget-wrap a.upme-button, 
.content-main input[type=submit].upme-button, 
.content-main input[type=button].upme-button, 
.content-main button.upme-button {
  background: #fd9b62;
  border: 1px solid #fd9b62;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
      -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.content-main input[type="submit"]:hover,
.content-main div.upme-widget-wrap a.upme-button:hover, 
.content-main input[type=submit].upme-button:hover, 
.content-main input[type=button].upme-button:hover, 
.content-main button.upme-button:hover {
  background: #dd5062;
  border: 1px solid #dd5062;
  box-shadow: none;
  color: #fff;
}

.gform_wrapper .gform_page_footer .button.gform_button, 
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  background: #fd9b62;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  padding: 12px 25px 13px;
  text-transform: none;
}

.gform_wrapper .gform_page_footer .button.gform_button:hover, 
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  background: #dd5062;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #222;
  color: #fff;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
  background: #050505;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_page_footer .button.gform_button, 
  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .gform_wrapper .gform_page_footer .button.gform_button, 
  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    font-size: 21px;
    margin-top: 20px;
    padding: 15px 35px 18px;
  }
}

@media (min-width: 1300px) {
  .gform_wrapper .gform_page_footer .button.gform_button, 
  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-top: 6px;
  }
}

.content-main .gform_wrapper .gform_save_link {
  display: flex !important;
  align-items: center;
  border: 1px solid #ccc;
  margin-left: auto !important;
  margin-top: 10px;
  border-radius: 4px;
  color: #333;
  line-height: 2;
  padding: 12px 25px 13px;
  width: 100%;
  justify-content: center;
}

.content-main .gform_wrapper .gform_save_link:hover {
  border: 1px solid #fd9b62;
  color: #fd9b62;
}

@media (min-width: 640px) {
  .content-main .gform_wrapper .gform_save_link {
    width: auto;
  }
}

@media (min-width: 768px) {
  .content-main .gform_wrapper .gform_save_link {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .content-main .gform_wrapper .gform_save_link {
    font-size: 21px;
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
.content-main .gform_wrapper .gform_save_link {
    margin-top: 6px;
  }
}

input[type="submit"] {
  padding: 14px 32px 12px;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.ginput_container label {
  font-weight: normal;
}


.gfield_html h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.gfield_html ul {
  margin-left: 20px !important;
  padding: 0;
}

.gfield_html hr {
  margin-top: 20px;
}

.content-main .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
}

.content-main .gform_wrapper ul.gform_fields {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px !important;
}

#gform_wrapper_1.gform_wrapper ul.gform_fields  {
  margin: 0 -10px !important;
}

.gform_wrapper ul li.gfield {
  clear: none;
  float: left;
  margin-bottom: 18px;
  padding: 0 10px;
  width: 100%;
}

/*.gform_wrapper .top_label .gfield_error {
  width: 100%;
}*/

@media (min-width: 768px) {
  .gform_wrapper ul li.gfield {
    width: 50%;
  }

  .content-main .gform_wrapper .top_label .gfield_error {
    width: 50%;
  }  
}

.content-main .gform_wrapper .top_label input.medium, 
.content-main .gform_wrapper .top_label select.medium,
.content-main .gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper ul li.gfield.gfield--full-width,
.gform_wrapper ul li.gfield.gfield_html,
.gform_wrapper ul li.gfield.gsection  {
  width: 100%;
}

.gfield--full-width {
  width: 100% !important;
}

body .ui-datepicker {
  width: 218px;
}

body .ui-datepicker th {
  color: #fff;
  text-shadow: none;
}

.ui-datepicker-title select {
  color: #000;
  padding: 0 5px;
  border-radius: 4px;
  border: 0;
  margin-right: 2px;
  margin-bottom: 5px;
}

.ui-datepicker-next, 
.ui-datepicker-prev {
  margin-top: 5px;
}

.content-main .gform_wrapper ul li.gfield.gfield--criteria {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin: 0 10px 0 !important;
  padding: 25px 30px 10px;
} 

.content-main .gform_wrapper ul li.gfield.gfield--question textarea {
  height: 320px;
}

@media (min-width: 768px) {
  .content-main .gform_wrapper ul li.gfield.gfield--question {
    float: left;
    padding-right: 30px;
    width: calc(65% - 10px);
  }

  .content-main .gform_wrapper ul li.gfield.gfield--question .gfield_label {
    line-height: 1.5em;
    margin-bottom: 20px;
  }

  .content-main .gform_wrapper ul li.gfield.gfield--question textarea {
    height: 350px;
  }

  .content-main .gform_wrapper ul li.gfield.gfield--criteria {
    float: right;
    margin: 16px 10px 0 0 !important;
    width: 35%;
  } 
}

@media (min-width: 1024px) {
  .content-main .gform_wrapper ul li.gfield.gfield--question {
    padding-right: 40px;
    width: calc(70% - 10px);
  }

  .content-main .gform_wrapper ul li.gfield.gfield--question textarea {
    height: 380px;
  }

  .content-main .gform_wrapper ul li.gfield.gfield--criteria {
    width: 30%;
  } 
}

.gfield--criteria h4 {
  margin-bottom: 20px;
}

.gfield--criteria p {
  font-size: 13px;
  margin-bottom: 10px;
}

.gfield--criteria li {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 18px;
}

.gform_wrapper .top_label input.medium {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
}

.gform_wrapper .gsection {
  border: none;
}

.gform_wrapper .gsection h2 {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}


body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
  position: relative;
}

body .gform_wrapper img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 15px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #fd9b62;
  font-weight: normal;
}


/* Validation */

.content-main .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  /*margin: 0 !important;*/
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.content-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin-bottom: 10px;
}


.gform_wrapper .gfield_error .gfield_checkbox li label,
.gform_wrapper .gfield_error .gfield_radio li label {
  color: #333;
}


.content-main .gform_wrapper .gfield_error .gfield_label,
.content-main .gform_wrapper .validation_message {
  border-color: #D60505;
  color: #D60505;
  width: 100%;
}

.content-main .gform_wrapper div.validation_error {
  background-color: rgba(255,223,224,.25);
  border: 1px solid #C89797;
  border-radius: 4px;
  color: #D60505;
  line-height: 1.4em;
  padding: 25px;
}
    
.gform_wrapper .gfield_required {
  color: #D60505;
}

.content-main .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #C89797;
}

.content-main .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
  color: inherit;
}

.content-main .max-file-size {
  background-color: #fd9b62;
  border-radius: 4px;
  color: #fff;
  padding: 35px 40px;
}

.content-main .max-file-size {
  font-size: 18px;
  line-height: 30px;
}

.content-main .max-file-size a {
  color: #fff;
  text-decoration: underline;
}

.content-main .max-file-size a:hover {
  color: #fff;
  text-decoration: none;
}




/*----------------------------------------------------------------------------
//  Newsletter From
//--------------------------------------------------------------------------*/

.newsletter-form {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 10px;
}

.newsletter-form li {
  padding: 0 10px 15px;
}

.newsletter-form input[type="submit"] {
  width: 100%;
}

@media (min-width: 550px) {
  .newsletter-form li {
    display: block;
    float: left;
    width: 50%;
  }

  .newsletter-form input[type="submit"] {
    width: auto;
  }
}

@media (min-width: 768px) {
  .newsletter-form {
    text-align: center;
  }

  .newsletter-form li {
    display: inline-block;
    float: none;
    width: auto;
  }

}

@media (min-width: 800px) {
  .newsletter-form input[type="text"],
  .newsletter-form input[type="email"] {
    min-width: 270px;
  }  
}

.newsletter-form label {
  display: none;
}





/*----------------------------------------------------------------------------
//  Copy Styles
//--------------------------------------------------------------------------*/

li {
  font-size: 20px;
  line-height: 30px;
}

h2 {
  color: #0c094e;
    font-size: 30px;
	font-weight: bold;
    line-height: 36px;
  margin-bottom: 25px;
    text-transform: uppercase;
}

h1 + h2 {
  margin-top: 0;
}

h2 + h3 {
  margin-top: -13px;
}


ol + h3 {
  margin-top: 0;
}

h3 {
    color: #fd9b62;
  font-size: 16px;
    font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4 {
  font-size: 20px;
	font-weight: bold;
  color: #0c094e;
  margin-bottom: 20px;
	text-transform: uppercase;
}

.content-main a {
  border-bottom: 1px solid #fd9b62;
  color: #fd9b62;
}

.content-main a:hover {
  border-color: transparent;
}

.content-main a:hover {

}

.content-main a.c-btn {
  color: #fff;
}

hr {
  clear: both;
  margin-bottom: 35px;
  margin-top: 35px;
}

ul, ol {
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 1.5em;
}

ul ul,
ul ol,
ol ul, 
ol ol {
  margin-bottom: 0;
}

.single-page p img:not(.img-board-member) {
  border: 1px solid #eee;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}

.single-post p img {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

@media (min-width: 500px) {
  .single-page p img:not(.img-board-member) {
    float: right;
    margin: 0 0 25px 25px;
    max-width: 200px;
  }

  .single-post p img {
    float: none;
    margin: 0;
    max-width: none;
  }
}

.wp-caption {
  border: none;
  padding: 0;
  width: 100% !important;
}

.wp-caption-text {
  font-size: 13px;
  font-weight: bold;
  padding: 4px 15px;
  text-align: left;
}

figure img {
  width: 100%;
}


.content-main table {
  width: 100%;
}

td {
  text-align: left;
}

th {
  border-color: #262626;
}

@media (max-width: 549px) {
  .content-main table {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
  }

  .content-main thead {
    display: none;
  }

  .content-main tr {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-style: none solid solid;
    display: block;
    padding: 10px;
  }


  .content-main td {
    border: none;
    display: block;
    padding: 3px 0;
  }

  .content-main td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
  }
}

html .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: block !important;
}

.entry-notice {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 30px;
}

.form-page .entry-notice {
  margin-bottom: 50px;
}

.actions-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.actions-calendar a {
  display: inline-block;
  border: 1px solid #d4d4d4;
  padding: 10px 30px;
  border-radius: 3px;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .entry-notice {
    padding: 40px;
  }

  .actions-calendar {
    margin-right: 60px;
  }
}

@media (min-width: 740px) {
  .actions-wrapper {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .entry-notice {
    padding: 80px;
  }
}


/*----------------------------------------------------------------------------
//  Hardcoded Values
//--------------------------------------------------------------------------*/

#sponsors-logos {
  min-height: 2983px;
  margin: 0 auto;
  width: 273px;
}


@media (min-width: 500px) {
  #sponsors-logos {
    min-height: 1272px;
    width: 453px;
  }
}

@media (min-width: 768px) {
  #sponsors-logos {
    min-height: 1063px;
    width:720px;
  }
}

@media (min-width: 992px) {
  #sponsors-logos {
    min-height: 731px;
    width: 945px;
  }
}

@media (min-width: 1140px) {
  #sponsors-logos {
    width: auto;
  }
}


#partner-logos {
  min-height: 807px;
  margin: 0 auto;
  width: 273px;  
}


@media (min-width: 500px) {
  #partner-logos {
    min-height: 379px;
    width: 453px;
  }
}

@media (min-width: 768px) {
  #partner-logos {
    min-height: 411px;
    width:720px;
  }
}

@media (min-width: 992px) {
  #partner-logos {
    min-height: 244px;
    width: 945px;
  }
}

@media (min-width: 1140px) {
  #partner-logos {
    width: auto;
  }
}


#supporters-logos {
  min-height: 6623px;
  margin: 0 auto;
  width: 273px;  
}


@media (min-width: 500px) {
  #supporters-logos {
    min-height: 2771px;
    width: 453px;
  }
}

@media (min-width: 768px) {
  #supporters-logos {
    min-height: 2051px;
    width:720px;
  }
}

@media (min-width: 992px) {
  #supporters-logos {
    min-height: 1556px;
    width: 945px;
  }
}

@media (min-width: 1140px) {
  #supporters-logos {
    width: auto;
  }
}


/*#board-members {*/
  /*max-height: 1021px;*/
  /*overflow: hidden; */
/*}*/


/*@media (min-width: 500px) {*/
  /*#board-members {*/
     /*max-height: 836px;*/
  /*}*/
/*}*/

/*@media (min-width: 768px) {*/
  /*#board-members {*/
    /*max-height: 930px;*/
  /*}*/
/*}*/

/*@media (min-width: 992px) {*/
  /*#board-members {*/
    /*max-height: 700px;*/
  /*}*/
/*}*/





/*----------------------------------------------------------------------------
//  UPME
//--------------------------------------------------------------------------*/

.upme-edit-profile-form .upme-icon,
.upme-user_login .upme-icon,
.upme-login_user_pass .upme-icon,
.upme-profile-panel .upme-icon,
#upme-registration-form .upme-icon {
  display: none;
}

.upme-edit-profile-form .upme-hide-from-public .upme-icon {
  display: inline-block; 
}

#upme-login-form-1 .upme-field-type,
#upme-login-form-1 .upme-field-value {
  float: none;
  width: 100%;
}

#upme-login-form-1 .upme-field-value input[type="text"] {
  min-width: 100%;
}

.upme-hide-from-public i, 
.upme-rememberme i {
  font-style: normal;
}

.upme-cover-image img {
  height: auto !important;
  vertical-align: top;
}

.content-main .upme-pic,
.upme-wrap .upme-head .mini_profile .avatar,
.upme-stats,
.upme-view-panel .upme-social_profiles_separator,
.upme-view-panel .upme-account_info_separator {
  display: none !important;
}

.mini_profile .upme-field-name {
  margin-top: 0 !important;
}

.upme-wrap .upme-head .mini_profile {
  width: 100% !important;
}

.upme-wrap .upme-head .upme-button-holder {
  float: left !important;
}

div.upme-head {
  padding: 25px 20px 30px;
}

.page .container {
  top: 0 !important;
}

.content-main .upme-field-name a {
  border: none;
}

.content-main .upme-field-name a:hover {
  border: none;
  color: #fd9b62;
}

.upme-company_video {
  padding: 0 0 40px 0;
}

div.upme-wrap div.upme-head div.upme-social div a i {
  font-style: normal;
}

div.upme-wrap div.upme-field-value img {
  border: none;
}

.upme-view-panel .upme-custom_pic .upme-field-value img {
  max-width: 300px;
}

.chosen-choices .search-field {
  border: none;
}

.upme-wrap .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-size: 15px;
  font-family: Open Sans,'Helvetica','Arial';
  line-height: 24px;
  padding: 0;
}

.upme-wrap .upme-multiselect-p .chosen-container-multi .chosen-choices {
  border: 1px solid #ccc;
  box-shadow: inset 0 -1px 2px #DDD;
  min-width: 250px;
  padding: 6px;
  width: 100%;
}

.upme-main label.upme-checkbox input[type=checkbox] {
  margin-right: 5px;
}
  
.upme-login .upme-edit-show a {
  font-size: 12px;
}

.single-page p .dept-industry {
  border: none;
  margin-bottom: 20px;
  max-width: none;
  width: auto;
}

.upme-1,
.upme-3 {
  display: none;
}





#menu-top-menu {
   margin: 0;
   padding: 0;
}

@media (min-width: 1100px) {
  .menu-item--secondary {
    display: none !important;
  } 
}

.header__secondary-menu {
  display: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1100px) {
  .header__secondary-menu {
    display: block;
  } 
}

.header__secondary-menu li {
  padding: 0;
}


.header__secondary-menu a {
  color: #fd9b62;
  text-transform: none;
}

.header__secondary-menu a:before {
  display: none !important;
}

.header__secondary-menu a:hover {
  color:  #fff;
}

.anchor-navigation {
  margin-right: -15px;
}


a.rb-apply-btn {
	align-items: center;
	background: #0c094e ;
	border: none !important;
	border-radius: 0;
	display: inline-flex !important;
	font-family: 'typo_slab_inlineregular', serif;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}

.award-information__action .rb-apply-btn {
	width: 100%;
}

.rb-apply-btn__label {
	background: #0c094e;
	color: #fff;
	flex-grow: 1;
	padding: 0 14px;
}

.rb-apply-btn::after {
	background: #fd9b62 url(data:image/svg+xml;base64,PHN2ZyBpZD0iZjc1MDE0YjctYTQ2Ny00MDMwLTk3MTctYjhmZDU0YjNmZjJmIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQzLjIzIiBoZWlnaHQ9IjQzLjMxIiB2aWV3Qm94PSIwIDAgNDMuMjMgNDMuMzEiPjx0aXRsZT5pY29uLXBlbmNpbDwvdGl0bGU+PHBhdGggZD0iTTQxLDIuMjhBNy41Niw3LjU2LDAsMCwwLDM1LjY5LDBoMGE2LjIxLDYuMjEsMCwwLDAtNC40NywxLjgzbC0xLjU5LDEuNi0uMDUsMEwyNi4yOSw2Ljc2aDBMMy45LDI5LjE2aDBhLjI3LjI3LDAsMCwwLS4wNy4wOGgwbC0uMDcuMDksMCwwYS4yNS4yNSwwLDAsMCwwLC4wN2wwLDBhLjIuMiwwLDAsMCwwLC4wOHYwbDAsLjA4djBMMS4yNiwzNy41NWgwTC4zNCw0MC42N2wtLjI5LDFBMS4zLDEuMywwLDAsMCwxLjMsNDMuMzFhMS4xOCwxLjE4LDAsMCwwLC4zNy0uMDVsNC4wOS0xLjJoMGw3Ljg1LTIuMzJoMGwuMDksMGgwbC4xLDBoMGwuMDksMCwwLDAsLjA5LS4wNnYwbC4wOC0uMDZoMEwzOS43MiwxMy44NWwuMDYsMCwxLjY1LTEuNjZjMi41Ni0yLjU5LDIuMzYtNy0uNDQtOS44NlpNMjcuMjEsOS41M2wyLjM3LDIuMzdMOSwzMi40NSw2LjY2LDMwLjA4Wm0tMTQsMjcuMTMtMi4zNy0yLjM3TDMxLjQyLDEzLjc0bDIuMzcsMi4zN1pNNS43NywzOS4zNCw0LDM3LjU1bDEuNDgtNSw1LjMyLDUuMzNaTTM1LjYzLDE0LjI3LDI5LjA1LDcuNjksMzAuNSw2LjI0bDYuNTgsNi41OFptMy45NS00LS42Ni42N0wzMi4zNCw0LjRsLjczLS43NEEzLjY0LDMuNjQsMCwwLDEsMzUuNjksMi42aDBhNC44OSw0Ljg5LDAsMCwxLDMuNDQsMS41MWMxLjgxLDEuODQsMiw0LjYyLjQ1LDYuMlptMCwwIiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center center;
	content: '';
	display: block;
	height: 50px;
	padding: 12px;
	width: 50px;
}

@media (min-width: 768px) {
	.rb-apply-btn::after {
		height: 59px;
		width: 59px;
	}
}


.contact-title {  display: inline-flex; justify-content: space-between;  margin-bottom: 28px; }

.contact-title__label {
	background: #fff;
	flex-grow: 1;
	font-family: 'typo_slab_inlineregular', serif;
	font-size: 24px; line-height: 28px; color: #0c094e; text-transform: uppercase;
	padding: 8px 12px;
}


.contact-title::after {
	background: #fd9b62 no-repeat center center;
	content: '';
	display: block;
	height: 44px;
	padding: 12px;
	width: 44px;
}


.contact-title--contact::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYTY4YTM5NDQtNDM3MC00ZmI2LTgzZDctZjk2Y2I0YzBhYTJiIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMxLjciIGhlaWdodD0iMjcuODYiIHZpZXdCb3g9IjAgMCAzMS43IDI3Ljg2Ij48dGl0bGU+aWNvbi1tZXNzYWdpbmctYnViYmxlczwvdGl0bGU+PHBhdGggZD0iTTI4LjkxLDcuNDNoLTYuNVYyLjc5QTIuNzksMi43OSwwLDAsMCwxOS42MywwSDIuNzlBMi43OSwyLjc5LDAsMCwwLDAsMi43OVYxMy45M2EyLjc5LDIuNzksMCwwLDAsMi43OSwyLjc5aC45MlYxOS41YS45NC45NCwwLDAsMCwxLjQ1Ljc4bDQuMTMtMi43NnYzLjg0YTIuNzksMi43OSwwLDAsMCwyLjc4LDIuNzlIMjEuMmw1LjM0LDMuNTZBLjkzLjkzLDAsMCwwLDI4LDI2LjkzVjI0LjE1aC45M2EyLjc5LDIuNzksMCwwLDAsMi43OS0yLjc5VjEwLjIyYTIuNzksMi43OSwwLDAsMC0yLjc5LTIuNzlaTTkuNywxNWgwTDUuNTcsMTcuNzd2LTJhLjkzLjkzLDAsMCwwLS45My0uOTNIMi43OWEuOTMuOTMsMCwwLDEtLjkzLS45M1YyLjc5YS45Mi45MiwwLDAsMSwuOTMtLjkzSDE5LjYzYS45My45MywwLDAsMSwuOTMuOTNWMTMuOTNhLjkzLjkzLDAsMCwxLS45My45M0gxMC4yMkEuODkuODksMCwwLDAsOS43LDE1Wm0yMC4xNCw2LjM0YS45My45MywwLDAsMS0uOTMuOTNIMjcuMDZhLjkyLjkyLDAsMCwwLS45My45M3YyTDIyLDIyLjQ0YS45My45MywwLDAsMC0uNTItLjE1SDEyLjA3YS45My45MywwLDAsMS0uOTMtLjkzVjE2LjcyaDguNDlhMi43OSwyLjc5LDAsMCwwLDIuNzgtMi43OVY5LjI5aDYuNWEuOTIuOTIsMCwwLDEsLjkzLjkzWm0wLDAiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTIuMDcsOS4yOUg0LjY0YS45My45MywwLDEsMCwwLDEuODVoNy40M2EuOTMuOTMsMCwxLDAsMC0xLjg1Wm0wLDAiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTcuNzcsNS41N0g0LjY0YS45My45MywwLDAsMCwwLDEuODZIMTcuNzdhLjkzLjkzLDAsMCwwLDAtMS44NlptMCwwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.contact-title--nominate::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYWIxOTFhNjQtNTgzMy00MWEwLTk1MGUtOTU0YmVhMjAyYjgxIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMzLjYxIiBoZWlnaHQ9IjI3LjU2IiB2aWV3Qm94PSIwIDAgMzMuNjEgMjcuNTYiPjx0aXRsZT5pY29uLXRodW1icy11cDwvdGl0bGU+PHBhdGggZD0iTTMwLjY1LDkuODNIMjMuMjJBMTMuNTQsMTMuNTQsMCwwLDAsMjQuNzQsNmE1LjkzLDUuOTMsMCwwLDAtLjM5LTQsMy42NiwzLjY2LDAsMCwwLTMuMjctMmgwQTIuMzYsMi4zNiwwLDAsMCwxOSwxLDUuNjgsNS42OCwwLDAsMCwxOC4zLDNjLS4zOSwxLjgxLS45Myw0LjI3LTQuNjksNi44NkgxMC42NmEzLDMsMCwwLDAtMi43OC0ySDFhMSwxLDAsMCwwLTEsMVYyNi41N2ExLDEsMCwwLDAsMSwxaDYuOWEzLDMsMCwwLDAsMi43OC0yaDEuMTVjMy4zMS45Miw2Ljc0LDIsMTAuMywyaDQuNjFhMywzLDAsMCwwLDMtMywyLjc3LDIuNzcsMCwwLDAtLjIxLTEuMDgsMywzLDAsMCwwLDItMy45NCwzLDMsMCwwLDAsMS40Mi00LjgyLDMsMywwLDAsMC0yLjItNC45M1ptLTIxLjc5LDFoMFYyNC42YTEsMSwwLDAsMS0xLDFIMlY5LjgzSDcuODhhMSwxLDAsMCwxLDEsMVptMTYuODcsNC45MWg0LjkyYTEsMSwwLDEsMSwwLDJIMjUuNzNhMSwxLDAsMCwwLDAsMmgyLjk1YTEsMSwwLDEsMSwwLDJIMjUuNzNhMSwxLDAsMCwwLDAsMmgxYTEsMSwwLDAsMSwwLDJIMjIuMTFjLTMuMzIsMC02LjY3LTEtOS45LTEuOTNhNS44NSw1Ljg1LDAsMCwwLTEuMzgsMFYxMS43OWgzLjA5YTEsMSwwLDAsMCwuNTQtLjE2YzQuNjUtMy4xLDUuMzQtNi4zMyw1Ljc2LTguMjVDMjAuNTMsMiwyMC41OCwyLDIxLjA3LDJhMS42OCwxLjY4LDAsMCwxLDEuNTQsMWMuMzEuNTgsMS4wOCwyLjg1LTIsNy4zNWExLDEsMCwwLDAsLjgxLDEuNTNoOS4yMWExLDEsMCwxLDEsMCwySDI1LjczYTEsMSwwLDAsMCwwLDJabTAsMCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02Ljg5LDIyLjYzYTEsMSwwLDEsMS0xLTEsMSwxLDAsMCwxLDEsMVptMCwwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.contact-title--event::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iYjkxMGU4ZWItMWY4Yy00YzVkLTg0NGEtNDI0MjQyMGQ3MjUyIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI1LjczIiBoZWlnaHQ9IjM1LjcyIiB2aWV3Qm94PSIwIDAgMjUuNzMgMzUuNzIiPjx0aXRsZT5pY29uLWZsYWc8L3RpdGxlPjxwYXRoIGQ9Ik0yMC41MSw5LjNsNC44NS01LjQ2YTEuNDYsMS40NiwwLDAsMCwuMjQtMS41NiwxLjQ0LDEuNDQsMCwwLDAtMS4zMi0uODVIMi44OUExLjQ1LDEuNDUsMCwwLDAsMCwxLjQ1VjM0LjI3YTEuNDUsMS40NSwwLDEsMCwyLjg5LDBWMTcuMTZIMjQuMjhhMS40NCwxLjQ0LDAsMCwwLDEuMDgtMi40Wm0tMTcuNjIsNVY0LjMySDIxLjA2bC0zLjU3LDRhMS40NSwxLjQ1LDAsMCwwLDAsMS45M2wzLjU3LDRaIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.contact-address {
	display: flex;
}


.photo-gallery-block .rb-mini-block-title {
	position: absolute;
	bottom: 19px;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	z-index: 3;
}


.carousel-slider .owl-prev,
.carousel-slider .owl-next {
	align-items: center;
	background: rgba(0,0,0,0.2) !important;
	display: flex;
	height: 80px;
	justify-content: center;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 80px;
}

.carousel-slider .owl-next {
	left: auto;
	right: 0;
}

.carousel-slider .owl-prev i,
.carousel-slider .owl-next i {
	color: #fff;
	font-size: 30px;
}


.partner-block .swiper-container::after {
	background: url('../img/bg-magnifying-glass.png') no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 20.862vw;
	position: absolute;
	top: 4.046vw;
	right: 2.470vw;
	width: 20.862vw;
}

@media (max-width: 991px) {
	.partner-block .swiper-container::after {
		display: none;
	}
}