@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic);

body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

body {
    width: 100%;
    display: table;
}

h1, h2, h3, h4, h5 {
    color: #404040;
    font-size: 19px;
    font-weight: normal;
}

#header {
    width: 990px;
    height: 121px;
    margin: 0px auto;
    background: url(images/header_image.jpg) 50% 100% no-repeat;
}

#content_bg {
    min-height: 800px;
    background: url(images/content_bg-noi.png) 50% 0% no-repeat;
    display: table;
    width: 100%;
    margin-top: 20px;
}

.front-background{
    background: url(images/content_bg.png) 50% 0% no-repeat !important;
    margin-top: 0 !important;
}

#footer_wraper {
    height: 291px;
    background: url(images/footer_bg.jpg) 50% 0% no-repeat;
}

#content_wraper {
    width: 990px;
    margin: 10px auto 0px;
    display: table;
    padding-bottom: 20px;
    margin-top: 5px;

}

#footer {
    width: 990px;
    margin: 0px auto;
}

#logo {
    float: left;
    margin-top: 29px;
}

#telephone {
    font-weight: 600;
    font-size: 36px;
    color: #363a48;
    float: right;
    margin-top: 17px;
}

#telephone span {
    font-weight: 300;
    font-size: 20px;
    color: #66cdf7;
}

#callback {
    float: right;
    clear: right;
}

#callback a:active img {
    position: relative;
    top: 1px;
}

#callback_footer a:active img {
    position: relative;
    top: 1px;
}

#topmenu_wraper {
    height: 50px;
    background: url(images/topmenu_bg.jpg) 50% 0% no-repeat;
}

#topmenu {
    width: 990px;
    height: 50px;
    margin: 0px auto;
}

#topmenu ul {
    margin: 0px auto;
    padding: 0px;
    display: table;
}

#topmenu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#topmenu ul li a {
    font-size: 16px;
    color: #EAECEC;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    height: 22px;
    padding: 14px 11px;
}

#topmenu ul li a:hover {
    background-color: #FD0000;
}

.panorama_first {
    height: 271px;
    background: url(images/panorama.jpg) 50% 0% no-repeat;
}

.panorama_second {
    height: 271px;
    background: url(images/panorama2.jpg) 50% 0% no-repeat;
}

#cmenu_wraper {
    height: 42px;
    background: url(images/cmenu_bg.jpg) 50% 0% no-repeat;
}

#menu-cmenu .menu-item-has-children a{
    background: url(images/cmenu_link.png) 89% 50% no-repeat;
}

#menu-cmenu .menu-item-has-children:hover a{
    background: #00acf1 url(images/cmenu_hover.png) 90% 50% no-repeat;
}

#cmenu {
    width: 990px;
    height: 42px;
    margin: 0px auto;
}

#cmenu ul {
    margin: 0px 0px 0px 48px;
    padding: 0px;
    width: 100%;
}

#cmenu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px solid #cbcbcb;
}

#cmenu > div > ul > li:hover a {
    background-color: #00acf1;
    color: white
}

#cmenu ul li a {
    font-size: 12px;
    color: #505050;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 12px;
}

#cmenu ul li a:hover {
    color: white;
    background-color: #00acf1;
}

#cmenu ul li ul.sub-menu {
    display: none;
}

#cmenu ul li:hover ul.sub-menu {
    position: absolute;
    margin-left: 0px;
    width: 292px;
    background-color: #E9E9E9;
    border: 1px solid #D9D9D9;
    display: block;
}

#cmenu ul li:hover ul.sub-menu li a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    text-transform: none;
    display: block;
    width: 252px;
    padding: 4px 20px 4px 20px;
    font-weight: 700;
    background: #00acf1 !important;
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #0396D1;
}

