.body {
    position: relative;
    width: auto;
    min-height: 100%;
    height: 130%;
    margin: 0 auto;
    background-color: #ffffff;

}

/*.bodyone {
    position: relative;
    width: auto;
    min-height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}*/

.body .container {
    position: relative;
    max-width: 1100px;
    background: transparent;
    padding: 0;
    margin: 0 auto;
/*     overflow: hidden; */
}

/*
*
*
* Header
*
*
*/


.header {
/*  	padding-top: 92px; */

/*	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center 0px;*/
	/*background: -webkit-linear-gradient(#C5C9C8, #FFFFFF);*/ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#C5C9C8, #FFFFFF);*/ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#C5C9C8, #FFFFFF);*/ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#C5C9C8, #FFFFFF);*/ /* Standard syntax */
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 0 0 30px 0;
	position: fixed;
	top: 0px;
	height: 168px;
	z-index: 99;
	width: 100%;
}

.header-inner {
    position: relative;
    /*background-color: #e9e9e9;*/
    max-width: 1100px;
    margin: 0 auto;
}

.brand {
	position: absolute;
	float: left;
	display: block;
	margin-top: 20px;
	/*z-index: 100;*/
/* 	padding: 0 30px; */
/* 	width: 250px; */
	/*margin-right: 95px;*/
/* 	height: 153px; */

}

.brand img {
	float: left;
}

.brand .site-description {
	font-family: utopia;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #252c54;
	float: left;
	vertical-align: middle;
	margin-top: 34px;
	margin-left: 20px;
}

.header-search {
	float: right;
	margin-right: 12px;
}

.nav-outer {
	position: relative;
	background-color: #454545;
	vertical-align: middle;
	width: auto;
/* 	padding: 0; */
}

.nav-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

#headerlist {
	position: relative;
	width: auto;
/*	margin-top: 33px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 198px;
	overflow: hidden;
	z-index: 1;
}

#headerlist > li {
	vertical-align: top;
	list-style-type: none;
	margin: 0px;
}

#headbanner {
	float: left;
    position: relative;
	overflow: hidden;
}

#headbanner {
    position: relative;
	width: 100%;
	height: 20%;
	min-height: 20%;
}

#headbanner img {
    position: relative;
    width: 100%;
    height: auto;
}



#headbanner-small {
    position: relative;
	width: 100%;
	padding-bottom: 31%;
	margin-bottom: 20px;
}

#headbanner-quotes {
	position: relative;
	bottom: 0px;
	float: none;
	width: auto;
}

#smallbanner {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
}

#head-rightbar {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 312px;
	height: 100%;
	/*min-height: 407px;*/
	/*padding-top: 36px;*/
	/*background-image: url(../images/Logo_sidebar.png);*/
	background: rgba(255, 255, 255, 0.7);
	background-position: right top;
	background-repeat: no-repeat;
}

#head-rightbar .moduletable {
	margin-left: 0px;
}

#headbanner .moduletable_contents {
	width: 76%;
	float: left;
}

#headbanner .moduletable {
	margin-bottom: 0px;
}

/* .custom_header_name {
    position: absolute;
    left: 160px;
    top: 56px;
} */

/* .custom_header_name {
    position: relative;
    left: 160px;
    top: 56px;
} */

.custom_header_phone {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-search div.search {
	margin-top: 30px;
}

.header-search #mod-search-searchword {
	width: 154px;
	height:28px;
	font-size: 16px;
	margin: 0;
	padding:2px 4px;
	border: none;
	background-color: #d7d7d7;
}

.moduleblock {
	background-color: #bfbfbf;
	vertical-align: middle;
}

.moduleblock-inner {
    position: relative;
    /*background-color: #e9e9e9;*/
    max-width: 1100px;
    margin: 0 auto;
}

.moduleblock-inner.fullwidth {
    max-width: 100%;
}

#precontent1 {
	background-color: #fff;
	z-index: 1;
	/* margin-bottom: 250px; */
  margin-bottom: 25px;
}

#green-screen {
  background-color: #bfbfbf;
  /* background-color: #337064; */
  /* background-color: #798f9a; */
}

#green-screen .moduleblock {
  background-color: #bfbfbf;
 /* background-color: #798f9a; */
}

#precontent3 {
	background-color: #ffffff;
}

#precontent4 {
	background-color: #ffffff;
}

#featured-content-content {
    background-color: #ADAAAA;
    padding: 30px 0;
}

#postcontent1 {
	background-color: #464646;
}

#postcontent2 {
	background-color: #454545;
}

#postcontent3 {
	background-color: #616161;
}

#postcontent1 .latestbusiness {
    margin: 60px auto;
    text-align: center;
}

.maincontainer {
    position: relative;
    display: table;
    margin: 0;
/*     margin-top: 140px; */
    padding: 0px 0 45px 0;
    width: 1100px;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    *zoom: 1;
    background: transparent;
}

#sidebar, #aside {
    position: relative;
    width: 283px;
/*     top: 138px; */
/*     max-width: 283px; */
    display: table-cell;
/*     float: right; */

}

#aside-inner {
    margin-top: 34px;
    vertical-align: top;
    padding-top: 0px;
    background-color: #ffffff;
    padding-left: 28px;
}

#aside .well {
	margin-bottom: 30px;
}

#aside .well.events {
    background-color: #4b5a69;
    color: #fff;
    margin: 0px;
    padding: 15px 20px;
}

#aside .well.events h3 {
    font-family: "idealist";
    font-size: 1em;
    font-weight: lighter;
    color: #fff !important;
    text-transform: uppercase;
    display: block;
}

fieldset {
	border: none;
}

#aside .qlform fieldset {
	padding-left: 0px;
	margin-left: 0px;
}

.well.contact {
	margin-top: 40px;
}

#aside .well .menu {
    margin-left: 20px;
}

#aside .well .menu li {
    line-height: 16px;
    padding: 0px 0;
}

#aside .well ul.nav li .nav-child li a {
    padding: 0px 12px;
	line-height: normal;
}

#aside .well ul.menu > li > a {
	border-bottom: 1px solid #CBB78D;
	display: block;
	padding: 5px 0px 3px 0;
}

#aside .well.green,
#aside .well.green a,
#aside .well.green p,
#aside .well.green li, {
    color: #037460 !important;
    font-family: "signika-light";
}

#aside .well h3,
#aside .well h4 {
	color: #011689 !important;
}

#aside .well h3 {
    font-weight: bold;
}

#aside .well.green li {
    margin: 0 0 16px 0;
}



