/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

html {
    height: 100%;
}
body {
    width: 100%;
    min-height: 100%;
    font-family: Segoe UI, Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #2f3238;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
/*--------------- Modals ----------------*/

.wrp-blackout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
}
.wrp-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.block-mobile {
    width: 20rem;
    height: 10rem;
    margin: -5rem 0 0 -10rem;
    padding: .5rem;
    text-align: center;
}
.g-button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #08a552;
    color: #FFF;
}
/* -------------- Banners -------------- */

.block-top-banner {
    width: 1000px;
    margin: 15px auto 0;
}
.block-top-banner img {
    vertical-align: top;
}
.block-flags {
    float: right;
    list-style: none;
}
.block-flags li {
    float: left;
    margin-right: 5px;
}
.block-flags li a, .block-flags li span {
    display: block;
    width: 16px;
    height: 11px;
    background: transparent url(../images/flaga_en.png) 50% 50% no-repeat;
    text-indent: -9999px;
}
.block-flags .de a, .block-flags .de span {
    background: transparent url(../images/ger.png) 50% 50% no-repeat;
}
.block-flags .ru a, .block-flags .ru span {
    background: transparent url(../images/smallflag_ru.gif) 50% 50% no-repeat;
}
/* ------------- base grid ------------- */

div.base {
    height: 100%;
    width: 100%;
    padding: 0;
}
div.main {
    margin: 0 auto;
    height: 100%;
    padding: 0;
    width: 960px;
}
.content div.main {
    /*overflow: hidden;*/
}
.menu ul, .breadcrumbs ul, .pages ul {
    padding: 0;
}
.menu ul > .li > a {
    //padding: 0 4px !important;
}
div.main:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
/*--------------- Header ----------------*/

