/*****BEGIN ACCESSIBILITY STYLES*****/
.bfReCaptchaDiv button { display: none; }
.skipNav {
	padding: 6px;
	position: fixed;
	top: 40px;
	left: -2000px;
	color: #ffffff !important;
	border-right: 1px solid white !important;
	border-bottom: 1px solid white !important;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
	font-weight: bold; 

}
.skipNav:focus{
	left: 0px;
	top: 0px;
	background: #F05A46;
	color: #ffffff;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
.skipNavLink { position: relative; display: block; }
a { display: inline-block; }
button:focus, a:focus, input:focus { outline: 2px solid #F05A46 !important; }
button:active, a:active, input:active, button:hover, a:hover, input:hover  { outline: none !important; }
.item-page a { text-decoration: underline; }
.sidebar a { text-decoration: underline; }
.footer a { text-decoration: underline; }
.navigation a:focus { outline: 2px solid #ffffff !important; }
.navigation a:active, .navigation a:hover { outline: none !important; }
/*****END ACCESSIBILITY STYLES*****/

/*****BEGIN CLICK MENU*****/
.nav .parent:focus ul { display: block; }
/*****END CLICK MENU*****/

/*****BEGIN TABLE DISPLAY*****/
#content table { border: 1px solid #f1f1f1; }
#content table th { color: #ffffff; background: #352E47; font-weight: bold; text-align: center; }
#content table tr {}
#content table tr th, #content table tr td { padding: 5px 10px; }
#content table tr:nth-child(odd) td { background: #f1f1f1; }
#content table tr td {}
/*****END TABLE DISPLAY*****/



/*****BEGIN SIDEBAR*****/
.sidebar { padding: 0; }
.sidebar .nav { background: #ffffff; font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; padding-bottom: 20px;  }
.sidebar .nav li { width: 100%; }
.sidebar .nav li a { border-bottom: 1px solid #221E2D; text-decoration: none; display: block; background: #352E47; margin-bottom: 0px; }
.sidebar .nav li a:hover, .sidebar .nav li a:focus, .sidebar .nav li.current a { background: #f05a46; border-bottom: 1px solid #DB5244; }

/*****END SIDEBAR*****/

/*****BEGIN GLOBAL NAV*****/
.globalSubNav { }
.globalSubNav ul { font-size: .8em; padding: 10px; margin: 30px 0 30px 0; background: #ffffff; font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; padding-bottom: 20px; }
.globalSubNav ul li { width: 33%; padding: 5px; }
.globalSubNav ul li a {   background: #f05a46;
  border-bottom: 5px solid #DB5244; text-decoration: none; display: block; }
.globalSubNav ul li a:hover, .globalSubNav ul li a:focus, .globalSubNav ul li.current a { background: #352E47; border-bottom: 5px solid #221E2D; }
@media (max-width:767px){
	.globalSubNav ul li { width: 50%; }
}
@media (max-width:600px){
	.globalSubNav ul li { width: 100%; }
}
/*****END GLOBAL NAV*****/

/*****BEGIN GALLERY UPDATES*****/
#sb-info { position: absolute; top: 0; width: 100%; height: 100%; }
#sb-info-inner { position: relative; height: 100%; }
#sb-counter { position: absolute; bottom: 10px; left: 15px; }
#sb-nav { width: 100%; float: none; }
#sb-nav-previous {position: absolute; top: 50%; left: 10px; margin-top: -19px; }
#sb-nav-next {position: absolute; top: 50%; right: 10px; margin-top: -19px; }
#sb-nav a { width: 26px; height: 38px; }
#sb-nav-close, #sb-nav-pause, #sb-nav-play { position: relative; top: 10px; }
/*****END GALLERY UPDATES*****/

html{
    overflow-x: hidden;
}
body{
    background: #FFF url("../images/body-bg.jpg") no-repeat top center;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #231F20;
}
body.body{
    background: #FFF url("../images/body-bg-home.jpg") no-repeat top center;
}
a{
    color:#f05a46 !important;
}
a:hover{
    color:#f05a46;
}
.footerHeader { margin: 10px; font-weight: bold; }
.sitePhone { margin-right: 5px; }
@media (max-width:767px){
	.footerHeader { clear: both; padding: 20px 0 0 0; margin: 0; }
	.footer .links { clear: both; }
}
h1{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #352e47;
}
h4{
    font-size: 27px;
    color: #352e47;
    text-transform: uppercase;
}
h2{
    font-size: 22px;
    color: #352e47;
    text-transform: uppercase;
}
h3{
    text-transform: uppercase;
    color: #352e47;
    font-size: 18px;
}
h5{
    text-transform: uppercase;
    font-size: 18px;
    color: #352e47;
    text-decoration: underline; 
}
h6{
    text-transform: uppercase;
    font-size: 18px;
}
img{
    max-width: 100%;
}
.content h2{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #352e47;
}
#content .icons, #content .article-info, #content .pager{
    display: none;
}
.header{
    background:rgba(0, 0, 0, 0.8);
    height: 126px;
    width:100%;
}
.container-fluid{
    max-width: 1074px;
}
.logo{
    margin: 31px 0; 
    text-align: right;
}
.logo img{
    max-width: 380px;
    margin-right: 20px;
}
.search-social .form-inline{
    width: 308px;
    float: right;
}
.search-social .form-inline input{
    float: left;
}
.header-nav{
    margin-top: 1px;
}
.header-nav ul{
    float: right;
    padding: 5px;
    margin: 37px 0 0;
    background: #d4d4d4;
}
.header-nav li{
    display: inline-block;
    padding-left: 3px;
    line-height: 21px;
}
.header-nav .nav > li > a{
    color: #404041 !important;
    padding: 0 6px !important;
    font-size: 12px;
    border-right: 1px solid #404041 !important;
}
.header-nav .nav > li:last-child > a{
    border-right: 0 !important;
}
.search-bar{
    float: right;
    margin-top: 30px;
}
.search-bar input{
    float: left;
}
.news-headlines li{
    font-size: 27px !important;
	font-family: 'Oswald', sans-serif !important;
}
.new-slider-arrow{
    height: inherit !important;
    margin-left: 5px !important;
}
.news-content { background: none !important; }
.news-headlines .highlight{
    margin-left: -9507px !important;
}
.news-headlines li a{
    color: #b4d6c2 !important;
    text-decoration: none;
}
.news-headlines li.selected a{
    color: #FFF !important;
}
.pg-cv-box{
    box-shadow: none;
    padding: 0;
    
}
#pg-msnr-container{
    border-top: 1px solid #000;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.full_gallery_view, .full_gallery_view:hover{
    background: #F05A46;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    height: 180px !important;
}
/*****BEGIN GALLERY OVERRIDES*****/
.pg-cv-box { display: none !important; }
.pg-cv-box:nth-child(1),.pg-cv-box:nth-child(2),.pg-cv-box:nth-child(3),.pg-cv-box:nth-child(4) { display: block !important; }
.pg-cv-box:first-child, .pg-cv-box { margin: 0 10px 10px 0 !important; }
/*****END GALLERY OVERRIDES*****/
.full_gallery_view a{
    color: #FFF !important;
    display: table-cell;
    height: 180px;
    width: 120px !important;
    //padding: 0 30px;
    vertical-align: middle;
}
.search-bar label {
    display: none;
}
input[type="text"] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: medium none;
    color: #fff;
    font-size: 12px;
    height: 25px;
    padding-left: 5px;
    width: 282px;
    text-transform: uppercase;
}
.phrases, .only { display: none; }
#search-searchword{ border: 1px solid #000000; color: #000000; position: relative;
    top: -2px; margin-bottom: 20px; }
.search-bar .navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, #searchForm .btn, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .searchsearch-bar .btn-primary {
    background: url("../images/search-btn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none;
    border-radius: 0;
    height: 25px;
    text-indent: -10000px;
    width: 25px;
    margin-top: 0px;
    float: left;
}
.content .moduletable { padding: 0 20px; }
.content .sidebar .moduletable { padding: 0; }
.searchsearch-bar .btn-primary { position: absolute; right: 15px; }
.slider{
    padding: 20px 0;
    min-height: 250px;
    max-height: 400px;
}
@media (max-width: 400px){
	.slider { min-height: 100px; }
}
.slider img{
    width: 100%;
}
.signup-h .custom{
    border-right:1px solid #000;
    min-width: 250px;
    padding-right: 15px;
    margin-right: 15px;
}
.signup-h .custom p{
    margin-bottom: 0px;
}
.signup-h .img{
    background: #342d4c;
    width: 100%;
    padding: 2px 0;
    text-align: center;
}
.signup-h a{
    background: #6c8d94;
    width: 100%;
    padding: 5px 0 10px;
    color: #FFF !important;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
.signup-h a b{
    display: block;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
	font-weight: bold;
    font-size: 27px;
}
.signup-h a b.signup{
    display: block;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.search-bar input[type="submit"]{
    height: 25px;
    background: url("../images/search-btn.jpg") no-repeat;
    border: none;
    width: 25px;
    text-indent: -10000px;
}
.navigation{
    height: 40px;
    background: #6c8d94;
    border-top:3px solid #67a6c3;
}
.social-nav{
    float: right;
}
.social-nav .image-title{
    display: none;
}
.social-nav .nav > li > a{
    padding: 5px;
}
.navbar{
    float: left;
}
.nav > li {
    display: inline-block;
    position: relative;
}


#sb-title{
    display: none;
}

.nav > li > a {
    display: block;
    color: #FFF !important;
    text-transform: uppercase;
    padding: 6px 15px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    text-decoration: none;
}
.navigation .nav > li:hover a{
    background: #f05a46 !important;
    text-decoration: none;
}
.navigation .nav > li:hover ul a{
    background: none !important;
    text-decoration: none;
}
.social-nav .nav > li > a:hover, .social-nav .nav > li > a:focus{
    background: none !important;
}
.navigation ul li ul{
    display: none;
    background: rgba(51, 51, 51, 0.8);
    margin: 0;
    padding:0 0 10px 0;
    list-style-type: none;
    position: absolute;
    border-bottom: 2px solid #f05a46;
    z-index: 99;
}
.navigation ul li ul li{
    display: block;
    width: 250px;
}
.navigation ul li ul li:hover{
  background:#f05a46 !important;
  text-decoration: none;
}
.navigation ul li:hover ul{
    display: block;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar{
    margin: 0;
    height: 56px;
}
.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-nav > li:hover ul a{
    background: none !important;
}
.navbar-collapse{
    padding: 0;
}
.title{
    background: #54BEBE;
    border-top: 2px solid #4BDADD;
    padding: 8px 0;
    color: #fff;
}
.navigation ul li ul li a{
    display: block;
    color: #fff !important;
    font-size: 16px;
    padding: 3px 10px;
    text-decoration: none;
    background: none !important;
}
.title h2{
    margin: 0;
    font-size: 25px;
    padding: 0 15px;
    font-family: 'Raleway', sans-serif;
}
.title h2 span{
    margin: 0;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
}
ulnews-headlines .phocaname{
    font-size:25px !important;
    color: #b4d6c2 !important;
    text-align: right !important;
}
.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
	font-size: .7em; 
}
.breadcrumb li { white-space: nowrap; }
.breadcrumb > li + li:before {
    content: "";
    padding: 0 5px;
}
.breadcrumb a { float: left; }
.breadcrumb .divider{
    color: #f05a46 !important;
    margin-left: 10px;
	float: left;
}
.slider .container-fluid{
    max-width: 1074px;
}
.slider .container-fluid img{
    margin: 0 auto;
    box-shadow: 0 0 5px 1px #000;
}
.upcoming-events{
    background: #443648;
    height: 50px;
    border-top: 3px solid #FFF;
}
.upcoming-events h3{
    color: #FFF;
    margin: 0;
    float: left;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
}
.upcoming-btn{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
.crousel{
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.ticket-details a{
    color: #fff;
    background: #3ba7a9;
    height: 60px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-size: 18px;
}
.ticket-details p{
    color: #000;
    background: #D0D2D3;
    height: 60px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-size: 18px;
}
.event-details h2{
    font-family: 'Raleway', sans-serif;
	font-weight: bold;
    font-size: 18px;
    margin:15px 0 0;
}
.event-details{
    font-size: 18px;
    margin:0px 0 10px;
}
.social-calander{
    margin-top: 10px;
}
.social-calander .col-md-6:first-child{
    padding-right: 5px;
}
.social-calander .col-md-6:last-child{
    padding-left: 5px;
}
.heading{
    background: #231f20;
    border-top: 3px solid #26dce0;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    padding: 15px;
    color: #fff;
    margin: 0;
}
.text{
    background: #fff;
    padding: 10px;
}
.parking{
    margin-top: 10px;
    padding-right: 5px;
}
.text img{
    float: left;
    margin-right: 10px;
}
.dome-direct .text img{
    float: none;
    text-align: center;
    margin:0 auto 7px;
}
.text h3{
    font-family: 'Raleway', sans-serif;
	font-weight: bold;
    color: #2C7D7F;
    font-size: 20px;
    margin: 0;
}
.overlook .text h3{
    line-height: 24px;
}
.text p{
    font-size: 15px;
    line-height: 22px;
}
.dome-direct{
    margin-top: 10px;
    padding: 0 5px;
}
.dome-direct{
    margin-top: 10px;
    padding: 0 5px;
}
.overlook{
    margin-top: 10px;
    padding: 0 15px 0 5px;
}
.full-con{
    margin-top: 10px;
}
.sponsors a{
    line-height: 114px;
    display: table-cell;
    vertical-align: middle;
}
.bxslider li{
    border-right: 1px solid #d0d2d3;
    padding-right: 15px;
}
.sponsors .col-md-4{
    border-left: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px; 
    margin-top: 10px;
}
.content{
    background: #FFF url("../images/content-border.jpg") repeat-x top center;
    padding-top: 40px;
}
.footer{
    min-height: 70px;
    margin-top: 70px;
    background: #e6e7e8;
    font-size: 11px;
    color: #2c2c2c;
}
.footer img{
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}
.footer h4{
    font-family: 'Raleway', sans-serif;
	font-weight: bold; 
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.footer .contact-info{
    float: left;
}
.footer .email{
    float: left;
    margin-right: 5px;
}
.footer .links{
    margin-right: 5px;
	clear: both; 
}
.footer .address{
    float: left;
    margin-right: 5px;
}
.footer .copy-right{
    margin-right: 5px;
    clear: both;
}
.buy-ticket{
    position: absolute;
    top: 250px;
    right: 0;
}
.f-display{
    display: none;
}


/* inner-page style  */
.sidebar{
    margin-top: 68px !important;
    font-size: 15px;
}
.quotes, blockquote {
    border-left:40px solid #F1F1F2 !important;
    color: #6C8D94;
	padding: 0; 
	dont-size: .95em; 
	margin: 15px 0; 
}
.quotes p, blockquote p {
    border-left:1px solid #231F20;
    padding-left: 15px;
	margin: 0;
}
.quotes span{
    display: block;
    margin-top: 25px;
}
.sidebar h2.heading{
    background: #E8E8E8;
    border:none;
    color: #F05A28;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.q-links{    
    background: #e6e7e8;
}
.q-links .col-md-9{    
    background: #FFF;
}
.q-links h3{    
    background: #F05A46;
    border:none;
    color: #FFF;
    margin: 0px 0 0;
    padding: 15px;
}

#content .well{
    -webkit-box-shadow: none;
}

/*****BEGIN GLOBAL CONTENT*****/
#content .page-header {
    border-bottom: 0;
    margin: 20px 0 0;
    padding-bottom: 0px;
}
.page-header h1 { border-bottom: 1px solid #000000; padding: 0 0 15px 0; }
/*****END GLOBAL CONTENT*****/


.sidebar .con-{
    background: rgba(140, 140, 140, 0.6);
    color: #fff;
    padding:10px 15px;
}
.sidebar h3{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
.inner-content{
    margin-top: 70px;
    color: #fff;
    font-size: 17px;
}
.inner-content h1{
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}
.inner-content h2{
    color: #749D9D;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
.panel-default > .panel-heading {
    background: none;
    border: none;
    color: #FFF;
}
.panel-heading{
    border-radius: 0;
    padding: 0;
}
.panel-heading a{
    background: #3ba7a9 url("../images/collapased-.jpg") no-repeat center right;
    padding: 9px 40px 9px 15px;
    font-size: 20px;
   font-family: 'Raleway', sans-serif;   
    text-decoration: none;
}
.panel-heading a:hover{
    color: #FFF;
}
.panel-heading a.collapsed{
    background: #443648 url("../images/collap.jpg") no-repeat center right;
}
.panel{
    border: none;
    box-shadow: none;
    background: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border: none;
}
.panel-title > a{
    display: block;
}
.bread-crumb{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bread-crumb li{
    display: inline-block;
    padding: 0 5px;
}
.bread-crumb li a{
    color: #fff;
    display: block;
}
.map{
    margin-bottom: 15px;
}
.parking-place{
    float: left;
    margin: 0 15px 5px 0;
}
        html,body {
	height:100%;
}
      
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
.well{
    background: none;
    border:none;
    padding: 0;
    border-radius:0;
} 

.sidebar{
    background: #E6E7E8;
    width: 24%;
}
.sidebar p {
    padding: 15px 15px 0px 15px;
}
.sidebar p:last-child {
    padding-bottom: 15px;
}

.search-social .form-inline label{
    visibility: hidden;
    display: block;
}
.bfClearfix input, .bfClearfix textarea{
    background: rgba(230, 231, 232, 0.5);
    color: #231f20;
    border: 1px solid #e6e7e8;
}
.bfClearfix div:last-child{
    display: none !important;
}
.item-page .bfClearfix div:last-child {
    display: block !important;
}
.mod_events_latest_table th{
    background: #352E47;
    color: #fff;
    padding: 10px 5px;
}
.mod_events_latest_table th:first-child{
    padding-left: 10px;
}
.mod_events_latest_table td{
    padding: 5px;
}
.mod_events_latest_table td:first-child{
    padding-left: 10px;
}
.mod_events_latest_table tr{
    background: #E6E7E8;
    font-size: 14px;
}
.mod_events_latest_table tr:nth-child(even){
    background: #F1F1F2;
}
.phocaname {
    text-transform: uppercase;
}
.res_ul .phocaname {
    text-transform: uppercase;
    color: #b4d6c2;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
.res_ul a{
    text-decoration: none;
}
.res_ul{
    display: none;
}
@media (max-width:1074px) and (min-width:900px){
    .slider .container-fluid {
        max-width: 850px;
    }
    .news-headlines .highlight{
        margin-left: -9620px !important;
    }
}
@media (max-width:899px) and (min-width:768px){
    .slider .container-fluid {
        max-width: 700px;
    }
    .news-headlines li {
        font-size: 21px !important;
    }
    .new-slider-arrow {
        height: 40px !important;
    }
    .news-headlines .highlight{
        margin-left: -9695px !important;
    }
    .news-holder{
        margin: 35px auto 0 !important;
    }
    .news-preview{
        height: auto !important;
        min-height: auto !important;
    }
}
@media (max-width:992px) and (min-width:768px){
    .search-social .form-inline {
        width: auto;
    }
    .search-social .form-inline input[type="text"]{
        width: 200px;
    }
    .signup-h {
        border-right: 0;
        margin-bottom: 15px;
    }
    .signup-h a b, .signup-h a b.signup {
        display: inline;
    }
    .signup-h a b.signup {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
    }
    .signup-h .img{
        display: none;
    }
    .signup-h a{
        padding: 10px 0 10px 67px;
        background: #6c8d94 url("../images/signup-bg.jpg") no-repeat center left;
        position: relative;
    }
    .row-flex, .row-flex > div[class*="col-"]{
        display: block;
    }

    #content .well{
        padding: 0;
    }
    .sidebar{
        padding-bottom: 20px;
        margin: 15px !important;
        width: auto;
    }
    .footer{
        margin-top: 20px;
    }
    .logo {
        text-align: left;
    }
	.logo img { margin-left: 15px; }
    .header-nav .nav > li > a{
        font-size: 11px;
        padding: 0;
    }
    .header-nav .nav > li{
        padding-left: 0; 
    }
    .header-nav ul{
        padding: 5px 0;
    }
    .footer .copy-right {
        float: left;
        margin-left: 50px;
    }
    .q-links h3{
        margin: 0;
    }
}
@media(max-width:767px){
    .search-social .form-inline {
        width: 100%;
    }    
    .res_ul{
        display: block;
    }    
    .res_ul li{
        float: left;
        width: 100%;
    }    
    .res_ul a{
        display: block;
        text-align: center;
        width: 100%;
        line-height: 45px;
    }
    .q-links h3{
        margin: 0;
    }    
    .content{
        background-position: 320px top;
    }
    .search-social .form-inline input[type="text"]{
        width: 200px;
    }
    .signup-h {
        border-right: 0;
        margin-bottom: 15px;
    }
    .signup-h a b, .signup-h a b.signup {
        display: inline;
    }
    .signup-h a b.signup {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
    }
    .signup-h .img{
        display: none;
    }
    .signup-h a{
        padding: 10px 0 10px 67px;
        background: #6c8d94 url("../images/signup-bg.jpg") no-repeat center left;
        position: relative;
    }
    .row-flex, .row-flex > div[class*="col-"]{
        display: block;
    }

    #content .well{
        padding: 0;
    }
    .sidebar{
        padding-bottom: 20px;
        margin: 15px !important;
        width: auto;
    }
    .footer{
        margin-top: 20px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 95%;
    }
    .searchsearch-bar, .social-nav{
        display: none;
    }
    .footer .contact-info, .footer .address, .footer .copy-right, .footer h4 {
        float: left;
        width: 100%;
    }
    .footer h4{;
        margin: 20px 0 0; 
    }
    .header-nav .nav > li > a{
        color: #FFF !important;
        padding: 0 6px !important;
        font-size: 11px;
    }
    .header-nav ul{
        background: none;
        margin: 0;
        padding: 7px 0;
        color: #FFF;
    }
    .header-nav li{
        margin-left: 0;
    }
    .header-nav .nav > li > a{
        border-right: 1px solid #FFF !important;
    }
    .logo{
        margin: 0;
        line-height: 126px;
    }
    .navbar {
        float: none;
    }
    .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        float: left;
        padding: 7px 5px;
        border-radius: 0;
        background: #EF5A46;
        margin-top: 3px; 
    }
    .navbar-default .navbar-toggle .icon-bar{
        background: #FFF;
    }
    nav{
        width: 100%;
        position: relative;
        z-index: 999;
    }
    nav .nav{
        background: #000;
        /*display: none;*/
    }
    nav .nav > li{
        display: block;
    }
    .navigation ul li ul{
        display: block;
        background: none;
        border: none;
        position: relative;
    }    

    #main_navigation {
        display: none;
    }
    .slider .news-preview, .slider .news-headlines{
        display: none;
    }
    .news-headlines {
        text-align: center !important;
        width: 100% !important;
    }
    .news-headlines .highlight, .new-slider-arrow{
        background: none !important;
    }
}