#content {
    position: relative;
    width: 100%;
    /*height: 100%;*/
/*     background-color: #D8D8D8; */
    background: transparent;
    padding: 20px 30px 20px 0px;
    margin-top: 40px;
    display: table-cell;
/*     border: 1px solid blue; */
}

/* div#aside ~ div#content {
  width: 69% !important;
} */

.mainrow {
    display: table-row;
}

.content1, .content2 {
    width: 100%;
}

.item-page, .blog, .moduletable.events, .pd-category-view {
    position: relative;
    margin-top: -110px;
}

footer {
    position: relative;
    width: auto;
    margin: 0 auto;
    /* background-color: #394A47; */
    /* background-color: #001489; */
    background-color: #cb1335;
    /* background-color: #00bfb3; */

/*    background-image: url(../images/bg-footer.png), url(../images/bg-footer-outer.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center top; */
    min-height: 361px;
    color: #ffffff;
    padding: 10px;
}

.footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 52px;
/*     height: 461px; */
}

.footer1-inner,
.footer2-inner,
.footer3-inner {
	float: left;
}

.footer4-inner {
	float: none;
	clear: both;
    font-weight: bold;
	margin-left: 230px !important;
}

.footer4-inner * {
	color: #FFFFFF !important ;
}

.footer4-inner .menu li {
	float: left;
	font-size: 12pt;
	/*margin-left: 20px;*/
	padding: 0 20px;
	border-left: 2px solid #a3b9cc;
}

.footer4-inner .menu li a {
	font-size: 14pt;
}

.footer4-inner .moduletable {
	margin-bottom: 20px !important;
}

.footerlogo {
	margin-bottom: 20px;
}

#aside form {
	margin-bottom: 20px;
}

#aside form input {
    margin: 2px 0px;
	border: none;
	height: 30px;

}

#aside form .submit {
	text-align: center;
	margin-left: -25px;
}

#aside form input.btn {
	font-size: 16px;
	border: 1px solid black;
	cursor: pointer;
}

/*Sidebar specific styles*/
#aside input[type="text"], #aside input[type="password"] {
    /*max-width: 200px;*/
    float: none;
}

#aside .qlform input[type="text"],
#aside .qlform input[type="email"],
#aside .qlform .jform_email,
#aside .qlform textarea {
	width: 240px !important;
	min-width: 240px;
}

#aside .qlform textarea {
	min-height: 40px;
}

form .control-group .add-on {
    display: block;
    float: none;
}

.clearfix, .clear, .clr {
	*zoom: 1;
	float: none !important;
	clear: both;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#mainframe {
    position: relative;
    width: 100%;
/*     float: left; */
}

#mobilebar {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 300px;
   height: 100%;
   overflow: auto;
/*    float: left; */
   background: #fff;
   z-index: 100;
/*    opacity: 0.9; */
}

#mobilebar, #mobilebutton_open {
    display: none;
}

#mobilebar-inner {
    margin-top: 50px;
    height: auto;
}

#mobilebar li a {
    font-size: 12px;
    color: #000;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mobilebar .menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e5e5e5;
}

#mobilebar .menu  li.current.active > a {
    background-color: #5e7a75;
    color: #fff;
}

.mobilebutton_toggle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 10px;
}

#mobilebutton_close {
    position: absolute;
    right: 0px;
    background-image: url(../images/icon_close_green.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    text-align: right;


}

#mobilebutton_open {
    position: absolute;
    left: 0px;
    background-image: url(../images/icon_menu.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    text-align: left;


}

#mobilebar .custom {
   width: auto;
   max-width: 50%;
   float: left;
}

#mobilebar .custom div {
   width: auto;
}



#mobilebar .mod-languages {
   float: right;
   margin-right: 10px;
}


/*
 *
 * Responsive
 *
 *
 * */

.span3 {
	width: 220px;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
/* 	width: 100%; */
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}

.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}


/*
 *
 *
 * Navigation
 *
 *
 */

.navigation {
/*	position: absolute;
	top: 112px;*/
/* 	margin: 0 auto 0 0px; */
	float: none;
}

ul.nav {
    display: block;
    list-style-type: none;
    padding-left: 2px;
}

.moduletable.related {
    margin-top: 40px;
}

.moduletable.related ul.nav {
/*     margin-top: 40px; */
    display: block;
    list-style-type: disc;
    padding-left: 16px;
    color: #992a54
}

/*ul.nav > li {
    float: left;
}*/

ul.nav li {
    display: list-item;
    margin: 1px;
}

ul.nav > li > a {
	font-size: 16px;
	text-decoration: none;
}

.navigation ul.nav > li > a, .navigation ul.nav li .nav-child li a {
    color: #FFFFFF;

/*     background-color: #D2D2D2; */

    display: block;
    padding: 2px;

    height: 14px;
    margin: auto;
}

/*ul.nav li .nav-child {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0px;
}*/

ul.nav li .nav-child li a {
/*     padding-left: 6px; */
    padding: 6px 12px;
    font-size: 15px;
/*     background-color: #E6E6E6; */
}

ul.nav li.current a, ul.nav li .nav-child li.current a {
/*     background-color: #ffffff; */
}



ul.nav-pills {
    display: table;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

ul.nav-pills li {
    position: relative;
/*     display: inline-block; */
    display: list-item;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
/*     background-color: #ffffff; */
}

ul.nav-pills li.level2 {
    width: auto !important;
    max-width: 15%;
/*     background-color: #ffffff; */
}

.navigation ul.nav-pills li a {
    display: block;
/*     background-color: #ffffff; */
    padding: 8px 13px;
    margin: 2px;
}

ul.nav-pills li.current a {
/*     background-color: #A2A2A2; */
}

ul.nav-pills li .nav-child {
	position: relative;

	top: 90%;
	left: 0;
	z-index: 1000;
	display: block;
	float: left;
/*	min-width: 160px;
	width: 100%;*/
	padding: 0;
	padding-top: 15px;
	margin: 0;
	list-style: none;
/* 	background-color: #fff; */
	background-color: rgba(238,238,238,0.6);
/* 	background-color: #FFF5AC; */
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
}

ul.nav-pills li .nav-child li {
    width: 100%;
    white-space: nowrap;
    display: list-item;
    background-color: transparent;
}

ul.nav-pills li .nav-child a {
    clear: both;
    color: #262D55 !important;
    text-decoration: none;
}

ul.nav-pills > li:hover > .nav-child,
ul.nav-pills > li > a:focus + .nav-child {
	display: table;
}

ul.nav-pills > li:hover > .nav-child > li > a:hover,
ul.nav-pills > li > a:focus + .nav-child > li > a:hover {
	background-color: #D2D2D2;
}

/*.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}*/

/*
*
*
*
*
*    Supermenu
*
*
*
*
*/

#pos-headmenu {
    position: relative;
    float: right;
	/*width: 100%;*/
	/*padding-left: 30%;*/
/*     margin-left: 95px; */
}

