body{
    font-family: 'Poppins';
}

header{
    display: block;
    margin: 60px 0 0 0;
    text-align: center;
}
.grid-margin{
    margin-top: 60px;
}
.gap-top5{
    margin-top: 5px;
}
.home-logo{
    display: inline-block;
}
.grid-gap {
    margin-top: 50px;
    margin-bottom: 50px;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.alert{
    text-align: center;
    font-weight: 400;
}
.alert.alert-warning a{
    color:#1d1a55;
}
.alert a:hover{
    text-decoration: underline;
}
#CONSTANT_OPEN_URL{
    color:#fff!important;
    font-family: "Poppins"!important;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
#cookie-law-info-bar{
    background: #5c707a!important;
    padding: 10px 0!important;
    color:#fff!important;
    font-family: "Poppins"!important;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
#cookie-law-info-again{
    display: none!important;
}
.main-menu{
    cursor: pointer;
    font-size: 30px;
    color:#1d1a55;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float:right;
    margin-top: 15px;
    margin-right: 30px;
    transition: all 0.4s;
}
.main-menu:hover{
    color: #5c707a;
}
.all-categories{
    margin-top: 30px;
    padding: 30px 0;
    display: none;
    border-bottom: 1px solid #1d1a55;
    border-top: 1px solid #1d1a55;
}
.all-categories ul{
    margin: 0;
    padding: 0;
}
.all-categories ul li{
    display: inline-block;
    padding: 5px 10px;
}
.all-categories ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color:#1d1a55;
    transition: all 0.4s;
}

