@media only screen and (min-width: 1440px){
    body {
        font-size: 19px!Important;
    }
}
@media only screen and (min-width: 1600px){
    body {
        font-size: 21px!Important;
    }
}
.site-main {
    background: #fff !important;
    padding-top: 50px;
}

body:not(.ct-has-sidebar) .content-area {
    background: #fff !important;
    padding: 0px !important;
}

.bgsize {
    background-size: cover;
}
.bgcl {
    background-color: inherit !important;
}
.fuel_category-q-vault {
    position: relative;
    z-index: 999;
}
h1.play-video {
    text-transform: capitalize;
    text-align: center;
    color: #ff5733;
}


a:hover {
    color: #387ff7 !important;
}

.menu>li>a {
    color: #212529;
}

header .nav li ul.sub-menu, header .nav li ul.children{
    z-index: 999999!important;	
}
.custom-heading h2,
.custom-heading h4,
.hero-section h1,
.ct-related-posts-label,
.fuel-related-stories-label {
    padding-bottom: 5px !important;
    border-bottom: 3px solid #387ff7;
    font-style: italic;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    margin: 0px 0px 30px 0px !important;
    color: #212529;
}
.main-video .video-js {
    width: 100%;
    margin: 0px 0px 15px 0px;
}
.main-video .video-js p,
.fuel.type-fuel p {
    margin: 0px;
}

.fuel-video-main-video-title {
    border-bottom: 3px solid #387ff7;
    font-style: italic ;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    margin-top: 24px !important;
    margin-bottom: 15px !important;
}


.fuel-related-stories ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px -15px;
}
.fuel-related-stories ul li {
    width: 25%;
    display: inline-block;
    padding: 0px 15px;
    vertical-align: top;
    margin-bottom:30px;

}
.single .fuel-related-stories ul li {  width: 24.6%;  }

.fuel-related-stories ul li .fuel-related-stories-image {
    /*height: 180px;*/
    object-fit: cover;
}
.fuel-related-stories ul li .fuel-info {
    background: #f3f3f3; 
    padding:15px;
    min-height: 115px;
}

.fuel-related-stories .fuel-related-stories-entry-title {
    margin: 0px !important;
    word-wrap: break-word;
    padding:0px;
    line-height: 22px;
    font-size: 20px !important;
    font-weight: 500;
    color: #000;
}
.fuel-related-stories .fuel-related-stories-entry-title a {
    color: #000;
}

.fuel-related-stories .fuel-related-stories-entry-meta {
    margin: 0px;
    padding-bottom: 6px;
    color: #000;
    font-size: 13px;
}

.fuel-related-stories .fuel-related-stories-entry-meta a {
    color: #000;
}

/*.fuel-video-player-wrapper-main.videoTag {
    z-index: 9999;
    position: relative;
}*/

.video_embed_hls .video-js.vjs-watermark {
    display: block;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.ct-related-posts {
    background: #fff;
    padding: 0px;
}


#main-container .site-footer {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #2a2a28;
}
#main-container .site-footer .footer-primary-area {
    padding: 0px;
}

.top-stories .ct-related-posts.ct-hidden-md {
    display: block !important;
}


.site-main .ct-related-posts {
    display: block !important;
}

.fuel-single-content-entry-header h1 {
    padding-bottom: 8px;
    border-bottom: 3px solid #387ff7;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0px 0px 40px 0px;
    color: #212529;
}

.fuel-single-content-container {
    margin-bottom: 30px;
}


@media (min-width: 1000px){
    .ct-container {
        width: 90%;
    }
}

@media (max-width: 890px) {
    .vc_row-fluid.top-stories.top-new,
    .vc_row-fluid.top-stories.top-category {
        margin: 0px;
    }
    .fuel-related-stories ul li {
        width: 50% !important;
    }
    .single .fuel-related-stories ul li {
        width: 49.6% !important;
    }
}
@media (max-width: 624px) { 
    .fuel-related-stories ul li {
        width:100% !important;
    }
    .single .fuel-related-stories ul li {
        width: 100% !important;
    }
    .fuel-related-stories ul li .fuel-related-stories-image {
        height: 220px !important;
        object-fit: cover;
    }
    .fuel-single-content-entry-header h1 {
        font-size: 1.6rem;
        line-height: 30px;
        color: #212529;
    }
}

@media (max-width: 999.98px) and (min-width: 690px) {
    .top-stories .ct-related-posts.ct-hidden-md,
    .ct-related-posts.ct-hidden-md {
        display: block !important;
    }
}




/** Use .sticky */

.is-sticky,.videoTag .is-sticky{
    position: fixed;
    right: 20px;
    bottom: 3px;
    top: 20px;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

section.main-wrapper {
    max-width: 760px;
    margin: 0 auto;
}

section.level {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-transform: uppercase;
    height: 250px;
    margin-bottom: 50px;
}                     

.close-button {
    position: fixed;
    box-sizing: border-box;
    display: block;
    right: 24px;
    bottom: inherit;
    top: 10px;
    left: auto;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
    z-index: 9999999999;
}

.close-button:before,
.close-button:after {
    width: 20px;
    height: 5px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #4F2121;
    transition: all 0.2s ease-out;
}

.close-button:after {
    transform: rotate(45deg);
}

.close-button:hover:after {
    transform: rotate(-45deg);
}

.close-button:hover:before {
    transform: rotate(45deg);
}

.view_all_button {
    float: right;
    font-weight: bold;    
    color: #1953b4;
}

.view_all_button_for_carousal {
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;   
    text-align: right;
    color: #1953b4;
}

.gradient-overlay {
    position: fixed;
    right: 3px;
    bottom: inherit;
    top: 3px;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    opacity: .01;
    background: #000;
    z-index: 1;
    display: none;
}

.share_button_text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #171717;
    text-decoration: none;
}