#menu, .nav.threecol {
  position: relative;
/*   z-index: 6; */
}

ul.threecol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    /*height: 40px;*/
    display: block;
}

.nav.threecol h3  {
/*     color: #ffffff; */
    margin-left: 10px;
    line-height: 16px;
}

ul.threecol li {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

ul.threecol > li:first-child > a {
    margin-left: 0;
}



ul.threecol li a {
    color: #000000;
    text-decoration: none;
    display: block;
    margin: auto;
    height: 28px !important;
/*     background-color: #ffffff; */
    padding: 0px 16px 0 16px !important;
    margin: 0px 2px 0px 2px;

/*     width: 100%; */
}

ul.threecol li.level1 > a {
    font-family: "roboto-condensed";
    font-size: 0.8em;
    border-top: 5px solid #FFFFFF;
}

ul.threecol li.level1 > a:hover, ul.threecol li.level1.active > a {
    color: #000000;
    background-color: #ffffff;
    border-top: 5px solid #068B77;
}

div.nav-threecol-child {
	position: absolute;
	top: 40px;
/* 	left: 0; */
	z-index: 1000;
	display: none;
	padding: 10px 0;
	margin: 0 auto;
/* 	margin-left: -150px !important; */
	list-style: none;
/* 	background-color: #1E6471; */
	background-color: #ffffff;
	opacity: 0.85;
/* 	margin-left: 0; */
/* 	border: 1px solid red; */
	/* min-width: 360px; */
}

.nav-threecol-child ul {
	width: auto;
	min-width: 240px;
}

div.nav-threecol-child li {
    font-family: "roboto-condensed";
    position: relative;
    margin: 0;
    padding: 0;
/*     border: 1px solid red; */
    height: 24px;
    padding-top: 6px;
    vertical-align: top;
/*    list-style-type: disc;
    list-style-position: inside;*/
}

div.nav-threecol-child li a {
    color: #636363;
    line-height: 1em;
    font-weight: normal;
    font-size: 1.0em;
}

div.nav-threecol-child li.current,
div.nav-threecol-child li:hover {
	background-color: #BFBFBF;
}

div.nav-threecol-child li.current > a,
div.nav-threecol-child li:hover > a {
	color: #000;
}

div.nav-threecol-child.level1 {
/*     width: 100%; */
}

div.nav-threecol-child.level1 ul {
    border-right: 1px solid #1E6471;
    margin: 2px 0;
}

div.nav-threecol-child.level1 ul:last-child {
    border-right: none;
}



ul.threecol li:hover > .nav-threecol-child,
ul.threecol li > a:focus + .nav-threecol-child {
	display: block;
}


ul.threecol .level2 {
    position: relative;
/*     background-color: #1E6471; */
}

ul.threecol .listlevel3, ul.threecol .listlevel4, ul.threecol .listlevel5 {
    position: absolute;
    background-color: #F17014;
    left: 100%;
    top: -100px !important;
    float: left;
}



.level1 {
    float: left;
    list-style-type: none;
    padding: 5px 0;
/*     border: 1px solid grey; */
}

.level2 {
    position: relative;
/*     top: 40px; */
/*     border: 1px dashed blue; */
/*     display: none; */
}

.level2 ul {
      list-style-type: none;
}

.level1:hover > .level2 {
    display: block;
}

.listlevel2 {
    float:left;
}


/*
/*
/*
/*Megamenu
/*
/*
/*
*/

.tvtma-megamnu .nav > li {
    float: left;
}

/*.tvtma-megamnu .nav-child {
      min-height: 450px;
}*/

#tvtma-megamnu ul.threecol > li > a {
    font-family: "roboto-condensed";
    font-size: 0.8em;
    border-top: 5px solid #FFFFFF;
}

#tvtma-megamnu ul.threecol > li > a:hover, #tvtma-megamnu ul.threecol > li.active > a {
    color: #000000;
    background-color: #ffffff;
    border-top: 5px solid #068B77;
}

.tvtma-megamnu-content > ul > li.active.deeper.parent > a {
      background-color: #068b77;
      color: #fff;
      margin: 0;
}

.tvtma-megamnu-content > ul > li.current.active a {
	 border-bottom: 5px solid #068b77;
/*       background-color: #068b77; */
/*       color: #fff; */
/*       margin: 0; */
}


