@font-face { font-family: 'gotham-bold'; src: url('fonts/gotham-bold.eot'); src: url('fonts/gotham-bold.eot?#iefix') format('gotham-bold'), url('fonts/gotham-bold.woff') format('woff'), url('fonts/gotham-bold.ttf') format('truetype'), url('fonts/gotham-bold.svg#gotham-bold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'gotham-ultra'; src: url('fonts/gotham-ultra.eot'); src: url('fonts/gotham-ultra.eot?#iefix') format('gotham-ultra'), url('fonts/gotham-ultra.woff') format('woff'), url('fonts/gotham-ultra.ttf') format('truetype'), url('fonts/gotham-ultra.svg#gotham-ultra') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-bold'; src: url('fonts/opensans-bold.eot'); src: url('fonts/opensans-bold.eot?#iefix') format('opensans-bold'), url('fonts/opensans-bold.woff') format('woff'), url('fonts/opensans-bold.ttf') format('truetype'), url('fonts/opensans-bold.svg#opensans-bold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'opensans-light'; src: url('fonts/opensans-light.eot'); src: url('fonts/opensans-light.eot?#iefix') format('opensans-light'), url('fonts/opensans-light.woff') format('woff'), url('fonts/opensans-light.ttf') format('truetype'), url('fonts/opensans-light.svg#opensans-light') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'gotham-book'; src: url('fonts/gotham-book.eot'); src: url('fonts/gotham-book.eot?#iefix') format('gotham-book'), url('fonts/gotham-book.woff') format('woff'), url('fonts/gotham-book.woff2') format('woff2'), url('fonts/gotham-book.ttf') format('truetype'), url('fonts/gotham-book.svg#gotham-book') format('svg'); font-weight: normal; font-style: normal; }

html,body {
    margin: 0px;
    padding: 0px;
    color: #5c5c5c;
    background-color:transparent;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:16px;
    min-height:100%;
    height:100%;
    width:100%;
    text-align:center;
}
html{

}
body{
    min-width:780px;
    background-image:url(../images/bg_net.jpg);
    background-repeat:repeat;
    background-position:center 8px;
}

.main{
    background-image:url(../images/bg_image.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-height:100%;
}
.main_wrapper{
    width: 1261px;
    margin:0 auto;
    background-color:#ffffff;
    min-height:300px;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.6);
    -moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.6);
    box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.6);
}