.all-categories ul li a:hover{
    color:#5c707a;
}
/*--------------std----------------------*/
.std h1{
    font-size: 52px;
    font-weight: 600;
    color:#1d1a55;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 64px;
}
.std h2{
    font-size: 36px;
    font-weight: 600;
    color:#1d1a55;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 40px;
}
.std h3{
    font-size: 28px;
    font-weight: 600;
    color:#1d1a55;
    text-transform: uppercase;
    margin: 25px 0;
    line-height: 30px;
}
.std p{
    font-size: 18px;
    color:#696971;
    font-family: 'Poppins';
    font-weight: normal;
    margin: 0 0 25px 0;
    line-height: 30px;
}
.std a{
    color:#1d1a55;
}
.std a:hover{
    color:#5c707a;
}
::selection {
    background: #1d1a55;
    color:#fff;
}
::-moz-selection {
    background: #1d1a55;
    color:#fff;
}
/*------------article---------------*/
.ssba.ssba-wrap{
    margin-top: 110px;
}
.ssba.ssba-wrap #share-title{
    font-family: "Poppins"!important;
    text-transform: uppercase!important;
    font-weight: 200!important;
    font-size: 30px!important;
    color:#1d1a55!important;
    display: block;
    text-align: center!important;
    border-top:1px solid #1d1a55;
    margin: 0 0 30px 0!important;
    padding: 30px 0 0 0!important;
}
.ssba_sharecount{
    font-family: "Poppins"!important;
    font-size: 10px!important;
    background: #fff!important;
}
.ssba a:hover{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.navigation a{
    width:70px;
    height: 160px;
    display: block;
    position: relative;
    background: #1d1a55;
    transition: all 0.5s;
}
.navigation a span{
   -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -22px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: normal !important;
}
.navigation a.prev{
    
    background: #e20613;
}
.navigation a.prev span{
    margin-top: -20px;
    margin-left: -44px;
}
.navigation a.prev:hover,
.navigation a:hover{
    background: #363d40;
}
.subheading{
    font-size: 30px;
    font-weight: 200;
    color:#1d1a55;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.list{
    margin: 0 0 50px 0;
    padding: 0;
}
.list li{
    list-style-type: none;
}
.list li:before{
    content: "•";
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    color:#1d1a55;
}
.list li a{
    transition: all 0.4s;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 0;
    color:#1d1a55;
    display: block;
    text-transform: lowercase;
}
.list li a:first-letter{
    text-transform: uppercase;
}
.list li.active a{
    font-weight: 700;   
}
.list li a:hover{
    color:#363d40;
}
/*------------grid--------------*/
.white-shadow{
    display: block;
    position: relative;
}
.white-shadow:before{
    transition: all 0.8s;
    content: "";
    position: absolute;
    z-index: 9;
    width:100%;
    padding-bottom: 20%;
    pointer-events: none;
    transform: translate(0,-100%);
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.white-shadow.deactive:before{
    opacity: 0;
}
.text-center{
    text-align: center;
}
.small-gap{
    margin-top: 40px;
    margin-bottom: 40px;
}
.hover-action{
    position: relative;
    overflow: hidden;
}
.hover-action .functional-buttons{
    position: absolute;
    top:50%;
    left: 0;
    width:100%;
    margin-top: -900px;
    z-index: 9;
    transition: all 0.5s;
    text-align: center;
    padding: 10px 15px;
    transform: translate(0,-50%);
}

.hover-action .functional-buttons .btn-default{
    clear: both;
   
}

.functional-buttons span{
    color:#fff;
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 20px;
    padding: 5px;
    font-style: italic;

}
.spin-horizontal:before{
    position: absolute;
    top:10%;
    right:-40px;
    width:80px;
    height: 6px;
    content: "";
    background: #e20613;
    display: block;
    z-index: 1;
}
.spin-vertical:before{
    position: absolute;
    bottom:-40px;
    left:10%;
    width:6px;
    height: 80px;
    content: "";
    background: #e20613;
    display: block;
    z-index: 1;
}
.hover-action:before{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    pointer-events: none;
    height: 100%;
    background: #363d40;
    opacity: 0;
    content: "";
    transition: all 0.4s;
    z-index: 3;
}

.no-padding{
    padding:0;
}
.no-margin{
    margin: 0;
}
.tile.small{
    display: block;
    width:100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #fff!important;

}
.tile.small.contain{
    background-size: contain!important;
    background-position:  center center!important;
    background-repeat: no-repeat!important;
}
.tile.small.cover{
    background-size: cover!important;
    background-position:  center center!important;
    background-repeat: no-repeat!important;
}
.centered{
    position: absolute;
    top:50%;
    left: 0;
    width:100%;
    z-index: 1;
    transform: translate(0,-50%);
    padding: 15px 30px;
}
.centered h3{
    text-align: center;
    color:#1d1a55;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.single-tile:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color:rgba(29, 26, 84, 0.2) ;
}

.centered span{
    text-align: center;
    color:#1d1a55;
    font-family: 'Poppins';
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.centered.white span,
.centered.white h3{
    color:#fff;
}
.tile.small.lightblue,
.lightblue{
    background: rgb(210 209 221)!important;
}
.masonry-container{
    background: rgb(210 209 221);
}
.masonry-container .item.right{
    float: right!important;
}
.small-grid{
    margin-top: 100px;
}
.breadcrumb{
    margin-top: 60px;
    margin-bottom: 0;
    background: transparent;
    padding: 15px;
    border-top:1px solid #1d1a55;
    border-bottom:1px solid #1d1a55;
    border-radius: 0;
}
.breadcrumb ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumb ul li{
    display: inline-block;
    font-size: 16px;
    padding: 0 2px;
    color:#1d1a55;
    line-height: 20px;
    font-family: 'Poppins';
    font-weight: 300;
}
.breadcrumb ul li a{
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
    color:#1d1a55;
}
.breadcrumb ul li a:hover{
    color:#363d40;
}
.breadcrumb ul li span{
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    color:#1d1a55;
}
/*--------------article-------------*/
.gallery{
    margin: 30px 0!important;
}
.gallery .gallery-item{
    width:33%!important;
    float:none!important;
    display: inline-block!important;
}
.gallery .gallery-item a{
    display: block!important;
}
.gallery .gallery-item img{
    border: none!important;
}
.gallery br{
    display: none!important;
}
.article-image{
    margin-bottom: 60px;
}
.single .std h1{
    margin-bottom: 60px;
}
.gap15{
    margin-bottom: 15px;
}
/*-------------buttons--------------*/
.single footer{
    margin-top: 110px;
}
.btn-default{
    border-radius: 4px;
    padding: 12px 16px 11px!important;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    border: 0;
    background-color: #e20613;
    color: #fff !important;
}

.std .btn-default:hover,
.btn-default:hover,.btn-default:focus{
    background: #92040C;
    color:#fff;
}
/**/
#overlay{
    z-index: 99998;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
#lightbox{
    z-index: 99999;
    position: fixed;
    top:50%!important;
    left:50%!important;
    width:98%!important;
    max-height: 98%!important;
    transform: translate(-50%,-50%)!important;
    margin:0!important;
}
#outerImageContainer,#imageDataContainer{
    max-width: 100%!important;
}
.loading-content{
    position: fixed;
    z-index: 99998;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.loading-content i{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -45px;
    margin-left:-45px;
    color:#e20613;
    z-index: 99999;
    font-size:90px;
}
.scrollToTop{
    position: fixed;
    bottom: 0px;
    right: 0;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#e20613;
    color:#fff;
    opacity:0.7;
    display:none;
    z-index: 99999;
    cursor:pointer; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollToTop:hover,.scrollToTop:focus{
    opacity:1;
    color:#fff;
}
footer{
    margin-top: 70px;
    background: #1d1a55;
    padding: 12px 40px;
}
footer p{
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins';
    line-height: 24px;
    color:#fff;
    font-weight: normal;
}
footer p a{
    color:#fff;
}
footer p a:hover{
    color:#f5fafc;
    text-decoration: none;
}
@media(max-width:1399px){
    .std p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width:1199px){
    .navigation a{
        width: 40px;
    }
    .grid-gap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .small-grid {
        margin-top: 80px;
    }
}
@media(max-width:991px){
    .navigation a span{
        font-size: 14px;
    }
    .navigation a.prev span {
        margin-top: -12px;
        margin-left: -26px;
    }
    .navigation a span {
        margin-top: -12px;
        margin-left: -12px;
    }
    .navigation a{
        height: 70px;
        width: 30px;
    }
  
    .spin-horizontal:before{
        width:50px;
        right: -25px;
    }
    .spin-vertical:before{
        height: 50px;
        bottom: -25px;
    }
    .grid-gap {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .centered span{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .centered h3{
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width:767px){
    .breadcrumb ul li,
    .breadcrumb ul li span,
    .breadcrumb ul li a{
        font-size: 14px;
    }
    .main-menu{
        margin-top: 5px;
    }
    .all-categories{
        padding: 15px 0;
    }
    .all-categories ul li{
        display: block;
    }
    .btn-default{
        letter-spacing: 1px;
    }
    .ssba.ssba-wrap{
        margin-top: 60px;
    }
    .single footer{
        margin-top: 30px;
    } 
    .navigation{
        background: #f5fafc;
        font-size: 0;
        margin-top: 60px;
        position: relative;
    }
    .navigation:after,.navigation:before{
        content:"";
        position: relative;
        display: table;
        width:100%;
        clear: both;
    }
    .navigation a{
        float:right;
    }
    .navigation a.prev{
        float:left;
    }
    .navigation a.prev,
    .navigation a{
        position: relative;
        display: inline-block;
        width:50%;
        vertical-align: middle;
        height: auto;
    }
    .navigation a.prev span,
    .navigation a span{
        position: relative;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        left:0;
        line-height: 20px;
        font-size: 18px;
        padding: 15px 10px;
        top:0;
        margin: 0!important;
    }
    .subheading.pointer{
        cursor: pointer;
    }
    footer p{
        text-align: center;
        margin: 10px 0;
        display: block;
    }
    .hover-action{
        cursor: pointer;
    }
    .hover-action .functional-buttons .btn-default{
        padding: 6px 12px;
        font-size: 14px;
        line-height: 14px;
    }
    .hover-action.active:before{
        opacity: 0.9;
    }
    .hover-action.active .functional-buttons{
        margin-top: 0;
    }
    .archive h1,
    .home h1{
        text-align: center!important;
    }
    .std h1{
        font-size: 38px;
        line-height: 46px;
    }
    .std p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .centered span{
        font-size: 10px;
    }
    .centered h3{
        font-size: 14px;
        line-height: 20px;
    }
    .centered{
        padding: 10px;
    }
    .breadcrumb{
        margin-top: 30px;
    }
    .grid-margin,
    header{
        margin-top: 30px;
    }
    .small-grid {
        margin-top: 40px;
    }
    .grid-gap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .subheading{
        font-size: 26px;
        line-height: 30px;
    }
    .article-image,
    .single .std h1,
    .list{
        margin-bottom: 30px;
    }
    .subheading.pointer{
        padding: 10px 0;
        border-top: 1px solid #1d1a55;
        border-bottom: 1px solid #1d1a55;
    }
    .subheading.pointer:before{
        content: "";
        font-family: FontAwesome;
        float:right;
        margin-right: 10px;
        font-size: 18px;
    }
    .subheading.pointer.collapsed:before{
        content: "";
        font-family: FontAwesome;
    }

}

@media(max-width:560px){
    .home-logo{
        max-width: 200px;
    }
    .col-us-6{
        width:50%;

    }
    .col-us-12{
        width:100%;
        float:none;
    }
}
@media(max-width:480px){
    footer{
        margin-top: 40px;
    }
    .subheading{
        font-size: 22px;
        line-height: 26px;
    }
    .std h1 {
        font-size: 28px;
        line-height: 35px;
    }

}
@media(min-width:768px){
    .navigation{
        position: fixed;
        top:50%;
        right:0;
        z-index: 9;
        transform: translate(0,-50%);
    }
    .list{
        display: block!important;
    }
    .hover-action:hover:before{
        opacity: 0.9;
    }
    .hover-action:hover .functional-buttons{
        margin-top: 0;
    }
    .sm-align-right{
        text-align: right;
    }

}
@media(min-width:992px){

}
@media(min-width:1200px){

}
@media(min-width:1400px){
    .container{
        max-width: 1300px;
    }
}