.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	color: #fff;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
	background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	bottom: -6px;
	top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #e6e6e6;
	color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
	left: auto;
	right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
	left: auto;
	right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top,#222222,#111111);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
	background-image: -webkit-linear-gradient(top,#222222,#111111);
	background-image: -o-linear-gradient(top,#222222,#111111);
	background-image: linear-gradient(to bottom,#222222,#111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	color: #999;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	color: #fff;
}
.navbar-inverse .brand {
	color: #999;
}
.navbar-inverse .navbar-text {
	color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	color: #fff;
	background-color: #111111;
}
.navbar-inverse .navbar-link {
	color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
	color: #fff;
}
.navbar-inverse .divider-vertical {
	border-left-color: #111111;
	border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #111111;
	color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
	color: #fff;
	background-color: #515151;
	border-color: #111111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
	padding: 5px 15px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	outline: 0;
}
.navbar-inverse .btn-navbar {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e0e0e;
	background-image: -moz-linear-gradient(top,#151515,#040404);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
	background-image: -webkit-linear-gradient(top,#151515,#040404);
	background-image: -o-linear-gradient(top,#151515,#040404);
	background-image: linear-gradient(to bottom,#151515,#040404);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
	border-color: #040404 #040404 #000000;
	*background-color: #040404;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
	color: #fff;
	background-color: #040404;
	*background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
	background-color: #000000 \9;
}

/*
*
*
* Megamenu CK
*
*
*
*/


li.maximenuck.level2 {
    float: left !important;
}

/* ul.maximenuck2 li.maximenuck */

div.maxidrop-main {
    width: 100% !important;
}


/*
*
*
*
*
*    Mobile menu
*
*
*
*
*/

.nav.mobile {
  position: relative;
  margin-top: 4px;
  z-index: 6;
  background-color: #ffffff;
  opacity: 0.9;
  display: none;
  border: 1px solid #b1b1b1;
  border-bottom-width: 10px;
}

.nav.mobile .parent > a {
	font-size: 18px;
}

ul.nav.mobile li > a {
	font-family: "roboto-condensed";
}

.navigation ul.nav.mobile > li > a {
	height: 20px;
}

.nav.mobile .nav-child {
	margin-left: 40px;
	list-style-type: disc;
}

.nav.mobile .nav-child li {
    font-family: "roboto-condensed";
    position: relative;
    margin: 0;
    padding: 0;
    height: 24px;
    padding-top: 6px;
    vertical-align: top;
}

.nav.mobile .nav-child li a {
    color: #636363 !important;
	text-decoration: none;
    line-height: 1em;
    font-weight: normal;
    font-size: 1.0em;
}

.nav.mobile .nav-child li.current,
.nav.mobile .nav-child li:hover {
	background-color: #BFBFBF;
}

.nav.mobile .nav-child li.current > a,
.nav.mobile .nav-child li:hover > a {
	color: #000;
}


/*
*
*
*
*
*    breadcrumbs
*
*
*
*
*/

.moduletable.breadcrumbs {
    position: absolute;
    background-color: transparent;
    float: none;
    clear: both;
    margin: 6px;
/*     display: table-row; */
}

.moduletable.breadcrumbs .divider img {
/*     vertical-align: middle; */
    padding-top: 4px;
}

.breadcrumb {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb, .breadcrumb li a {
    font-size: 12px;
    text-decoration: none;
}

.latestnews, .unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.well.related .nav li {
	list-style-type: disc;
	list-style-position: outside;
	/*display: inline-block;*/
	margin-left: 16px;
}
.well.related .nav li a {
	color: #000000;
	margin: 16px 0;
}

.moduletable.quicklinks ul {
	padding-left: 0px;
	margin: 0;
}

.moduletable.quicklinks ul li {
	list-style-type: none;
	border-bottom: 2px solid #a7a7a7;
	display: block;
	padding: 45px 0 18px 0;
	margin: 0;
}

.moduletable.quicklinks ul li:last-child {
	border-bottom: none;
}

.moduletable.quicklinks ul li a {
	font-size: 28px;
	color: #191d43;
	margin-left: 20px;

}

/*Extended*/

.page-header h1,
.page-header h1 > a,
.pd-category-view h1,
.pd-category-view h1 > a,
.moduletable.events > h3,
.moduletable.events > h3 a {
    color: #ffffff  !important;
    margin-bottom: 40px;
}

.page-header.heading {
/*     display: none; */
}

.item-page.newssnips .page-header.title h1,
.item-page.newssnips .page-header.title h1 a {
    color: #5b5b69 !important;
    font-size: 24pt;
}

.moduletable {
    margin-bottom: 20px;
}

.moduletable.welcome_home {
    margin-top: 40px;
}

.quotes, .quotes span {
	font-family: "dancing-script";
	font-size: 28px;
	color: #011689;
}

.entrymenu {
    padding: 120px 0;
}

.moduletable.small_gallery {
     text-align: center;
     background-color: #a3b9cc;
}

.moduletable.small_gallery .vina-camera-slider {
     display: inline-block;
}


/*
/*
/*Content
/*
/*
*/

#precontent1-inner {
  text-align: center;
  max-width: 732px;
}

.hometrio {
    position: relative;
    top: 0px;
    /* margin-top: -30%; */
    text-align: center;
}

#hometrio {
    position: absolute;
    list-style-type: none;
    margin: 0;
/*     margin-top: -30%; */
    padding: 0;
    display: block;
    z-index: 4;
}

#hometrio li {
    float: left;
/*     margin: 0; */
}

#hometrio li h3 {
    font-size: 36pt;
    text-align: center;
}

#hometrio1 {
    margin-right: 30px;
}

#hometrio2 {
    margin-right: 30px;
    margin-left: 30px;
}

#hometrio3 {
    margin-left: 30px;
    float: right;
}

.home-infobox {
    border: 1px solid #ffffff;
    width: 210px;
    margin: 40px auto 0px auto;
    padding: 8px;
}

.home-infobox,
.home-infobox a {
    font-size: 20pt;
    color: #ffffff;
}

#green-screen-txt {
    position: relative;
    font-family: "sunday";
    font-size: 30pt;
/*     color: #ffffff; */
    vertical-align: middle;
    margin-top: 105px;
    margin-right: 20px;

/*     margin-right: 48pt; */
}

.green-screen-imageframe {
      position: relative;
      width: 40%;
      float: left;
      text-align: right;
}

#green-screen-img {
      vertical-align: bottom;
      /*margin-bottom: 0px;
      margin-top: 40px;*/
      margin: 40px auto 0px auto;

}

.random-image, .random-image img {
    width: 100%;
    height: 100%;
}

.custom.bluetitle {
    position: relative;
    height: 139px;
    /* display: flex;
    flex-wrap: nowrap; */
    /* background-color: #85AFC5 */ ;
  background-color: #db0632 ;
}

.custom.bluetitle div.stripetext {
  max-width: 1100px;
  margin: 0 auto;
}

.custom.bluetitle p {
  display: block;
}

.custom.bluetitle p.stripelogo {
  position: absolute;
  left: 0px;
  width: 200px;
}

.custom.bluetitle p.slogan {
  position: relative;
  bottom: 0;
  padding: 85px 50px 0 0;
  /* top: 60%; */
  color: #fff;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  float: right;
  /* transform: translateY(150%); */
}

.custom.bluetitle img.stripelogo {
  position: relative;
  float: left;
  width: 120px;
  margin: 20px 50px;

}

.custom.bluetitle::after {
  display: block;
  content: "";
  float: none;
  clear: both;
}

#titlebar {
    position: relative;
    top: 0px;
    left: 0px;
    height: 139px;
    width: 100%;
}

.thumbtable li {
    float: left;
    margin: 0 5px 10px 5px;
}

.plainlist li {
    float: none;
}

.footer * {
    font-family: "signika-light";
    color: #ffffff;
}

.footer a, .footer li, .footer p {
    /* font-weight:bold !important; */
}

.footer .plainlist {
      float: left;
      margin: 0;
      padding: 0;
      margin-left: 36px;
}

.footer .plainlist li {
      clear: both;
      float: none;
      margin-bottom: 22px;
      display: block;
}

.footer-logo {
    /* color: #85AFC5 !important */;
    text-align: center;

}