#cmenu ul li:hover ul.sub-menu li a:hover {
    font-size: 12px;
    color: white;
    text-decoration: none;
    text-transform: none;
    display: block;
    padding: 4px 20px 4px 20px;
    font-weight: 700;
    background: #007FB2 !important;
    line-height: 15px;
    text-transform: uppercase;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children > a {
    background: url(images/cmenu_sub_link.png) 89% 50% no-repeat;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children > a:hover {
    background: #00acf1 url(images/cmenu_sub_hover.png) 89% 50% no-repeat;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children ul {
    display: none;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children:hover ul {
    display: block;
    left: 292px;
    top: 80px;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children ul li a {
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children > a {
    background: #00acf1 url(images/cmenu_hover.png) 93% 50% no-repeat !important;
}

#cmenu ul li:hover ul.sub-menu li.menu-item-has-children > a:hover {
    background: #007FB2 url(images/cmenu_hover.png) 93% 50% no-repeat !important;
}

#content_top {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 993px;
    margin: 10px auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

#content_top table{
    width: 880px;
    margin: 0 auto;
    height: 225px;
}

#content_top table td{
    padding: 12px 0;
    width: 390px;
    text-align: left;
}

#content_top table td img{
    float: left;
    margin-left: 40px;
}

#content_top table td span{
    height: 68px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#content_top table td a{
    text-decoration: none;
    color: #fff;
}


#content_top table td:hover{
    background-color: #ff0000;
}

#content_top .absolute-element-background{
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 80px;
    background-color: #363a48;
    left: 0;
    margin-top: -60px;
}

#menu-leftmenu li a:hover{
    background-color: #f0f0f0;
}

#left {
    width: 220px;
    float: left;
    padding: 0 20px;
}

#leftmenu_title {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5px;
}

#leftmenu ul {
    padding-left: 5px;
}

#leftmenu ul li ul {
    padding-left: 13px;
}

#leftmenu > div > ul > li ul {
    display: none;
}

#leftmenu > div > ul > li.current-menu-item ul, #leftmenu > div > ul > li.current-post-ancestor ul {
    display: block;
}

#leftmenu > div > ul > li.current-menu-ancestor ul {
    display: block;
}

#leftmenu ul li {
    list-style: none;
}

#leftmenu ul li a  ,#ather_links  a{
    display: block;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 0 6px 23px;
    background: url(images/cmenu_sub_link.png) 10px 50% no-repeat;
    font-weight: 600;
}

#ather_links  a{
	padding: 0px 0 0px 23px !important;
}

#leftmenu a:hover ,  #leftmenu  .sub-menu > li:hover   > a  {
    color: #00acf1;
}

#leftmenu ul li ul li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    background: url(images/leftmenu_sub.png) 10px 50% no-repeat;
    border-bottom: 0px dotted #D6D6D6;
}

#leftmenu ul li ul li ul li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    background: url(images/cmenu_sub_sub_link.png) 10px 50% no-repeat;
    border-bottom: 0px dotted #D6D6D6;
}

#menu-leftmenu .current-menu-item > a{
    color: #00acf1;
}

#menu-leftmenu .current-post-parent> a{
    color: #00acf1;
}

#menu-leftmenu > li{
    border-bottom: 1px dotted #D6D6D6;
}
#content {
        float: right;
        width: 700px;
        margin-right: 5px;
        color: #666666;
        font-size: 14px;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    color: #00acf1;
}

#share_buttons {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

#content_form div.wpcf7-response-output {
    margin: 1em 0.5em 1em 0em;
    padding: 0.2em 1em;
    width: 434px;
}

#content_form {
    background: url(images/callback_block.png) no-repeat;
    width: 506px;
    padding-top: 70px;
    padding-left: 162px;
    padding-bottom: 55px;
    margin: 0 auto;    
}

#content_form h3{
    font-size: 25px;
    position: relative;
top: -67px;
}


#content_form p{
    position: relative;
top: -69px;
}
#content_form input {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    padding: 17px 18px;
    outline: none;
    width: 280px;
    color: gray;
    border: 0px;
}

#content_form input[type="submit"] {
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background-color: #FF0201;
    color: white;
    width: 150px;
    padding: 17px 0px;
    cursor: pointer;
    margin-left: -3px;
}

#content_form input[type="submit"]:active {
    position: relative;
    top: 1px;
}

