/***** Global Classes *****/ 
body{font-family:'Quicksand';color:#535353;}
a:hover{color:#535353;}
.clear-both{clear:both}





/***** bootsrap override *****/




 .navbar-nav > li > a{padding:14px 8px !important;}

a{text-decoration:none !important; color:#535353} 
ul{margin-left:0;}
.dropdown-menu{margin:0} 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background-color: #2F97BA;
	background-image:none;
	color:#fff !important;
}
#content_main{min-height:400px;}
#content_main p{margin: 7px 0;}
#content_main h1,h2,h3{margin: 10px 0;}
#content_main ul{list-style:disc inside none}
#content_main img{display: block;height: auto;max-width: 100%;}
footer{background-color:#989898; padding:40px 0;min-height:300px;color:#FFF}
footer ul {list-style-type: none;}
@media (max-width: 655px) { }

.msg {
    background-color: #C8BEBE;
    color: #fff;
    border-radius: 15px;
    min-height: 250px;
}
.grey-bg{background-color: #EEE;}
footer table{display:inline-block; text-align:left}
.carousel-caption {
    bottom: 70px;
    background-color: #000;
    opacity: .55;
    max-width: 1320px;
    margin: auto;
border-radius:10px
}
.slidertxt a{color:#FFF !important;font-weight:lighter; font-size:larger}
.homeitem_btn{background-color:#C8BEBE; padding:10px; color#000; border-radius:7px}