@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../../images/youthclubsasnagar-gray.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;
    font-size: 14px;
}
body:before{
    content:"";
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
}
a, a:hover{
    color: #5352ed;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.btn, button, .btn:focus, button:focus{
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
a, a:hover {
    outline: none !important;
    text-decoration: none !important;
}
.btn-theme{
    background: #006dad;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.btn-theme:hover{
    background: #4443d2;
    color: #fff;
}
.btn-gray{
    background: #c3c5d5;
    color: #fff;
}
.btn-gray:hover{
    background: #b4b6c7;
    color: #fff;
}
.navbar-theme{
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 4px solid #006dad;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.navbar-theme .navbar-brand{
    padding: 0px;
    width: auto;
    height: 70px;
}
.navbar-theme .navbar-brand img{
    width: auto;
    max-height: 70px;
    padding: 12px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-theme .navbar-toggler{
    padding: 0px;
    border: none;
    height: 30px;
    width: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 20px 0px;
    margin-left: 15px;
}
.navbar-theme .navbar-toggler .fa{
    color: #ffae8c;
    height: 30px;
    width: 30px;
    float: left;
    line-height: 30px;
}
.navbar-theme .navbar-toggler .fa:hover{
    color: #ff824e;
}
.navbar-theme .navbar-collapse{
    width: 100%;
    float: left;
    direction: rtl;
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translate3d(0,25%,0) 
    }
    to{
        opacity:1;
        transform:none 
    }
}
.fadeInUp{
    animation-name:fadeInUp 
}
.animated{
    animation-duration:0.3s;
    animation-fill-mode:both 
}
.body-content{
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0px 60px 0px;
    overflow-y: auto;
}
.footer {
    position: fixed;
    width: 100%;
    padding: 15px 0px;
    background: #fff;
    text-align: center;
    z-index: 2000;
    bottom: 0px;
    float: left;
}
.footer p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #585858;
    margin: 0;
    line-height: 24px;
}
.mobile-actions{
    float: right;
    text-align: left;
}
.event-group{
    width: 100%;
    float: left;
    position: relative;
}
.event-group .single-event{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #ffb677;
}
.event-group .single-event .event-header{
    width: 100%;
    float: left;
    position: relative;
}
.event-group .single-event .event-header .background-image{
}
.event-group .single-event .event-header .event-photo{
    width: 100%;
    position: relative;
    height: 300px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.event-group .single-event .event-header .event-photo .background-image{width: 100%;float: left;position: relative;height: 300px;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;transition: all 0.6s ease-out;filter: blur(8px);-webkit-filter: blur(20px);overflow: hidden;}

.event-group .single-event .event-header .event-photo img{position: absolute;max-width: 100%;max-height: 100%;width: auto;height: auto;bottom: auto;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);text-align: center;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;padding: 0px;}
.event-group .single-event .event-header .event-detail{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    padding: 0px 20px;
    text-align: left;
}
.event-group .single-event .event-header .event-detail .event-single{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
}
.event-group .single-event .event-header .event-detail .event-single + .event-single{
    margin-left: 25px;
}
.event-group .single-event .event-header .event-detail .event-single .fa{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin: 10px 5px;
    background: #ffb677;
    border-radius: 4px;
    font-size: 12px;
}
.event-group .single-event .event-body{
    width: 100%;
    float: left;
    padding: 20px;
}
.event-group .single-event .event-body .event-name{
    width: 100%;
    float: left;
    font-size: 21px;
    color: #ffa252;
    font-weight: 600;
    margin-bottom: 10px;
}
.event-group .single-event .event-body .event-description{
    width: 100%;
    float: left;
    color: gray;
    font-size: 13px;
    line-height: 22px;
}
.event-group .single-event .event-footer{
    width: 100%;
    float: left;
    padding: 20px;
    background: #14453d;
    text-align: right;
    margin: 0px;
}
.event-group .single-event .event-footer .btn{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.tab-small-theme {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.tab-small-theme .nav-tabs {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    float: left;
    padding-left: 0;
}
.tab-small-theme .nav-tabs li {
    position: relative;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
}
.tab-small-theme .nav-tabs li:after {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .1s linear 0;
    background-color: #f55753;
    content: '';
    display: block;
    height: 0;
    transition: all .1s linear 0;
    width: 100%;
    z-index: 125;
}
.tab-small-theme .nav-tabs li a {
    color: #000000;
    margin: 0px !important;
    padding: 0px 10px 6px 10px !important;
    background: transparent !important;
    border: none !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}
.tab-small-theme .nav-tabs li a .fa {
    margin-right: 10px;
}
.tab-small-theme .nav-tabs li.recomended a:after {
    content: "\f14a";
    font-family: FontAwesome;
    color: green;
    margin-left: 6px;
    font-size: 16px;
    line-height: 20px;
}
.tab-small-theme .nav-tabs li a::before {
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    background: #1fbcf7;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -3px;
    transition: transform 0.3s;
    width: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tab-small-theme .nav-tabs li a.active, .tab-small-theme .nav-tabs li:hover a {
    background-color: #fff;
    border-bottom: none;
    color: #006dad;
}
.tab-small-theme .nav-tabs li a.active::before, .tab-small-theme .nav-tabs li:hover a::before {
    width: 100%;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tab-small-theme .tab-content {
    background-color: transparent !important;
    width: 100%;
    float: left;
    margin-top: 15px;
    border-radius: 4px;
}
.tab-small-theme .tab-content .tab-pane {
    width: 100%;
    float: left;
}


.display-4 {
    border-bottom: 4px solid #006dad;
    font-size: 16px;
    clear: both;
    float: none !important;
    color: #006dad;
    padding-bottom: 4px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 600;
}