#content_form input[type="submit"]:hover {
    background-color: #00acf1;
}

#footer_contacts {
    color: #777777;
    font-size: 11px;
    padding-left: 32px;
    width: 260px;
    margin-right: -10px;
    float: left;
}

#footer_contacts a {
    color: #00acf1;
    text-decoration: none;
}

#footer_contacts a:hover {
    text-decoration: underline;
}

#footer_copyright {
    font-weight: 300;
    font-size: 12px;
    color: #6b6b6b;
    clear: both;
    padding-left: 32px;
    padding-top: 9px;
}

#footer_features
{
    width: 160px;
    float: left;
    height: 230px;
}

#footer_features .live, #footer_features .yan
{
    width: 90px;
    margin: 0 auto;
    margin-top: 4px;
}
#footer_features .cub 
{
    margin-top: 20px;
    position: relative;
top: 20px;
}
#footer_features .cub img
{
    display: block;
    margin: 0 auto;
    
}

#footer_news {
    font-size: 12px;
    color: #777777;
    float: left;
    width:540px;
}

#footer_news ul {
    margin: 0px;
    padding: 0px;
}

#footer_news ul li {
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    border-bottom: 1px dotted #B5B5B5;
}

#footer_news ul li:nth-child(6) {
    border-bottom: 0px;
}

#footer_news a {
    color: #303030;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

#footer_news a:hover {
    text-decoration: underline
}

#nav_arrows {
    width: 940px;
    margin: 0px auto 0px;
    padding-top: 108px;
}

#nav_arrows img {
    cursor: pointer;
}

#panorama_sub .panorama_first {
    height: 135px;
    background: url(images/panorama.jpg) top center no-repeat;
}

#panorama_sub .panorama_second {
    height: 135px;
    background: url(images/panorama2.jpg) top center no-repeat;
}

#panorama_sub #nav_arrows {
    padding-top: 52px;
}

.nav {
    display: none;
}

.tel-187 {
    float: left;
}

.footer_news_date {
    background: url(images/date_icon.png) 0% 50% no-repeat;
    padding: 5px 0px 5px 16px;
}

.footer_email {
    padding: 10px 0px 7px 1px;
}

.footer_telephone {
    color: #5f5f5f;
    font-size: 24px;
    line-height: 38px;
}

.footer_telephone span {
    color: #00acf1;
    font-weight: bold;
}

.footer_address {
    font-size: 12px;
    margin-top: 5px;
}

.footer_block_title {
    padding: 25px 0px 15px;
    font-size: 14px;
    color: #777777;
    text-transform: uppercase;
}

.breadcrumbs {
    font-size: 12px;

    color: #ccc;;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 11px 15px;
    margin: 0 0 20px;
}

.breadcrumbs a {
    font-size: 12px;
    color: #00acf1;
    text-decoration: none;
    margin:0 5px;
}
.breadcrumbs a:first-child{
    margin-left: 0px;
}

.breadcrumbs a:hover {
    color: #FF3F3F;
}

.breadcrumbs span {
    color: #666666;
    margin-left: 5px;
}

img.aligncenter {
    margin: 0px auto;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

.cat-img {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.cat-img img {
    max-width: 200px;
    max-height:200px;
}

.cat-post {
    padding-bottom: 15px;
    display: table;
    width: 100%;
    margin-bottom: 36px;
}

.cat-post h2 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 20px;
}

.cat-entry {
    display: table;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

.cat-post .cat-img a{
    border: 1px solid #e0e0e0;
    background-color: #fff;
    -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
    display: block;
    padding: 4px;
    border-radius: 4px;
}

.cat-post h2 a{
    color: #999999;
    font-size: 30px;
    line-height: 30px;
}

.cat-post .read-next{
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(0, 157, 220);
    background: -moz-linear-gradient(90deg, rgb(0, 157, 220) 30%, rgb(0, 172, 241) 70%);
    background: -webkit-linear-gradient(90deg, rgb(0, 157, 220) 30%, rgb(0, 172, 241) 70%);
    background: -o-linear-gradient(90deg, rgb(0, 157, 220) 30%, rgb(0, 172, 241) 70%);
    background: -ms-linear-gradient(90deg, rgb(0, 157, 220) 30%, rgb(0, 172, 241) 70%);
    background: linear-gradient(0deg, rgb(0, 157, 220) 30%, rgb(0, 172, 241) 70%);
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
    margin-top: 10px;
    display: inline-block;
}

#content h1{
    margin-bottom: 20px;
}

.date-news {
    background: url(images/date_icon.png) 0% 50% no-repeat;
    padding: 5px 0px 5px 16px;
    font-size: 11px;
    display: table;
}

.callback_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #1EAADD;
}

