/* ========================

Black - #111

Yellow -#fcec01

Gray -  #5f5f5f

======================== */

/*
|-----------------------------------------------
| @SetUp Tags -> General style
|-----------------------------------------------
*/

/*#main {
    margin-top: 104px;
}*/

/*
|-----------------------------------------------
| @Nav
|-----------------------------------------------
*/

header{
    position: relative;
   /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;*/
    min-height: 90px;
}

header.active{
    min-height: 81px;
}

.header-social-media {
    background: white;
    width: 98%;
    margin: auto;
    padding: 5px 10px;
    text-align: right;
}

.header-social-media i {
    /*background: #fcec01;*/
    background: black;
    width: 30px;
    height: 25px;
    padding-top: 5px;
    font-size: 1.4em;
    color: #fcec01;
    border-radius: 50%;
    text-align: center;
}

.header-social-media > * {
    margin-right: 10px;
}

.nav {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #111;
    /*border-bottom: 1px solid white;*/
    /*border-top: 10px solid white;*/
    z-index: 2;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}
/*
header.active .header-social-media {
    height: 0px;
}*/

.nav.active{
    position: fixed;
    top: 0;
    /*border-top: 0px;*/
    -webkit-box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.28);
    box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.28);
}

.nav-left,
.nav-right{
        width: 60%;
        display: inline-block;
        vertical-align: top;
}

.nav-left{
    width: 40%;
    text-align: left;
}

.nav-logo{
    width: 65px;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: top;
}

.nav-logo img{
    width: 100%;
    height: auto;
}

.nav-title{
    width: 200px;
    padding: 17px 20px;
    background-color: #fcec01;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.nav-right{
    text-align: center;
}

