/*!
  * Alkbous Stylesheet (c) 2014 Bahaa Samir <bahaasamir.me>
*/

/* Fonts */
@font-face {
    font-family: 'Gotham-Book';
    src: url('_font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('_font/Gotham-Book.otf') format('opentype'),
    url('_font/Gotham-Book.woff') format('woff'),
    url('_font/Gotham-Book.ttf')  format('truetype'),
    url('_font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClarendonT-Medi';
    src: url('_font/ClarendonT-Medi.eot?#iefix') format('embedded-opentype'),
    url('_font/ClarendonT-Medi.woff') format('woff'),
    url('_font/ClarendonT-Medi.ttf')  format('truetype'),
    url('_font/ClarendonT-Medi.svg#ClarendonT-Medi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Set */
body {
    background-color: #f8f5ee;
    font: 13px Gotham-Book;
    padding: 0;
    margin: 0;
    color: #887d77;
}
body,
html {
    height: 100%;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clrfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
a {
    text-decoration: none;
}
h1 {
    font: 28px ClarendonT-Medi;
}
h2 {
    font: 18px ClarendonT-Medi;
}
h3 {
    font: 15px ClarendonT-Medi;
}
::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}
:-moz-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1;
}
::-moz-placeholder {
    color: #999;
    font-style: italic;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}
.set_tabel {
    display: table;
    width: 100%;
    height: 100%;
}

.set_cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
header {
    width: 100%;
    background: #f0ece6;
    padding: 40px 0 30px 0;
    position: relative;
}

.header {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.inner_nav {
    position: absolute;
    right: 20px;
    top: -20px;
}
.search > i {
    background: url(../structure/icons/icons-str.png) no-repeat -48px 0;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 4px 10px 0 0;
}
.search form {
    float: left;
}
.search input {
    font: 12px ClarendonT-Medi;
    background: transparent;
    color: #777;
    font-style: italic;
    width: 50px;
    padding: 3px 0 3px 10px;
    border: none;
    border-left: 1px solid #dadada;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input:focus {
    color: #887d77;
    width: 120px;
    border-left: 1px solid #ccb882;
}
span.lang {
    display: block;
    float: right;
    margin: 1px 20px 0 0;
}
.search {
    float: right;
    white-space: normal;
    display: block;
}
span.lang a {
    font: 12px ClarendonT-Medi;
    color: #777;
    display: inline-block;
}
span.lang a:hover,
span.lang a.active {
    color: #ccb882;
}
span.lang a:first-child:after {
    content: '/';
    padding: 0 1px 0 5px;
}
span.lang a:nth-child(2) {
    font: 13px Tahoma;
}
footer {
    margin-top: 60px;
    border-top: 1px solid #d4d1cb;
}
div.footer_top {
    background: #ebe7e1;
    padding: 30px 0 70px 0;
}
div.footer_set {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
div.footer_bottom {
    padding: 40px 0;
}
div.fgird {
    float: left;
    margin-left: 12%;
}
div.fgird:first-child {
    margin-left: 0;
}
div.fgird a {
    display: block;
    margin-bottom: 9px;
    color: #887d77;
}
div.fgird a:first-child {
    font: 14px ClarendonT-Medi;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #6e6560;
}
div.footer_set > ul {
    text-align: center;
}
div.footer_set > ul > li {
    display: inline-block;
    float: none;
}
div.footer_set > ul > li > a {
    font: 13px ClarendonT-Medi;
    text-transform: uppercase;
    margin-left: 20px;
    color: #887d77;
}
div.footer_set > ul > li:first-child > a,
div.social a:first-child {
    margin-left: 0 !important;
}
div.fgird a:hover,
div.footer_set > ul > li > a:hover,
div.footer_set > ul > li > a.active {
    color: #ccb882;
}
div.social {
    margin: 30px 0;
    height: 30px;
    text-align: center;
}
div.social a {
    display: inline-block;
    width: 101px;
    height: 30px;
    background-image: url(../structure/icons/social.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    -webkit-transition: all 0.150s ease;
    transition: all 0.150s ease;
}
div.social a:hover {
    opacity: 0.8;
}
a.yt {
    background-position: 0 0;
}
a.fb {
    background-position: 0 -30px;
}
a.in {
    background-position: 0 -60px;
}
span.frights {
    text-align: center;
    display: block;
    color: #777;
}

.header > a {
    float: left;
    display: block;
}
.menu {
    float: right;
    margin-top: 45px;
    position: relative;
    z-index: 2999;
}
.menu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu li > a {
    font: 13px ClarendonT-Medi;
    text-decoration: none;
    color: #887d77;
    text-transform: uppercase;
    display: block;
}
.menu > ul > li > a {
    padding: 5px 8px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.menu > ul > li:hover > a {
    background: #887d77;
    color: #fff;
}

.menu > ul > li > a.active {
    background: #ccb882;
    color: #fff;
}
.menu > ul > li.hasChild:hover > a {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.menu > ul > li > ul {
    position: absolute;
    min-width: 100%;
    background: #887d77;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    text-align: left;
    z-index: 299;
}
.menu > ul > li > ul > li:first-child {
    margin-top: 20px;
}
.menu > ul > li > ul > li:last-child {
    margin-bottom: 10px;
}
.menu > ul > li > ul > li > a {
    color: #f0ece6;
    padding: 7px 25px;
}
.menu > ul > li > ul > li > a:hover,
.menu > ul > li > ul > li > a.active {
    background: #ccb882;
    color: #fff;
}

.m_scr {
    position: relative;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
    display: none;
    background-color: #fcfcfc;
    background-image: url('../structure/icons/mobile-nav-arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
}

select.m_nav {
    font-family: "PT Sans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #8f8f8f;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.4;
    outline: 0;
    padding: 6px 10px;
}
.head.side_head {
    text-align: left;
}
.side_head > h1 > span {
    left: 0 !important;
    margin-left: 0 !important;
}
.breadcrumb {
    margin: 30px 0 0 0;
    position: relative;
    top: 10px;
    text-transform: uppercase;
}
.breadcrumb > a {
    color: #887d77;
}
.breadcrumb > i {
    display: inline-block;
    background: url(../structure/icons/icons-str.png) no-repeat -62px 0;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.breadcrumb > a:hover {
    color: #30c756;
}
.breadcrumb > a:after {
    content: '>';
    padding: 0 3px 0 6px;
    color: #887d77;
}
.head {
    width: 100%;
    float: left;
    margin-top: 120px;
    text-align: center;
}
.head > h1 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 1;
}
.head > h1 > span {
    width: 23px;
    height: 5px;
    position: absolute;
    display: block;
    background: #ccb882;
    left: 50%;
    margin-left: -11px;
    bottom: -13px;
}
.head > p {
    margin: 30px 0 0 0;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    line-height: 21px;
}
/* Silder */
.slider > img {
    max-width: 100%;
    visibility: hidden;
    display: block;
}

.slider {
    background-color: #111;
    position: relative;
    min-height: 500px;
}

.sd_slides_set,
.has_bg > span,
.sd_slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.has_bg {
    position: relative;
}

.ev_cover > img {
    max-width: 100%;
    visibility: hidden;
}
.has_bg,
.has_bg > span {
    background-size: cover;
    background-position: center;
}

.sd_slide.active {
    z-index: 399;
}

.sd_slide.pin {
    z-index: 299;
}

.sd_slide {
    position: absolute;
}

.sd_nav {
    margin-top: 20px;
    z-index: 799;
}

.sd_nav a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
}

.sd_nav a:first-child {
    margin-top: 0;
}

.sd_nav a.selected {
    background-color: #fff;
}

.inner_prx {
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    color: #fff;
    z-index: 1999;
}

.cp_sscript {
    margin-bottom: 15px;
}

.cp_line {
    position: absolute;
    width: 41%;
    height: 1px;
    background-color: #fff;
    top: 7px;
}

.cp_line.ln_rt {
    right: 0;
}

.cp_stxt {
    font-family: 'Georgia';
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.cp_txt {
    font-family: 'Georgia';
    font-size: 77px;
    font-weight: 700;
    text-transform: uppercase;
}

.cp_sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    padding: 0 4%;
}

.cp_btn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 8px 19px;
    margin: 15px 0;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.cp_btn:hover {
    border-color: transparent;
    background: #fff;
    color: #222;
}

.cp_end {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #fff;
}


.wrapper {
    max-width: 960px;
    margin: 50px auto 0 auto;
}

.wrapper.news_wrap {
    padding: 0 20px;
}

.main_map {
    margin: 40px 0;
}

.main_map iframe {
    border: none;
    max-width: 100%;
}

.w3c {
    text-align: center;
}

.intro_set {
    position: relative;
    padding: 0 10px 20px 10px;
    border-bottom: 1px solid #d0d0ce;
}
.int_r {
    right: 0;
    width: 249px;
    height: 94%;
    padding: 0 20px;
    position: absolute;
    border-left: 1px solid #d0d0ce;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.int_l {
    float: left;
    position: relative;
    width: 680px;
}
.int_top {
    position: relative;
    padding: 0 10px 20px 180px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #d0d0ce;
}
.img {
    position: absolute;
    left: 20px;
    width: 140px;
    max-height: 115px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img > img {
    max-width: 100%;
    visibility: hidden;
}
.int_set > span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.int_set > h2 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 1;
}
.int_set > p {
    margin: 20px 0 10px 0;
    line-height: 15px;
    /* text-align: justify; */
}
.int_set > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ccb882;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.int_set > a:hover {
    text-decoration: underline;
}
.int_half {
    width: 50%;
    float: left;
    padding: 10px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.int_half > p {
    padding-right: 0;
}
.int_half:first-child {
    border-right: 1px solid #d0d0ce;    
}
.int_r_img {
    /* height: 150px; */
    overflow: hidden;
    margin-bottom: 18px;
}
.int_r_img > img {
    max-width: 100%;
}
.lt_news_set {
    padding: 30px 10px 0 10px;
    border-top: 1px solid #d0d0ce;
    margin-top: 50px;
}
.lt_news_set > h2 {
    margin: 0 0 30px 0;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
.lt_news_set > h2 > i {
    background: url(../structure/icons/icons-str.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
    float: left;
}
.lt_news {
    margin-bottom: 20px;
}
.lt_news > article {
    background: #f5f2eb;
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt_news > article:nth-child(3n-1) {
    border-left: 1px solid #d0d0ce;
    border-right: 1px solid #d0d0ce;
}
.lt_news > article > a {
    min-height: 365px;
    text-decoration: none;
    display: block;
}
.lt_news > article:hover {
    background: #fcf9f2;
}
.lt_news > article > a:hover .ltn_title {
    color: #ccb882;
}
.lt_news > article > a:hover img {
    opacity: 0.8;
}
span.ltn_cover {
    margin-bottom: 20px;
    background-color: #fff;
    background-size: cover;
}

span.ltn_cover img {
    display: block;
    max-width: 100%;
    visibility: hidden;
}
.lt_news > article span,
.lt_news > article i {
    display: block;
}
.ltn_title,
.ltn_date,
.ltn_details {
    padding: 0 20px;
    color: #887d77;
}
.ltn_title {
    font: 14px ClarendonT-Medi;
}
.lt_news > article i {
    margin: 10px 0 17px 0;
    font-size: 11px;
}
.ltn_details {
    font-size: 12px;
}
.lt_news_set > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ccb882;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    float: right;
}
.lt_news_set > a:hover {
    text-decoration: underline;
}
.cur_set {
    padding: 0 35px 0 35px;
    margin-top: 55px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.cur_inner {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.cur_animate {
    position: absolute;
    height: 120px;
    overflow: hidden;
}
.cur_inner a {
    vertical-align: middle;
    text-align: center;
    display: block;
    /* background: #000; */
}

.cur_inner a > img {
    max-width: 100%;
}
.cur_animate > a:first-child {
    /* margin-left: 0; */
}
.cur_animate > a:hover img {
    opacity: 0.8;
}
a.arrow {
    width: 12px;
    height: 22px;
    position: absolute;
    background-image: url(../structure/icons/icons-str.png);
    background-repeat: no-repeat;
    display: block;
    z-index: 99;
    top: 50%;
    margin-top: -12px;
}
a.arrow.arr_prv {
    left: 10px;
    background-position: -24px 0;
}
a.arrow.arr_nxt {
    right: 10px;
    background-position: -36px 0;
}

/* About */
.content {
    padding: 0 10px;
}
.side_menu {
    float: left;
    width: 210px;
    margin-right: 30px;
    background: #f0ece6;
}
.sm_title {
    padding: 15px 0 25px 0;
    text-align: center;
}
.sm_title > i {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
}
i.about-icn {
    background: url(../structure/icons/icons-str.png) no-repeat -79px 0;
}

i.factory-icn {
    background: url(../structure/icons/icons-str.png) no-repeat -161px 0;
    width: 39px;
}

i.star-icn {
    width: 23px;
    background: url(../structure/icons/icons-str.png) no-repeat -113px 0;
}
.sm_title > h3 {
    line-height: 1;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}
.sm_title > span {
    font-size: 12px;
}
.side_menu li > a {
    font: 13px ClarendonT-Medi;
    text-decoration: none;
    color: #887d77;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px 14px 21px;
    border-left: 6px solid #ccb882;
}
.side_menu li > a:hover {
    background: #ccb882;
    color: #fff;
}
.side_menu li > a.active {
    background: #887d77;
    color: #fff;
    border-width: 12px;
    padding-left: 15px;
}
.side_menu li {
    border-top: 1px solid #d4c3ba;
}
.side_content {
    float: left;
    width: calc(100% - 240px);
}
.full_img {
    margin-bottom: 30px;
}
.full_img img {
    display: block;
    max-width: 100%;
}
.int_set.int_inside {
    position: relative;
    padding: 0 0 20px 160px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #d0d0ce;
}
.int_set.int_inside .img {
    left: 0;
}
.int_set.int_inside > p {
    padding-right: 0;
}

.int_set a {
    color: #887d77;
    display: block;
    margin-bottom: 6px;
}

.int_set a:last-child,
.int_set p {
    margin-bottom: 0 !important;
}

.int_set a:hover {
    color: #ccb882;
}
.abt_half {
    width: 50%;
    float: left;
}
.abt_half:nth-child(1) {
    border-right: 1px solid #d0d0ce;
    padding-right: 29px;
}
.abt_half:nth-child(2) {
    padding-left: 29px;
}
.abt_img {
    margin-bottom: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.abt_img > img {
    max-width: 100%;
    display: block;
    visibility: hidden;
}
.abt_half > span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.abt_half > h2 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 1;
}
.abt_half > p {
    font-size: 12px;
    margin: 15px 0 5px 0;
    line-height: 15px;
    /* text-align: justify; */
}

/* Imported */
.br_btm {
    border-bottom: 1px solid #d0d0ce;
    padding-bottom: 40px;
}
a.im {
    width: 25%;
    display: table;
    padding: 13px;
    float: left;
}
a.im:hover img {
    opacity: 0.8;
}
a.im > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}
a.im > span > img {
    max-width: 140px;
    display: inline-block;
}
.im_image {
    width: 100%;
    padding: 20px;
    display: table;
    background: #f0ece6;
}
.im_image > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.im_image > span > img {
    max-width: 100%;
}
.im_side {
    float: left;
    width: 210px;
    margin-right: 30px;
    text-align: center;
}
.im_side > h3 {
    line-height: 1;
    margin: 30px 0 5px 0;
    text-transform: uppercase;
}
.im_side > span {
    font-size: 12px;
}
.im_share {
    margin: 20px 0 30px 0;
    min-height: 20px;
}
.im_content {
    float: left;
    width: calc(100% - 240px);
}
.im_tabs {
    margin-bottom: 50px;
}
.im_tabs > a {
    font: 13px ClarendonT-Medi;
    background: #f0ece6;
    display: inline-block;
    margin-left: -4px;
    color: #887d77;
    padding: 8px 14px;
    text-transform: uppercase;
}

.im_tabs > a:first-child {
    margin-left: 0;
}
.im_tabs > a:hover {
    background: #ccb882;
    color: #fff;
}
.im_tabs > a.active {
    background: #887d77;
    color: #f0ece6;
}
.im_panels {
    position: relative;
}
.im_panel {
    position: absolute;
    background: #f8f5ee;
    right: 0;
    left: 0;
    top: 0;
    display: none;
}

.im_panel#about,
.im_panel#facts {
    padding: 0 5px;
}
.im_panel > h2 {
    margin: 5px 0 25px 0;
    text-transform: uppercase;
}
.im_panel > p {
    text-align: justify;
}
div#gallery > a {
    width: 33%;
    float: left;
    padding: 5px 0 0 5px;
    overflow: hidden;
}

div#gallery > a > img {
    max-width: 100%;
    display: block;
}
div#gallery > a:nth-child(3n-2) {
    margin-left: 0;
}
div#gallery > a:nth-child(1),
div#gallery > a:nth-child(2),
div#gallery > a:nth-child(3) {
    margin-top: 0;
}
div#gallery > a:hover img {
    max-width: 100%
}
div#gallery > a:hover img {
    opacity: 0.8;
}
span.small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
.tbl_boxes {
    display: table;
    height: 100px;
    margin: 30px 0;
}
.tbl_box {
    display: table-cell;
    padding: 0 30px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e8e4df;
    border-right: 1px solid #fffcf5;
}
.tbl_box:first-child {
    border-left: none;
}
.tbl_box:last-child {
    border-right: none;
}
.tbl_box > h1 {
    margin: 0 0 15px 0;
    line-height: 1;
    letter-spacing: -1px;
    color: #ccb882;
}
.im_panel > p {
    margin: 15px 0 5px 0;
    line-height: 18px;
    text-align: justify;
}
.tbl_box > span {
    line-height: 18px;
}
.n_set {
    padding: 20px 10px;
    display: block;
    border-top: 1px solid #e8e5df;
    color: #887d77;
}

.im_content a.n_set {
    width: 100% !important;
}
.n_set:first-child {
    border-top: none;
}
.n_set:hover {
    background: #fff;
}
.n_set:hover .n_data > span {
    text-decoration: underline;
}
.n_set:hover .n_img > img {
    opacity: 0.8;
}
span.n_img {
    width: 140px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 20px;
    background-size: cover;
    background-position: center;
}
span.n_img > img {
    max-width: 100%;
    display: block;
    visibility: hidden;
}
.n_data {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top;
}
.n_data > h3 {
    line-height: 1;
    margin: 0 0 10px 0;
}
.n_data > i {
    color: #c9bcb4;
    font-size: 12px;
    display: block;
}
.n_data > p {
    margin: 20px 0 0 0;
    text-align: justify;
    line-height: 16px;
}
.n_data > span {
    text-transform: uppercase;
    text-decoration: none;
    color: #ccb882;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    display: block;
    margin-top: 12px;
}
.cur_wrapper {
    margin-top: 50px;
}
.cur_wrapper .cur_set {
    border: none;
    margin-top: 0;
}
.cur_wrapper > h2 {
    margin: 0 0 30px 0;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    text-transform: uppercase;
}
.cur_wrapper > h2 > i {
    background: url(../structure/icons/icons-str.png) no-repeat -114px 0;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
    float: left;
}

/* News */
.wrapper.news_wrap > article {
    width: 610px;
    margin-bottom: 50px;
    float: left;
}
.news_wrap .lt_news {
    padding: 0 10px;
}
.wrapper.news_wrap > article > h1 {
    margin: 0 0 15px 0;
    color: #ccb882;
    letter-spacing: -1px;
    width: 90%;
}
.wrapper.news_wrap > article > i {
    margin-bottom: 40px;
    display: block;
    font-size: 12px;
}
.wrapper.news_wrap > article > p {
    margin: 0 0 21px;
    line-height: 21px;
    font-size: 15px;
    padding-right: 70px;
}
.wrapper.news_wrap aside {
    float: right;
    width: calc(100% - 630px);
}
.wrapper.news_wrap aside > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ccb882;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 20px;
    float: right;
}
.wrapper.news_wrap aside > a:hover {
    text-decoration: underline;
}
.wrapper.news_wrap aside .n_data {
    width: auto;
    display: block;
    margin-top: 20px;
}
.wrapper.news_wrap aside span.n_img {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}
aside > h2 {
    margin: 0 0 15px 0;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 16px;
}
aside > h2 > i {
    background: url(../structure/icons/icons-str.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    display: block;
    float: left;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/* Contact */
.cont_data > h2 {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.cont_data > h2 > i {
    background: url(../structure/icons/icons-str.png) no-repeat -136px 0;
    width: 24px;
    height: 34px;
    display: block;
    float: left;
    position: relative;
    margin: 5px 15px 0 0;
}

.cont_data > h2 > span {
    float: left;
}
.cont_data {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.cont_data > p {
    display: block;
    font-size: 16px;
    overflow: hidden;
    margin:0;
    margin-bottom: 11px;
}

.cont_data > p > strong,
.cont_data > p > span {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}
.cont_data a {
    color: #887d77;
}
.cont_data a:hover {
    color: #ccb882;
}
.cont_side {
    width: 400px;
    float: left;
}
.cont_map {
    width: calc(100% - 460px);
    min-height: 400px;
    float: right;
    overflow: hidden;
    background: #f0ece6;
}

.cont_map > iframe {
    border: none;
    width: 100%;
    height: 400px;
}
.cont_form {
    margin-top: 30px;
}
.cont_block {
    width: 530px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cont_block.msg {
    height: auto;
}
.cont_block input[type=text],
.cont_block textarea,
.cont_block input[type="submit"],
.search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; 
}

.cont_block input[type=text],
.cont_block textarea {
    font: 12px Gotham-Book;
    background: #fff;
    border: 1px solid #eee;
    color: #999;
    padding: 12px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.cont_block textarea {
    height: 120px;
    resize: vertical;
}
.cont_block input[type=text]:focus,
.cont_block textarea:focus {
    background: #fcfcfc;
    border: 1px solid #ddd;
}
.cont_block input[type=text].error,
.cont_block textarea.error {
    border: 1px solid #ee5565;
}
.cont_block input[type="submit"] {
    font: 15px ClarendonT-Medi;
    text-transform: uppercase;
    width: 96px;
    height: 40px;
    background: #887d77;
    color: #f0ece6;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
}
.cont_block input[type="submit"]:hover {
    background: #ccb882;
    color: #fff;
}

.sd_txt_set {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    z-index: 699;
}

.container {
    position: absolute;
    min-width: 100%;
}

@media (max-width:900px) {
    .header {
        text-align: center;
    }
    .header > a,
    .menu {
        float: none;
        display: inline-block;
        width: 100%;
    }
    .wrapper.news_wrap aside,
    .wrapper.news_wrap > article {
        width: 100%;
    }
    .n_set {
        width: 50%;
        float: left;
        border-top: none !important;
    }
}

@media (max-width:768px) {
    .dt_menu,
    div.footer_set > ul,
    .lt_news_set article:nth-child(3) {
        display: none;
    }
    .header > a,
    .m_scr {
        display: inline-block;
    }
    .menu {
        margin-top: 35px;
    }
    div.fgird {
        width: 25%;
        margin-left: 0;
        padding: 0 5%;
    }
    .lt_news > article {
        width: 50%;
    }
    .lt_news > article:nth-child(2) {
        border-right: none;
    }
    .side_menu,
    .side_content {
        width: 100%;
    }
    .side_menu {
        margin-bottom: 60px;
    }
    .side_menu li > a {
        border: none;
    }
    a.im {
        width: 50%;
    }
    .im_side {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4px;
        background: #f0ece6;
    }
    .im_content {
        width: 100%;
    }
    .im_tabs > a {
        width: 100%;
        display: block;
        margin: 0 0 4px 0;
    }
    .cont_map {
        width: 100%;
        margin-bottom: 50px;
    }
    .cont_side,
    .cont_block {
        width: 100%;
    }

}

@media (max-width:480px) {
    .cp_txt {
        font-size: 9vw;
    }
    .lt_news > article {
        width: 100%;
    }
    div.footer_top,
    .lt_news > article:nth-child(2) {
        display: none;
    }
    .img {
        position: relative;
        left: 0;
        width: 100%;
        max-height: 230px;
        margin-bottom: 20px;
    }
    .int_set.int_inside {
        padding-left: 0;
    }
    .abt_half {
        width: 100%;
        border-right: none !important;
        border-top: 1px solid #d0d0ce;
        padding: 30px 0 !important;
    }
    .abt_half:first-child {
        padding-top: 0 !important;
        border: none !important;
    }
    .lt_news_set {
        margin-top: 20px
    }
    .n_set {
        width: 100%;
        border-top: 1px solid #e8e5df !important;
    }
    .tbl_box {
        width: 100%;
        height: auto;
        padding: 30px;
        display: block;
        border: none;
        border-bottom: 1px solid #e8e4df;
    }
}