.footer-icobox {
    float: left;
    margin-left: 10px;
}

.footer .nav {
    float: left;
    margin-top: 0;
    margin-left: 20px;
}

.footer .moduletable {
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
}

.footer h2 {
    font-family: "signika";
    font-style: bold;
    font-size: 14pt;
    margin-top: 0px;
    color: #FFFFFF !important;
}

footer p {
    margin-top: 0px;
}
footer .moduletable.lastmodified, footer #footer-copy {
      margin-right: 16%;
      margin-bottom: 20px;
}

.custom.footer {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	text-aligtn: center;
      color: #FFFFFF ;
}

#footer_mainframe {
	position: relative;
	width: auto;
	list-style-type: none;
	padding: 0;
	display: block;
}

.footer_outer {
    float: left;
    margin: 0 20px 20px 20px;
    width: 260px;
    height: 90px;
    display:block;
}

.footer_icon {
    float: left;
    width: 44px;
    padding-right: 20px;
    vertical-align: top;
}

.footer_textbox {
    float: left;
/*     width: 190px; */
    text-align: left;
    vertical-align: top;
}

.footer-marginizer {
	width: 220px;
	float: left;
	height: auto;
	padding-bottom: 50px;
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 12px 0;
}

.cols-2 .column-1 {
    width: 50%;
    float: left;
}

.cols-2 .column-2 {
    width: 50%;
    float: left;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
/*     margin: 0 8px; */
    padding: 0 0px;
    margin-right: 24px;

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
/*     margin-left: 12px; */
    margin-right: 24px;
    padding: 0 0px
}

.cols-3 .column-3 {
    float: left;
    width: 29%;
/*     margin: 0 12px; */
    padding: 0 0px
}

.blog .item, .blog-featured .item {
    padding: 0;
    margin: 0;
}

.blog .item {
    background-color: #ffffff;
}

.blog .item h2,
.blog .item h2 a {
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

/*.blog .item h2 a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}*/

.blog .item dd {
    margin-left: 0px;
}

.blog-featured {
    margin-bottom: 20px;
}

.blog-featured .item {
/*     min-height: 196px; */
    min-width: 480px;
}

.blog-featured .item * {
    font-family: roboto;
    color: #262D55;
}

.blog-featured .item img {
/*     min-width: 200px; */
}

.blog-featured .item-image {
	margin-right: 0px;
	min-width: 488px;
/* 	max-width: 100%; */
/* 	width: auto; */
}

.blog-featured .item-image .img_caption {
    width: auto !important;
}

.blog-featured .item-image .img_caption img {
    width: auto !important;
}

.blog-featured .cols-3 .item {
    float: left;
    margin-right: 26px;
/*     background-color: #F2F2F2; */
/*     width: 284px; */
}

.blog-featured .cols-3 .item:last-child {
    margin-right: 0;
}

.blog-featured p.img_caption {
    background-color: #8DD8D6;
    width: 60%;
    line-height: 30px;
    padding-left: 30px;
}

img, video {
    max-width: 100%;
}

/*Slideshow header*/

.jqfancy {
    top: 20px;
}

.newsflash img {
    *zoom: 1;
    max-width: 200px;
}

.newsflash-item {
/*     border-top: 1px solid #F5BA88; */
    padding: 0 0 12px 0;
/*     border-bottom: 1px solid #F5BA88; */
}

.newsflash-title, .newsflash-title a {
      color: #444444;
      text-decoration: none;
      font-size: 14px;
}

.newsflash-item-content {
    min-height: 80px;
    float: left;
}

.newsflash-item-content  h1, .newsflash-item-content h2, .newsflash-item-content h3 {
    font-size: 12px;
    line-height: 2px;
}

.newsflash-item-content > h2, .newsflash-item-content > h2 a {
    font-family: "ubuntu-condensed";
    font-size: 18px;
    color: #AE582B;
    font-weight: normal;
/*     margin: 5px 0; */
    text-decoration: none;
}

.newsflash-itemimage, .blog-itemimage {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 25px;
    height: 100%;
    min-height: 80px;
/*     border: 1px solid grey; */
}

.newsflash-item .item-image, .blog .item .item-image {
    width: 180px;
}

.item-image {
	margin-right: 25px;
}

.pd-document16 {
	width: auto;
	padding-left: 40px !important;
	height: 30px !important;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    list-style-type: none;
    display: inline;
    margin: 0 5px;
}

.pagination ul li a {
    text-decoration: none;
}

.pagination ul li.active {
    font-weight: bold;
}

.pginline {
	margin-bottom: 10px;
}

.phocadownload .pagination-list {
	margin-top: 5px !important;
}

#pg-pagination {
	display: inline-block !important;
}

.phocadownload .pagecounter {

}

#content > div.pd-cb + div, #content > div.pd-cb + div a {
	color: #fff;
}

/*

Extensions

*/

#aside .sidebar-search input {
	width: 240px;
}

.camera_thumbs {
	width: 100%;
}


.camera_thumbs div {
	clear: both;
}

.camera_thumbs_cont {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.camera_thumbs_cont ul {
	max-width: 100%;
	width: 100% !important;
	height: auto !important;
}

.camera_prevThumbs, .camera_nextThumbs {
	display: none;
}

.vina-camera-slider .camera_caption > div {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7) !important;
}

.vina-camera-slider .camera_caption > div p {
	color: #000000;
}

.jssort03 {
		/*width: 100% !important;*/
}

#content .qlform .submit {
	margin-top: 5px;
}

.slideshowck {
	max-width: 100%;
	width: 100%;
}

.vina-jssor-image-slider {
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 50%;
}

.vina-is-slides {
	width: 100% !important;
	height: 100% !important;
}

.vina-is-slide {
	width: 100% !important;
	height: 100% !important;
}

.vina-is-slide img {
	width: 100% !important;
	height: 100% !important;
}

.business-directory #searchform {
    position:relative;
    width: 100%;
    text-align: center;
}

.business-directory #searchform form {
    position:relative;
    display: block;
    width: auto;

/*     border: 1px solid #2C918E; */
}

.business-directory #searchform form .form-container {
    width: auto;
    max-width: 660px;
    margin: 0 auto;
/*     border: 1px dashed red; */
}

.business-directory #searchform .form-field  input,
.business-directory #searchform .form-field  select,
.business-directory #searchform.vertical input.search-field {
    background-color: #42D8D3;
    border-radius: 20px;
    padding: 4px 10px;
    border: 1px solid #2C918E;