.modal input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 10px;
    outline: none;
    border: 1px solid rgb(202, 202, 202);
    width: 280px;
    color: gray;
}

.modal input[type="submit"] {
    background-color: #1EAADD;
    color: white;
    width: 200px;
    margin: 0px auto;
    display: block;
    padding: 11px;
    cursor: pointer;
}

.modal input[type="submit"]:active {
    position: relative;
    top: 1px;
}

.modal input[type="submit"]:hover {
    background-color: #FF0201;
}

/* Контейнер */
.modal {

    /* Слой перекрытия */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;

    /* Трансформации прозрачности при открытии  */
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;

    /* Скрываем изначально */
    opacity: 0;
    pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
}

/* Содержание */
.modal > div {
    width: 300px;
    background: #ffffff;
    position: relative;
    margin: 10% auto;

    /* По умолчанию минимизируем анимацию */
    -webkit-animation: minimise 500ms linear;

    /* Придаем хороший вид */
    padding: 30px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
    -webkit-animation-name: bounce;
}

.modal h2 {
    font-size: 36px;
    padding: 0 0 20px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    }
    55% {
        -webkit-transform: scale3d(1.08, 1.08, 1);
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    }
    75% {
        -webkit-transform: scale3d(0.95, 0.95, 1);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    }
}

@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
    outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
    content: 'X';
    display: block;

    /* Позиционируем */
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    padding: 1px 1px 1px 2px;

    /* Стили */
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #ffffff;
    border: 3px solid #ffffff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.modal a[href="#close"]:focus:after {
    outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
    display: block;
    text-align: center;
    font-size: 22pt;
}

.main_link {
    display: block;
    width: 48px;
    height: 42px;
    float: left;
    background: url(images/home.png) 50% 50% no-repeat;
    border-right: 1px solid #cbcbcb;
}

.main_link:hover {
    background: #00acf1 url(images/home_active.png) 50% 50% no-repeat;
}

#social {
    position: fixed;
    left: 0px;
    top: 50%;
    background-color: #F6F6F6;
    border: 1px solid #D5D5D5;
    padding: 0 8px;
    width: 29px;
    border-radius: 0px 4px 4px 0px;
    margin-top: -127px;
}

#social a{
    display: inline-block;
    margin-top: 6px;
}
#social a:last-child{
    margin-bottom: 6px;
}

#social img {
    margin-bottom: 1px;
}

/*
	@Slider
*/

#slider {
    position: relative;
}

#bullets {
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 48%;
}

#bullets label {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #999;
    cursor: pointer;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

#bullets input[type=radio] {
    display: none;
}

input[type=radio]:checked + label {
    background: #111 !important;
}
 
.wpcf7-form-control-wrap input
{
    font-family: 'Open Sans', sans-serif!important ;
    FONT-SIZE: 15px;
}

#content_form input[type="submit"]
{
    font-family: 'Open Sans', sans-serif!important;
    FONT-SIZE: 15px;
text-transform: uppercase;
}
#topmenu ul>li
{
    position: relative;
}
#topmenu ul>li>ul
{
    background: #313747;
display: none;
position: absolute;
z-index: 20000;
}

#topmenu ul>li:hover>ul
{
    display: block;
}

#topmenu ul>li>ul>li
{
    width: 300px;
    border-top: 1px solid #000;
    position: relative;
}
#topmenu ul>li>ul>li>ul
{
    right: 0px;
top: -1px;
left: 300px;
background: #313747;
width: 100%;
}

