@charset "utf-8";
@font-face {
    font-family: "Oswald Regular";
    src: url('../fonts/Oswald-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/ProximaNova-Regular.otf') format("opentype");
}
@font-face {
    font-family: "Oswald Stencil";
    src: url('../fonts/Oswald-Stencil.ttf') format("truetype");
}
body{ overflow-x: hidden !important;}
.nopad { padding: 0;}
.nobtn { background: none; border: none; padding: 12px; }
.country-select { height: 44px; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; float: right;}
.country-select .dropdown:nth-child(2) { border-right: 1px solid #e9e9e9; }
.country-select > .open {
    background: #ECEBEB;
}
.searchbox{
    position:absolute;
    min-width:50px;
    width:0%;
    height:44px;
    float:right;
    overflow:hidden;    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 999;
    right: 0;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#0f1926;
    width:100%;
    height:44px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
    font-size: 15px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}
.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:49px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    color:#f00;
    background:#fff;
    margin-top: -3px;
}
.searchbox-icon img { padding-top: 15px;}
.searchbox-open{ width:40%; }
.logo { position: absolute; z-index: 99; top: 2px;}
.main_menu { height: 71px; width: 100%; background-repeat:repeat-x; background:url(../img/menu_bg.png);}
.account {    
    top: 45px; float: right; height: 30px; min-width: 115px; line-height: 30px; background:transparent;
    /* -webkit-box-shadow: inset 0 -1px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -1px 6px -2px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px 6px -2px rgba(0,0,0,0.2); */
    font-family: "Oswald Regular";
    text-decoration: none;
}
.account a { color: #fff; padding: 0 10px; border-right: 1px solid #fbdfe0; text-decoration: none;}
.account a:last-child { border-right: none; }

.sports-status { margin-top: 0px; margin-bottom: 10px; color: #000; }
.causes-title1 { font-size: 25px; text-decoration: none; color: #000; margin-bottom: 0px;}
.causes-status.monthly { color: #000; font-size: 14px; margin-top: 5px; }
.donate_now { color: #fff; background: #e30105; font-weight: bold; font-size: 13px; padding: 10px; border: none; text-transform: uppercase; position: relative;	box-sizing: border-box;	transition: all 1000ms ease;  }
/*.donate_now:hover { background: #002a90; }*/
.donate_now:before {
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 38px;
    color: #fff;
    background: rgba(255,255,255,0.2 );	
    transition: all 0.5s ease;
}
.donate_now:hover:before {
    width: 100%;
    color: #fff;
}
.slider { margin-top: 90px; }
.slider .slider-caption { float: left; left: 13%; top: 200px; position: absolute; }
.slider .slider-caption .date { background: #e30105; font-size: 14px; color: #fff; text-transform: uppercase; padding: 5px 8px; float: left;}
.slider .slider-caption .title { color: #fff; line-height: 25px; font-family: "Oswald Regular"; font-size: 42px; float: left; margin: 18px 0; clear: both; border: none;}
.slider .slider-caption .content { color: #fff; font-size: 14px; line-height: 21px; float: left; clear: both; max-width: 370px; }
.slider .slider-caption .read_more { background: #e30105; color: #fff; float: left; clear: both; padding: 7px 18px; margin: 8px 0; font-family: "Oswald Regular"; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; cursor: pointer;}
.slider .slider-caption .read_more:hover { background: #fff; color: #f00;}

.player_twist { min-height: 40px; background-color: #1e1e1e; color: #fff; padding: 6px 0; background-image: url(../img/tweets_title.png); background-position: left; background-repeat: no-repeat; padding-left: 220px;}
.player_twist i { color: #00c6ff; font-size: 14px;}
.player_twist .tweet-author {color: #fff;}

.news_section { padding: 30px 0;}
.news_section a { color: #000; }
.news_section .title { color: #000; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;}
.news_section .title span { background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.title { color: #000; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;}
.title span { background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.news_section .caption {
    width:100%;
    bottom: 0;
    position: relative;
    background:#000;
    background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    background-size: cover;
    /*min-width: 96.5%;*/
    margin-top: -65px;   
}
.news_section .caption h4 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    font-family: "Proxima Nova";
}
.news_section .caption h4 a { color: #fff; }
.news_section .caption h4 a:hover { text-decoration: underline; }
.news_section .caption p { color: #fff; }
.news_section .caption i { font-size: 45px; color: #fff; padding: 10px 10px;}
.news_section .frame { width: 100%; overflow: hidden; }
.news_section .large_img img { -webkit-transition: 0.4s ease;  transition: 0.4s ease;   width: 100%;   }
.news_section .large_img img:hover { -webkit-transform: scale(1.08);  transform: scale(1.08);}
.news_section .red_readmore { width: 100%; float: left; background-color:rgba(10, 10, 10, 0.8); margin-top: 20px; line-height: 24px; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.news_section .red_readmore:hover { background-color:rgba(185, 8, 0, 1);}
.thum_news .title { color: #000; font-size: 13px; margin: 10px 0 5px 0; font-family: "Proxima Nova"; text-transform: none; border-bottom: none; padding-bottom: 0;}
.thum_news .des { color: #444; font-size: 16px; line-height: 22px; min-height: 55px; font-family: "Proxima Nova";}
.thum_news .date { color: #a4a2a2; font-size: 13px;}
.news_section .cat { color: #f00; font-size: 14px;  margin: 8px 0;}
.news_section .headline { color: #000; font-size: 27px; font-family: "Proxima Nova"; font-weight: bold;}
.news_section .date_box { color: #f00; float: left; padding: 8px 0; margin-top: 5px; font-family: "Proxima Nova"; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; width: 100%; margin-bottom: 10px;}
.news_section .date_box i { color:#999; margin-right: 5px; cursor: pointer;  }
.news_section .content_txt { font-family: "Proxima Nova"; font-size: 15px; line-height: 25px;}
.news_section h3 { font-size: 18px; color: #000; font-weight: bold; }


.highlight-player { position: relative;}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 50px;
    transition: .5s ease;
    cursor: pointer;
}
.highlight-player:hover .overlay {
    height: 100%;
}
.text {
    padding: 10px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
    color: #fff; font-weight: bold; font-family: "Proxima Nova";
}
.text-heading {  width: 100%; background-color: rgba(0,0,0,0.6); color: #ff3600;   bottom: 0; position: absolute; padding: 10px; font-size: 22px; font-family: "Oswald Regular";  text-transform: uppercase;  text-align: center; }
.text-heading a { color: #ff3600; }
.text-heading span { 
    color: #fff;    
}

.team_bg { width: 100%; background-image: url(../img/bg/team_bg.jpg); background-position: top center; background-size: cover; padding: 50px 0; float: left; }
.team_bg .title { color: #fff; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 20px;}
.team_bg .title span { /*border-bottom: 4px solid #f00;*/ background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.team_bg .grid-list-items { clear: both; content: ""; display: table; list-style-type: none; margin: 0; padding: 0; width: 100%;}
.team_bg .list-items { display: inline-block; width: 18.91%; margin-right: 1%;}
.team_bg .list-items { display: inline-block; width: 15.5%; margin-right: 1%;}
.team_bg .list-items:nth-child(6) { margin-right: 0;}
.team_bg .player-unit { background: #fff; }
.team_bg .player-unit .graphic img { width: 100%; display: block; }
.team_bg .player-unit .content p { margin: 0; background-color: #002a90; float: left; width: 100%; }
.team_bg .player-unit .content .number { font-size: 3rem; background: #c41700; margin-right: 1.2rem; width: 4.5rem; text-align: center; float: left; padding: 1.2rem 0rem; color: #fff; font-family: "Oswald Regular";}
.team_bg .player-unit .content .name { color: #fff; font-family: "Oswald Regular"; display: block;  font-size: 23px; line-height: 25px; padding-top: 8px; }
.team_bg .player-unit .block-link:hover .content p { background: #c41700;}
.team_bg .player-unit .block-link:hover .number { background: #971402;}
.team_bg .readmore { width: 100%; float: left; background-color:rgba(3, 39, 124, 0.65); margin-top: 20px; line-height: 24px; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.team_bg .readmore:hover { background-color:rgba(255, 255, 255, 0.1);}

.hteam_bg { background-image: url(../img/bg/hteam_bg.jpg)!important;  padding: 30px 0 !important; margin: 20px 0; }

.causes_bg .readmore { width: 100%; float: left; background-color:rgba(3, 39, 124, 1); margin-top: 20px; line-height: 24px; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.causes_bg .readmore:hover { background-color:rgba(255, 0, 0, 1);}
.causes_bg { padding: 40px 0 30px 0; width: 100%; float: left; }
.causes_bg .title { color: #002a90; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px; }
.causes_bg .title span { /*border-bottom: 4px solid #f00;*/ background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; font-family: "Proxima Nova";}
.causes_bg li { list-style: none; }
.cause_card { border-radius: 0px; font-size: 12px; line-height: 1.5; margin-bottom: 10px; position: relative;
              background: #ffffff none repeat scroll 0 0;
              border: 1px solid #e9e9e9;
              box-shadow:3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cause_card .cause-thumbnail {  
    /*border-radius: 6px 6px 0 0;*/  
    overflow: hidden; position: relative;}
.project-card-content { padding: 10px;}
.causes-title { height: 30px; line-height: 18px; }
.causes-title a { font-size: 15px; font-weight: bold; color: #222; }
.causes-title a:hover { text-decoration: none; }
.causes-byline { color: #000; }
.causes-location { clear: both; }
.causes-location a { color: #000; padding: 0 10px;}
ul.causes-status { margin-top: 5px; margin-left: -30px;}
ul.causes-status li { display: inline-block; padding-right: 10px;}
ul.causes-status li strong { font-size: 13px;}
.cause_card .progress { margin: 5px 10px; height: 9px; background-color: #f1eeea; }
.cause_card .progress-bar-success { 
    background: #fc2c62 url("../img/progress-bar-fill.jpg") repeat-x scroll left center;
    height: 10px;
    /*    border-radius: 6px;
        height: 12px;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 2000ms ease 0s;
        width: 0;*/
}
.cause_card .donate-info { 
    color: #999;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px 15px;
}
.cause_card .donate-info strong { color: #000; }
.cause_card .donate-info span { color: #f00; }
.projects-we-love-badge {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    background-color: #3f55ff;
    border-radius: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    overflow: hidden;
    line-height: 1em;
    white-space: nowrap;
    padding: 8px 1px
}
.projects-we-love-badge .icon {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    border-radius: 50%;
    width: 31px;
    display: inline-block;
    background-color: #3f55ff;
    text-align: center;
    color: #FFFFFF
}
.projects-we-love-badge .icon .ksr-icon__heart {
    position: relative;
    top: 1px;
    font-size: 11px
}
.projects-we-love-badge .label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}
.projects-we-love-badge:hover:not(.projects-we-love-badge--overlay) {
    background-color: #3936e0;
    cursor: pointer
}
.projects-we-love-badge:hover:not(.projects-we-love-badge--overlay) .icon {
    background-color: #3936e0
}
#project-card-preview .projects-we-love-badge {
    display: none
}
.projects-we-love-badge--widget {
    max-width: 31px
}
.projects-we-love-badge--widget .label {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.335, 1);
    margin-left: -98px;
    opacity: 0
}
.projects-we-love-badge--widget:hover {
    max-width: 1000px
}
.projects-we-love-badge--widget:hover .label {
    margin-left: 0px;
    opacity: 1
}
.projects-we-love-badge--overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer
}
.projects-we-love-badge--overlay .icon {
    position: relative;
    z-index: 1
}
@media screen and (max-width: 640px) {
    .projects-we-love-badge:not(.projects-we-love-badge--widget) {
        border-radius: 16px;
        margin: 10px 5px
    }
}
.projects-we-love-badge--overlay {
    max-width: 33px;
}
.projects-we-love-badge--overlay:hover {
    max-width: 1000px;
}
.ksr-icon__heart::before {
    content: "\f004";
    font-family:'FontAwesome';
}

.photosec { margin-left: -15px; }
.photosec .tab-content { margin-left: 15px;}
.photosec .large_img { width: 49.6%; margin-right: 0.4%; float: left;}
.photosec .thumb_img { width: 24.2%; margin:0 0.4%; float: left; margin-bottom: 10px;}
.photosec .large_img img, .photosec .thumb_img img {width: 100%;}
.photosec .large_img .caption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 60px;    
    font-size: 25px;
    left: 0;
    padding: 12px;
    position: relative;
    width: 100%;
    z-index: 3;
    color: #fff;
    font-weight: bold; 
    float: left;
}
.photosec .large_img { margin-bottom: -40px;}

.ticketbox { background: #d9e6f5; margin: 10px 0;}
.home_store {margin: 10px 0; background-image: url(../img/bg/store_bg.jpg); background-position: top center; background-size: cover; padding: 30px; float: left;  }
.home_store .title { color: #fff;  font-family: "Oswald Regular"; font-size: 30px; margin-bottom: 20px; border: none; }
.home_store .pro-container { width:100%; }
.home_store .product-item { width: 16%; float: left; margin-right: 5%; margin-top: 15px; text-align: center;}
.home_store .product-item:nth-child(5) { margin-right: 0%;}
.home_store .product-item .title { font-size: 14px; text-transform: uppercase; font-family: "Proxima Nova"; text-align: center; margin-top: 10px; margin-bottom: 5px; line-height: 22px;}
.home_store .product-item .price { color: #fff; font-size: 18px; font-weight: bold; line-height: 22px; }
.home_store .product-item .btn { color: #fff; background: #b90800; text-transform: uppercase; font-size: 13px; margin-top: 10px; border-radius: 0; padding: 7px 25px;}
.home_store .product-item .btn:hover { background: #1146b5; }
.home_store .red_readmore { width: 100%; float: left; background-color:rgba(185, 8, 0, 0.45); margin-top: 20px; line-height: 24px; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.home_store .red_readmore:hover { background-color:rgba(255, 255, 255, 0.2);}

/*Start Footer styles*/
.social_connect { float: left; background-image: url(../img/bg/socialconnect_bg.jpg); font-family: "Proxima Nova";  background-position: top center; 
                  background-size: cover; width: 100%; padding: 50px 0; }
.social_connect .title { font-size: 30px; color: #1f1f1f; font-family: "Proxima Nova"; font-family: "Proxima Nova"; clear: both; margin-bottom: 15px; }
.social_connect .blue-btn { border: 2px solid transparent; background: #00a2ff; margin-top: 20px; color: #fff; text-transform: uppercase; text-align: center; padding:10px 30px; font-size: 15px; border-radius: 3px; font-weight: bold; letter-spacing: 1px;}
.social_connect .blue-btn:hover { border: 2px solid #00a2ff; background: #fff; color: #00a2ff; text-decoration: none;}

.newsletter_bg { float: left; background-image: url(../img/bg/newsletter_bg.jpg); font-family: "Proxima Nova"; letter-spacing: 1px; background-position: top center; 
                 background-size: cover; width: 100%; padding: 40px 0; color: #fff; font-size: 35px;}
.newsletter_bg span { font-size: 50px;}
.newsletter_bg a.button { text-decoration: none; font-size: 20px; padding: 12px 5px; margin: 0 10px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-right: none; border-left:none; background: transparent; color: #fff;}
.newsletter_bg a.button:hover {  border-top: 2px solid #f00; border-bottom: 2px solid #f00; color: #f00; }

.sponsors_bg { float: left; background-image:none; background-position: center; background-size: cover; width: 100%; padding: 40px 0;}
.sponsors_bg img {text-align: center; filter: alpha(opacity=15); width: 100%;}
.sponsors_bg img:hover {  opacity: 1;}

.footer_menu {float: left; width: 100%; background-color: #0a0a0a; padding: 40px 0; font-family: "Proxima Nova"; font-size: 13px;}
.footer_menu .col { width: 20%; float: left; min-height: 100px; color: #fff; line-height: 30px;}
.footer_menu .col a { color: #fff; text-transform: uppercase;}
.footer_menu .col a:hover { color: #f00; text-decoration: none;  }
.footer_menu .followus-inner a { display: inline-block; margin-right: 5px; width: 28px; height: 28px; font-size: 17px; padding: 0; background: #fff; border-radius: 100%; text-align: center;}
.footer_menu a i { color: #0a0a0a; padding: 4px; }
.color-white { color: #fff; }
.copyright {float: left; width: 100%;  background-color: #000000; padding: 25px 0; width: 100%; color: #fff; font-family: "Proxima Nova"; font-size: 14px;}
.copyright a { color: #fff; text-decoration: none; }
.copyright a:hover { color: #f00; text-decoration: none; }
.m-t-b-10 { margin: 10px 0;}
.m-t-b-20 { margin: 20px 0;}
.m-t-10 { margin-top: 10px;}
.m-t-20 { margin-top:20px;}
.m-t-25 { margin-top:25px;}
.m-t-30 { margin-top:30px;}
.m-t-40 { margin-top:40px;}
.m-t-50 { margin-top:50px;}
.m-b-20 { margin-bottom:20px;}
.pulse2 {
    animation: 1s linear 0s normal none infinite running pulse2;
}
@keyframes pulse2 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}


.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.typer:after {
    content:"_";
    display: inline-block;
    vertical-align: middle;
    width:1px;
    height:1em;
    background: #fff;
    animation: caretPulsate 1s linear infinite; 
    -webkit-animation: caretPulsate 1s linear infinite; 
}
@keyframes caretPulsate {
    0%   {opacity:1;}
    50%  {opacity:1;}
    60%  {opacity:0;}
    100% {opacity:0;}
}
@-webkit-keyframes caretPulsate {
    0%   {opacity:1;}
    50%  {opacity:1;}
    60%  {opacity:0;}
    100% {opacity:0;}
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 30px;
    right:10px;
    display:none;
    background: url('../img/top_icon.png') no-repeat 0px 20px;
    z-index: 999;
}
.scrollToTop:hover{
    text-decoration:none;
}
.playing_humanity a { color: #6a6a6a; font-size: 12px; font-family: "Oswald Regular"; }
.playing_humanity a:hover { color: #f00;}
.inner_banner { margin-top: 115px !important; }
.inner_banner .title { color: #fff; font-weight: bold; font-size: 40px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; margin-bottom: 20px; position: absolute; margin-top: -150px; border-bottom: medium none transparent;}
.inner_banner .title span { font-family: "Oswald Regular"; background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.inner_banner .title1 { margin-top: -180px; }
.inner_banner .more_text { color: #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin-top: -130px; position: absolute; padding: 10px 0; font-size: 16px; }
.inner_banner img { width: 100%;}
.news_sec .t_txt { color: #000; font-family: "Proxima Nova"; font-size: 23px; font-weight: bold; text-transform: none; line-height: 26px; }
.news_sec .date { color: #f00; line-height: 26px; font-family: "Proxima Nova"; font-size: 15px; }
.news_sec .des { color: #333; line-height: 20px; font-size: 15px; font-family: "Proxima Nova";  }
.news_sec .comm { color: #555; line-height: 23px;}

.partners_list .title1 { font-family: "Oswald Regular"; color: #000; font-size: 25px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; margin-bottom: 20px;}
.partners_list .title1 span { background: url(../img/border-title1.png) no-repeat bottom left; padding-bottom: 14px; }
.partners_list .parners_name { margin-bottom: 30px; background-color: #eb341e; color: #fff; padding: 15px 10px; background-image: url(../img/partner_cross.png); background-position: right; background-repeat: no-repeat; }
.partners_list .parners_name:hover { background: #002a90; color: #fff; background-image: url(../img/partner_cross_h.png); background-position: right; background-repeat: no-repeat; }

.history_section .title1 { margin-top: 5px; font-family: "Oswald Regular"; color: #000; font-size: 25px; text-transform: normal; margin-bottom: 10px; padding-bottom: 10px; margin-bottom: 20px;}
.history_section .title1 span { background: url(../img/border-title1.png) no-repeat bottom left; padding-bottom: 14px; }
.history_section .more_txt { cursor: pointer; margin-bottom: 10px; margin-top: 10px; float: left; width: 100%; border-top: 1px solid #ccc; color: #000; border-bottom: 1px solid #ccc; font-size: 13px; padding: 7px 0; font-weight: "Proxima Nova"; font-weight: bold;}
.history_section .more_txt:hover { border-top: 1px solid #f00; color: #f00; border-bottom: 1px solid #f00; }
.history_section .more_txt i { color: #f00; margin-right: 5px;}
.history_section .owner_history ul li { list-style: none; margin-left: -35px; border-top: 1px solid #ccc; color: #000; font-size: 13px; padding: 10px 0; font-weight: bold; }
.history_section .owner_history ul li i { color: #f00;}
.history_section .p_humanity {}
.history_section h4 {color: #000; margin-top: 20px; font-weight: bold;}

.asfc_supporters { background: url(../img/asfc_supporters.jpg) no-repeat; height: 242px; }
.asfc_supporters .heading { float: left; color: #fff; font-size: 35px; font-family: "Oswald Regular"; margin-top: 20px; letter-spacing: 1px; font-weight: bold; }
.asfc_supporters .more_txt { margin-bottom: 10px; margin-top: 10px; float: left; width: 100%; border-top: 1px solid #ccc; color: #fff; border-bottom: 1px solid #ccc; font-size: 13px; padding: 7px 0; font-weight: "Proxima Nova"; font-weight: bold;}
.asfc_supporters .more_txt:hover { border-top: 1px solid #ccc; color: #fff; border-bottom: 1px solid #ccc; }
.asfc_supporters .more_txt i { color: #fff; margin-right: 5px; } 

.wallpapeteam_sectionrs { margin-bottom: 27px;}
.wallpapers .figcaption { background: #f5f5f5;  padding: 10px 15px; width: 100%; font-weight: bold; color: #222; }
.wallpapers .figcaption .heading { color: #f00; }
.wallpapers ul {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
    *zoom: 1;
    padding: 16px 0 14px 20px;
    background: #e30105 url('../img/tfoot-bg.png') 0 0 repeat-x;
}
.wallpapers ul li { display: inline-block; white-space: nowrap;  min-width: 49%;}
.wallpapers ul li a, .wallpapers figure ul li a:hover {
    color: #fff;
    line-height: 24px;    
    display: inline;
    zoom: 1;
    font-weight: bold;    
}
ul.sizes_bg  { background: #f8f7f7; border-radius: 5px; line-height: 23px;}
ul.sizes_bg li a { color: #333; font-weight: normal;  font-family: "Proxima Nova";}
.wallpapers .dwld_btn { width: 100%; padding: 15px 5px; text-align: center; background: #fe423f; color: #fff; float: left; border-radius: 5px; font-size: 18px; margin-bottom: 20px;}
.wal_box { border: #ccc 1px solid; float: left;}
.wallpapers .t_txt { color: #222; font-family: "Proxima Nova"; font-size: 18px; font-weight: bold; text-transform: none; line-height: 26px; }
.wallpapers .t_txt a { color: #000; text-decoration: none; }
.wallpapers .t_txt a:hover { color: #fe0002; text-decoration: underline; }
.wallpapers .des { color: #000; line-height: 22px; font-size: 15px; font-family: "Proxima Nova";  }
.wallpapers .comm { color: #888; line-height: 27px;}
.wallpapers .white_box { background: #fff; border: #ccc 1px solid; float: left; width: 100%; padding:15px 0 0px; border-radius: 5px;}
.wallpapers .title { color: #000; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;}
.wallpapers .title span { background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.wallpapers .price { background: #fff; color: #f00; font-weight: bold; padding: 5px 12px; position: absolute; margin: 10px; border-radius: 5px;   box-shadow: 2px 2px 1px #888888;}
.wallpapers .readmore, .history_section .readmore {
    background-color: rgb(3, 39, 124);
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;   
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
.wallpapers .readmore:hover, .history_section .readmore:hover{
    background-color: rgb(255, 0, 0);
}
.wallpapers .box_wallpapers { background: #fff; border-radius: 5px; border: 1px solid #ccc; padding: 10px;}
.wallpapers .amt_details { color: #de0105; font-size: 30px; font-family: "Proxima Nova"; font-weight: bold; }
.more_wallbg { background: #f8f7f7; width: 100%; float: left; padding: 35px 0;}
.more_wallbg img { margin-bottom: 20px;}

.fixtures_results .cal_box { background: #cbe0d9; padding: 5px; float: left; width: 100%; margin-bottom: 20px; }   
.fixtures_results .cal_box .date_button { background: #fff; padding: 10px 20px; float: right; color: #333; font-weight: bold; }
.fixtures_results .cal_box .date_button img { margin-right: 10px; }
.fixtures_results .title { float: left; width: 100%; color: #000; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;}
.fixtures_results .title span { background: url(../img/border-title.png) no-repeat bottom left; padding-bottom: 14px; }
.fixtures_results .matchbox { background-color: #FFF; border: .0625rem solid #d3d6d7; width: 100%; float: left; margin-bottom: 21px; }
.fixtures_results .matchbox .vs { color: #c2c1c1; font-weight: bold; font-size: 35px; padding-top: 30px; }
.fixtures_results .matchbox .left { width: 25%; float: left; padding:30px 10px; background: #f2faf8; border-right: #cbe0d9 1px solid; font-size: 17px; color: #353130; min-height: 165px;}
.fixtures_results .matchbox .right { width: 75%; float: left; padding: 18px 10px; font-weight: bold; }
.fixtures_results .matchbox .right img { height: 90px;}
.matchbox .footer { background: #cbe0d9; padding: 10px; width: 100%; float: left; }
.matchbox .footer .mat_txt { color: #032677; font-weight: bold; float: left; padding: 7px 0; }
.matchbox .footer .button { background: #d01805; color: #fff; border-radius: 5px; padding: 10px 30px; text-transform: uppercase; float: right; font-weight: bold;}
.matchbox .footer .button:hover { background: #04286a; color: #fff; }
.matchbox .footer .galbutton { background: #fff; color: #04286a;  border-radius: 5px; border:#04286a 1px solid; padding: 10px 30px; text-transform: uppercase; float: right; font-weight: bold;}
.matchbox .footer .galbutton:hover { background: #04286a; color: #fff; }
.matchbox .footer .sigbutton { background: #04286a; color: #fff; margin-left: 5px; border-radius: 5px; border:transparent 1px solid; padding: 10px 30px; text-transform: uppercase; float: right; font-weight: bold;}
.matchbox .footer .sigbutton:hover { background: #e30105; color: #fff; }
.fixtures_results .readmore {
    background-color: rgb(3, 39, 124);
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;   
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
.fixtures_results .readmore:hover {
    background-color: rgb(255, 0, 0);
}

.com_readmore { width: 100%; float: left; background-color:rgb(3, 39, 124); margin-top: 20px; line-height: 24px; padding: 5px 10px; color: #fff !important; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.com_readmore:hover { background-color:rgb(255, 0, 0);}

.ticket_box { margin-bottom: 20px; float: left;}
.ticket_box .header { background: url(../img/ticket_titlebg.png) repeat; float: left; padding:15px 5px; width: 100%; border-bottom: #a7c7e7 1px solid; }
.ticket_box .header span { padding: 8px 10px; font-family: "Proxima Nova"; color: #000; float: left;}
.ticket_box .header span { border-left: #aeb3ba 2px solid; }
.ticket_box .header .more { padding-top: 5px; padding-right: 5px; font-weight: bold; text-decoration: none; }
.ticket_box .header .more a { text-decoration: none;}
.ticket_box .header .more a:hover { text-decoration: none;}
.ticket_box .content_text { background: url(../img/tickets_bodybg.png) repeat; padding: 32px 20px; width: 100%; float: left; }
.ticket_box .content_text .left .txt { padding-top: 50px; font-weight: bold; float: right; padding-right: 10px; }
.ticket_box .content_text .right .txt { font-weight: bold; }
.ticket_box .content_text .tlogo {}
.ticket_box .content_text .v { font-weight: bold; color: #222; font-size: 40px; vertical-align: middle; padding-top: 25px;}
.ticket_box .content_text .location { margin-top: 20px; font-weight: bold;  }
.ticket_box .moretext { width: 100%; float: left; background: #e9f0f6; padding: 15px 10px; border: 1px solid #b3dcfd;}
.ticket_box .moretext .title { color: #222; text-transform: none; border-bottom: none; margin-bottom: 0; }
.ticket_box .footer { background-color: #3c4854; background-image: url(../img/tickets_footerbg.png) repeat left; padding: 25px 20px; width: 100%; float: left; color:#fff; }
.ticket_box .footer span { color: #fff; font-weight: bold;}
.ticket_box .footer .button_styles a { border:2px solid #87a5dd; padding: 10px 12px; color: #fff; margin-left: 10px; font-size: 12px; font-weight: bold; }
.ticket_box .footer .button_styles a:hover { background:#87a5dd; color: #000; }

.team_section .border-box { border: #eeeded 1px solid; float: left; width: 100%; padding: 25px 15px; 
                            background: rgb(255,255,255); /* Old browsers */
                            background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%); /* FF3.6-15 */
                            background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(242,242,242) 100%); /* Chrome10-25,Safari5.1-6 */
                            background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(242,242,242) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.team_section .border-box .m-b-20 { margin-bottom: 22px;}
.team_section .teammem span {
    background: rgba(0, 0, 0, 0) url("../img/no_box.png") no-repeat scroll 0 0;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    left: 128px;
    letter-spacing: 1px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 45px;
}

.team_section figcaption {
    color: #000;
    display: inline-block;
    font-family: "Proxima Nova";
    font-size: 16px;
    /*font-weight: 700;*/
    line-height: normal;
    padding: 0 0 0 30px;
    letter-spacing: 0.5px;
}
.lg_player span {
    background: #002a90 none repeat scroll 0 0; color: #fff !important; float: left; text-align: center; width: 100%; font-size: 16px !important; padding-top: 10px;
}
.select_shopping .blue_btn { background: #e30105; color: #fff; border: 0; padding: 8px 20px; border-radius: 5px; font-size: 13px; font-weight: bold;}
.select_shopping .blue_btn:hover { background: #1c3b90; color: #fff;}
.select_shopping .namesec {position: absolute; width: 100%; margin-top: 30px; color: #fff; float: left; text-align: center;}
.select_shopping #custominputname { font-family: "Oswald Stencil";
                                    color: #fff;
                                    font-family: "Oswald Stencil";
                                    font-size: 40px;   
                                    text-align: center;
                                    fill:#fff;
}
.select_shopping .numbersec { position: absolute; float: left; width: 100%; text-align:center; margin-top: 80px; }
.select_shopping .number { text-align:center; font-family: "Oswald Stencil"; color: #fff; font-size: 70px; clear: both; }
.grid-withFooter .row {
    height: inherit;
}
.grid-withFooter .row a {
    display: block;
    height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.grid-withFooter .row a img {
    height: inherit;
    object-fit: cover;
    width: inherit;
}
.grid-withFooter .grid_footer {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
.grid-withFooter .grid_footer .triWrapper {
    display: block;
    height: 35px;
    text-align: center;
    width: 100%;
}
.grid-withFooter .grid_footer .tri {
    border-color: transparent transparent #063c90;
    border-style: solid;
    border-width: 0 19.5px 21px;
    height: 0;
    width: 0;
}
.grid-withFooter .grid_footer .text1 {
    background: #063c90 none repeat scroll 0 0;
    color: white;
    display: block;
    font-family: "Proxima Nova";
    font-size: 1.167em;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 436px) {
    .grid-withFooter .grid_footer .text {
        font-size: 1em;
    }
}
.grid-withFooter a:hover img {
    transform: scale(1.02);
}
.grid-withFooter a:hover .grid_footer {
}
.grid-withFooter a:hover .grid_footer .tri {
    border-color: transparent transparent #f10014;
}
.grid-withFooter a:hover .grid_footer .text1 {
    background: #f10014 none repeat scroll 0 0 !important;
}
.grid-withFooter .grid_footer span {
    color: black;
}
.namesec svg { width: 100%; }
.pl_banner { overflow: hidden; float: left; width: 100%; margin-top: -2px;}
.players_banner { background: rgba(0,0,0,0.85); position: absolute; min-height: 445px; padding: 50px;}
.players_banner .number { background: #e30105; color: #fff; padding: 12px 18px; float: left; font-family: "Oswald Regular"; font-weight: bold; font-size: 35px; margin-top: 60px;}
.players_banner .fname { color: #fff; font-size: 35px; font-weight: bold;  letter-spacing: 1px;  line-height: 38px; clear: both;}
.players_banner .fullname { color: #fff; font-size: 20px;  line-height: 30px;}
.players_banner .player_pos { color: #bababa; font-size: 22px; line-height: 22px; padding-top: 5px;}
.players-desbox { background: #e8e9eb; padding: 15px 0; width: 100%; float: left; }
.players-desbox .bio_text { padding-right: 15px; border-right: 1px solid #999; float: left;  margin-right: 15px;}
.players-desbox .followus { float: left;}
.players-desbox span.txt { float: left; margin-right: 10px; margin-top: 12px;}
.players-desbox .followus a { display: inline-block; margin-right: 5px; width: 28px; height: 28px; font-size: 17px; padding: 2px; background: #fff; border-radius: 100%; text-align: center; margin-top: 10px;}
.players-desbox .followus a i { color: #0a0a0a; }
.players-desbox .sh-links { padding-top: 10px; }
.players-desbox .sh-links a { color: #000; }
.players-desbox .sh-links i { color: #0760d0; font-size: 17px;}
.playersview { font-family: "Proxima Nova"; font-size: 15px; float: left;}
.player_intro { margin-bottom: 10px; background: url(../img/bg/player_introbg.jpg) no-repeat;  padding: 10px 10px 0 10px; font-size: 15px; line-height: 24px; color: #262626; width: 100%; float: left;  border-top:3px solid #013a6f;}
.player_intro p::first-letter { color: #ff0000;  font-weight: bold;}
.player_intro p { padding-top: 0px; font-family: "Proxima Nova"; font-size: 15px;}
.playersview table { border-top: #e30105 solid 2px; width: 100%;  margin-top: 10px;}
.playersview table h2 {
    color: #323232;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
    padding: 0;
    text-transform: none;
}
/*.playersview table td:first-child { padding-left: 0;}*/
.playersview table td {
    border-color: #f5f5f5 #fff;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    padding: 8px 0 8px 12px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}
.playersview .content p:nth-child(1) { width: 100%; float: left;}
.playersview .career_details, .playersview .player_description { width: 100%; }
.playersview .container_img {
    position: relative;
    width: 100%;
}
.playersview .image {
    display: block;
    width: 100%;
    height: auto;
}
.playersview .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #071326;
    overflow: hidden;
    width: 100%;
    height: 60px;
    transition: .5s ease;
    font-size: 14px;
}
.playersview .container_img:hover .overlay {
    height: 100%;
}
.playersview .text {
    /*white-space: nowrap;*/ 
    color: white;
    font-size: 12px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.playersview .textheading {
    background-color: #071326;
    bottom: 0;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 22px;
    padding: 20px 10px;
    position: absolute;
    text-align: left;
    /*text-transform: uppercase;*/
    width: 100%;    
}
.small_thumb .textheading {  
    font-size: 14px !important;
    padding: 5px 10px !important;   
}
.share_box { background: #000; color: #fff; font-size: 17px; font-weight: normal;}
.share_box:hover { background: #000;}
.share_icon {
    height: 40px;
    width: 100% !important;
    /*border: 1px solid black;*/
    /*overflow: hidden;*/
}
.share_icon .activator {
    height: 30px;
    width: 65px;
    float: left;
    display: block;
}
.share_icon .activator:hover { background: #000; height: 40px; color: #333;}
.img {
    cursor: pointer;
    float: left;
    height: 39px;
    padding: 10px;
    width: 85px;
}
.img:hover { background: #000;}
.playersview .content, .asfc_tv .content{
    display: none;
    /*margin: 15px;*/
}
.playersview .content i, .asfc_tv .content i {
    background: #092f6c none repeat scroll 0 0;
    color: #fff;
    margin-right: -5px;
    padding: 11px;
    text-align: center;
    width: 40px;
}
.playersview .content i:hover, .asfc_tv .content i:hover { background: #e30105; color: #fff; }
.activator:hover {
    width: 100%;
}
.activator:hover .content {
    display: block;
}
.activator:hover .img {
    float: left; background: #000; color: #fff; 
}
.datecol { background: #e8e9eb; width: 100%; padding: 10px 0;}
.player_feautures .sub_title { font-size: 16px; padding-top: 10px;}
.player_feautures .sub_title .date { margin-left: 150px;}
.player_feautures .title_txt { font-size: 26px; font-weight: bold;}
.playersview .readmore { width: 100%; float: left; background-color:rgba(7, 19, 38, 0.9);  line-height: 24px; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: bold;}
.playersview .readmore:hover { background-color:rgba(255, 0, 0, 0.9);}
.player_content p { color: #333; font-size: 15px; line-height: 23px; font-family: "Proxima Nova"; }
.player_content h4 { color: #111; font-size: 18px; font-weight: bold; font-family: "Proxima Nova";}

.prenext { background: #092f5f; color: #fff; padding: 12px 0; font-size: 16px; }
.prenext a { color: #fff;}

.asfc_tv { margin-bottom: 20px; float: left;}
.asfc_tv .des { width: 100%; float: left; background: #f2f2f2; padding: 10px 5px;}
.asfc_tv .des .title {   color: #0e2955; font-weight: bold; min-height: 50px; text-transform: none; font-size: 13px; border-bottom: none; margin-bottom: 0;} 
.asfc_tv .des .title a { color:#0e2955; }
.asfc_tv .des .year { color: #111; }
.asfc_tv .dark .category { color: #111; }
.asfc_tv .dark .date { color: #474747; font-weight: bold; padding: 10px 5px;}
.asfc_tv .dark { width: 100%; float: left; background: #e2e2e2; }

.asfc_tv .share_icon .activator { width:200px;}
.asfc_tv .img {
    cursor: pointer;
    float: left;
    height: 39px;
    padding: 10px;
    width: 85px;
}
.asfc_tv .img {
    cursor: pointer;
    float: left;
    height: 39px;
    padding: 10px;
    width: 40px;
}
.asfc_tv .img:hover { background: #c8c4c4; color: #333; }
.asfc_tv .share_box { background: #e2e2e2; color: #092f6c;}
.asfc_tv .share_box:hover { color: #fff;}

.asfctv_display {
    padding-bottom: 30px;
    background: rgba(14,16,87,1);
    background: -moz-linear-gradient(-45deg, rgba(14,16,87,1) 0%, rgba(236,24,13,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(14,16,87,1)), color-stop(100%, rgba(236,24,13,1)));
    background: -webkit-linear-gradient(-45deg, rgba(14,16,87,1) 0%, rgba(236,24,13,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(14,16,87,1) 0%, rgba(236,24,13,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(14,16,87,1) 0%, rgba(236,24,13,1) 100%);
    background: linear-gradient(135deg, rgba(14,16,87,1) 0%, rgba(236,24,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1057', endColorstr='#ec180d', GradientType=1 );
}
.asfctv_display .title { color:#fff; font-size: 30px; font-family: "Proxima Nova"; border-bottom: none; margin-bottom: 0;}
.asfctv_display .category { color: #fff; font-size: 18px;}
.asfctv_display .year { color: #fff;}
.asfctv_display .des-txt { color: #fff; border-top: #fff 1px solid; padding-top: 10px; margin-top: 10px; font-family: "Proxima Nova"; font-size: 14px;}

.gallery_box { background: #eeeeee; color: #555555; font-size: 13px; font-family: "Proxima Nova"; border-radius: 5px; border:solid 1px #d4d3d3; margin-bottom: 20px; }
.gallery_box img { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.gallery_box .category { padding: 10px 5px 0;  text-transform: uppercase; color: #444;}
.gallery_box .destext { padding: 10px 5px;  height: 50px; font-size: 14px; font-family: "Proxima Nova"; color: #111; }
#cdawrap { display: none;}
#lightgallery, #lightgallery2 { width: 100%;}

.viewgallery { margin: auto;}
.viewgallery .nav-pills { margin-left: 7px; margin-bottom: 10px;}
.viewgallery .nav-pills li.active a { background: #db0b0f; color: #fff; border-radius: 0;}
.viewgallery .nav-pills li a { background: #f3f3f3; border-radius: 0; color: #000;}

.login_modal .modal-content {border-radius: 0;}
.login_modal .modal-dialog {  max-width: 340px;}
.login_modal .for_txt a { color: #333; font-size: 13px; font-weight: bold; margin-bottom: 15px;}
.login_modal .btn-login { background: #e30105 ; color: #fff; text-transform: uppercase; border-radius: 0; font-weight: bold;}
.login_modal .btn-login:hover { background: #002a90 ; color: #fff; text-transform: uppercase; border-radius: 0; font-weight: bold;}
.login_modal .modal-header { background: #15212f}
.login_modal .modal-header .logo { position: absolute; width: 80px;}
.login_modal .modal-header button.close {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    color: #15212f;
    cursor: pointer;
    height: 25px;
    padding: 0px 0  0 0;
    text-shadow: none;
    width: 25px;
    text-align: center;
}
.login_modal .modal-header h4 { font-weight: bold; color: #fff;}
.login_modal .modal-footer { background: #d3d6d7;; color: #fff; text-align: right; }
.login_modal .modal-footer a { color: #15212f; text-transform: uppercase; font-size: 16px; font-family: "Proxima Nova";}
.login_modal.large .modal-dialog { max-width: 500px;}
.signup_popup .modal-dialog { max-width: 600px !important;}
.cal_btn { margin-right: 5px;}

.share_popup { border-radius: 0; margin-top: 150px; }
.share_popup .icons { margin-bottom: 15px; margin-top: 15px; color: #444 !important;}
.share_popup .icons a { background: #222; color: #444 !important; text-align: center; margin-bottom: 15px; padding: 10px; }
.share_popup .icons a i { color: #fff;}
.share_popup .icons a:hover { background: #0760d0; color: #fff;}
.share_popup .icons a:hover i { color: #fff;}
/*.share_popup .icons a i { color: #444 !important; }*/

.match-file img { width: 100%;}
.comment_list ul { margin-left: -40px;}

.sh_div { background: #ededed; border-top: #ccc 2px solid; padding: 10px 0; color: #000;}
.sh_div a { color: #3b5082; font-size: 25px; padding: 0 12px; border-right: 1px #ccc solid;}
.sh_div a:last-child { border: none;}


.play-overlay{
    height: 60%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: url(../img/playbutton.png) no-repeat center;
}
.asfv_img { min-width: 100%;}

.gallery_item .overlay {  
    background-color: rgba(0,0,0,0.9) !important;
}
.gallery_item .text { 
    font-size: 13px !important;
}
.left-20 { margin-left: 20px;}
.m-t-2 { margin-top: -3px;}

.menu_bar { background: #fff;}
.menu_bar{
    position: fixed;  
    z-index: 9;
    width: 100%;
    top: 0;
}
.menu_bar.sticky {
    top: 0;
    -webkit-box-shadow: 1px 1px 3px  #999;
    -moz-box-shadow: 1px 1px 3px  #999;
    box-shadow: 1px 1px 3px  #999;
}
.logo{
    position: fixed;  
    z-index: 99;
}
/*
.logo.logosticky {
    top: 0; 
}
*/
.bg-orange .close {
    color: #fff;
    opacity: 1;
}
.login_modal .modal-header .logo {
    position: absolute;
    width: 80px;
}
.coming-soon{
    margin-top:115px;
}
.pad2 { padding: 2px;}
.no-padd { padding: 0;}
.banner-social {margin-right: 30px;}
.banner-social i { color: #fff; font-size: 19px; margin-left: 8px; padding-top: 3px; }

.fpassword_modal .modal-header .logo {
    position: absolute;
    width: 80px;
}
.fpassword_modal .modal-dialog{
    max-width: 440px;
}
.forgot{
    margin-top: 20px !important;
}
.fpassword_modal .btn-login {
    background: #e30105;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
}
a:focus, a:hover{
    outline: none
}
.search{
    padding: 30px 0;
}
.search-results{
    padding: 30px 0;
}
.search-link{
    padding: 20px;
    background: #fff;
    border: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    font-weight: 700;
}
.search-link a{  
    font-size: 18px;
    color: #000;
}
.search-link .fa-angle-right{
    color: red;
    font-size: 23px;
    font-weight: 600;
    margin-right: 10px;
}
.search-link .fa-play-circle-o, .search-link .fa-file-image-o{
    color: red;
    font-size: 23px;
    margin-right: 10px;
    font-weight: 500;
}
    
.lightgallery1 .overlay { height: 0 ;}



.slidebanner {
  position: relative;
}

.slidebanner .top_bannerimg {
	position: absolute;
        top: 0;
}

.top_bannerimg {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}

.shopbannersec {
  position: relative;
}

.shopbannersec .top_bannerimg {
	position: absolute;
        top: 0;
}
.shopbannersec iframe, .shopbannersec object, .shopbannersec embed {
	position:absolute;	
	width:100%;
	height:100%;
}
.top_shopbannerimg {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.si_video {height: auto;
min-height: 500px;}
.b-black{color:#000 !important;}

/* 
#fake-footer{
    width: 100%;
    float: left;

} */

.footer-bg{
    padding: 0;
    margin: 0;
}
.copyright .footer_menu{
    padding: 0; background: transparent;
}

.copyright .followus-inner a { display: inline-block; margin-right: 5px; width: 28px; height: 28px; font-size: 17px; padding: 0; background: #fff; border-radius: 100%; text-align: center;}
.copyright a i { color: #0a0a0a; padding: 4px; }

/* .viewgallery h3 { font-weight:bold; color: #0e2d65 !important; margin-top: 20px !important; } */