/* @group Base Style */
*{ margin: 0; padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html, body{ height: 100%; }

body{
   font: normal 14px/18px helvetica, arial, sans-serif;
   color: #333;
   background: url(../img/bg.jpg) 0 0 repeat;
}

h1.logo{
    width: 202px;
    height: 35px;
    margin: 0 auto;
    background-image: url(../img/logo.jpg);
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-size: 202px 35px;
}
h1.home_logo{
    width: 202px;
    height: 72px;
    margin: 0 auto 1em auto;
    background-image: url(../img/logo_full.jpg);
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-size: 202px 72px;
}
h1.mychart_logo {
	width: 200px;
	height: 61px;
	margin: 0 auto;
	background-image: url(../img/logo_mychart.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 191px 59px;
}
h1.logo a, h1.home_logo a{ display: block; widht: 202px; height: 35px; text-decoration: none; }
h1 span{ display: none; }

h2{ font: bold 14px/18px arial, verdana, sans-serif; color: #363636; text-shadow: -2px -1px 2px #ffffff; padding: 0; }
h3{ font: bold 16px/20px arial, verdana, sans-serif; color: #0143ab; padding: 0 0 10px 0; }
h4{ font: bold 14px/18px arial, verdana, sans-serif; color: #363636; padding: 0; }
h5{ font: normal 14px/18px helvetica, arial, sans-serif; padding: 0 0 10px 0; }
h6{ font: normal 14px/18px helvetica, arial, sans-serif; padding: 0 0 10px 0; }

h4.subhead {
	color: #aaa;
	margin: -10px 0 1em 0 !important;
	padding: 0 !important;
}

a{ color: #e47d2c; text-decoration: none; outline: none; }

p{ padding: 0 0 10px 0; }

hr{ border:0; border-bottom: 1px solid #ebebeb; width: 100%; margin: 10px 0; height: 0; }

ol, ul{ margin: 0 0 0 10px; }

pre, blockquote, code{ padding: 20px; }

.wrapper{
    padding: 0 6px;
    background: url(../img/bg_top.jpg) 0 0 repeat-x;
}


/*****************
    HEADER
*****************/
header{
    margin: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #babfcc;
    border-right: 1px solid #babfcc;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;

    background: url(../img/stripe_bg.jpg) 0 0 repeat;
}
header .dropdown_call{
	margin-top: -85px;
	height: 65px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    
    -webkit-transition: all 0.5s ease-in-out;
}

header .dropdown_call.visible {
	margin-top: 0;
	transition: all 0.5s ease-in-out;
	
	-webkit-transition: all 0.5s ease-in-out;
}

header .dropdown_call .call{
	height: 65px;
}

header .dropdown_call .call .btn{
    width: 140px;
    margin: 0 auto 10px auto;
    padding: 7px 10px 7px 41px;

    background-image: url(../img/icon_phone.png);
    background-position: 10px center;
    background-size: 21px 20px;
    background-repeat: no-repeat;

}

header .dropdown_call .call .btn.single {
	margin: 20px auto 0 auto;
}

header .dropdown_call #call_location {
	display: none;
}

header .dropdown_call .search form{
    width: 255px;
    margin: 15px auto;
}

header .dropdown_call .search form input{ float: left; }
header .dropdown_call .search form .field{ width: 200px; }
header .dropdown_call .search form .btn_search{
    display: inline;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 0 0 10px;

    background-image: url(../img/icon_search.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 16px 20px;
}

header .header_btns{
    height: 32px;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;

    background: url(../img/bg.jpg) 0 0 repeat;
}
header .header_btns .btns{
    width: 285px;
    height: 32px;
    margin: 0 auto;
}
header .header_btns .btns a{
    display: block;
    float: left;
    height: 19px;
    padding: 5px 18px 8px 18px;
    border-right: 1px solid #03377f;
    border-left: 1px solid #2b64bd;
    color: #fff;
    font: normal 12px/12px arial, verdana, sans-serif;
}
header .header_btns .btns a.active{
    background: url(../img/arrow_header_down.png) center top no-repeat;
}

header .header_btns .btns span {
	background-repeat: no-repeat;
	display: block;
	padding-left: 24px;
	height: 20px;
	line-height: 24px;
}

header .header_btns .btns span.btns_home {
	background-image: url(../img/icon_home.png);
	background-size: 18px 20px;
}

header .header_btns .btns span.btns_call {
	padding-left: 27px;
	background-image: url(../img/icon_phone.png);
	background-size: 21px 20px;
}

header .header_btns .btns span.btns_search {
	padding-left: 22px;
	background-image: url(../img/icon_search.png);
	background-size: 16px 20px;
}

header .header_btns .btns a img{ border: 0; margin: 0 3px -4px 0; }
header .header_btns .btns a:first-child{ border-left: 0; }
header .header_btns .btns a:last-child{ border-right: 0; }

h1.default_logo{ width: 94px; height: 55px; float: left; }
h1.default_logo a{
    display: block;
    width: 94px;
    height: 55px;
    background-image: url(../img/logo.png);
   	background-position: 0 0
   	background-repeat: no-repeat;
    background-size: 202px 35px;
}
h1.default_logo a span{ display: none; }

.container{
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    -webkit-box-shadow: 0px -2px 4px 2px rgba(68, 68, 68, .3);
    -moz-box-shadow: 0px -2px 4px 2px rgba(68, 68, 68, .3);
    box-shadow: 0px -2px 4px 2px rgba(68, 68, 68, .3);

    background: #fff;
}

form label {
	color: #666666;
	font-weight: bold;
}

form label.full {
	display: block;
	margin: 0 auto;
	width: 200px
}

form input[type=text],
form input[type=password] {
	border: none;
	
	-webkit-appearance: none;
}

form input.full[type=text],
form input.full[type=password] {
	display: block;
	font-size: 12pt;
	height: 20px;
	margin: 0.25em auto 1em;
	width: 190px;
}

.button {
	background-color: #E1691C;
	border: 2px solid #BC5B1A;
	border-radius: 5px;
	display: block;
	color: #ffffff;
	float: none;
	font-weight: bold;
	height: auto;
	margin-top: 1em;
	opacity: 1;
	padding: 0.5em 1em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	width: auto;
	
	-webkit-appearance: none;
}

.button.full {
	height: 40px;
	margin: 2em auto 1em;
	width: 200px;
}

/*********************
    HOMEPAGE
**********************/
.home_img{
    display: block;
    margin: 10px auto 0 auto;
}

.lower_text{
    padding: 0 15px;
    text-align: center;
    font: normal 11px/15px arial, verdana, sans-serif;
    color: #fff;
}

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

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;

    background: url(../img/bg_gray_texture.jpg) 0 0 repeat;
}

.mainNav li a,
.nested li a {
    position: relative;
    display: block;
    padding: 15px 50px 10px 70px;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #fff;

    font: bold 18px/22px arial, verdana, sans-serif;
    color: #363636;
    text-shadow: -2px -1px 2px #ffffff;
}
.mainNav.no_icons li a{ padding-left: 10px; }

.mainNav li:first-child, .mainNav li:first-child a{ border-top: 0; }
.mainNav li:last-child, .mainNav li:last-child a{ border-bottom: 0; }
.mainNav li:last-child a.open{ border-bottom: 1px solid #b7b7b7; }

.mainNav li a img.icon{
    width: 48px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.ui-icon-arrow-r,
.mainNav li a span.arrow,
.nested li a span.arrow {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;

    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 0px -1px 1px 1px rgba(51, 51, 51, .3);
    -moz-box-shadow: 0px -1px 1px 1px rgba(51, 51, 51, .3);
    box-shadow: 0px -1px 1px 1px rgba(51, 51, 51, .3);

    background-color: #ffffff;
   	background-image: url(../img/arrow_right.png);
   	background-position: 7px 6px;
   	background-repeat: no-repeat;
   	background-size: 12px 12px;
}
.mainNav li a.open span.arrow {
	background-color: #ffffff;
	background-image: url(../img/arrow_down.png);
	background-position: 6px 7px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.nested li.none {
	color: #888888;
	font-style: italic;
	font-weight: bold;
	padding: 1em 0;
}

.mainNav li ul .toggle,
.nested .toggle {
    margin: 0 auto;
    width: 120px;
    height: 13px;
    padding: 9px 0 8px 0;

    color: #8a8a8a;
    font: bold 12px/12px arial, verdana, sans-serif;
    text-align: center;

    border: 1px solid #c2c2c2;
    border-top: 0;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* W3C */
}
.mainNav li ul .toggle a,
.mainNav li ul .toggle .link,
.nested .toggle a,
.nested .toggle .link{
    border: 0;
    cursor: pointer;
    display: inline;
    background: 0;
    padding: 0 !important;
    margin: 0 !important;
    text-shadow: none;
    font: bold 12px/12px arial, verdana, sans-serif !important;
    color: #e47d2c;
}

.mainNav li ul .toggle .link.current,
.nested .toggle .link.current {
	color: #8A8A8A;
	cursor: auto;
}

/*****2nd level*****/
.nested {
	display: none;
}

.nested.meta {
	margin-bottom: 0;
}

.mainNav li ul,
.nested {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(../img/stripe_bg.jpg) 0 0 repeat;
}
.mainNav li:last-child ul,
.nested.single {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;

    border-radius: 0px 0px 8px 8px;
}

.mainNav li ul li,
.nested li {
	margin: 0 10px;
}
.mainNav li ul li a,
.mainNav li:first-child ul li a,
.nested li a,
.nested li span.label {
    padding: 10px 20px 10px 0;
    font: bold 14px/18px arial, verdana, sans-serif;
    background: none;
    border-bottom: 0;
    border-top: 1px solid #d7d7d7;
}
.mainNav.geo li ul li a,
.mainNav.geo li:first-child ul li a,
.nested.meta li a {
	padding: 10px 105px 10px 0;
}
.mainNav .info {
	display: none;
}
.mainNav.geo .info {
	display: block;
}
.mainNav li ul li:first-child a,
.mainNav li ul li:nth-child(2) a,
.nested li:first-child a,
.nested li:nth-child(2) a {
	border-top: 0;
}
.mainNav li ul li a .time,
.nested li a .time {
    margin: 3px 0;
    padding: 0 0 0 39px;
    color: #898989;
    font: bold 18px/29px arial, verdana, sans-serif;
    background-image: url(../img/icon_clock_gray.png);
   	background-position: 0 0;
   	background-repeat: no-repeat;
    background-size: 29px 29px;
}

.mainNav li ul li a div.geodata {
	background-color: #0044B1;
	border-radius: 11px;
	color: #ffffff;
	display: none;
	height: 26px;
	line-height: 26px;
	padding-right: 30px;
	padding-left: 8px;
	position: absolute;
	right: 24px;
	top: 6px;
}

.mainNav li ul li a div.compass {
	background-image: url(../img/compass.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	height: 20px;
	right: 5px;
	position: absolute;
	top: 2px;
	width: 20px;
}
.mainNav li ul li a span.miles {
    display: block;
    padding: 0;
    color: #ffffff;
    font: bold 12px/16px arial, verdana, sans-serif;
    line-height: 26px;
    text-shadow: none;
    
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}

.mainNav li ul li a .time.active{
    color: #0044b1;
    background-image: url(../img/icon_clock.png);
   	background-position: 0 0;
   	background-repeat: no-repeat;
    background-size: 29px 29px;
}
.mainNav li ul li a span.item_count,
.nested li a span.item_count {
    width: 15px;
    position: absolute;
    top: 14px;
    right: 25px;
    text-align: right;
    color: #8a8a8a;
    font: bold 12px/12px arial, verdana, sans-serif;
}

.mainNav li ul li a span.meta,
.nested li a span.meta {
	color: #888888;
	position: absolute;
	top: 10px;
	right: 24px;
}

.mainNav li ul li a span.arrow,
.nested li a span.arrow {
    width: 12px;
    height: 12px;
    top: 13px;
    right: 5px;
    background-image: url(../img/arrow_right.png);
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-size: 12px 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mainNav li.none {
	padding: 1em;
}

.mainNav li ul li a span.icon,
.nested li a span.icon {
	position: absolute;
	right: 25px;
}

/******* emergency, urgent care *******/
.interior{
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0px -5px 8px 1px rgba(209, 209, 209, .9);
    -moz-box-shadow: 0px -5px 8px 1px rgba(209, 209, 209, .9);
    box-shadow: 0px -5px 8px 1px rgba(209, 209, 209, .9);
}

.headline{
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px;
    background: url(../img/bg_gray_texture.jpg) 0 0 repeat;
}

.headline h2 {
	font: bold 18px/22px arial, verdana, sans-serif;
	overflow: hidden;
	padding-right: 63px;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.headline.withlist {
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 1px;
}

.headline .back{
    display: block;
    width: 63px;
    height: 27px;
    position: absolute;
    top: 5px;
    right: 10px;
    background-image: url(../img/btn_back.png);
   	background-position: 0 0;
   	background-repeat: no-repeat;
   	background-size: 63px 27px;
}

.container section{ padding: 10px; }

.container section .image {
	background-color: #eeeeee;
	border-left: 4px solid #dddddd;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}

.container section .int_img{
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.simpleList{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.simpleList li {
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
}
.simpleList li:first-child{ padding-top: 0; border-top: 0; }
.simpleList li a.icon{
    display: block;
    margin: 3px 0;
    padding: 0 0 0 19px;
}
.simpleList li a.icon.dir{
    background-image: url(../img/icon_orangepin.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 17px;
}
.simpleList li a.icon.art{
    background-image: url(../img/icon_article.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 15px;
}

.meta {
	color: #888888;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
}

section.page {
	color: #666666;
}

section.page h4 {
	clear: both;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

section.page ul,
section.page ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

.datetime {
	margin-bottom: 0.5em;
}

ul.grouped {
	list-style: none;
	margin: 0;
}

ul.grouped li {
	border-left: 4px solid #cccccc;
	margin-bottom: 1em;
	padding-left: 0.5em;
}

.loadmore.loading {
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px 16px;
	
}

.loadmore.loading a {
	display: none;
}

.loadmore.loading span.label {
	color: #888888;
	display: block;
	padding-left: 26px;
}

.loadmore span.label {
	display: none;
}

/**** urgent care page ***/
.container section .map{
    width: 273px;
    height: 200px;
    margin: 0 auto 15px auto;
}

.container section .directions{
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.container section .directions li{
    position: relative;
    border-top: 1px solid #ebebeb;
    padding: 12px 80px 12px 5px;
}
.container section .directions li .num{
    float: left;
    padding-right: 5px;
}
.container section .directions li .desc{
    margin: 0 0 0 25px;
}
.container section .directions li .dist{
    position: absolute;
    top: 15px;
    right: 0;
    color: #8a8a8a;
    font: bold 12px/16px arial, verdana, sans-serif;
}

.wt_container{
    width: 196px;
    height: 178px;
    padding: 18px 15px 0 15px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    background-image: url(../img/box_waittimes.jpg);
    background-repeat: none;
    background-position: right top;
    background-size: 452px 196px;
}
.wt_container.active{ background-position: left top; }

.wt_container h2{
    padding: 0 0 9px 0;
    color: #8f8f8f;
    text-align: center;
    text-shadow: none;
    font: bold 19px/19px arial, verdana, sans-serif;
}
.wt_container.active h2{
    color: #fff;
    text-shadow: 0px -1px 1px #000;
}

.wt_container .wt_wait_box{
    padding: 22px 18px 0 18px;
    text-align: center;
    font: normal 12px/16px arial, verdana, sans-serif;
    color: #646464;
}
.wt_container.active .wt_wait_box{ color: #0044b1; }
.wt_container .wt_wait_box .time_box{
    display: block;
    padding: 8px 0;
    text-align: center;
}

.wt_container .wt_wait_box .time_box span.count{
    display: block;
    padding: 0 0 0 0;
    font: bold 30px/30px arial, verdana, sans-serif;
    color: #646464;
}
.wt_container .wt_wait_box .time_box span.count.closed {
	line-height: 45px;
	height: 45px;
}
.wt_container.active .wt_wait_box .time_box span.count{
    color: #0044b1;
}
.wt_container .wt_wait_box p{ padding: 8px 0 5px 0; }

.wt_nearest {
	background-image: url(../img/wt_nearest.png);
	background-size: 304px 173px;
	display: none;
	height: 153px;
	margin: 0 auto 1em auto;
	padding: 10px;
	width: 284px;
}

.wt_nearest h2 {
	color: #ffffff;
	font-size: 9pt;
	margin-top: 10px;
	text-align: center;
	text-shadow: 0 0 1px #000000;
}

.wt_nearest h3 {
	color: #ffffff;
	font-size: 14pt;
	margin-top: 6px;
	text-align: center;
	text-shadow: 0 0 2px #000000;
}

.wt_nearest .wt_time {
	background-image: url(../img/icon_clock.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin: 0 auto;
	padding-left: 39px;
	text-shadow: 0 0 2px #000000;
	width: 100px;
}

.wt_nearest .wt_time.wt_hours {
	width: 140px;
}

.wt_nearest ul {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}

.wt_nearest ul li {
	float: left;
}

.wt_nearest ul li a {
	background-image: url(../img/wt_arrow.png);
	background-position: 110px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	color: #ffffff;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	padding-right: 30px;
	text-align: center;
	width: 110px;
}

/***********************
        MYCHART
***********************/

h1.mychart_logo {
	margin-bottom: 2em;
}

h2.mychart {
	margin: 1em auto 2em;
	width: 150px;
	text-align: center;
}

h2.mychart a {
	background-color: #E47D2C;
	background-image: url(../img/arrows_lg.png);
	background-position: 105px center;
	background-repeat: no-repeat;
	border-radius: 8px;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	line-height: 18px;
	padding: 5px 20px 5px 10px;
	text-align: left;
	text-shadow: none;
	width: 120px;
}

h2.mychart a em {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}

.applink {
	display: block;
	margin: 0 auto;
	width: 150px;
}

.or {
	color: #aaa;
	font-weight: bold;
	margin: 1em auto;
	text-align: center;
	width: 3em;
}

/***********************
        FOOTER
***********************/
footer{
    text-align: center;
    font: normal 10px/14px arial, verdana, sans-serif;
    color: #628fd3;

}
footer .bar{
    height: 52px;
    margin: 10px 0;
    border-top: 1px solid #626262;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top, #2e2e2e 0%, #2e2e2e 50%, #000000 50%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(50%,#2e2e2e), color-stop(50%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2e2e2e 0%,#2e2e2e 50%,#000000 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2e2e2e 0%,#2e2e2e 50%,#000000 50%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2e2e2e 0%,#2e2e2e 50%,#000000 50%,#000000 100%); /* IE10+ */
    background: linear-gradient(top, #2e2e2e 0%,#2e2e2e 50%,#000000 50%,#000000 100%); /* W3C */
    -webkit-box-shadow: 1px 1px 0px #333;
    -moz-box-shadow: 1px 1px 0px #333;
    box-shadow: 1px 1px 0px #333;
    font: normal 12px/16px arial, verdana, sans-serif;
    color: #888888;
}
footer .bar .bar_content{
    width: 320px;
    height: 53px;
    margin: 0 auto;
}

footer .bar .bar_content.single {
	width: 106px;
}

footer .bar .bar_content a{
	background-position: center 2px;
	background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 66px;
    padding: 29px 20px 0 20px;
    float: left;
    text-align: center;
    font: bold 12px/16px arial, verdana, sans-serif;
    color: #898989;
}

footer .bar .bar_content a.bar_fullsite {
	background-image: url(../img/icon_fullsite.png);
	background-size: 23px 23px;
}

footer .bar .bar_content a.bar_news {
	background-image: url(../img/icon_news.png);
	background-size: 23px 23px;
}

footer .bar .bar_content a.bar_calendar {
	background-image: url(../img/icon_cal.png);
	background-size: 23px 23px;
}

footer .bar .bar_content a img{
    display: block;
    margin: 0 auto 4px auto;
    border: 0;
}
/********************
    GENERAL
*******************/
.cleaner{ clear: both; }
.no-margin{ margin: 0 !important; }
.no-padding{ padding: 0 !important; }
.no-spacing{ margin: 0 !important; padding: 0 !important; }
.inline{ display: inline !important; }
.subtle{ color: #898989; font: italic normal 11px/15px arial, verdana, sans-serif; }

.btn{
    display: block;
    padding: 7px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #b67b3c;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4);
    -moz-box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4);
    box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4);

    background: #e47d2c;
    color: #fff;
    font: normal 12px/12px arial, verdana, sans-serif;
}

.field{
    border: 1px solid #ccc !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;

    -webkit-box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4);
    -moz-box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4);
    box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, .4) !important;
}
/* @end */

/* @group jQuery Mobile Overrides */

.ui-body-a, .ui-dialog.ui-overlay-a {
border: 1px solid #2A2A2A;
background: #222;
color: white;
text-shadow: 0 1px 0 black;
font-weight: normal;
background-image: -webkit-gradient(linear,left top,left bottom,from(#666),to(#222));
background-image: -webkit-linear-gradient(#666,#222);
background-image: -moz-linear-gradient(#666,#222);
background-image: -ms-linear-gradient(#666,#222);
background-image: -o-linear-gradient(#666,#222);
background-image: linear-gradient(#666,#222);
}

.ui-corner-tl {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 	.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 		.6em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: 		.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 	.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 			.6em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: 				.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
	border-radius: 						.6em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* loading screen */
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
.ui-loading .ui-loader { display: block; }
.ui-loading .ui-page { overflow: hidden;  }
.ui-loader h1 { font-size: 15px; text-align: center; }
.ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }

/*fouc*/
.ui-mobile-rendering > * { visibility: hidden; }

.ui-icon-loading {
	background-image: url(../img/ajax-loader.png);
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}

.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 			rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ 				rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.4);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.4);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.4);
}


.ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon {
	margin-top: -12px;
}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
	min-height: inherit;
}

.ui-content .ui-listview {
	margin: 0;
}

/* @end */