.nav-item{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 33px 12px;
    cursor:pointer;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.nav-item.is-current {
    color: #FCEC01;
}

.nav-item:hover{
    color: #FCEC01;
}

.nav-item.ham-icon{
    display: none;
    font-size: 2.5em;
    padding: 16.3px 15px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.nav-item.ham-icon.active{
    color: #FCEC01;
    background-color: #111;
}

.mobile-nav{
    width: 300px;
    background-color: #111;
    height: 100%;
    position: fixed;
    opacity: 0;
    right: -100%;
    display: none;
    z-index: 2;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.mobile-nav.active{
    right: 0%;
    opacity:1;
}

.mobile-item{
    font-size: 1.3em;
    color: #fcec01;
    padding: 10px 0px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.mobile-item:hover{
    color: #111;
    background-color: #FCEC01;
}

/*
|-----------------------------------------------
| @Footer
| ft - footer
|-----------------------------------------------
*/

.ft-holder{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #111;
}

.ft-inner{
    width: 100%;
    padding: 20px 0px;
}

.ft-item{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 12px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.ft-item:hover{
    color: #fcec01;
}

.ft-copyright{
    width: 100%;
    background-color: #000;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*
|-----------------------------------------------
| @Home
|  hm - Home
|-----------------------------------------------
*/

#hm-frame1{}

#hm-frame2{}

.hm-frame2-content{
    min-height: 100px;
}

.hm-frame2-content p{
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#hm-frame3{}

.hm-frame3-content{
    padding: 40px 0px;
}

.hm-frame3-cards{
    width: 30%;
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
    /*background-color: green;*/
}

.hm-frame3-card-content{
    width: 80%;
    margin: auto;
}

.hm-frame3-icon{
    width: 90px;
    height: 90px;
    margin: 15px auto;
}

.hm-frame3-card__desc {
    height: 110px;
}

#hm-frame4{}

.hm-frame4-content{
    width: 90%;
    margin: auto;
}

.hm-frame4-card{
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.hm-frame4-card.custom1{
    /*width: 57%;*/
    width: 100%;
}

/*.hm-frame4-card.custom2{
    width: 43%;
}
*/
.hm-frame4-card-content{
    margin: 5px;
    min-height: 170px;
    padding-top: 150px;
    padding-bottom: 30px;
}

.hm-frame4-content-title{
    width: auto;
    background-color: #fcec01;
    padding: 10px;
    display: inline-block;
    font-family: 'Anton', sans-serif;
}

.hm-frame4-content-content{
    width: 55%;
    background-color: #111;
    padding: 20px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-weight: bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*
|-----------------------------------------------
| @Members
|  mm - Members
|-----------------------------------------------
*/

#mm-frame1{}

.mm-content{}

.mm-member{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.mm-member-left,
.mm-member-right{
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.mm-member-left{
    width: 200px;
    height: 200px;
    overflow:hidden;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.mm-member-right{
    padding: 15px 0px;
}

.mm-member-title{
    width: 80%;
    background-color: #fcec01;
    min-height: 10px;
    padding: 10px 15px 10px 35px;
    text-transform: uppercase;
    text-align: left;
    margin-left:-48px;
}

.mm-member-name{
    width: 90%;
    background-color: #111;
    min-height: 20px;
    padding: 13px 15px 13px 35px;
    text-align: left;
    color: #fcec01;
    margin-left:-30px;
}

.mm-member-details{
    width: 90%;
    text-align: left;
    padding: 15px;
}

/*
|-----------------------------------------------
| @Events
|  ev - Events
|-----------------------------------------------
*/

#ev-frame1{}

#ev-frame2{}

.ev-frame2-content{}

.ev-frame2-content > p,
.ev-frame2-content > h1 {
    width: 700px;
    max-width: 100%;
    margin: 50px auto;
}

.ev-card-holder{
    width: 33%;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
}

.ev-card{
    width: 90%;
    margin: 20px auto;
    min-height: 200px;
    background-color: #FFF;
    border: 1px solid #CFCFCF;
    text-align: left;
    cursor: pointer;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.ev-card:hover{
    -webkit-box-shadow: -5px 5px 43px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 5px 43px -5px rgba(0,0,0,0.75);
    box-shadow: -5px 5px 43px -5px rgba(0,0,0,0.75);

}

.ev-card-img{
    min-height: 350px;
    padding: 20px 0px 20px 0px;
}

.ev-card-date{
    background-color: #fcec01;
    display: inline-block;
    padding: 10px 15px;
    min-width: 100px;
}

.ev-card-title{
    background-color: #111;
    color: #fcec01;
    display: inline-block;
    padding: 10px 15px;
    min-width: 150px;
}

.ev-card-preview{
    width: 100%;
    max-height: 120px;
    padding: 20px;
    overflow-y: auto;
}

/*
|-----------------------------------------------
| @Event Show
|  ev-show - Event Show
|-----------------------------------------------
*/

#ev-show {
    width: 85%;
    margin-left: auto; 
    margin-right: auto;   
    padding: 30px 0px;
    text-align: left;
}

.ev-show-header{
    width: 100%;
}

.ev-show-left,
.ev-show-right{
    width: 30%;
    min-height: 150px;
    display: inline-block;
    vertical-align: top;
}

.ev-show-right{
    width: 70%;
    padding: 0px 20px;
}

.ev-show-content{}

.ev-show-content img{
    max-width: 100%;
    height: auto;
}

/*
|-----------------------------------------------
| @Load More
|-----------------------------------------------
*/

.load-container{}

.load-Items {
    display:none;
}

.loadMore{}


/*
|-----------------------------------------------
| @Form : Contact
|-----------------------------------------------
*/
#contactForm {
    text-align: center;
    padding: 0 10%;
}

#contactForm input,
#contactForm textarea,
#contactForm select{
    font-size: 1.2em;
    margin-top: 5%;
    color: #343434 !important;
}

#contactForm select{
    display: block;
    width: 100%;
    text-indent: 5px;
    padding: 10px 1%;
    margin-top: 10px;
    outline: 1px solid #EFEFEF;
    background-color: #fff;
    border: 0px;
}