header.header {
    height: 165px;
}
.logo {
    float: left;
    width: 375px;
}
.header-right {
    float: right;
    width: 230px;
}
.header .main {
    /*background: url(../images/map.jpg) 0 0 no-repeat;*/

    position: relative;
}
.search {
    border: 1px solid #08a552;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.search-header {
    position: absolute;
    left: 485px;
    top: 75px;
}
.search input[type=text] {
    border: 0;
    height: 34px;
    line-height: 34px;
    color: #595c61;
    font-size: 14px;
    width: 130px;
    padding: 0 10px;
    background: none;
}
.search input[type=submit] {
    height: 34px;
    width: 34px;
    background: url(../images/icon-search.png) center center no-repeat;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
}
.social a {
    display: inline-block;
    font-size: 0;
    background: url(../images/social_2.png) -1px -46px no-repeat;
    height: 30px;
    width: 30px;
    border: 1px solid #bfc0c3;
    vertical-align: top;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.social a:hover {
    background-position: -1px -1px;
    border-color: #08a552;
}
.social a.vkontakte {
    background-position: -40px -46px;
}
.social a.vkontakte:hover {
    background-position: -40px -1px;
}
.social a.facebook {
    background-position: -79px -46px;
}
.social a.facebook:hover {
    background-position: -79px -1px;
}
.social a.apple {
    background-position: -118px -46px;
}
.social a.apple:hover {
    background-position: -118px -1px;
}
.social a.mobile {
    background-position: -157px -46px;
}
.social a.mobile:hover {
    background-position: -157px -1px;
}
.social a.youtube {
    background-position: -189px -46px;
}
.social a.youtube:hover {
    background-position: -189px -1px;
}
.header .social {
    float: left;
    width: 240px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
}
.header .location-holder {
    float: left;
    margin-top: 20px;
    width: 225px !important;
    font-size: 13px;
    margin-left: 110px;
}
.header .location-holder > span {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 7px;
}
.header .location-holder > ul {
    float: left;
    list-style: none;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #bfc0c3;
    margin: 0;
    font-size: 14px;
}
.header .location-holder > ul.active {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.header .location-holder ul > li {
    position: relative;
    padding: 7px 10px;
}
.header .location-holder > ul > li > a {
    color: #08a552;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/location-a.png) 100% 50% no-repeat;
    text-decoration: none;
}
.header .location-holder ul ul {
    display: none;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #bfc0c3;
    list-style: none;
    padding: 0px 0 5px 0;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
    margin: 0 0 0 -11px;
    background: #fff;
    z-index: 99999;
    border-top: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.header .location-holder ul ul li {
    padding: 4px 10px;
}
.header .location-holder ul ul li:first-child {
    padding-top: 9px;
}
.header .location-holder ul ul li a {
    text-decoration: none;
}
.header .location-holder ul ul li a:hover {
    color: #08a552;
}
.header .location-holder > ul.active > li > ul {
    display: block;
}
.calendar-link {
    float: right;
    font-size: 15px;
    position: absolute;
    top: 82px;
    right: 0;
}
.calendar-link a {
    text-decoration: none;
    color: #08944a;
    padding-right: 15px;
    background: url(../images/arrow-bottom-blue.png) center right no-repeat;
    display: inline-block;
}
.calendar-link a span {
    border-bottom: 1px dashed #08944a;
    line-height: 18px;
    display: inline-block;
}
.calendar-link a:hover span {
    border-color: transparent;
    color: #08944a;
}
/*--------------- Content ---------------*/

.content {
    padding: 30px 0 40px 0;
}
.right {
    float: right;
    width: 300px;
}
.center {
    float: left;
    width: 630px;
}
.content-all .center {
    border-top: 3px solid #595c61;
    padding-top: 15px;
}
.left {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
.center2 {
    width: 300px;
    float: left;
    margin-bottom: 15px;
}
.left + .center2 {
    margin-left: 30px;
}
.news-small-block {
    border: 3px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 13px;
}
.news-small-block article {
    font-size: 13px;
    padding: 12px 0 0 0;
    margin: 0 0 12px 0;
    overflow: hidden;
    height: 38px;
}
.news-small-block article a {
    text-decoration: none;
    line-height: 17px;
}
.news-small-block article a:hover {
    color: #08944a;
}
.news-small-block article time {
    display: inline-block;
    margin-bottom: 0;
}
.news-small-block article + article {
    border-top: 1px solid #d5d5d5;
}
.news-small-block article.first {
    height: 70px;
}
.news-small-block .photo-left {
    margin: 0 10px 10px 0;
}
.social-block {
    margin-bottom: 30px;
}
.news-small-block .h1, .news-small-block h1 {
    float: left;
    overflow: hidden;
    width: 180px;
    margin: 0;
    white-space: nowrap;
    width: 100% !important;
}
/*
.news-small-block .h1:after {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;

    display: block;
    margin-top: -23px;
    margin-left: 179px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.71) 32%, rgba(255,255,255,1) 45%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,0.71)), color-stop(45%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 32%,rgba(255,255,255,1) 45%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 32%,rgba(255,255,255,1) 45%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 32%,rgba(255,255,255,1) 45%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 32%,rgba(255,255,255,1) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
*/

.news-small-block .theme {
    float: right;
    margin: -1px -13px 0 0;
}
.theme li {
    margin: 0;
    list-style: outside none;
    position: relative;
    z-index: 10;
}
.theme > li > a {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    color: #08944a;
    text-decoration: none;
    padding: 0 10px;
}
.theme > li.active > a {
    background: #08944a;
    color: #fff;
}
.theme > li > a > span {
    padding-right: 15px;
    background: url(../images/arrow-bottom-blue.png) center right no-repeat;
}
.theme > li.active > a > span {
    background: url(../images/arrow-bottom-white.png) center right no-repeat;
    display: inline-block;
}
.theme > li > a > span span {
    border-bottom: 1px dashed #08944a;
    line-height: 18px;
    display: inline-block;
}
.theme > li > a:hover > span span {
    border-color: transparent;
}
.theme ul {
    display: none;
    position: absolute;
    min-width: 100%;
    right: 0;
    top: 34px;
    padding: 10px 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: -4px 4px 7px rgba(25, 53, 71, .3);
    -webkit-box-shadow: -4px 4px 7px rgba(25, 53, 71, .3);
    box-shadow: -4px 4px 7px rgba(25, 53, 71, .3);
}
.theme li.active ul {
    display: block;
    background: #08944a;
}
.theme ul li {
    margin: 0 0 5px 0;
    list-style: outside none;
    white-space: nowrap;
}
.theme ul li a {
    color: #fff;
    text-decoration: none;
}
.theme ul li a:hover {
    color: #8febba;
}
.news {
    font-size: 14px;
    margin-bottom: 15px;
}
.news article {
    font-size: 13px;
    padding: 12px 0;
    border-bottom: 1px solid #d5d5d5;
}
.news article:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.news article time {
    display: inline-block;
    margin-bottom: 0;
}
.news article a {
    text-decoration: none;
    line-height: 17px;
}
.news article a:hover {
    color: #08944a;
}
.news .header {
    font-size: 16px;
    font-family: Segoe UI Semibold, Tahoma, Geneva, sans-serif;
}
.news article + .last {
    margin-top: 15px;
    text-align: right;
}
.news .last a {
    text-decoration: underline;
}
.news .last a:hover {
    text-decoration: none;
}
.news {
    margin-bottom: 0;
}
.news2 article {
    border: 0;
    padding: 0 0 10px 0;
}
.news2 article time {
    display: block;
}
.news2 .photo-left {
    margin-right: 15px;
}
.news-row {
    margin-bottom: 20px;
}
.news-row:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.news-row article {
    float: left;
    width: 300px;
}
.news-row article + article {
    margin-left: 30px;
}
.news-row .text {
    margin-left: 10px;
    padding-right: 15px;
    font-size: 13px;
}
.news-row .text p {
    line-height: 19px;
}
.news-row .text a {
    line-height: 21px;
    display: inline-block;
    text-decoration: none;
}
.news-row .text a:hover {
    color: #08944a;
}
.news-row .h1, .news-row h1 {
    margin-bottom: 10px;
}
.news-row .h2, .news-row h2 {
    margin-bottom: 10px;
}
.news-row .img {
    position: relative;
    z-index: 10;
    height: 142px;
    width: 300px;
    overflow: hidden;
    margin-bottom: 8px;
}
.news-row .img img {
    position: absolute;
}
.news-row .img img:first-child {
    left: 0;
    top: 0;
}
.news-row .img img:first-child + img {
    right: 0;
    top: 0;
}
.news-row .img img:first-child + img + img {
    right: 0;
    bottom: 0;
}
.video-news-row .img {
    height: 200px;
}
.video-news-row .img img:first-child {
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -37px;
}
.video-news-row .img img:first-child + img {
    position: inherit;
}
.news-list article {
    font-size: 17px;
}
.news-list article time {
    display: block;
    margin-bottom: 3px;
}
.news-list article:last-child {
    border-bottom: 0;
}
.news-list article.first {
    border-bottom: 3px solid #595c61;
    padding-top: 3px;
    font-size: 13px;
    vertical-align: top;
}
.news-list article.first img {
    float: left;
}
.news-list article.first .text {
    /* float: right; */
    /* width: 300px; */
    padding-left: 20px;
    overflow: hidden;
}
.news-list article.first .text p {
    padding: 0;
    line-height: 19px;
}
.news-list article.first .h2, .news-list article.first h2 {
    margin-bottom: 5px;
    font-family: Segoe UI Semibold, Tahoma, Geneva, sans-serif;
}
.news-list .news-row {
    margin-bottom: 0;
}
.news-list .news-row article {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news-list .news-row .img {
    height: 200px;
}
.news-list p {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 0 0 0;
}
.news-text {
    padding-left: 30px;
    margin-bottom: 30px;
}
.news-text h1 {
    font-family: Segoe UI Semibold, Tahoma, Geneva, sans-serif;
    margin-left: -30px;
    line-height: 25px;
    margin-right: 30px;
}
.center .news-text a {
	color: #00b956;
	text-decoration: none;
}
.center .news-text a:hover {
	color: #08944a;
}
.news-text time {
    margin-left: -30px;
}
.news-text .img {
    float: left;
    width: 300px;
    margin-left: -30px;
}
.news-text .img em {
    font-size: 13px;
    color: #a8a8a8;
    font-family: Segoe UI Italic, Tahoma, Geneva, sans-serif;
    line-height: 16px;
}
.news-text .img img {
    display: block;
    margin-bottom: 5px;
}
.news-text .video-img {
    margin-bottom: 10px;
}
.news-text .text {
    float: right;
    font-size: 13px;
    width: 300px;
}
.news-text p {
    padding-right: 30px;
}
.news-text .text p {
    line-height: 19px;
    padding: 0;
}
.news-title {
    margin: 20px 0 10px 0;
    font-size: 13px;
    overflow: hidden;
}
.news-resources {
    width: 195px;
    float: right;
    color: #a8a8a8;
}
.news-title .tag {
    float: left;
    width: 360px;
}
.tag a {
    color: #2f3238;
    text-decoration: underline;
}
.tag a:hover {
    text-decoration: none;
    color: #08944a;
}
.news-list .header:first-child {
    padding-top: 0;
}
.news-list article + .header {
    border-top: 3px solid #595c61;
    margin-top: -1px;
}
.header h1 {
    margin: 0;
}
.search-head {
    font-size: 13px;
    color: #a8a8a8;
    margin-bottom: 10px;
}
.search-head input[type=radio] {
    margin-left: 15px;
}
.search-head label {
    color: #000;
}
.search-head p {
    padding: 0 0 5px 0;
}
/*--------------- Footer ----------------*/

footer {
    height: 100px;
    padding-top: 30px;
    background: #303237;
    color: #999a9f;
    font-size: 12px;
}
footer p {
    line-height: 14px;
}
footer a {
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
    text-align: right;
}
footer .social {
    margin-bottom: 15px;
}
/*---------------- clear ----------------*/

.clear, .clear5, .clear10, .clear15, .clear20, .clear25, .clear30, .clear40, .clear45, .clear100, .clear-hr, .clear-hr1, .clear-hr2, .clear-hr3, .clear-hr4, .clear-hr5 {
    background: none !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.clear5 {
    height: 5px !important;
}
.clear10 {
    height: 10px !important;
}
.clear15 {
    height: 15px !important;
}
.clear20 {
    height: 20px !important;
}
.clear25 {
    height: 25px !important;
}
.clear30 {
    height: 30px !important;
}
.clear40 {
    height: 40px !important;
}
.clear45 {
    height: 45px !important;
}
.clear100 {
    height: 100px !important;
}
.clear-hr {
    border-top: 3px solid #e6e6e6 !important;
    margin-bottom: 30px !important;
}
.clear-hr1 {
    border-top: 3px solid #e6e6e6 !important;
    margin-bottom: 30px !important;
}
.clear-hr12 {
    border-top: 3px solid #e6e6e6 !important;
    margin-bottom: 20px !important;
}
.clear-hr2 {
    border-top: 3px solid #595c61 !important;
    margin-bottom: 20px !important;
}
.clear-hr3 {
    border-top: 3px solid #595c61 !important;
    margin-bottom: 10px !important;
}
.clear-hr4 {
    border-top: 1px solid #d5d5d5 !important;
    margin-bottom: 5px !important;
}
.clear-hr5 {
    border-top: 3px solid #08944a !important;
}
/*------------- text align ----------------*/

.tl {
    text-align: left !important;
}
.tc {
    text-align: center !important;
}
.tr {
    text-align: right !important;
}
.tj, .justifyfull {
    text-align: justify !important;
}
/*------------- text style ----------------*/

.b {
    font-weight: bold !important;
}
.nob {
    font-weight: normal !important;
}
.i {
    font-style: italic !important;
}
/*------------- float ----------------*/

.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.nof {
    float: none !important;
}
/*------------- font size ----------------*/

.f9 {
    font-size: 9px !important;
}
.f10 {
    font-size: 10px !important;
}
.f11 {
    font-size: 11px !important;
}
.f12 {
    font-size: 12px !important;
}
.f13 {
    font-size: 13px !important;
}
.f14 {
    font-size: 14px !important;
}
.f15 {
    font-size: 15px !important;
}
.f16 {
    font-size: 16px !important;
}
.f17 {
    font-size: 17px !important;
}
.f18 {
    font-size: 18px !important;
}
.f21 {
    font-size: 21px !important;
}
.f22 {
    font-size: 22px !important;
}
.f23 {
    font-size: 23px !important;
}
.f24 {
    font-size: 24px !important;
}
.f26 {
    font-size: 26px !important;
}
.f44 {
    font-size: 44px !important;
}
/* ----------- reset -------------- */

.noborder {
    border: 0 !important;
}
.border {
    border: 1px solid #5D361A;
}
/*------------ margin -------*/

.nom {
    margin: 0 !important;
}
.nop {
    padding: 0 !important;
}
/* ----------- hidden -------------- */

.hidden {
    display: none;
    visibility: hidden;
}
.nobackground {
    background: none !important;
}
.blogsListW .itemBlock {
    border: 1px solid #DEDEDE;
    padding: 16px 30px;
    margin-bottom: 20px;
}
.hs:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
}
.blogsListW .itemBlock .persona {
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #2f3238;
    float: left;
    margin-right: 35px;
}
.blogsListW .itemBlock .persona+div {
    display: table;
}
.blogsListW .itemBlock .persona+div p {
    margin: 0;
    color: #2f3238;
    line-height: 1.357;
}
.blogsListW > h2 {
    margin-bottom: 25px !important;
}
.blogsListW .itemBlock .persona+div h2 a {
    color: #2f3238;
}
.blogsListW .itemBlock a:hover {
    color: #08944a !important;
    text-decoration: underline !important;
}
.blogsListW .itemBlock .dateW {
    margin-bottom: 10px;
}
.blogsListW .itemBlock .dateW {
    margin-bottom: 10px;
}
.dateW {
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 16px;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.docW .dateW .time {
    margin-right: 25px;
}
.dateW .time {
    float: left;
}
.time {
    color: #7e7e7e;
    font-size: 13px;
}
.docW.loc h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.blogsListW .itemBlock .persona + div h2 a {
    color: #2f3238;
}
.newsBlock {
    overflow: hidden;
}
.newsBlock .imgW {
    width: 325px;
    height: 340px;
    border: 1px solid #dedede;
    background-position: 50% 50%;
    float: left;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
}
.newsBlock.video .imgW {
    height: 239px;
}
.Main .newsBlock.video .imgW .cwg {
    top: 50px;
    left: 0;
}
.newsBlock.tr .imgW {
    border-right: none;
}
.newsBlock.tr .textW {
    border-left: none;
}
.newsBlock.tl .imgW {
    border-left: none;
}
.newsBlock.tl .textW {
    border-right: none;
}
.newsBlock .textW {
    border: 1px solid #dedede;
    float: left;
    width: 263px;
    height: 299px;
    padding: 20px;
    text-align: left;
}
/*@-moz-document url-prefix() {
  .newsBlock .textW{
	height: 298px;
}
}*/

.newsBlock.video .textW {
    height: 198px;
}
.newsBlock.video {
    margin-bottom: 20px;
}
.newsBlock .textW h2 {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
}
.newsBlock .textW h2 a {
    color: #08944a;
}
.newsBlock .textW h2 a:hover {
    color: #212121;
}
.newsBlock .textW .text {
    max-height: 270px;
    overflow: hidden;
    font-size: 13px;
}
.dateW {
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 16px;
}
.newsBlock .author, .author {
    font-size: 13px;
    font-style: oblique;
    margin: 0;
}
.dateW .time {
    float: left;
}
.time {
    color: #7e7e7e;
    font-size: 13px;
}
.readMore {
    font-size: 12px;
}
.Main .readMore {
    text-transform: uppercase;
}
.dateW .readMore {
    float: right;
}
.bW img {
    float: left;
}
.bW {
    overflow: hidden;
}
.rowW {
    clear: both;
}
.dateLine {
    height: 0px;
    border-top: 1px solid #3b3b3b;
    margin: 60px 0 30px;
    text-align: center;
    font-size: 14px;
    clear: both;
}
.dateLine span {
    padding: 0 25px;
    background: #FFFFFF;
    line-height: 18px;
    position: relative;
    top: -12px;
}
.dateLine span strong {
    font-size: 18px;
    padding-right: 10px;
}
.dateLine.red {} .rowW+.dateLine {} .docW .dateW .time {
    margin-right: 25px;
}
.anotaciya {
    display: block;
    margin: 10px 0;
}
.docImg, .docText img {
    margin: 10px 0;
}
.fotoAuthor {
    font-size: 13px;
    color: #7E7E7E;
    font-style: oblique;
    display: block;
}
.docImg+.fotoAuthor {
    margin-bottom: 15px;
}
.docText p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}
.docText {
    overflow: hidden;
}
.docText a {
    text-decoration: underline;
}
.docText a:hover {
    text-decoration: none;
}
.share {
    margin: 10px 0 20px;
}
.tags {
    border: 1px solid #DEDEDE;
    border-width: 1px 0;
    padding: 0 20px;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 10px;
}
.tags a {
    color: #7E7E7E;
}
.tags a:hover {} .tags p {
    float: left;
    padding: 0;
}
.tags p+p {
    float: right;
}
.doc .twoBlockW .newsBlockHalf {
    width: 334px;
    border: 3px solid #DEDEDE;
}
.doc .dateW {
    margin: 8px 0;
}
a.prev, a.next {
    padding: 0 18px;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    top: -7px;
    margin-bottom: 3px;
    color: #7E7E7E;
}
span.prev, span.next {
    display: inline-block;
    height: 18px;
    width: 10px;
    cursor: pointer;
}
.backToList .next, .backToList .prev {
    text-decoration: underline;
    float: none;
    top: 120px;
}
.backToList .zaplatka {
    position: absolute;
    bottom: 0;
    right: 0;
}
.backToList:hover .next, .backToList .prev:hover {
    text-decoration: none;
}
.prev {
    background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
}
a.prev {
    float: left;
}
.prev:hover, .backToList .prev {
    background: url("../images/arrow.png") no-repeat scroll 0 -18px transparent;
}
.next {
    background: url("../images/arrow.png") no-repeat scroll 100% -36px transparent;
}
a.next {
    float: right;
}
.next:hover, .backToList .next {
    background: url("../images/arrow.png") no-repeat scroll 100% -54px transparent;
}
.doc2 .twoBlockW.row .newsBlockHalf .text h3 a {
    color: #2f3238;
    text-decoration: underline;
}
.doc2 .twoBlockW.row .newsBlockHalf .text h3 a:hover {
    text-decoration: none;
}
.doc2 {
    padding-top: 30px;
}
.doc2 h2.red {
    margin-bottom: 20px;
    padding-left: 20px;
}
.gallW a {
    display: inline-block;
}
.gallW a {
    float: left;
    margin: 5px;
}
.gallW a img {
    margin: 0;
    float: left;
}
.newsW.foto .twoBlockW.row .newsBlockHalf {} .newsW.foto .dateW {
    margin-bottom: 10px;
}
.newsW.foto .rowW {
    margin-bottom: 40px;
}
.docW.foto .doc .twoBlockW .newsBlockHalf {
    padding: 10px 20px 10px 40px;
    width: 274px;
}
.docW.foto .doc .twoBlockW .newsBlockHalf+.newsBlockHalf {
    padding: 10px 40px 10px 20px;
}
.newsCount {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #7E7E7E;
}
.newsCount.r {
    text-align: right;
}
.docW.foto .doc .twoBlockW .newsBlockHalf a {
    line-height: 15px;
    font-size: 15px;
}
.docW.foto .doc .twoBlockW .newsBlockHalf a.active {
    font-weight: bold;
}
.docW.foto .doc .twoBlockW .newsBlockHalf span.prev {
    position: absolute;
    top: 33%;
    left: 20px;
}
.docW.foto .doc .twoBlockW .newsBlockHalf span.next {
    position: absolute;
    top: 33%;
    left: auto;
    right: 20px;
}
.docW.foto .doc .twoBlockW .newsBlockHalf+.newsBlockHalf {
    text-align: right;
}
.newsW .newsBlock {
    margin-bottom: 20px;
}
.twoBlockW.row .newsBlockHalf {
    height: auto;
    display: block;
    float: left;
}
.twoBlockW.row {
    display: block;
    margin: 15px 0;
}
.twoBlockW.row .newsBlockHalf+.newsBlockHalf {
    margin-left: 20px;
}
.twoBlockW.row .newsBlockHalf .text h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    height: auto;
    max-height: 53px;
}
.twoBlockW.row .newsBlockHalf .text h2 a {
    color: #2f3238;
}
.twoBlockW.row .newsBlockHalf .text h2 a:hover {
    color: #08944a;
}
.twoBlockW.row .newsBlockHalf .text p {
    max-height: 78px;
    overflow: hidden;
}
.twoBlockW .newsBlockHalf {
    width: 303px;
    height: 368px;
    float: left;
    border: 1px solid #DEDEDE;
    position: relative;
}
.twoBlockW .newsBlockHalf+.newsBlockHalf {
    margin-left: 20px;
}
.twoBlockW {
    margin-bottom: 20px;
}
.twoBlockW .newsBlockHalf .text {
    padding: 17px;
}
.twoBlockW .newsBlockHalf .text a+a {
    display: inline-block;
    height: 194px;
    overflow: hidden;
}
.twoBlockW .newsBlockHalf.wTF .text {
    height: 171px;
}
.twoBlockW .newsBlockHalf .text h2 {
    overflow: hidden;
    height: 68px;
}
.personaW {
    font-size: 13px;
    margin-bottom: 15px;
}
.personaW +h2 {
    margin-bottom: 20px !important;
}
.personaW h2 {
    font-size: 17px;
}
.personaW td {
    padding: 0 5px;
}
.personaW table {
    margin-top: 10px;
}
.perSoc a {
    display: inline-block;
    width: 26px;
    height: 26px;
    opacity: 0.8;
    margin-right: 8px;
}
.perSoc a:hover {
    opacity: 1;
}
.perSoc a.fb {
    background: url("../images/bsoc.png") no-repeat scroll 0 0 transparent;
}
.perSoc a.vk {
    background: url("../images/bsoc.png") no-repeat scroll -26px transparent;
}
.perSoc a.tw {
    background: url("../images/bsoc.png") no-repeat scroll -52px 0 transparent;
}
.mainBlog {
    clear:both;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
}
.mainBlog .photo{
    float:left;
    width: 115px;
    text-align: center;
}
.mainBlog .lead a{
display: block;
overflow: hidden;
height: 34px;
font-size: 15px;
text-decoration: none;
color:#08944a;
font-weight: bold;
line-height: 17px;
}
.mainBlog span {
    font-size: 13px;
color: #212121;
display: block;
overflow: hidden;
margin-top: 10px;
height: 75px;
line-height: 15px;
}

.mainBlog b {
        display: block;
    height: 33px;
    overflow: hidden;
    color: #212121;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}
.mainBlog + b {
    padding-left: 15px;
    display: block;
    margin-bottom: 10px;
}
.mainBlog a:hover {
   color: #212121;
}

.blogers {
    border: 3px solid #DEDEDE;
    padding: 12px;
    margin-bottom: 20px;
    /*background: #f9f9f9;*/
}
.blogers > b {
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.blogers .itemBlock {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    text-align: center;
    padding: 15px 10px;
    width: 114px;
    color: #212121;
}
.blogers .itemBlock.second {
    border-right: none;
}
.blogers .itemBlock b {
    display: block;
    height: 33px;
    overflow: hidden;
    color: #08944a;
    font-size: 14px;
    line-height: 15px;
}
.blogers .itemBlock {
    color: #08944a;
}
.blogers .itemBlock:hover {
    text-decoration: underline;
}
.blogers .itemBlock.active {} .blogers .itemBlock:last-child {
    border-bottom: none;
}
.blogers {
    overflow: hidden;
}

/**/
.button-3g {
    width: 155px;
    height: 62px;
    background: url(../images/lifestyle-dozor-com-us.png) 0 0 no-repeat;
    display: block;
    text-indent: -10000px;
    float: right;
    margin-top: -16px;
    z-index: 150;
    position: relative;
}
.button-3g:hover {
    // background-image: url(../images/button_3g_02.jpg);
}

/*----------------*/
div.dozorLinks a {
    font-size:14px!important;
    position:relative!important;
    display:inline-block!important;
    vertical-align:middle!important;
        margin-right: 20px!important;
    margin-left: 10px!important;
    text-indent:0!important;
    color:#292929!important;
    text-decoration:none!important;
    float:none!important;
    background:none!important;
    height:18px!important;
    line-height:18px!important;
    border-bottom:1px solid transparent;
}
div.dozorLinks a:hover {border-bottom:1px solid #292929;}
div.dozorLinks a:after {
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    right:-23px;
    top:0;
    background:transparent url(../images/allDozors-new.png) no-repeat;
}
div.dozorLinks a.life:after {background-position:0 0;}
div.dozorLinks a.south:after {background-position:0 -18px;}
div.dozorLinks a.city:after {background-position:0 -36px;}
div.dozorLinks a.sport:after {background-position:0 -54px;}
div.dozorLinks a.poster:after {background-position:0 -72px;}
div.dozorLinks a.woman:after {background-position:0 -90px;}
div.dozorLinks a.kiev:after {background-position:0 -108px;}
div.dozorLinks a.city2:after {background-position:0 -127px;}
div.dozorLinks a.vostok:after {background-position:0 -144px;}
div.dozorLinks a.afisha:after {background-position:0 -162px;}
div.dozorLinks a.shopping:after {background-position:0 -180px;}
div.dozorLinks a.crimea:after {background-position:0 -198px;}
div.dozorLinks a.varta:after {background-position:0 -216px;}
div.dozorLinks a.food {
    width:56px!important;
    height:23px!important;
    background:url(../images/eda.png) 0 0!important;
    text-indent:-99999px!important;
    border:0;
    margin-right:0!important;
}
div.dozorLinks a.food:hover {border:none;background-position:0 -23px!important;}
div.dozorLinks a.food:after{display:none;}

div.dozorLinks {
    height: 25px;
    padding-top: 5px;
}
div.dozorLinks span {
    color: #28a010;
    font-weight: bold;
    font-style: italic;
}
div.dozorLinks span, div.dozorLinks a {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}
div.dozorLinks a {
    color: #898989;
}

.pluso {
    margin-left: -33px;
}

/*-------------*/
.tabBlock {
    display: none;
}

.tab, .tab li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.tab li {
    display: table-cell;
    border-bottom: 2px solid #08944a;
}
.tab li a {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    width: 35%;
    background: #e6e6e6;
    text-decoration: none;
}
.tab li.active a {
    background: #08944a;
    color :#fff;
}

.tabs-block .holder-top, .tabs-block .holder-bottom {
    width: 100%;
    overflow: hidden;
}
.tabs-block .holder-top .top-left-corner {
    float: left;
    width: 10px;
    height: 10px;
    background: transparent url('../images/web.site_sprite.png') -222px 0 no-repeat;
}
.tabs-block .holder-top .top-filler {
    float: left;
    width: 610px;
    height: 9px;
    border-top: 1px solid #cfc6ba;
    background-color: #f3f1ec;
}
.tabs-block .holder-top .top-right-corner {
    float: left;
    width: 10px;
    height: 10px;
    background: transparent url('../images/web.site_sprite.png') -233px 0 no-repeat;
}
.tabs-block .holder-bottom .bottom-left-corner {
    float: left;
    width: 10px;
    height: 10px;
    background: transparent url('../images/web.site_sprite.png') -222px -11px no-repeat;
}
.tabs-block .holder-bottom .bottom-filler {
    float: left;
    width: 610px;
    height: 9px;
    border-bottom: 1px solid #cfc6ba;
    background-color: #f3f1ec;
}
.tabs-block .holder-bottom .bottom-right-corner {
    float: left;
    width: 10px;
    height: 10px;
    background: transparent url('../images/web.site_sprite.png') -233px -11px no-repeat;
}
.tabs-block .news-block {
    float: left;
    width: 610px;
}
.tabs-block .news-block .content-holder {
    position: relative;
    overflow: hidden;
    padding: 10px 15px 12px;
    background-color: #f3f1ec;
}
.tabs-block .news-block .content-holder .news-item-img {
    float: left;
}
.tabs-block .news-block .content-holder .news-item-img a {
    float: left;
    vertical-align: top;
}
.tabs-block .news-block .content-holder .news-item-content {
    float: left;
    width: 260px;
    padding-left: 22px;
}
.news-block .content-holder .news-item-content .date {
    display: block;
    margin-top: -2px;
    padding-bottom: 9px;
    color: #5c4e47;
    font-size: 13px;
    vertical-align: top;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    float: left;
}
.news-block .content-holder .news-item-content .dbord-sep {
    margin-bottom: 7px;
}
.news-block .content-holder .news-item-content a {
    display: block;
    text-decoration: none;
}
.news-block .content-holder .news-item-content h3 {
    padding-bottom: 11px;
    color: #e55425;
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
}
.news-block .content-holder .news-item-content p {
    font: 14px/16px"Trebuchet MS", Helvetica, sans-serif;
    padding: 5px 0;
}
.tabs-block .news-block .content-holder .link-arrow {
    position: absolute;
    bottom: 7px;
    right: 15px;
}
.tabs-block .banner-block {
    float: right;
    width: 240px;
}

/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

@media (max-width: 480px) { }

@media (max-width: 767px) { }

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

@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 1280px) {

}

/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

/*ul, ol {
    margin: 0 0 10px 0;
    padding: 0;
}
ul li, ol li {
	list-style: square inside;
    margin-left: 15px;
	margin-bottom: 5px;
    padding: 0;
}
ol li {
	list-style: square outside none;
}*/
/*---------------------------*/
.menu {
    height: 45px;
    background: #08a552;
}
.menu ul {
    margin: 0;
    position: absolute;
}
.menu ul ul {
    display: none;
    position: absolute;
    min-width: 100%;

    background: #08944a;
    font-size: 15px;
    padding: 15px 15px 10px 15px;

    -moz-box-shadow: 4px 4px 7px rgba(25,53,71,.3);
    -webkit-box-shadow: 4px 4px 7px rgba(25,53,71,.3);
    box-shadow: 4px 4px 7px rgba(25,53,71,.3);
}
.menu ul li:hover ul {
    display: block;
}
.menu ul .li {
    margin: 0;
    list-style: outside none;
    float: left;
    z-index: 1000;
    position: relative;
}
.menu ul > .li > a {
    color: #fff;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    display: inline-block;
    text-transform: uppercase;
}
.menu ul > .li.folder > a span {
    background: url(../images/arrow-bottom-white2.png) center right no-repeat;
    padding-right: 15px;
}
.menu ul > .li.active > a {
    background: #08944a;
}
.menu ul > .li:hover a {
    background: #08944a;
}
.menu ul > .li.folder:hover > a span, .menu ul > .li.folder.active > a span {
    background: url(../images/arrow-bottom-white.png) center right no-repeat;
}

.menu ul ul li {
    margin: 0 0 5px 0;
    list-style: outside none;
    white-space: nowrap;
}
.menu ul ul li a {
    color: #fff;
    text-decoration: none;
}
.menu ul ul li a:hover {
    color: #8febba;
}

/*-----------------------------*/
/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, time {
    display: block;
}

time {
    display: block;
    color: #a8a8a8;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

strong {
    /*font-weight: normal;
    font-family: 'segoe_uibold';*/
}

a:active, a:focus, img { outline: 0;  }

/* ------------- Color ------------- */
.white { color: #fff !important; }
.red { color: #c40734 !important; }
.black { color: #000 !important; }
.blue { color: #08944a !important; }

/* ------------- Link ------------- */
a { color: #2f3238; text-decoration: underline; cursor: pointer; }
/*a:hover { color: #08944a;  } */
a:hover { color: #08944a; text-decoration: none; }

/* ------------- Image ------------- */
img {
    border: 0;
    /*height: auto;
    max-width: 100%;
    width: auto\9;*/
}
.photo-left {
    float: left;
    border: 0;
    padding: 0;
    margin: 0 20px 10px 0;
}

/*------------- Head -----------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2f3238;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
    display: block;
    font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #2f3238;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #08944a;
}

h1, .h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
h2, .h2 {
    font-size: 17px;
    margin:0 0 15px 0;
    font-family: Segoe UI Semibold, Tahoma, Geneva, sans-serif;
}
h3, .h3 {
    font-size: 15px;
    margin: 0 0 15px 0;
}
h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #554944
}
h5 {
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #554944
}
h6 {
    font-size: 11px;
    margin: 0 0 5px 0;
}
/*-------------- Text ----------------*/
p {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 22px;
}

/*-------------- Form, Table ----------------*/
form { padding: 0; margin: 0; }

input, textarea {
    font-size: 13px;
    outline:none;
    margin: 0;
    vertical-align: middle;
}
textarea {
    overflow: hidden;
    resize: none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    margin-bottom: 25px;
    color: #463935;
}
.table p {
    padding: 0;
}
.table td {
    padding: 3px 25px 3px 0px;
}
.table td:last-child {
    padding-right: 0;
}
.table tr td:first-child {
    color: #746961;
}

/*------------------------*/
.text-error, .text-succes {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    display: inline-block;

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

    color: #B94A48;
    margin-bottom: 10px;
    padding: 8px 35px 8px 14px;
}
.text-succes {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert {
    background-color: #F2DEDE !important;
}
/*-----------------------*/
/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

.breadcrumbs {
    color: #a8a8a8;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 14px;
}
.breadcrumbs:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.breadcrumbs ul {
    margin: 0;
}
.breadcrumbs ul li:first-child {
    margin-left: 0;
}
.breadcrumbs ul li {
    margin: 0 0 0 10px;
    list-style: outside none;
    float: left;
}
.breadcrumbs ul li a {
    color: #a8a8a8;
    text-decoration: underline;
}
.breadcrumbs ul li a:hover {
    text-decoration: none;
}

/*------------------------*/
.pages {
    font-size: 14px;
    padding: 0 10px;
}
.pages ul {
    margin: 0;
}
.pages ul li {
    margin: 0 1px 0 0;
    list-style: outside none;
    float: left;
}
.pages ul li a, .pages ul li span {
    color: #2f3238;
    display: inline-block;
    padding: 0 5px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    min-width: 18px;
}
.pages ul li a:hover {
    color: #08944a;
}
.pages ul li.active a {
    background: #08944a;
    color: #fff;
    text-decoration: none;
}


/*-----------------------*/
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    list-style: outside none;
    margin: 0;
}
.news-carousel {
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}
.news-carousel .jcarousel {
    width: 300px;
    height: 378px;
}
.news-carousel .jcarousel li {
    width: 277px;
    padding: 0 12px;
}
.news-carousel .img {
    margin-left: -12px;
    margin-bottom: 5px;
}
.news-carousel .h2 {
    font-family: Segoe UI Semibold, Tahoma, Geneva, sans-serif;
    margin: 0 0 5px 0;
    height: 70px;
    overflow: hidden;
}
.news-carousel p {
    padding: 0;
    line-height: 17px;
    font-sizE: 13px;
    overflow: hidden;
    height: 70px;
}
.jcarousel-pagination {
    text-align: center;
    margin: 15px 0 16px 0;
}
.jcarousel-pagination a {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 3px;
}
.jcarousel-pagination a span {
    font-size: 0;
    margin-top: 4px;
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #e3e3e3;
    vertical-align: top;
    border: 2px solid transparent;


    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.jcarousel-pagination a:hover span {
    background: #08944a;
}
.jcarousel-pagination a.active span {
    border-color: #08944a;
    background: #fff;
}

/*-----------------------*/
.calendar {
    position: relative;
    z-index: 1200;
}
div.calendar div.calContainer {
    background: #fff;
    display: block;
    min-height: 200px;
    position: absolute;
    right: -1px;
    top: 20px;
    width: 215px;
    z-index: 100;
    font-size: 13px;
    color: #c3c3c3;

    box-shadow: 0 5px 10px #666666;
    -moz-box-shadow: 0 5px 10px #666666;
    -webkit-box-shadow: 0 5px 10px #666666;
}
div.calContainer table.calendar {
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
}
div.calContainer table.calendar2 {
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #fff;
}
div.calContainer table.calendar3 {
    border-top: 1px solid #fff;
    border-bottom: 0;
}
div.calContainer table.calendar td {
    text-align: center;
}
div.calContainer table.calendar td, div.calContainer table.calendar th {
    padding: 2px 0;
}
div.calContainer table.calendar th {
    color: #2f3238;
}
div.calContainer table.calendar a.active {
    text-decoration: none;
    color: #F50000;
}
div.calContainer table.calendar3 {
    margin-bottom: 10px;
}
div.calContainer table.calendar3 td {
    text-align: center;
    padding: 1px;
}
div.calContainer table.calendar3 a {
    display: block;
    padding: 1px;
    text-decoration: none;
    font-size: 13px;
    font-family: Tahoma, Geneva, sans-serif;
}
div.calContainer table.calendar3 a:hover {
    background: #ccc;
}
div.calContainer table.calendar3 a.active {
    background: #E33333;
    color: #fff;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}