/*     max-width: 300px; */
/*     width: 100%;     */
}

.business-directory #searchform.vertical input.search-field {
     max-width: 300px;
     width: 250px;
}

.business-directory #searchform.vertical .form-field {
    float: left;
    clear: none;
     max-width: 300px !important;
     width: 250px !important;
     margin-right: 80px !important;
     /*margin: 0 40px !important;*/
}

.business-directory #searchform.vertical .form-field span {
    display: block;
}


.company-box.span3 {
    width: 33%;
    min-width: 220px;
    margin-left: 0;
    text-align: center;
}

.latestbusiness .row-fluid:last-child {
    float: right;
}

.company-box.span3:last-child .company-box-inner {
    float: right;
}

.company-box-inner {
    max-width: 220px;
}


.osdownloads-container .item_content,
.osdownloads-container .readmore_wrapper,
.osdownloads-container .osdownloadsactions {
    float: left;
}

.osdownloads-container .item_content {
    width: 74%;
}

.osdownloads-container .buttongroup {
      float: right;
/*       width: 23%; */
}

.osdownloads-container .readmore_wrapper {
/*     width: 20%; */
    padding: 0 10px;
}

.osdownloads-container .osdownloadsactions {
/*     width: 20%; */
    padding: 0 10px;
/*     float: right; */
}

.osdownloads-container .readmore_wrapper a,
.osdownloads-container .osdownloadsactions a,
.osdownloads-container .osdownloadsactions a span {
      font-family: "signika";
      font-size: 12pt;
      font-weight: normal;
      color: #5b5b69;
}

.btn_download {
    margin-top: 0px;
}


.mod_osdownloadsfiles ul li {
	border-bottom: 1px solid #CBB78D !important;
}

.modosdownloadsDownloadButton {
	position: relative;
	text-align: center;
	display: block;
	padding: 2px;
	background-color: #85afc5;
	border-radius: 4px;
	color: #ffffff !important;
	width: 85px;
}

.modosdownloadsDownloadButton span {
	color: #ffffff;
}

.event_detail_title {
    margin-bottom: 20px;
}

/* qlform */

#aside form {
	margin-bottom: 20px;
}

#aside form input {
    margin: 2px 0px;
	border: none;
	height: 30px;

}

#aside form .submit {
	text-align: center;
	margin-left: -25px;
}

#aside form input.btn {
	font-size: 16px;
	border: 1px solid black;
	cursor: pointer;
}

/*Sidebar specific styles*/
#aside input[type="text"], #aside input[type="password"] {
    /*max-width: 200px;*/
    float: none;

}

#aside input[type="text"],
#aside input[type="password"],
#aside .qlform input[type="email"],
#aside .qlform textarea {
	border: 1px solid #B5B5B5;
}

#aside .qlform input[type="text"],
#aside .qlform input[type="email"],
#aside .qlform .jform_email,
#aside .qlform textarea {
	width: 240px !important;
	min-width: 240px;
}

#aside .qlform textarea {
	min-height: 40px;
}

#aside .qlform label {
	font-size: 16px;
}

#aside .qlform dd,
#aside .qlform dl {
	margin: 0px;
}

form .control-group .add-on {
    display: block;
    float: none;
}

/*.ohanah {
    background-image: url(../images/onepx.png);
    background-repeat: repeat-y;
    background-position: 42px 85px;
    background-attachment: scroll;
    background-clip: 	border-box;
    margin-top: 10px;
}*/

.ohanah:not([class*="event"],[class*="module"]) {
    padding-left: 100px;
    background-image: url(../images/onepx.png);
    background-repeat: repeat-y;
    background-position: 42px 85px;
    background-attachment: scroll;
    background-clip: 	border-box;
    margin-top: 10px;
    max-width: 630px;
}

.event-list .event_date_flyer_container {
    margin-left: -100px;
    width: 75px;
    border: none;
    padding: 0;
}

.event-list .event_date {
    background-image: none;
    background-color: #D7242B;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    padding: 5px;
}

.event-list .event_date * {
    font-family:
}

.event_date_day {
    font-weight: normal !important;
}

.ohanah h2, .ohanah h2 a {
    font-size: 30pt;
    font-weight: normal;
    color: #5b5b69;
}

.ohanah h3, .ohanah h3 a {
    font-family: "idealist";
    font-weight:lighter;
    font-size: 14pt !important;
}

.ohanah h3 a {
    color: #85afc5 !important;
}

.ohanah-event-ticket-cost {
     display: inline-block;
     color: #fff;
     background-color: #5B5B69;
     padding: 5px 10px;
}

.ohanah-registration-link {
    float: left;
}

.ohanah-registration-link a {
    color: #fff;
}

.ohanah .event-spacer {
    padding: 10px 0;
}

.ohanah .btn {
     color: #fff;
     background-color: #5B5B69;
     padding: 5px 10px !important;
     display: inline-block;
     font-weight: normal;
}

#aside .well .ui-datepicker {
    background-color: #4b5a69;
    background-image: none;
    border: 0;
    padding: 0;
}

#aside .well .ui-datepicker-header {
    background-image: none;
    background-color: #4b5a69;
    border: 0;
    border-radius: 0;
}

#aside .well .ui-datepicker-title,
#aside .well .ui-datepicker-title * {
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
}

#aside .well .ui-datepicker-prev,
#aside .well .ui-datepicker-next {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
}

#aside .well .ui-datepicker table {
    background-color: transparent;
}

#aside .well .ui-datepicker table td {
    border: 2px solid #4b5a69;
}

#aside .well .ui-datepicker-calendar thead * {
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
}

#aside .well .ui-datepicker-other-month {
    opacity: 0.35;
}

#aside .well .ui-widget-content .ui-state-default {
    background-color: #fff;
    background-image: none;
    border: none;
}

#aside .well .ui-datepicker-calendar tbody tr:first-child {
    background-color: transparent;
}


#aside .well .ui-datepicker-current-day a,
#aside .well .markedDay a {
    background-color: #3780af !important;
}

#filterFooter {
    background-color: #f5f8f9;
    display: inline-block;
    font-weight: normal;
    font-size: 14pt;
    padding: 0;
}

#filterFooter span {
    padding: 5px 7px;
    display: inline-block;
}

#filterFooter .active {
    padding: 0 10px;
    color: #000;
}

#content .qlform {
    width: 100%;
}

#content .qlform fieldset {
    display: block;
    position: relative;
    width: inherit;
}

