span.welcometext{
    font-size:0.6em;
}
r-widget-0 {
    min-width: 10px !important;
}
.bodysection{
    height:100%;
    padding:15px 0 15px 0;
}
.bodycontainer{
    height: 100%; 
    background-color:#ffffff; 
    border-radius:5px; 
    padding:30px;
}
.bodycontainer h3{
    font-family:"Work Sans", "Droid Sans", Arial;
    margin-top:30px;
    text-transform: uppercase;
}
.iconlinks .media{
    width:95% !IMPORTANT;
    display: block;
    margin: 0 auto;
}
.media-left{
    height:60px;
}
.media-body{
    height:60px;
}
.media-heading{
    margin:0 !IMPORTANT;
}

/*News Ticker*/

#news_iframe_scroll{
    max-width:none;
    border: none;
    
}
/* */
.iconlinks{
    background-color:#ffffff;
    border-radius:0px 0px 5px 5px;
    padding:10px;
}

.iconlinks ul{
    list-style-type:none;
    margin:0;
}
.iconlinks ul li{
    border-radius:10px;
    height:60px;
    margin-bottom:10px;
    font-family: "Work Sans", "Droid Sans", arial;
    color:#fff;
    font-weight:700;
    transition: .1s;
}
.iconlinks ul li:hover{
    transition: .1s;
}
.iconlinks a{
    text-decoration: none;
}
.contentside{
    padding:15px;
    border-radius:5px;
}
.bodyheader{
    margin-top:10px;
    font-size: 2.5em;
    font-weight:800;
    text-transform: uppercase;
    font-family: "Work Sans", "Droid Sans", Arial;
}

.navbar{
   margin-bottom: 0px !IMPORTANT;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-control{
     width: 8% !IMPORTANT;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption{
    padding:15px !IMPORTANT;
    right: 10%;
    left: 50%;
    text-shadow: none !IMPORTANT;
    text-align: left !IMPORTANT;
}
.carousel-caption>h2{
    text-transform: uppercase;
}
.carousel-caption>p{
    margin-top:5px;
}
h2 {
    margin:0px
}
.themaincontaner{

    background-color:#ffffff
}

@media (max-width:500px){

.carousel-caption{
    right: 10%;
    left: 10%;
    font-size:10px;
    font-family: "Work Sans", "Droid Sans", arial IMPORTANT;

}

.carousel-caption h2{
    font-size:20px;
    font-family: "Work Sans", "Droid Sans", arial !IMPORTANT;
    color: #ffffff !IMPORTANT;



}
.fill{
   height:250px !IMPORTANT;
}
}



.hovershadow{
    display:block;
}

.selectors:hover{
    box-shadow: 0px 0px 1px 8px rgba(0,0,0,0.5);
    transition: .1s ease-in-out;
    text-decoration: none;
}
.selectorcontainer a:hover{
    text-decoration: none;
}

/* SELECT HOVERS*/
#selectimghover{
    opacity:0;
}




/*Selectors*/

.selectortitle{

    text-align:center;
    margin:0px auto 20px auto;
}
.selectors{
    height:250px ;
    padding:10px;
    border-radius:10px !IMPORTANT;
    position: relative;
    transition: .1s ease-in-out;
}
.mobileselectorfix{
    height"250px !IMPORTANT;
}
.selectorbackground{;
    padding-top:30px;
    padding-bottom: 30px;
}
.selectorheader{
    font-family:"Work Sans", Arial !IMPORTANT;
    text-align: center;
    color:#fff;
    font-weight:900;
    text-transform: uppercase;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.selectors img{
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-height:100px;
	max-width:100%;
}
.selectordesc{
    font-family:"Work Sans", Arial !IMPORTANT;
    text-align: center;
    color:#fff;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}



@media only screen and (max-width: 767px) {
    .bodycontainer{
  margin:15px -15px 15px -15px;
}
.sidelinks{
  margin:15px 0px 15px 0px;
}
    .selectors{
        margin: 0px 0px 0px 0px;
    }
    .contentside{
        border-radius:0 !IMPORTANT;
    }
    .bodycontainer{
        margin-left:-15px;
        margin-right:-15px;
        border-radius:0;
    }
    .bodysection{
        padding:0px;
    }
    #twitter-widget-0{
        height:350px !IMPORTANT;
    }
    .mobilesel1, .mobilesel3{
        padding-right:8px;
    }
    .mobilesel2, .mobilesel4{
        padding-left:8px;
    }
}
@media screen and (min-width: 1200px) {
    .selectors img{
        top: 1.8em;
    }
    .selectordesc{
        font-size:1em;
        top: 12.5em;
    }
    .selectorheader{
        font-size:1.25em;
        top: 8.6em;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .selectors img{
        top: 2em;
    }
    .selectordesc{
        font-size:0.8em;
        top: 16.75em;
    }
    .selectorheader{
        font-size:1.2em;
        top:9.5em;
    }
    .media-heading{
        font-size:14px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .selectors img{
        top: 2em;
    }
    .selectordesc{
        font-size:0.8em;
        top: 16em;
    }
    .selectorheader{
        font-size:0.9em;
        top:12em;
    }
    .media-heading{
        font-size:10px;
    }
}
@media only screen and (max-width: 310px) {
    .media-heading{
        font-size:12px;
    }
}
@media only screen and (max-width: 767px) {
    
    .selectors img{
        top: 1.75em;
    }
    .selectordesc{
        font-size:1em;
        top: 13.25em;
    }
    .selectorheader{
        font-size:1.5em;
        top:7.25em;
    }
    .mobileselectorfix{
        padding-bottom:20px;
    }
    .selectorbackground{
    padding-top:20px;
    padding-bottom: 0;
    }
}
@media only screen and (max-width: 588px) {
    
    .selectors img{
        top: 1.75em;
    }
    .selectordesc{
        font-size:0.9em;
        top: 15em;
    }
    .selectorheader{
        font-size:1.2em;
        top:9em;
    }
    .mobileselectorfix{
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 505px) {
    
    .selectors img{
        top: 1.75em;
    }
    .selectordesc{
        font-size:0.9em;
        top: 14em;
    }
    .selectorheader{
        font-size:1em;
        top:10.5em;
    }
    .mobileselectorfix{
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 505px) {
    
    .selectors img{
        top: 1.7em;
    }
    .selectordesc{
        font-size:0.8em;
        top: 16em;
    }
    .selectorheader{
        font-size:0.9em;
        top:12em;
    }
    .mobileselectorfix{
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 370px) {
    
    .selectors img{
        top: 1.7em;
    }
    .selectordesc{
        font-size:0.8em;
        top: 15em;
    }
    .selectorheader{
        font-size:0.9em;
        top:11em;
    }
    .mobileselectorfix{
        padding-bottom:20px;
    }
}