a:hover{
    text-decoration: none !important;
}

/*Media Head Section Start*/ 
#mediaHead{
    background-color:#ffffff;
    padding: 0 0 50px 0;
}
#mediaHead .headContent{

}
#mediaHead .headContent h1{
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 12px 0;
    font-weight: 700;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
}
#mediaHead .headbtns a{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 48px;
    width:128px;
    margin: 0 0 0 20px;
    padding: 0;
    font-weight: 700;
    color: #444444;
    text-align: center;
    background-color:#fbf8f3;
    border:1px solid #e5d7b8;
    display: inline-block;
    text-transform: uppercase;
}
#mediaHead .headbtns{
    float: right;
}
@media only screen and (max-width: 1260px){
    #mediaHead .headbtns a {
        width: 100px;
        margin: 0 0 0 5px;
    }
}
@media only screen and (max-width: 760px){
    #mediaHead .headContent h1 {
        text-align: center;
    }
    #mediaHead .headbtns {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #mediaHead .headbtns a {
        margin: 0 2px;
        font-size: 12px;
        width: 80px;
        line-height: 35px;
    }
}
/*Media Head Section End*/ 

/*Ad Shots Section Start*/ 
#adShots{
    background-color:#ffffff;
    padding:0 0 100px 0;
    border-bottom:1px solid #e5d7b8;
}
#adShots .mediaItems{
    padding:0 0 50px 0;
}
#adShots .adshotsBox .contentBox {
    padding: 25px 0 50px 0;
}
#adShots .adshotsBox  img{
    display: block;
    margin: 0 auto;
}
#adShots .adshotsBox h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding:0;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.quates .quatesImg img{
    display: block;
    margin: 0 auto;
}
.quates h4{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 12px 0 30px 0;
    font-weight: 400;
    color: #444444;
    text-align: center;
    font-style: italic;
}
.quatesImgName img {
    display: block;
    margin:0 auto;
}
.quates p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 12px 0;
    font-weight: 400;
    color: #d4bc89;
    text-align: center;
}
@media only screen and (max-width: 760px){
    #adShots .mediaItems {
        padding: 0;
    }
    #adShots {
        padding: 0 0 50px 0;
    }
}
/*Ad Shots Section End*/ 



/*Videos Section Start*/ 
#videosSection{
    background-color:#ffffff;
    padding:0 0 100px 0;
    border-bottom:1px solid #e5d7b8;
}
#videosSection h2{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #d4bc89;
    position: relative;
    left: 25px;
    cursor: pointer;
}
#videosSection h2 img {
    position: absolute;
    left: -26px;
    top: 9px;
}
#videosSection .imgVideo{
    margin:20px 0;
}
#videosSection .imgVideo embed{
    display: block;
    width: 100%;
    height: 500px;
}
#videosSection .v2,#videosSection .v3,#videosSection .v4,#videosSection .v5,#videosSection .v6,#videosSection .v7,#videosSection .v8 {
    display: none;
}
#videosSection .videosLinks{
    margin:0;
}
#videosSection .videosLinks li{
    list-style-type: none;
}
#videosSection .videosLinks li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    left: 15px;
    cursor: pointer;
}
#videosSection .videosLinks li a{
    color:#333333;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 15px 0 0 0;
    font-weight: 500;
    position: relative;
    left: 15px;
    display: block;
}
#videosSection .videosLinks li a:hover{
    text-decoration: underline !important;
}
#videosSection .videosLinks li img {
    position: absolute;
    left: -15px;
    top: 24px;
}
#videosSection  .videoItems{
    padding:0 0 50px 0;
}
#videosSection .videosLinks li .fonts {
    color: #d4bc89;
}

@media only screen and (max-width: 1260px){
    #videosSection .imgVideo embed {
        height: 400px;
    }
}
@media only screen and (max-width: 760px){
    #videosSection h2,#videosSection .videosLinks li a {
        width: 92%;
        display: block;
    }
    #videosSection .imgVideo embed {
        height: auto;
    }
    #videosSection{
        padding: 0 0 50px 0;
    }
}
/*Videos Section End*/ 


/*Resources Section Start*/ 
#resourceSection{
    background-color:#ffffff;
    padding:0 0 100px 0;
}
#resourceSection  .resourceItems{
    padding:0 0 100px 0;
}
#resourceSection .resourceBox h2{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: 500;
    color:#444444;
    position: relative;
}
#resourceSection .resourceBox .link {
    margin: 0;
    padding: 0 0 15px 0;
    color:#d4bc89;
}
#resourceSection .resourceBox .link h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    left: 22px;
    font-weight: 500;
    text-decoration: underline;
}
#resourceSection .resourceBox h3 img {
    position: absolute;
    left: -22px;
    top: 9px;
}
#resourceSection .videosLinks .link:hover {
    color: #c08406;
    text-decoration: underline;
}
#resourceSection  .aboutBgColor {
    background-color: #d4bc89;
    padding:40px 30px;
    position: relative;
    z-index: 1024;
}
#resourceSection .aboutBgColor h4{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 25px 0;
    font-weight: 400;
    color: #ffffff;
}
#resourceSection .aboutBgColor h5{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: 400;
    color: #ffffff;
}
#resourceSection .aboutBgColor p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 8px 0;
    font-weight: 400;
    color: #ffffff;
}
#resourceSection .positions {
    position: relative;
}
#resourceSection .aboutBlackBox {
    background-color: #000000;
    position: relative;
    width: 215px;
    height: 355px;
    top: 50px;
    left: -150px;
}
#resourceSection .aboutBlackBox .rotate{
    display: block;
    text-align: right;
    position: absolute;
    right: 22px;
    top: 22px;
}
#resourceSection .aboutBlackBox h4 {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    line-height: 26px;
    margin: 0;
    padding: 70px 0 0 0;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    top: 45px;
    position: absolute;
    z-index: 1024;
    left: 142px;
}
@media only screen and (max-width: 760px){
    #resourceSection .positions {
        display: none;
    }
    #resourceSection .resourceBox h3 {
        width: 92%;
    }
    #resourceSection{
        padding: 0 0 50px 0;
    }
    #resourceSection .resourceItems {
        padding: 0 0 50px 0;
    }
}
/*Resources Section End*/ 
/*jQuery css Start*/ 
#videosSection,#resourceSection{
    display: none;
}
.head2,.head3{
    display: none;
}
.activeColor{
    background-color:#d4bc89 !important;
    color:#ffffff !important;
}
/*jQuery css End*/ 