#content .qlform input[type="text"],
#content .qlform input[type="email"],
#content .qlform textarea {
      width: 95%;
}

.informationsbanner {
    height: auto !important;
    min-height: 100px;
    vertical-align: bottom;
    text-align: center;
}

.informationsbanner p.infostitle2 {
    font-size: 40px !important;
    color: #FFFFFF !important;
    vertical-align: bottom;
    height: auto !important;
    line-height: auto !important;
    margin-bottom: 20px !important;
    display: inline-block;
    float:none !important;

}

.informationsbanner p.infostitle,
.informationsbanner p.infostitle a {
    font-size: 80px !important;
    color: #FFFFFF !important;
    line-height: 1em !important;
    height: auto !important;
    display: inline-block;
    float:none !important;
/*     height: 60px !important; */
}

.informationsbanner .infosbtn a {
    font-size: 30px !important;
    border-radius: 3px;
}

.infoscontent {
    background-color: rgb(255, 0, 0) !important;
    color: #FFFFFF !important;
}

.infoscontent .poparticle * {
    font-style: normal;
    font-family: signika-light;
    color: #FFFFFF !important;
    text-align: center;
}

.infoscontent .poparticle h2 {
    font-size: 40px !important;
}

/*
*
*
*
* Tech stuff
*
*
*/

.element-invisible {
	display: none;
}

/*.jssort01 {
	display: none;
}*/

#position-5 {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	float: left;
}




/*
 *
 *
 * Icons
 *
 *
 */

i {
    font-family: "IcoMoon";
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "IcoMoon";
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}

.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
/*.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}*/
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}

.icon-search:before {
	content: "\53";
}

/*
 *
 *
 * JUX News module
 *
 *
 */

#green-screen .itemListView {
  position: relative;
 margin-top: 40px;
}

#green-screen .itemListView .wall-item {
padding-top: 0px !important;
}

.itemListView .news-wall-loadmore .btn-loadmore {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}

.itemListView .wall-item .wall-top {
 min-height: 0px;
}

.itemListView .wall-item .wall-top .wall-image a img {
 width: 100%;
 max-width: none;
}

.wall-item .wall-bottom .item-content .catItemTitle a {
  font-size: 20px;
}

.nivo-lightbox-overlay .itemViewAuthor {
  display: none;
}

.nivo-lightbox-overlay .itemViewAuthor + .lb_icon-line {
  display: none;
}

a.fc-event {
  margin-top: 2px;
}



/*
 *
 *
 * Media formats for mobile devices
 *
 *
 */

 @media (max-width:1468px) {
   .custom.bluetitle img.stripelogo {
     width: 80px;
     margin: 20px;
   }
 }

 @media (max-width:1340px) {
   .custom.bluetitle img.stripelogo {
     width: 50px;
     margin: 20px;
   }
 }

@media (max-width:1098px) {

    #green-screen-txt {
	margin-top: 50px;
    }
/*    .home-infobox {
	margin: 10px auto 0px auto;
    }*/
}

@media (min-width:1024px) {
	.nav.mobile {
	  display: none;
	}
}

@media (max-width:1023px) {

  .bodyone {
      margin-top: 60px;
  }

  .item-page {
	  /*position: absolute;*/
	  /*top: 80px;*/
	  /* margin-top: -110px; */
  }

	#content {
		padding-left: 12px;
	}

    #aside input[type="text"], #aside input[type="password"] {
	max-width: 150px;
    }

    #sidebar, #aside {
	    width: 256px;
    }

   	#head-rightbar {
	    width: 284px;
    }

    .header {
	clear: both;
	min-height: 0px;
	height: 30px;
/* 	padding-bottom: 0px; */
    }

    .header-inner {
	min-height: 0px;
    }

    .brand {
	margin-left: 50px;
/* 	transform: scale(0.5,0.5); */
	width: 160px;
 	margin-top: 0px;
    }

    #precontent1 {
	     /* margin-bottom: 50px; */
    }

    .hometrio {
	margin-top: 0px;
    }

    #hometrio {
	position: relative;
    }




    .scribble {
	font-size: 28pt;
    }

    .custom_header_name {
	margin-left: 20px;
    }

    .moduletable.quicklinks ul li {
	padding: 25px 0 10px;
    }

	#headbanner {
		margin-top: 55px;
	}

    #headbanner-quotes {
	margin: 0 12px;
    }

    #mobilebar, #mobilebutton_open {
      	display: block;
   }

   #pos-headmenu {
	display: none;
   }

    .header-search .mod-languages {
	display: none;
    }

    #headerlist {
	margin-top: 3px;
    }

    .headerlist {
    	margin-top: 10px;
    }

	.navigation {
		top: 182px;
	}

    div.nav-threecol-child {
		top: 24px;
		left: 0px;
		opacity: 1.0;
		max-width: 257px;
		width: 257px;
		background-color: #FCFAF1;
		padding-left: 0px;
		padding-top: 0px;
    }

  ul.threecol li {
     padding: 0px 0px !important;
     height: 26px !important;
  }

  ul.threecol li a {
      height: 26px;
  }

    .nav.threecol {
	margin-left: 0px;
/* 	padding-left: 20px; */
	margin-right: 100px;
	max-width: 267px;
	opacity: 0.8;
	top: 0px;
	border-radius: 0;
	/*display: none;*/
    }

	.navbar .btn-navbar {
		display: block;
	}

    ul.nav-pills {
	  padding-left: 2px;
	  display: block;
    }

    .listlevel2 {
	float:none;
	clear: both;
    }



    ul.nav-pills li, ul.threecol li {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 0px;
	background-color: #EEEEEE;
	float: none;
	clear: both;
    }

    ul.nav-pills li a, ul.threecol li a {
	margin: 0;
	padding: 2px 0 0 0px;
	padding-left: 0px !important;
	margin-left: 20px !important;
    }

    .nav-threecol-child ul li {
		background-color: #FCFAF1;
    }

	ul.threecol li.level1 > a:hover,
	ul.threecol li.level1.active > a,
	.nav-threecol-child ul li.active a,
	.nav-threecol-child ul li a:hover {
	    color: #000000;
	    background-color: #BFBFBF;
	}

	.osdownloads-container .item_content {
	    width: 70%;
	}

	.footer4-inner {
		margin-left: 0px !important;
	}
}

@media (max-width:993px) {
    .blog-featured .item {
	margin-bottom: 20px;
    }

    .home-infobox {
	margin: 10px auto 0px auto;
    }
}