.a2a_dd:hover {
    text-decoration: none;
}

i.fa.fa-arrows-alt {
    position: fixed;
    right: 8px;
    bottom: 5px;
    top: auto;
    left: auto;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.video-js { width:100% }

.fuel-related-stories ul li .fuel-info {
    position: relative;
}

.slick-track {
    float: left !important;
}

.fuel-related-stories ul li .fuel-info .a2a_kit {
    position: absolute;
    right: 8px;
    top: 6px;
}

.efcus{
    width: 100%;
    transition: transform .5s, opacity .5s;
    display: block;
    position: relative;
    /*height: 236px!important;*/
    cursor:pointer;	
}
.video-gallery-tiles {
    margin-top: 15px;
    margin-bottom: 15px;	
}

.video-gallery-tiles:hover img {
    transform: scale(1.05);
}
.bggray h3 {
    text-transform: capitalize;
    font-family: Gothic, "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.video-gallery-tiles {
    cursor:pointer;	
}
.innerimg{
    position: relative;
    overflow: hidden;	
}
.resource-video-player-icon{
    cursor:pointer;	
}
.innerimg::after {
    content: "\f04b";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    padding: 0.13em 0 0.1em .201em;
    text-align: center;
    text-shadow: 0.025em 0.025em 0.05em rgba(0,0,0,.25);
    opacity: 0.75;
    transition: opacity 1s;
    border: .1em solid;
    border-radius: 50%;
}
.innerimg:hover::after {
    opacity: 1;
}

.resource-video-player-caption {
    bottom: 0!important;
    width: 100%!important;
    color: #FFF!important;
    background-color: #01335599!important;
    margin-top: -148px;
    position: relative!important;
    mix-blend-mode: inherit!important;	
}
.resource-video-player-caption h2 {
    visibility:visible!important;
    font-size: 3.33em;
    font-weight: 700;
    text-shadow: 1.5px 1.5px 3px rgba(0,0,0,.4);
    text-transform: capitalize;
    padding-bottom: 0px !important
}
.resource-video-player h2 {
    color: #FFF;

}
.resource-video-player-icon {
    display: table-cell;
    vertical-align: middle;
    padding: .5em 1em;
    width: 20%;
}
.resource-video-player-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    padding-right: 30px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.relv:hover .resource-video-player-icon img {
    transform: scale(1.1); 
}
.relv{
    transition: transform .5s;
    cursor:pointer;
}
/*.relv:hover .vjs-poster{
    background: #0f0e0e61!Important;
}*/
.resource-video-player-icon img {
    display: block;
    transition: transform .5s;
}

.resource-video-player-icon{
    width: 175px;	
}
.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 90%;
    margin:0px auto;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.popup_video_box .fuel-video {
    padding-top: 40% !important;
}
.bghe{
    cursor:pointer;    
    background-size: cover!important;
    text-align: center;	
}
.bghe span{
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    text-transform: capitalize;
    color: #ffff;
    font-weight: bold;
    font-size: 4em;
    text-shadow: 0.125em -0.375em 2.7em rgba(0,0,0,.6);
}
.bghe::after{
    font-size: 8em!important;	
}
.bghe::after{
    opacity: 0.4;	
}
.topofmargin{
    margin-top:30px;	
}
/*.relv{
    margin-bottom: 10%;
}*/
.bghe:hover::after {
    opacity: 0.8;
}
.overlaper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bf;
    z-index: 99999;
    display:none;
}
.popmain{
    display:none;
    position: fixed;
    /* top: 4%; */
    z-index: 999999;
    width: 90%;
    top: 16%;
    left: 0;
    right: 0;
    margin: 0px auto;	
}

.video_gallery_widget .innerimg::after {
    line-height: 1.01em !important;
}

.video_gallery_widget .fuel-related-stories-entry-title {
    margin-top: 20px !important;
    padding-bottom: 4px;  
}

.video_gallery_widget .fuel-related-stories-entry-title a {
    color: #00558c !important;
    font-weight: 700 !important;
    font-size: 1.25em !important;
    text-transform: capitalize !important;  
    line-height: 1.2 !important;
}
video:focus {
    outline: none !important;
}
@media only screen and (max-width:1023px) {
    section.main-wrapper {
        width: 95%;
    }
    section.level {
        height: 150px;
        margin-bottom: 50px;
    }
}

.fueltooltip {
  position: relative;
  display: inline-block;
}

.fueltooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: tan;
  color: #fff;
  text-align: center;
  /*border-radius: 6px;*/
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 5px; 
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

/*.fueltooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}*/

.fueltooltip img {
    cursor: pointer !important;
}

.a2a_more { display: none !important; }