* {box-sizing: border-box; -webkit-box-sizing: border-box;}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {box-sizing: border-box; -webkit-box-sizing: border-box;}

body {
    /* background-color: #ffffff; */
    background-color: transparent !important;
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

img {max-width: 100%; height: auto; outline: 0px; border: 0px; display: inline-block;}

img:hover, img:focus {outline: 0px; border: 0px;}

ul, li {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}

a {
    color: #808181; 
    display: inline-block; 
    text-decoration: none; 
    transition: all 0.5s ease; 
    -webkit-transition: all 0.5s ease; 
    -ms-transition: all 0.5s ease;
}

a:focus,
a:hover {color: #ff0000; outline: none; text-decoration: none;}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #797c7e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}

select {
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #797c7e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #c0bac9;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    outline: none;
}

textarea.form-control, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #797c7e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    height: 120px;
    line-height: 20px;
    padding: 10px 15px;
    appearance: none;
    box-shadow: none;
}

input.form_control {
    border: 1px solid #797c7e; 
    border-radius: 4px; 
    -webkit-border-radius:4px;
    height: 34px; 
    line-height: 34px; 
    text-shadow: none; 
    appearance: none; 
    -webkit-appearance: none; 
    -ms-appearance: none;
}

input[type="submit"],
input[type="button"] {transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}

input[type="submit"]:hover,
input[type="button"]:hover {color: #fff; text-decoration: none;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
textarea:focus {outline: none;}

.btn {border-radius: 4px; -webkit-border-radius: 4px;}

label {color: #000000; font-size: 14px; font-size: 1.4rem; font-weight: 500;}
/* H Group */
h1 {font-size: 60px; font-size: 6rem; margin: 0px; line-height: 1;}
h2 {font-size: 48px; font-size: 4.8rem; margin: 0px; line-height: 1;}
h3 {font-size: 40px; font-size: 4rem; margin: 0px; line-height: 1;}
h4 {font-size: 36px; font-size: 3.6rem; margin: 0px; line-height: 1;}
h5 {font-size: 24px; font-size: 2.4rem; margin: 0px; line-height: 1;}
h6 {font-size: 16px; font-size: 1.6rem; margin: 0px; line-height: 1;}
/* H Group */
p {font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; margin-top: 0px; line-height: 1.6;}

/* Placeholder */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bababa;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #bababa;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #bababa;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}

/* IE Select */
select::-ms-expand, 
select::-ms-expand {display: none;}
/* Ie Select */

/* grecaptcha */
.grecaptcha-badge {display: none !important;}
.g-recaptcha {
    margin: 10px 0px; 
    transform: scale(1); 
    -webkit-transform: scale(1); 
    transform-origin: 0 0; 
    -webkit-transform-origin: 0 0;
}
/* grecaptcha */
/* Common Class */


/* Header */
/* Fixed Header */

/* .site-header {background-color: #ffffff; position: fixed; width: 100%; z-index: 99;} */

/* a.logo-main img, 
.site-logo, 
.site-navigation, 
.site-header.fixed .main-navigation li, 
.main-navigation li.menu-item-has-children > a:after,  
.search-col {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.site-header.fixed a.logo-main img {max-width: 75%;} */
/* Fixed Header */

/* .site-logo {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 0;
}
.site-header.fixed .site-logo {padding-top: 18px; padding-bottom: 18px;} */

/* Socicls */
/*.social-list {margin-top: 10px;}*/
.header-social li {
    display: inline-block;
    margin-right: 5px;
    line-height: 0px;
    vertical-align: middle;
}
.header-social li:last-child {margin-right: 0px;}
.header-social li a {
    color: #ffffff;
    display:inline-block;
    width: 16px;
    height: 22px;
    text-indent: -9999px;
    font-size: 0px;
    position: relative;
    line-height: 25px;
}

.header-social li a:before {
    color: rgba(255,255,255,1);
    font-family: 'icomoon' !important;
    font-size: 16px;
    text-indent: 0;
    width: 16px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.header-social li.fb_icon a:before {content: "\e903";}
.header-social li.twitter_icon a:before {content: "\e90a";}
.header-social li.ins_icon a:before {content: "\e904";}

.header-social li a:hover:before {color: rgba(255,242,18,1);}
/* End Socials */

/* New Header */
.main_header {background-color: #000;}
.logo-left {float: left; width: 25%; margin-top: 10px;}

.header-right {float: left; width: 75%;}
.top-info-wrap {float: left; margin-top: 12px; width: 48%;}
.head-tagline, .social-list {display: inline-block; vertical-align: top;}
.head-tagline {color: #fff212; font-family: 'Oswald', sans-serif; font-size: 17px; font-size: 1.7rem; font-weight: 300;   margin-right: 50px;
}
.head-email a{color: #fff212; font-family: 'Oswald', sans-serif; font-size: 17px; font-size: 1.7rem; font-weight: 300;}
.promocation { color: #000; background-color: #fff212; border-bottom: 1px solid #000; text-align: center;font-family: 'Oswald', sans-serif; font-size: 20px; font-size: 2rem; font-weight:600; padding: 10px 0 }
.site-top-navigation {background-color: #282828; float: right; width: 50%; padding: 20px 15px 20px 60px; position: relative;}
.site-top-navigation:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 90px solid transparent;
    border-top: 0px solid transparent;
    border-left: 60px solid #000;
    position: absolute;
    left: 0px;
    top: 0px;
}
.menu-top-head-menu-container {text-align: right;}
.sitetop-navigation li {display: inline-block; position: relative;}
.sitetop-navigation li a {  
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 10px;
}
a:not([href]):not([tabindex]) {color: #ffffff; cursor: pointer;}
.sitetop-navigation li:first-child a {padding-left: 0px;}
.sitetop-navigation li:last-child a {padding-right: 0px;}
/* Sub Nav */
.sitetop-navigation li a:hover, 
.sitetop-navigation li a:focus, 
.sitetop-navigation li.current-menu-item a, 
.sitetop-navigation li.current-menu-ancestor a {
    color: #fff212;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {color: #fff212;}
.sitetop-navigation li .sub-menu li.current-menu-ancestor a {
    color: #fff212;
}
.sitetop-navigation li.menu-item-has-children > a:after {
    content: "\e900";
    height: 0px;
    font-family: 'icomoon' !important;
    font-size: 9px;
    position: absolute;
    top: 6px;
    right: -2px;
}
.sitetop-navigation li li.menu-item-has-children > a:after {
    content: "\e900";
    height: 0;
    font-family: 'icomoon' !important;
    font-size: 9px;
    position: absolute;
    top: 6px;
    right: 0px;
}
.sitetop-navigation li.menu-item-has-children:last-child > a:after {right: -15px;}
.sitetop-navigation li li.menu-item-has-children:last-child > a:after {right: 5px;}
/* .site-header.fixed li.menu-item-has-children > a:after {top: 24px;} */
/* Sub Menu */
.sitetop-navigation .sub-menu {
    background-color:rgb(255, 242, 18);
    display: none;
    position: absolute;
    right: 0px;
    left: auto;
    top: 94%;
    width: 120px;
    margin-top: 0px;
    z-index: 1;
}
.sitetop-navigation li li .sub-menu {
    left: 0;
    top: 100%;
    margin-top: 1px;
}
.sitetop-navigation li:hover .sub-menu {
    display: block;
}
.sitetop-navigation li .sub-menu li {
    float: none;
    display: block;
    padding: 0px;
    text-align: left;
}
.sitetop-navigation li:hover li .sub-menu {
    display: none;
}
.sitetop-navigation li:hover li:hover .sub-menu {
    display: block;
}
.sitetop-navigation li .sub-menu a {
    color: #000000;
    display: block;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.sitetop-navigation li .sub-menu li .sub-menu a {
    color: #000000;
}
/* .site-header.fixed .main-navigation li .sub-menu a {padding-bottom: 10px; padding-top: 10px;} */
.sitetop-navigation li .sub-menu a:hover {background-color: rgb(234, 222, 0);}
/* End */

.head-rt-bottom {/*padding-right: 15px;*/ padding-right: 0px;}
/* Main Menu */
.main_nav {float: left;}

.toggle-btn {
    background-repeat: no-repeat;
    background-color: #fff212;
    background-position: center;
    color: #000000 !important;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 30px;
    line-height: 34px;
    padding: 0px;
    text-align: center;
}
.toggle-btn:hover, 
.toggle-btn:focus {color: #ffffff;}
.toggle-btn i {font-size: 14px;}

/* Main Nav */
.site-navigation {display:inline-block;}
.main-navigation li {
    display: inline-block; 
    position: relative; 
    padding: 30px 10px;
    transition: all 0.5s ease; 
    -webkit-transition: all 0.5s ease; 
    -ms-transition: all 0.5s ease;
}
.main-navigation li:first-child {padding-left: 0px;}
.main-navigation li:last-child {padding-right: 0px;}
.main-navigation li a {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px;
}
/* .site-header.fixed .main-navigation li {padding-bottom: 18px; padding-top: 18px;} */
.main-navigation li a:hover, 
.main-navigation li a:focus, 
.main-navigation li.current-menu-item a, 
.main-navigation li.current-menu-ancestor a {
    color: #fff212;
}
.main-navigation li .sub-menu li.current-menu-ancestor a {
    color: #fff212;
}
.main-navigation li.menu-item-has-children > a:after {
    content: "\e900";
    height: 0;
    font-family: 'icomoon' !important;
    font-size: 9px;
    position: absolute;
    top: 38px;
    right: 0px;
}
.main-navigation li li.menu-item-has-children > a:after {
    content: "\e902";
    height: 0;
    font-family: 'icomoon' !important;
    font-size: 9px;
    position: absolute;
    top: 12px;
    right: 5px;
}
.main-navigation li.menu-item-has-children:last-child > a:after {right: -15px;}
.main-navigation li li.menu-item-has-children:last-child > a:after {right: 5px;}
/* .site-header.fixed li.menu-item-has-children > a:after {top: 24px;} */
/* Sub Menu */
.sub-menu {
    background-color:rgb(255, 242, 18);
    display: none;
    position: absolute;
    left: 0;
    top: 94%;
    top: 65%;
    width: 200px;
    margin-top: 0px;
    z-index: 1;
}
.main-navigation li li .sub-menu {
    left: 100%;
    top: 0;
}
.main-navigation li:hover .sub-menu {
    display: block;
}
.main-navigation li .sub-menu li {
    float: none;
    display: block;
    padding: 0px;
}
.main-navigation li:hover li .sub-menu {
    display: none;
}
.main-navigation li:hover li:hover .sub-menu {
    display: block;
}
.main-navigation li .sub-menu a {
    color: #000000;
    display: block;
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
.main-navigation li .sub-menu li .sub-menu a {
    color: #000000;
}
.site-header.fixed .main-navigation li .sub-menu a {padding-bottom: 10px; padding-top: 10px;}
.main-navigation li .sub-menu a:hover {background-color: rgb(234, 222, 0);}
/* End Main Nav */

.site-logos-head {float: right; width: 48%; margin-top: 5px; margin-bottom: 5px; position: relative; padding: 0 40px;}
.logo-list-head li {display: inline-block; width: 14%; text-align: center;}
/* .logo-list-head li:first-child {width: 40%;} */
.logo-list-head li:first-child {}
.logo-list-head li img {/*width: 80%;*/ width: auto; display: inline-block;}
/* .logo-list-head li:first-child img {width: 95%;} */

/* Header & Footer Logo Carousel */
.site_logos_footer {position: relative; padding: 0 15px;}
.site-logos-head .slick-track {display: flex;}
.site-logos-head .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding:0px 5px;
    margin-right:5px;
    margin-left:5px;
}
.site-logos-head .slick-prev {left: -30px;}
.site-logos-head .slick-next {right: -20px;}
 
.site_logos_footer .slick-track {display: flex;}
.site_logos_footer .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding:0px 15px;
    margin-right:15px;
    margin-left:15px;
}
.site_logos_footer .slick-prev {left: 0px; z-index: 9;}
.site_logos_footer .slick-next {right: 0px; z-index: 9;}
/* End Header */

/* Main Body */
.site-content {padding-top: 0px;}

/* Slider */
.slider {position: relative; overflow: hidden;}
.slider .ms-theme-highway {padding-bottom: 0px;}
.slider .metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap {
    background: transparent;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    text-align: left;
    max-height: 100%;
    height: 100%;
    opacity: 1;
}
.slider .metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap:after {
    content: "";
    background-color: transparent;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}
.slider .metaslider.ms-theme-highway .flexslider:not(.filmstrip) ul.flex-direction-nav {
    bottom: 50%;
    width: 100%;
}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a {
    background: transparent;
    border: 0px;
    opacity: 1;
}
.slider .metaslider.ms-theme-highway .flexslider:hover ul.flex-direction-nav li a:hover {background-color: transparent;}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev {left: 10px;}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next {right: 10px;}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a i {display:none;}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev:before, 
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next:before {
    background: none;
    font-family: 'icomoon' !important;
    color: rgba(255,255,255,0.1);
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev:hover:before, 
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next:hover:before {
    color: rgba(255,255,255,1);
}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev:before {
    content:'\e908' !important;
}
.slider .metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next:before {
    content:'\e909' !important;
}
.slider .metaslider .caption {
    position:relative; 
    width: 100%; 
    padding: 0px; 
    font-family: 'Oswald', sans-serif; 
    z-index: 1;
}
.slider .metaslider .caption-wrap h3 {
    color:#ffffff; 
    font-size: 30px; 
    font-size: 3rem; 
    font-weight: 300; 
    margin-bottom: 15px;
}
.slider .metaslider .caption-wrap h2 {
    font-size: 80px; 
    font-size: 8rem; 
    font-weight: 300; 
    margin-bottom: 30px; 
    line-height: 75px;
}
.slider .metaslider .caption-wrap h2 {text-transform: uppercase;}

/* Top Counter */
.top_counter {
    position: absolute;
    top: 60px;
    right: 30px;
    z-index: 10;
}
.top_counter .simply-countdown>.simply-section {margin: 5px;}
.top_counter.day_counter .simply-section {padding: 10px 0px; width: 90px;}
.top_counter.day_counter .simply-section .simply-amount {
    font-size: 48px;
    font-size: 4.8rem;
}
.top_counter.day_counter .simply-section .simply-word {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}
/* End Top Counter */

/* Live Tracking */
.tracking-result-wrapper {
    margin-top: -120px;
    margin-bottom: 100px;
}
/* End Live Tracking */

/* News */
h1.news_title {
    font-size: 42px;
    font-size: 4.2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h1.news_title span {
    color: #ff0000;
}
a.view-all-btn {
    color: #000000;
    margin-top: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
a.view-all-btn span {
    color: #ff0000;
}
a.view-all-btn:hover {color: #ff0000;}
.news_bg_wrapper {
    background-color: #040404;
    color: #ffffff;
    padding: 60px 0px;
    margin-top: 35px;
}
.date-time {
    color: #ff0000;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}
h3.latest_news_title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}
.latest_news_content {
    color: rgba(255,255,255,0.5);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 35px;
}
.btn_more {
    background-color: #ff0000;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px 0px 20px;
    position: relative;
}
.btn_more:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 32px solid red;
    border-right: 30px solid transparent;
    position: absolute;
    right: -31px;
    top: -1px;
}
.btn_more:hover, .btn_more:focus {outline: 0px;}

/* News Carousel */
.news_carousel {
    margin-top: 65px;
}
.news_carousel .slick-prev {
    left: 46%;
    top: auto;
    bottom: -50px;
}
.news_carousel .slick-next {
    right: 46%;
    top: auto;
    bottom: -50px;
}
.news_carousel .slick-prev:before, 
.news_carousel .slick-next:before {
    font-family: 'icomoon' !important;

}
.news_carousel .slick-prev:before {content: '\e906';}
.news_carousel .slick-next:before {content: '\e907';}
.news_carousel_img {
    position: relative;
}
.news_carousel .col-md-4 .news_carousel_img img {width: 100%;}
.carousel-date-time {
    background-color: #ff0000;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 15px 0 5px;
}
.carousel-date-time:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 32px solid #ff0000;
    border-left: 30px solid transparent;
    position: absolute;
    left: -30px;
    top: 0px;
}
h5.news_carousel_title {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}
/* End News */
.comp_top_mr {padding-top: 40px;}

.news_details .entry-header {
    width: 78%;
    margin-bottom: 75px;
}
.date-time svg {
    display: none;
}
.date-time span.byline {
    margin-right: 10px;
}
.date-time time {
    margin-right: 10px;
}
.date-time span, .date-time a {color: #ff0000;}
.date-time span.writterby {
    font-weight: 300;
}
.news_details h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
}
.details_news_img {
    margin-bottom: 60px;
}
.single .details_news_img {text-align: center;}
.details_news_img img {/*width: 100%;*/ width: auto;}
.news_details p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.news_details li {position: relative; margin-bottom: 15px; padding-left: 30px;}
.news_details li:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
}
/* News Details */

/* Site Info */
.site-info {
    padding-top: 70px;
}

.info_title, h3.info_title {
    background-color: #ff0000;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0px 15px;
    margin-bottom: 20px;
    position: relative;
}
.weather_col h3.info_title, 
.photo_col h3.info_title {
    background-color: #000000;
}
.info_title:after, h3.info_title:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid #ffffff;
    border-left: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}
h3.info_title span {
    float: right;
    font-size: 14px;
    margin-top: 25px;
    margin-right: 30px;
}
.video_wrapper {
    height: 290px;
    padding-right: 20px;
    overflow-y: auto;
}
.video_img a {
    display: block;
}
.video_img img {
    border: 5px solid #000000;
    width: 100%;
}
.video_content {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 15px 0;
}

ul.social_feed_list {float: right; margin-left: 5px; margin-right: 30px;}
ul.social_feed_list li {display: inline-block; margin-right: 5px;}
ul.social_feed_list li:last-child {margin-right: 0px;}
span.social_feed_link {cursor: pointer; color: #ffffff;}
span.social_feed_link:hover {color: #fff212;}
span.social_feed_link.active {color: #fff212;}

.socialtab {display: none;}
.socialtab.active {display: block;}
/* End */

/* Weather */
.weather .weather-atlas-wrapper {
    border: 0px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: none;
}
.weather .weather-atlas-wrapper .weather-atlas-body {padding: 10px 5px;}
/* Image Gallery */
li.gallery_col {
    display: none;
}
li.gallery_col:first-child {
    display: inline-block;
}
.weather .weather-atlas-wrapper .weather-atlas-footer {display: none;}

.social-feed-wrapper {
    height: 290px;
    padding-right: 20px;
    overflow-y: auto;
}
.twitter-feed {}


.ctf-more {
    background: #000000 !important;
    border-radius: 0px !important;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
section.img_gallery {
    margin-top: 100px;
}
.img_gallery .go-gallery.size-small ul.go-gallery-list {margin-left: -15px !important; margin-right: -15px !important;}
.img_gallery .go-gallery.size-small ul.go-gallery-list li.go-gallery-item {
    width: 33.3333%;
    padding: 0 15px !important;
    margin-bottom: 15px;
}
.img_gallery .go-gallery ul.go-gallery-filters {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
}
.img_gallery .go-gallery ul.go-gallery-filters:after {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.img_gallery .go-gallery ul.go-gallery-filters li {position: relative;}
.img_gallery .go-gallery ul.go-gallery-filters li.active a:after {
    content: "";
    background-color: #ff0000;
    width: 100%;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 5;
}
.img_gallery .go-gallery ul.go-gallery-filters li a {
    background: transparent !important;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #000 !important;
}

.gallery_img_desc {
    margin-top: 15px;
}
.gallery_img_desc p {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}
#qt_popup_lb .qt_popup_header {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
}
#qt_popup_lb .qt-popup-close-button {font-size: 1.2em; line-height: 1em;}
#qt_popup_lb .qt_popup_footer {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0;
    position: relative;
    margin-top: 30px;
    display: none;
}
/* End Home */
.top_space {
    margin-top: 100px;
}
/* News */
.news-col {
    margin-bottom: 60px;
}
.news-col:nth-last-child(-n+3) {
    margin-bottom: 30px;
}
.new_img {
    margin-bottom: 40px;
    max-height: 350px;
    overflow: hidden;
}
.new_img img {
    width: 100%;
}
h3.news_page_title {min-height: 80px;}
.news_page_content {color: #000000; min-height: 100px;}
.cus_pagination {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}
.cus_pagination span, .cus_pagination a {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 0 5px;
}
.cus_pagination span.page-numbers.current {
    background-color: #ff0000;
}
.cus_pagination span:hover, .cus_pagination a:hover {background-color: #ff0000;}
/* End News */

/* Spectators */
.spectors_list_main {
    background-color: transparent;
}
.spectors_list {
    border: none!important;
    color: #000000;
    padding: 25px 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
.spe_main_sec {
    margin-top: 75px;
}
/* Form */
.contact_interest {
    width: 75%;
    margin: 60px auto 0px;
    text-align: center;
}
.contact_interest [class*=col-] {
    margin-bottom: 15px;
}
.contact_interest h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}
input.btn_send {
    background-color: #ff0000;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 32px;
    line-height: 34px;
    padding: 0px 25px;
}
input.btn_send:hover, input.btn_send:focus {color: #000000;}
/* Responsive Tab */
.spectors_tab {
    border-bottom: 4px solid #000000;
    position: relative;
}
.resp-tab-active {padding: 13px 15px !important;}
.comp_list_sec .resp-tabs-list.spectors_tab li {
    position: relative;
}
.comp_list_sec .resp-tabs-list.spectors_tab li.resp-tab-active {
    border: 0px !important;
}
.comp_list_sec .resp-tabs-list.spectors_tab li.resp-tab-active:before {
    content: "";
    background-color: #ff0000;
    width: 100%;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.spectors_list h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: 40px;
}
.spectors_list p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.spectors_list p:last-child {margin-bottom: 0px;}
.spectors_list ul {}
.spectors_list li {position: relative; margin-bottom: 30px; padding-left: 30px;}
.spectors_list li:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
}
/* End */

/* Hub */
.featured_img {margin-bottom: 30px; margin-top: 80px; text-align: center;}
.featured_img img {width: 100%;}
.hub_row {margin-bottom: 50px; margin-left: -15px; margin-right: -15px;}

/* .hub_bg:before, .hub_bg:after {content: ''; display: table;}
.hub_bg:after {clear: both;}
.hub_bg {padding-left: 15px; padding-right: 15px;}
.hub_row:nth-child(even) .hub_bg {background-color: #eeeeee;} */

.hub_img, .hub_text {float: left; width: 50%; padding-left: 15px; padding-right: 15px;}
.hub_row:nth-child(odd) .hub_img {float: right;}
.hub_row:nth-child(odd) .hub_text {float: right;}

/* End */

/* Document */
.calendar_list {border:none !important; padding: 25px;}
.comp_list_main ul.calendar_ul {}
.comp_list_main ul.calendar_ul li {margin-bottom: 0px;}

.doc_ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.doc_ul li:last-child {margin-bottom: 10px;}
a.doc_anchor {
    color: #fff212;
    display: block;
}
a.doc_anchor:before {
    content: "";
    background: url(../images/pdf-logo.png) no-repeat;
    width: 16px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
/* End */

/* Stories Page */
.stories_details .entry-header {width: 78%; margin-bottom: 75px;}
.stories_details h1 {font-weight: 300;}
.stories_details .date-time {margin-bottom: 15px; margin-top: 15px;}

.page-content {margin-bottom: 30px;}
.stories-col {margin-bottom: 60px;}
h3.stories_title {min-height: 80px;}
h3.stories_title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}
.stories_content {
    color: rgba(255,255,255,0.5);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 35px;
}
.stories_content {
    color: #000000;
    min-height: 100px;
}

/* Stories Details */
.stories_gallery_sec .photo-gallery-wrapper, 
.stories_gallery_sec .video-gallery-wrapper {
    border: none!important;
    color: #000000;
    padding: 25px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
}
.safari_gallery {
    margin: 0 -15px;
}
.safari_gallery li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.safari_gallery li img {
    width: 100%;
}
.safari_gallery.video_row li {
    display: inline-block;
    float: none;
    width: 33%;
    vertical-align: top;
}
.single-rally_stories .page-content p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.single-rally_stories .page-content p:last-child {margin-bottom: 0px;}
/* End */

/* Contact Page */
.page-template-template-contact .entry-header {width: 78%; margin-bottom: 100px;}
.contact_row .form_row {margin-bottom: 15px;}
.our-map iframe {width: 100%; height: 250px;}
.our-email {margin: 15px 0px; margin-top: 0}
.social-list.contact_social {margin-top: 0px; margin-bottom: 15px}
.contact_social .header-social li a {color: #000000; width: 24px; height: 24px;}
.contact_social .header-social li a:before {color: rgba(0,0,0,1); width: 24px; height: 24px; font-size: 24px;}
.contact_social .header-social li a:hover:before {color: rgba(162,162,162,1);}
h4.contact_site_title {font-family: 'Oswald', sans-serif; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; margin-bottom: 15px;}
.our-phone {margin-bottom: 10px;}
.our-phone.phone-para p {margin-top: 0px;}
.pobox-section{ padding-top: 15px }
/* End */

/* CMS Pages */
.common_pad {
    margin-top: 40px;
}
h1.entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h1.entry-title + p, h1.entry-title + h4  {
    margin-top: 80px;
}
.common_pad p {
    margin-bottom: 20px;
}
.site-content .common_content ul {margin-top: 30px;}
.site-content .common_content ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.site-content .common_content ul li:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
}

.common_content h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}
.common_content h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

a.btn_readmore {
    background-color: #ff0000;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
a.btn_readmore:hover, a.btn_readmore:focus {color: #000000;}
/* End CMS Pages */

/* 404 Page */
.error_top_padd {padding-top: 200px;}
.error-404 {
    text-align: center;
}
.error-404 .page-content {
    margin-top: 30px;
}
.error-404 .page-content p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.back_btn {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    padding: 0px 25px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.back_btn:hover, .back_btn:focus {
    background-color: #fff212;
    border-color: #fff212;
    color: #000000;
}
/* End */

/* Winners */
.table-decor tbody {background-color: #ffffff;}
.table-decor tbody tr:nth-of-type(odd) {background-color: #f6f6f6;}
.table-decor tbody tr:nth-of-type(even) {background-color: #ffffff;}

/* ===================== Breadcrumbs ===================== */
.breadcrumbs_wrap {
    margin-top: 35px;
    margin-bottom: 30px;
}
.breadcrumbs span {
    color: #9e9e9e;
    font-size: 12px;
    font-size: 1.2rem;
}
.breadcrumbs span.separator {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: 1px;
    margin: 0px 4px;
}
.breadcrumbs span.current-item {
    color: #000000;
}
/* ===================== End Breadcrumbs ===================== */

/* News Details */
.sidebar_news_details {
    margin-top: 40px;
}

.news_details.news_details_new .entry-header {
    width: 100%;
    margin-bottom: 15px;
}
/* Post Single */
.cus-slider {
    /*background-color: #fff212;*/
    background: #fff312;
    background: -moz-linear-gradient(left, #fff312 0%, #fff8e8 65%, #ffffff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff312), color-stop(65%, #fff8e8), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #fff312 0%, #fff8e8 65%, #ffffff 100%);
    background: -o-linear-gradient(left, #fff312 0%, #fff8e8 65%, #ffffff 100%);
    background: -ms-linear-gradient(left, #fff312 0%, #fff8e8 65%, #ffffff 100%);
    background: linear-gradient(to right, #fff312 0%, #fff8e8 65%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff312', endColorstr='#ffffff', GradientType=1 );
    border: 1px solid #000000;
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}
.news_details .cus-slider li {
    margin-bottom: 0px;
    padding: 5px;
}
.news_details .cus-slider li:before {
    display: none;
}
.news_details .cus-slider li a {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news_details .cus-slider li a:hover, .news_details .cus-slider li a:focus {color: #ff0000;}
.cus-slider .slick-prev, .cus-slider .slick-next {display: none !important;}
.news_details p.update-news {
    background-color: #000000;
    color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin-bottom: 0px;
    z-index: 5;
}
.update-align-center {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    left: 0px;
    top: 18%;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%);
}

/* Side Bar */
.news_sidebar {
    margin-top: 80px;
}
.sidebar-inner {
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.5);
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 10px;
}
h2.post-main-title {
    background-color: #e4e4e4;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 5px;
}
.news_details .news_sidebar li {
    margin-bottom: 15px;
    padding-left: 0px;
}
.news_details .news_sidebar li:before {
    display: none;
}
.recent-post-wrapper img {width: 75px; float: left; margin-right: 15px;}
h5.recent-post-title {
    color: #004276;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.news_details p.recent-post-des {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0px;
}

/* Gallery */
.ngg-breadcrumbs {display: none;}
.ngg-albumoverview {margin-top: 0px !important;}
.ngg-album-compactbox {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-color: #000000;
}
.ngg-album-compactbox:before, 
.ngg-album-compactbox:after {display: none;}
.ngg-album-compact p {
    display: none;
}
.ngg-album-compact h4 {
    background-color: #282828;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    text-align: center;
    padding-top: 10px;
}
.ngg-album-compact h4 .ngg-album-desc {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 300;
    height: 50px !important;
}
.ngg-album-compact h4 .ngg-album-desc:hover {color: #ff0000;}

.ngg-galleryoverview {margin-top: 0px; margin-bottom: 30px;}
.ngg-galleryoverview.default-view {text-align: left !important;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {padding: 0 10px; margin-bottom: 15px; width: 25%;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {border: 1px solid #000000 !important; padding: 5px 0px;}
.sl-wrapper .sl-image .sl-caption {display: none !important;}