/* === TOP === */
.top{
    position:relative;
    min-height:316px;
    text-align:left;
    padding:0 37px 0 41px;
    width:1183px;
    margin-bottom:10px;
}
.top_image_top{
    position:absolute;
    top:0px;
    left:41px;
    z-index:1;
}
.top_image_left{
    position:absolute;
    top:0px;
    left:-58px;
    z-index:2;
}
.top_image_right{
    position:absolute;
    top:0px;
    right:0px;
    z-index:0;
}
.logo_wrapper{
    position:relative;
    z-index:3;
    float:left;
    margin:40px 0 0 58px;
    width:340px;
}
.top_logo{
    padding:23px 0 0 70px;
    float:left;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    background-position:left center;
    width:109px;
    height:40px;
}
.top_logo .part{
    position:relative;
}
.slogans{
    width:160px;
    font-family: 'gotham-book';
    font-size:19px;
    float:left;
    color:#ffffff;
}
.slogans .slogan{
    padding:23px 0 0 0;
    width:100%;
}
.mainmenu{
    position:relative;
    margin:62px 0 0;
    float:right;
    z-index:3;
    font-family: 'opensans-bold';
    font-size:1.2em;
    line-height:1.2em;
    color:#ffffff;
}
.mainmenu a{
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 20px;
}
.mainmenu a:hover,.mainmenu a.active { color:#F1592B; }
.social{
    position:relative;
    margin:23px 58px 0 0;
    float:right;
    z-index:3;
}

.top_blocks{
    margin:45px 0 0 0;
    position:relative;
    z-index:3;
}
.top_block{
    background-color:#fcfcfc;
    background-image:url(../images/top_block_bg.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    border:1px solid #e8ebeb;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.4);
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.4);
    padding:6px;
    position: relative;
}
.top_block.left{
    float:left;
    width:713px;
}
.top_block.right{
    float:right;
    width:434px;
}

.product_big{
    width:100%;
    margin:0 0 -50px 0;
}
.product_big .main_category{
    display:inline-block;
    vertical-align:middle;
    width:200px;
    padding:0 7px 0 20px;
    font-family: 'opensans-bold';
    background-image:url(../images/top_category_line_dark.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    margin-right: -3px;
    position:relative;
    z-index:2;
}
.product_big .vertical_line{
    position: absolute;
    top:11px;
    left:0;
    bottom:10px;
    border-left:1px solid #b3b3b3;
}
.product_big .main_category img{
    display:block;
}
.product_big .categories{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    z-index:2;
}
.product_big .categories a{
    padding:0 0 0 35px;
    display:block;
    color:#23223a;
    font-family: 'opensans-bold';
    background-image:url(../images/top_category_line_dark.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    width:220px;
}
.product_big .categories a span{
    padding:3px 10px 3px 10px;
    display:block;
}
.product_big .categories a.active span{
    background-color:#2a3f76;
    color:#ffffff;
}
.product_big .image{
    margin:0 0 0 0;
    background-color:transparent;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#ffffff;
    position:absolute;
    top:6px;
    left:472px;
    right:5px;
    bottom:5px;
    overflow:hidden;
    z-index:1;
}

.product_big .search_marker{
    height:49px;
}

.search{
    /*margin:6px 0px 0px -7px;
    padding:10px 30px;
    background-color:#ffffff;
    border:1px solid #c4c4c4;
    border-right:0;*/
    width:432px;
    z-index:2;
    position:relative;
    padding:10px 0 5px;
    margin:0 40px 0 0;
    float:right;
    color:#fff;
}
.search label{
    /*color:#23223a;*/
    font-family: 'opensans-bold';
    margin-right:20px;
    font-size: 1.2em;
    line-height: 1.2em;
}
.search input[type=text]{
    background-image:url(../images/search_input.png);
    background-repeat:no-repeat;
    background-position:left top;
    border:0;
    background-color:transparent;
    padding:7px 10px;
    width:246px;
    font-size:0.9em;
    color:#c8c8c8;
}
.search input[type=text]:focus{
    color:#6a6a6a;
}

.product_short{
    width:100%;
    margin:11px 0;
}
.product_short .main_category{
    display:inline-block;
    vertical-align:middle;
    width:140px;
    padding:0 10px 0 20px;
}
.product_short .main_category img{
    display:block;
}
.product_short .categories{
    display:inline-block;
    vertical-align:middle;
}
.product_short .categories a{
    padding:3px 20px 3px 60px;
    display:block;
    color:#23223a;
    font-family: 'opensans-bold';
    background-image:url(../images/top_category_line.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    width:180px;
}

.slider{
    width:1182px;
    overflow:hidden;
    position:relative;
    z-index:1;
    margin:0 auto;
}
.slides{
    position:relative;
    z-index:1;
}
.slider_title{
    position:absolute;
    bottom:97px;
    left:69px;
    z-index:2;
    color:#ffffff;
    text-align:left;
    width:50%;
}
.slider_title .date{
    font-family: 'gotham-bold';
}
.slider_title h2{
    font-family: 'gotham-ultra';
    font-weight:normal;
    font-size:2.9em;
    line-height: 1em;
    text-transform:uppercase;
    margin:10px 0 0 0;
    padding:0;
}
.slider_title .decal{
    margin:20px 0 0 0;
    width:112px;
    border-bottom:2px solid #f1592b;
}
.slider .readmore{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    white-space:nowrap;
    text-indent:100%;
    overflow:hidden;
}
.slider_pages{
    position:absolute;
    bottom:70px;
    right:108px;
    z-index:3;
    max-width:350px;
    text-align:right;
}
.slider_pages a{
    display:block;
    float:left;
}
.slider_pages img{
    width:64px;
    height:48px;
    display:block;
}
.slider_pages .cycle-pager-active{
    margin:-6px 0 0 0;
    border:7px solid #283a69;
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.7);
    -moz-box-shadow:0 3px 3px 0 rgba(50, 50, 50, 0.7);
    box-shadow:0 3px 3px 0 rgba(50, 50, 50, 0.7);
}
.slider_pages .cycle-pager-active img{
    width:54px;
    height:40px;
}

/* === TOP === */

/* === MIDDLE === */
.middle{
    text-align:left;
    padding:0 37px 0 41px;
    width:1183px;
}
.block_header{
    position:relative;
    /*border-bottom:1px solid #d5d5d5;
    text-align:left;
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1.2em;
    line-height:1.2em;
    padding:0 0 10px 0;
    color:#23223a;
    margin:10px 0;*/
        color: #f1592b;
    font-size: 1.8em;
    line-height:25px;
    text-align:center;
}
.block_header span{
    /*position:absolute;
    bottom:-1px;
    left:0;
    display:block;
    width:180px;
    border-bottom:1px solid #585858;*/
}

.promotions_admissions{
    float:left;
    width:257px;
    margin:0 63px 0 0;
}
.promotions_admissions .promotion{
    float:left;
    width:230px;
    margin-left:60px;
}
.promotions_admissions .promotion:nth-child(2n+2){
    margin-left:0;
}
.promotions_admissions .promotion .admission_date{
    font-family: 'gotham-bold';
    color:#23223a;
    font-size:0.9em;
}
.promotions_admissions .promotion .admission_date span{
    font-size:1.2em;
}
.promotions_admissions .promotion .admission_header{
    font-family: 'opensans-bold';
    font-weight:normal;
    font-size:1em;
    line-height:1.2em;
    color:#000000;
    margin:10px 0 18px 0;
}
.promotions_admissions .promotion .block_content{
    margin:30px 0 30px 0;
    overflow:hidden;
}
.promotions_admissions .promotion .block_content p:first-child{
    margin-top:0;
}
.promotions_admissions .promotion .block_content p:last-child{
    margin-bottom:0;
}

.news_admission{
    float:left;
    width:240px;
    margin:0 63px 0 0;
}
.news_admission .block_content a{
    display:block;
    border-top:1px solid #b2b1b1;
    padding:10px 0;
    font-family: 'opensans-bold';
    color:#000000;
}
.news_admission .block_content a:first-child{
    border:0;
}
.news_admission .more{
    color:#57a2ca;
    display:block;
    text-align:right;
    font-family: 'opensans-bold';
    margin-top:20px;
}

.else_admission{
    float:left;
    width:240px;
    margin:0 0 0 0;

}
.else_admission .block_header{
    /*margin:10px 0 10px 30px;*/
}
.else_admission .block_content{
    padding:20px;
    border-left:1px solid #d5d5d5;
}
/* === MIDDLE === */


/* === CONTENT === */
.content{
    width:1182px;
    position:relative;
    z-index:3;
    margin:0 auto;
}
.content_header{
    border-bottom:1px solid #d5d5d5;
    position:relative;
    text-align:left;
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1.2em;
    line-height:1.2em;
    padding:0 0 10px 0;
    color:#23223a;
    margin:10px auto 7px auto;
    width:1122px;
}
.content_header span.line{
    position:absolute;
    bottom:-1px;
    left:0;
    display:block;
    width:70px;
    border-bottom:1px solid #585858;
}
.content_header span.light{
    font-family: 'opensans-light';
}
.content_text{
    text-align:left;
    padding:20px 55px;
}
.content_text.full{
    padding:20px 30px;
}
.content_text.withmenu{
    float:right;
    width:825px;
    padding:20px 30px;
}
.content_text p:first-of-type{
    margin-top:0;
}
.content_text p:last-of-type{
    margin-bottom:0;
}

.producttabs{
    text-align:left;
    padding:20px 55px;
    position:relative;
}
.producttabs_nav{
    clear:both;
    margin:0 0 30px 0;
    padding:0;
    position:relative;
    z-index:2;
}
.producttabs_logo{
    display:inline-block;
    vertical-align:middle;
    width:248px;
    text-align:center;
}
.producttabs_links{
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 18px;
    text-align:justify;
    width:800px;
}
.producttabs_links .tab{
    width:100%;
}
.producttabs_links .row{
    text-align: center;
}
.producttabs_links a {
    min-height: 38px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 14px;
    margin: 0 0 5px 0;
    white-space: nowrap;
    text-align: center;
    font-family: 'opensans-bold';
    font-size: 1.2em;
    line-height: 1em;
    color: #182545;
    border: 1px solid #eaeaea;
}
.producttabs_links a > span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.producttabs_links a:after {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    content: ' ';
}

.producttabs_links a:hover, .producttabs_links a.active{
    color: #ffffff;
    background-color: #2a3f76;
}
.producttabs_content{
    position:relative;
    z-index:2;
}
.producttabs_inner{
    display:none;
    margin-top:10px;
}
.producttabs .activebar{
    /*position: absolute;
    top:0;
    left:179px;
    border:1px solid #36456e;
    z-index:1;
    width:50%;
    height:20px;
    border-top:0;
    border-left:0;*/
}
.producttabs .activebar_static{
    /*border-left:1px solid #36456e;
    position: absolute;
    top:0;
    left:179px;
    height:20px;
    z-index:1;*/
}
.producttabs .activebar_logo{
    /*border-left:1px solid #d5d5d5;
    position: absolute;
    top:0;
    left:179px;
    height:18px;
    z-index:1;*/
}
.producttabs_inner .thumb{
    float:left;
    margin:0 20px 20px 0;
}
.producttabs_inner p:first-of-type{
    margin-top:0;
}
.producttabs_inner p:last-of-type{
    margin-bottom:0;
}

.product h1, .product h2, .product h3, .product h4, .product h5{
    font-family: 'opensans-bold';
    font-weight:normal;
    font-size:1.1em;
    line-height:1.1em;
    padding:0 0 10px 0;
    color:#23223a;
    margin:10px auto 10px auto;
}

.product_menu{
    width:1121px;
    margin:20px auto;
}
.product_menu .row{
    clear:both;
    border-bottom:1px solid #e1e1e1;
    padding:10px 0 10px 0;
}
.product_menu .row:hover .category{
    color:#000000;
}
.product_menu .category{
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    display:inline-block;
    width:182px;
    background-image:url(../images/product_menu_button.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    padding:15px 18px;
    vertical-align:middle;
    border:1px solid #d5d6d6;
    color:#23223a;
}
h1.category {
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    display:inline-block;
    width:182px;
    background-image:url(../images/product_menu_button.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    padding:15px 18px;
    vertical-align:middle;
    border:1px solid #d5d6d6;
    color:#23223a;
    float:left;
    margin: -30px auto 7px auto;
    text-align:center;
}
.product_menu .products{
    display:block;
    vertical-align:middle;
    width:100%;
    text-align:justify;
    margin-top:10px;
}
.product_menu .products a{
    display:inline-block;
    vertical-align:middle;
    padding:5px 10px;
    width:190px;
    height:120px;
    overflow:hidden;
    text-align:center;
    border:2px solid #FFFFFF;
    margin:0 auto 20px auto;
}
.product_menu .products a img{
    clear:both;
    float:none;
    margin:20px auto 0 auto;
    display:block;
}
.product_menu .products a:hover{
    color:#2A3F76;
    /*background-color:#2a3f76;*/
    border:2px solid #2A3F76;
}
.product_menu .products .separator{
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
}

.product_left_menu{
    float:left;
    width:235px;
    margin-left:31px;
    padding:20px 0;
}
.product_left_menu .category{
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    display:block;
    width:196px;
    background-image:url(../images/product_menu_button.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    padding:15px 18px;
    vertical-align:middle;
    border:1px solid #d5d6d6;
    color:#23223a;
    margin-bottom:10px;
}
.product_left_menu .category img{
    float:right;
    margin:5px 0 0 0;
}
.product_left_menu .category .open{
    display:none;
}
.product_left_menu .category.active .open{
    display:block;
}
.product_left_menu .category.active .closed{
    display:none;
}
.product_left_menu .products{
    background-image:url(../images/menuladder.png);
    background-repeat:no-repeat;
    background-position:left bottom 20px;
    padding:10px 5px 10px 5px;
    margin:-8px 0 5px 5px;
    text-align:left;
    display:none;
}
.product_left_menu .row.active .products{
    display:block;
}
.product_left_menu .products a{
    display:inline-block;
    padding:5px 5px 4px 5px;
    white-space:nowrap;
    text-align:left;
    clear:both;
    float:none;
    height: 14px;
}
.product_left_menu .products a:hover, .product_left_menu .products a.active{
    color:#ffffff;
    background-color:#2a3f76;
}
.product_left_menu .separator{
    display:block;
    border-bottom:1px solid #c2c2c2;
    margin:10px 0;
}

.product_gallery{
    float:left;
    width:342px;
    position:relative;
    margin:0 25px 25px 0;
}
.product_gallery .medium{
    float:left;
    width:340px;
    height:345px;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    border:1px solid #d5d6d6;
    margin:0 0 17px 0;
}
.product_gallery .medium > *:not(:first-child){
    display:none;
}
.product_gallery .thumbs a{
    display:inline-block;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    border:1px solid #d5d6d6;
    position:relative;
    margin:0 4px 8px 0;
    width:78px;
    height:70px;
    overflow:hidden;
}
.product_gallery .thumbs a:nth-of-type(4n+4){
    margin-right:0;
}
.product_gallery .thumbs a img.thumb{
    display:block;
    position:relative;
    z-index: 1;
}
.product_gallery .thumbs img.gallery_360{
    position:absolute;
    z-index:2;
    bottom:5px;
    left:21px;
}

.product_header{
    border-bottom:1px solid #d5d5d5;
    position:relative;
    text-align:left;
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1.2em !important;
    line-height:1.2em !important;
    padding:0 0 10px 0;
    color:#23223a;
    margin:10px auto 19px auto !important;
    float:left;
    width:458px;
}
.product_header span.line{
    position:absolute;
    bottom:-1px;
    left:0;
    display:block;
    width:70px;
    border-bottom:1px solid #585858;
}
.product_header .number{
    float:right;
    font-family: 'opensans-light';
    font-size:0.8em;
}
table.styled{
    width:458px;
}
table.styled thead th{
    background-image:none;
    padding:2px;
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1.2em !important;
    line-height:1.2em !important;
    padding:0 0 10px 0;
    color:#23223a;
    border-bottom:1px solid #d5d5d5;
}
table.styled tr td{
    background-image:url(../images/point.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:5px 2px 2px 20px;
}
.product_desc{

}

.product .button{
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    display:inline-block;
    background-image:url(../images/product_menu_button.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fefefe;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    -moz-box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    box-shadow:0 1px 1px 0 rgba(50, 50, 50, 0.6) ;
    padding:15px 18px;
    vertical-align:middle;
    border:1px solid #d5d6d6;
    color:#23223a;
    margin:10px 5px 10px 0;
}
.product .description {
    margin-top: 30px;
}
/* === CONTENT === */


/* === FOOT === */
.foot_marker{
    height:140px;
    clear:both;
    float:none;
}
.foot{
    background-color:#ffffff;
    width:1191px;
    margin:-58px auto 0 auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.6);
    -moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.6);
    box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.6);
    padding:13px 13px 0 13px;
}
.foot .inner{
    border:1px solid #c2c2c2;
    border-bottom:0;
    min-height:100px;
    padding:38px 64px;
}

.foot_left{
    float:left;
    width:774px;
}

.goup{
    border-bottom:1px solid #e1e1e1;
    text-align:left;
    width:774px;
    float:left;
}
.goup a{
    display:block;
    margin:-78px 0 8px 0;
    float:left;
    color:#818283;
    font-family: 'opensans-bold';
}
.goup a img{
    margin:0 14px 0 0;
    vertical-align:-15px;
}

.quick_contact{
    float:left;
    margin:0 0 0 40px;
    width:242px;
    text-align:left;
}
.quick_contact h2.foot_block_header{
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    color:#23223a;
    margin:0 0 35px 0;
}
.quick_contact .content{

}
.quick_contact .content p:first-of-type{
    margin-top:0;
}
.quick_contact .content p:last-of-type{
    margin-bottom:0;
}


.newsletter{
    float:left;
    margin:0;
    /*padding:50px 0 0;*/
    border-right:0;
    width: 300px;
    text-align:left;
}
.newsletter label{
    color:#23223a;
    font-family: 'opensans-bold';
    margin-bottom:20px;
    display:block;
}
.newsletter input[type=text]{
    background-image: url(../images/search_input.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
    background-color: transparent;
    padding: 7px 10px;
    width: 246px;
    font-size: 1em;
    color: black;
    margin-top: 2px;
    font-weight: 600;
}

.newsletter input[type=image]{
    float:right;
}

.newsletter input[type=text]:focus{
    color:#6a6a6a;
}
.newsletter .text{
    margin-top:15px;
}
.newsletter .text p{
    color:#a19b9b;
    font-size:0.9em;
}
.newsletter .text p:first-child{
    margin-top:0;
}
.newsletter .text p:last-child{
    margin-bottom:0;
}

.menubottom{
    float:left;
    /*width:340px;*/
    text-align:right;
    margin:0 0 0 70px;
}
.menubottom .column{
    padding:50px 0 0 20px;
    float:left;
    width:150px;
    text-align:left;
}
.menubottom .column_header{
    margin:0;
    font-weight:normal;
    font-family: 'opensans-bold';
    font-size:1em;
    line-height:1em;
    color:#23223a;
    margin:0 0 27px 0;
}
.menubottom .column a{
    display:block;
}

.bottom{
    border-top:1px solid #e1e1e1;
    margin:35px 0 0 0;
    padding:23px 0 0 0;
}
.bottom .left{
    float:left;
    text-align:left;

}
.bottom .right{
    float:right;
    text-align:right;
    color:#c2c2c2;
    font-size:0.9em;
}
/* === FOOT === */


a { color:inherit; text-decoration: none; }
a:hover { color:#57a2ca; }
a img { border-style: none; }

.img_title, .img_title a{ color:#A36125; }
.img_row a { margin: 0 15px 15px 0; display: block; float: left; text-decoration:none; }
.img_row img { border: 1px solid #DDDDDD; padding: 5px; }
.img_row img:hover { border-color: #A36125; }
.gallery { float: left; text-align: center; width: 170px; }

.clear{
    clear:both;
    float:none;
    display:block;
}


@media screen and (max-width: 1366px) {
    .hide_w_1366{
        display:none !important;
    }
}
@media screen and (max-width: 1300px) {
    .hide_w_1300{
        display:none !important;
    }
}
@media screen and (max-width: 1280px) {
    .hide_w_1280{
        display:none !important;
    }
}
@media screen and (max-width: 1080px) {
    .hide_w_1080{
        display:none !important;
    }
}
@media screen and (max-width: 1024px) {
    .hide_w_1024{
        display:none !important;
    }
}
@media screen and (max-width: 1023px) {
    .hide_w_1023{
        display:none !important;
    }
}
@media screen and (max-width: 980px) {
    .hide_w_980{
        display:none !important;
    }
}
@media screen and (max-width: 900px) {
    .hide_w_900{
        display:none !important;
    }
}
@media screen and (max-width: 800px) {
    .hide_w_800{
        display:none !important;
    }
}
@media screen and (max-width: 768px) {
    .hide_w_768{
        display:none !important;
    }
}
@media screen and (max-width: 640px) {
    .hide_w_640{
        display:none !important;
    }
}
@media screen and (max-width: 600px) {
    .hide_w_600{
        display:none !important;
    }
}
@media screen and (max-width: 480px) {
    .hide_w_480{
        display:none !important;
    }

}
@media screen and (max-width: 360px) {
    .hide_w_360{
        display:none !important;
    }
}
@media screen and (max-width: 320px) {
    .hide_w_320{
        display:none !important;
    }
}


@media screen and (max-height: 800px) {
    .hide_h_800{
        display:none !important;
    }
}
@media screen and (max-height: 768px) {
    .hide_h_768{
        display:none !important;
    }
}
@media screen and (max-height: 640px) {
    .hide_h_640{
        display:none !important;
    }

}
@media screen and (max-height: 480px) {
    .hide_h_480{
        display:none !important;
    }
}
@media screen and (max-height: 360px) {
    .hide_h_360{
        display:none !important;
    }
}

p.pagination { font-size:16px; padding:10px 0;}

#tooltip{
    background:#1d1d1d;
    color:#fff;
    padding:7px;
    border-radius:5px;
    position:absolute;
    min-width:50px;
    max-width:300px;
    display:none;
}
#tooltip:before{
    content:'';
    height:3px;
    width:0;
    border:7px solid transparent;
    border-bottom-color:#1d1d1d;
    position:absolute;
    top:-16px;
    left:14px;
}
#tooltip a{
    color:#1884BC;
    text-decoration:none;
    padding:20px;
}
.column2{
    width:300px !important;
 }
.newsletterh{
    line-height: 30px;
}