#topmenu ul>li>ul>li>a
{
    display: block;
    height: 100%;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    font-size:14px;
}



#topmenu .sub-menu ul li a {
    padding:3px 0 !important;
}

#topmenu ul>li:hover>a {
background-color: #FD0000;
}

.cat-post .read-next:hover
{
    color:red!important; 
}


#carousel_slider img
{
    width: 150px;
}
#bullets label {

border: 2px solid #fff;
}

#content_form 
{
    position: relative!important;
}

#content_form .wpcf7
{
    position: absolute;
    bottom: 30px;
}
#bullets label {
height: 11px!important;
width: 11px!important;
border-radius: 50%;
margin: 0 10px 0 0;
display: inline-block;
background-color: #000;
cursor: pointer;
}

.slideshow_container_style-light .slideshow_description_box div.slideshow_title {
font-size: 1em!important;
}
.pl h4
{
    margin: 0;
font-size: 15px;
padding-left: 20px;
padding-top: 10px;
}
.pl tr
{
 background: url(images/pl.png) no-repeat;
 height: 150px;
}


.pl.red tr
{
 background: url(images/plr.png) no-repeat;
 height: 150px;
}

.pl tr td
{
    position: relative;
}

.pl tr td img
{
    position: absolute;
display: block;
top: 63px;
left: 32px;
}

.pl p
{
    width: 71%;
margin-left: 99px;
}


#content_form.serv
{
     background: url(images/serfon.png) no-repeat;
     padding-bottom: 120px;
     width: 560px;
padding-top: 70px;
padding-left: 55px;
padding-right: 55px
}


#content_form.serv .wpcf7
{
bottom: 120px;
left: 105px;
}


#content_form.serv h3
{
    font-weight: bold;
text-align: center;
}
#content_form.serv p
{
    text-align: center;
    font-size: 17px;
}

.rab p
{
    margin: 0;
 

}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}    



#wpcontent_slider a img
{
    width: 100%!important;
}

#wpcontent_slider_container {
overflow: hidden;
position: relative;
padding: 0px;
margin: 0px;
text-align: center;
width: 100% !important;
height: 271px !important;
}

#wpcontent_slider{
border: none!important;
width: 100%!important;
}
#wpcontent_slider_container .cs-buttons
{
    position: absolute!important;
    bottom: 1px;
    z-index: 1000;
}




#carousel div {

	float: left;
}
#carousel img {
    display:block;
	width: 100%;
	height:100%;

}
#title {
	text-align: center;
	width: 100%;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#title h3 {
	text-shadow: 
		0 3px 3px rgba( 0, 0, 0, 0.3 ),
		0 -3px 3px rgba( 0, 0, 0, 0.3 ),
		3px 0 3px rgba( 0, 0, 0, 0.3 ),
		-3px 0 3px rgba( 0, 0, 0, 0.3 );
 
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0;
}
#title a {
	color: #fff;
}
#title a:hover {
	background: rgba( 0, 0, 0, 0.5 );
	padding: 2px 5px;
}
#pager {
border-radius: 20px;
background: none;
text-align: center;
width: 120px;
height: 30px;
padding-top: 2px;
position: absolute;
bottom: 0%;
left: 45%;
}
#pager a.selected span {
	background: #00acf1;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
background: #fff;
text-indent: -100px;
line-height: 0;
display: inline-block;
width: 13px;
height: 13px;
border: 1px solid #00acf1;
overflow: hidden;
}


#wrapper
{
    position: relative;
    overflow: hidden;
}

#menu-leftmenu > li > ul > li > ul {
    display:none !important;
}

#menu-leftmenu > li > ul > li > ul li{
    display: block;
    float: left;
    width:200px;
}

#menu-leftmenu > li > ul > li:hover > ul{
    display:block !important;
    position:absolute;
    margin-left:175px;
    background:#fff;
    margin-top:-40px;
    padding:5px 10px;
    min-width:200px;
    max-width:400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}   

#menu-leftmenu > li > ul > li > ul ul{
    display:none !important; 
}