@media (max-width:940px) {

    #footer_mainframe {
	margin-left: 15%;
    }

    #green-screen .scribble {
	font-size: 24pt;
    }

    #green-screen .home-infobox a {
	font-size: 15pt;
    }
}



@media (max-width:868px) {



    #footer_mainframe {
	margin-left: 10%;
    }

   .custom_mobilebar {
      float: left;
   }

   .custom_header_phone {
   		display: none;
   }

	.quotes, .quotes span {
	    font-size: 20px;
	}

    .search.mobile {
	display: block;
	float: right;
	margin-top: 5px;
	border: none;
    }

    #aside .search {
	display: none;
    }

    #aside .well {
	float: left;
	margin: 0 20px 0 0;
    }

    #aside .well.events {
	float: none;
	margin: 0 20px 0 0;
	width: 100%;
    }

    #aside .well.callbackform {
	float: right;
	margin: 0;
    }

    .nav-threecol-child ul {
	position: relative;
	left: 0px;
    }

    div.nav-threecol-child.level1 {
	border-top: 1px solid #ffffff;
    }

    div.nav-threecol-child.level1 ul {
	border-right: none;
    }

    .osdownloads-container .item_content {
	width: 64%;
    }
}

@media (min-width:768px) and (max-width:935px) {


}

@media (max-width:768px) {

  .item-page {
    top: -90px;
    margin-top: 0px;
  }

  .custom.bluetitle p.slogan {
    padding: 25px 50px 0 0;
  }

    #footer_mainframe {
	margin-left: 5%;
    }

    .maincontainer {
	position: relative;
	display: block;
    }

    .header {
	/*padding-bottom: 15%;*/
    }


	/*#headbanner-small {
		max-width: 50%;
	}*/

	.moduletable.quicklinks ul li {
	    padding: 16px 0 6px;
	}

    #content {
	width: 93%;
    }


    #sidebar {
	float: left;
	display: block;
	width: 166px;
	background-color: transparent;
    }

    #aside {
	float: none;
	display: block;
	clear: both;
/* 	width: 100%; */
/* 	width: calc(100% - 20px); */
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
    }

    #aside .well {
    	width: auto;
    }

    #aside .well.events {
    	background-image: none;
    }

    #aside .well.related {
    	float: right;
    }

    #content {
	display: block;
	float: none;
	max-width: 100%;
/* 	width: calc(100% - 206px); */
/* 	width: 166px; */
	padding: 10px;
/* 	padding-right: auto; */
	margin: 0px;
    }

    .contentspan1, .contentspan2 {
	width: calc(100% - 20px);
    }

    .contentspan3 {
	width: calc(100% - 206px);
    }

/*    .header {
	    background: transparent;
    }*/

    .green-screen-imageframe {
	float: none;
    }

    #green-screen .scribble {
	font-size: 24pt;
    }

    #aside form .control-group .add-on, #aside form .control-label {
	display: block;
	float: left;
	min-width: 130px;
    }

    #aside .well.contact  {
    	display: none;
    }
}

@media (max-width:696px) {

    footer.footer {
	    height: auto;
    }

    .footer-inner {
	    height: auto;
    }

    .footer_outer {
	    float: none;
    }

    #footer_mainframe {
	margin-left: auto;
    }
}

@media (max-width:640px) {

	/*.page-header h1, .page-header h1 a {
		font-size: 24pt;
	}*/

	#head-rightbar {
	    display: none;
	}

	div.list-home-two-columns div:first-child,
	div.list-home-two-columns div:last-child {
		float: none !important;
		clear: both;
		text-align: left !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		margin-top: 20px !important;
		padding: 0 !important;
	}

	.row-fluid .span6 {
		width: auto !important;
	}


    #sidebar, #aside {
	float: none;
	display: block;
	width: auto;
	padding: 2px;
/* 	width: calc(100% - 20px); */
    }

    #aside {
	padding: 10px;
    }

    .nav.threecol {
	    top: 10px;
	    width: 100%;
	    max-width: 100%;
	    opacity: 1.0;
	    margin-right: 0px;
    }

    div.nav-threecol-child {
	    max-width: 100%;
    }

    ul.nav-pills li .nav-child {
	  width: 100%;
    }

    #content {
	float: none;
	display: block;
	width: auto;
    }

    .header {
/* 	padding-bottom: 20%; */
    }

/*    .header {
	    background: transparent;
    }*/

/*    #headbanner {
	position: relative;
	top: 70px;
    }  */

	#headerlist {
		margin-top: 0px;
	}

    .navigation {
	    position: relative;
	    top: 0px;
/* 	    max-width: 800px; */
	    margin: 0 auto 0 0px;
	    float: none;
	    width: 100%;
	    height: 0px;
	    background-color: #BFBFBF;
	    padding-bottom: 10px;
    /* 	margin-bottom: 10px; */
    /* 	background-color: #FFFADD; */
    }

    ul.nav-pills {
	  padding-left: 2px;
	  display: block;
    }

    ul.nav-pills li {
	position: relative;
	display: block;
	margin: 2px;
	padding: 4px 2px;
	border-top: 1px solid #9F9A9A;
/* 	background-color: #ffffff; */
	float: none;
	width: 100%;
    }

    ul.nav-pills li a {
	margin: 0px;
	padding: 2px;
    }

/*    .slideshowck {
	display: none !important;
    }*/

    .breadcrumb {
	display: none;
    }



    .brand .site-description {
   		display: none;
    }

    .brand img {
   		float: none;
   		margin: 0 auto;
    }

    .custom_header_name {
	display: none;
    }

    .osdownloads-container .item_content {
	width: 100%;
    }

	#hometrio {
		width: 236px;
		margin: 0 auto;
		text-align: center;
	}

/*	#green-screen .scribble {
		font-size: 18pt;
	} */

	.home-infobox, .home-infobox a {
		font-size: 12pt;
	}
}

@media (max-width:540px) {
	.footer1-inner .moduletable,
	.footer2-inner .moduletable,
	.footer3-inner .moduletable,
	.footer4-inner .moduletable {
		margin-left: 36px;
		float: none;
		width: 100%;
	}

	.footer2-inner .plainlist {
		margin-left: 0;
	}

	.footer .nav {
		float: none;
	}
  .page-header h1, .page-header h1 a {
    font-size: 24pt;
  }
}

@media (max-width:480px) {


}

@media (max-width:360px) {

	.page-header h1, .page-header h1 a {
		font-size: 18pt;
	}
  .custom.bluetitle p.slogan {
    font-size: 20px;
  }
}
