/*
https://raw.githubusercontent.com/Automattic/_s/master/style.css
*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
}
.container {
    padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/*-----Header-----*/

#header {
    margin: 25px 0 40px 0;
}
#header .container {
    text-align:right;
}
a#logo, a#logo2 {
    float: left;
    line-height: 0;
    position: relative;
    /* width: 380px; */
    text-align: left;
    display: inline-block;
}
span.moto {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #595a5c;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    display: block;
    left: 150px;
    top: 30px;
    letter-spacing: -.5px;
}
/*-----Main Navigation-----*/
.main-navigation {
    display: inline-block;
    margin: 0;
    padding: 60px 0 0 0;
}
.main-navigation ul{
    list-style:none;
    margin:0;
    padding:0;
}
.main-navigation li {
    display: inline-block;
    vertical-align:top;
    position: relative;
    width: 110px;
    margin:0 0 0 20px;
}
.main-navigation a{
    font-size:14px;
    line-height:28px;
    font-weight:700;
    color:#696969;
    letter-spacing:-.5px;
    display:block;
    position:relative;
    text-align:left;
}
.main-navigation li a:before {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:1px;
    background:#b4b4b4;
    top:0;
    left:0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a{
    color:#000;
    text-decoration:none;
}
.main-navigation li:hover > a:before ,
.main-navigation li.focus > a:before ,
.main-navigation .current_page_item > a:before ,
.main-navigation .current-menu-item > a:before ,
.main-navigation .current_page_ancestor > a:before {
    height:2px;
    background:#000;
}


/*-----Home Page-----*/
.box--narrow {
    padding: 100px 45px 50px 45px;
    color: #000;
    font-size: 12px;
    line-height: 19px;
    position:relative;
}
.box.sidebar {
    padding: 100px 0 0 0;
    height: 340px;
}
.box.sidebar a {
    width: 100px;
    margin-left: -65px;
}
.box--narrow h2, .sidebar h3 {
    position: relative;
    font-size: 25px;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
}
.box--narrow h2:before, .sidebar h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.box--narrow a,
.tease-hotel a.button--readmore,
.tease-overview a.button--readmore {
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    line-height: 24px;
    padding: 0 0 0 30px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 80px;
    margin-left: -55px;
    font-size: 13px;
}
.box--narrow a:hover {
    color:#fff;
    background-position: 0px -50px;
}

.box--narrow.contact {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
}
.home .box--narrow.contact, .home .box--narrow.about {
    padding: 70px 10px 50px 10px;
}
.home .box--narrow.contact .box__content {
    line-height: 20px;
    padding-bottom: 20px;
}
.box--narrow.contact.sidebar {
    line-height: 24px;
    padding: 50px 0;
    text-align: center !important;
    height: auto;
}
.box--narrow.contact.sidebar div {
    padding-bottom: 10px;
}
.box--narrow.contact.sidebar a {
    margin-left: 0;
    position: unset;
    margin-top: 10px;
}
.box--6__slider {
    text-transform: uppercase;
}
.box--6__slider h2 {
    padding: 10px 50px;
}
.box--narrow.projects a {
  background-position: 0px -50px;
}
.box--narrow.projects a:hover {
    color:#000;
    background-position: 0px -0px;
}
.box--narrow.chairman h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    padding: 70px 0;
    margin: 0;
}
.box--narrow.chairman h2:before,
.box--narrow.projects h2:before  {
    content: none;
}
.box--narrow.projects h2 {
    padding: 0;
}
.single-project {
    font-size: 16px;
    width: 100%;
    position: relative;
    margin: 0;
    left: auto;
    bottom: auto;
    padding: 15px 0;
    background: none;
    display: block;
}
.single-project:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.box--narrow.chairman:hover {
    cursor: pointer;
}
/*-----About/Contact-----*/

.children li  { 
    margin:0 15px 0 0;
}
.children li a:hover,
.children li.current-menu-item a {
    color:#fde43d;
}
.page-template-template-contact .bg-yellow.black {
    height: 220px;
    padding: 30px;
    box-sizing: border-box;
}
.img-full {
    overflow: hidden;
}
.img-full img {
    height: 440px;
    width: auto;
    max-width: none;
}
.img-semifull {
    overflow: hidden;
}
.img-semifull img {
    height: 220px;
    width: auto;
    max-width: none;
}

/*-----Hotels-----*/
h1.archive {
    font-size: 32px;
    line-height: 26px;
    color: #000;
}
.tease-hotel, .tease-news, .tease-overview {
    position: relative;
    padding: 0 0 21px 0;
    text-align: center;
}
.tease-hotel:hover, .tease-news:hover, .tease-overview:hover {
    cursor:pointer;
}
.tease-hotel img, .tease-news img, .tease-overview img {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.tease-hotel:hover img, .tease-news:hover img, .tease-overview:hover img {
 filter: none;
-webkit-filter: grayscale(0%);

}
.tease-hotel h2, .tease-news h2, .tease-overview h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 0 20px;
}
.tease-hotel a.button--readmore, .tease-overview a.button--readmore {
    margin: 0;
    bottom: auto;
    left: auto;
    position:relative;
}
.navigation.clearfix {
    font-weight: 700;
    margin: 40px 0 20px 0;
}
.navigation.clearfix a:hover {
    opacity:0.5;
}
a.button--back {
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 0px -100px;
    padding: 0 0 0 30px;
}
/*-----Projects-----*/
.tease-project {
    padding: 25px 0 0 0;
    border-top: solid 1px #B4B4B4;
}

/*-----Footer-----*/
#footer {
    background: #303030;
    padding: 15px 0 ;
    margin: 40px 0 0 0;
}
#footer .container {
    max-width:980px;
    color:#e4e5e4;
    line-height:24px;
}
#footer .container .left {
    font-size:11px;
}
#footer .container .right {
    font-size:13px;
    letter-spacing:-.5px;
    text-align:right;
}
#footer .container .right a {
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    margin: 0 0 0 15px;
}
#footer .container .right a:hover {
    opacity:0.5;
}


#page{
    padding-bottom: 54px;
}


.single-hotel-title{
    text-align: center;
}

.news-readmore{
    display:none;
}


.careers__hero-slider {
    margin-bottom: 60px;
    position: relative;
}

.careers__hero-slider .bx-controls {
    bottom: 10px;
}




@media all and (max-width: 1380px){
a#logo {width: 100px;overflow: hidden;}
a#logo  img {max-width: none;}
}
@media all and (max-width: 1100px){
.main-navigation li {width: 90px;margin: 0 0 0 15px;}
.main-navigation a {font-size: 12px;}
.box--narrow {padding: 100px 15px 50px 15px;}
.page-template-template-contact .col-9 {}

}
@media all and (max-width: 768px){
.col-9 {width: 100%;}
.col-6 {width: 100%;}
.col-6 .col-6 {width: 50%;}
.img-full img {width: 100%;}
.col-3 {width: 50%;}
.tease-hotel, .tease-news {margin: 0 0 40px 0;}
/*.tease-hotel img{ width:100%;}
.tease-hotel h2 {padding: 0 75px 0 0;}*/
#header .container {text-align: left;}
#footer .container .left,#footer .container .right {text-align: center;}
.page-template-template-contact .col-3 { width:100%;}
.img-none { display:none;}
#page{padding-bottom: 78px;}
}
@media all and (max-width: 400px){
.container {padding: 0 10px;}
.col-3, .col-6, .col-6 .col-6, .col-9 {width: 100%;}
.img-full img { height:auto;}
}
.nohover {
    color: #000 !important;
    background-position: 0px 0px !important;
}
.title__wrapper {
    display: flex;
    margin-bottom: -25px;
}
.pd {
    padding: 26px 100px 50px 45px !important;
}
.col-news {
    width: 100%;
    min-height: 555px;
    overflow: hidden;
}
.post-type-archive-news .mb2 {
    text-align:  center;
}
@media only screen and (min-width: 768px) {
    .col-news {
        width: 37%;
        margin-left: 72px;
    }
    .post-type-archive-news .mb2 {
        text-align:  left;
        margin-left: 65px;
    }
}
@media only screen and (min-width: 948px) {
    .col-news {
        width: 34%;
    }
    .post-type-archive-news .mb2 {
        text-align:  left;
        margin-left: 65px;
    }
}
@media only screen and (min-width: 1029px) {
    .col-news {
        width: 33%;
        margin-left: initial;
    }
    .post-type-archive-news .mb2 {
        margin-left: initial;
    }
}
@media only screen and (min-width: 1264px) {
    .col-news {
        width: 29%;
    }
}
@media only screen and (min-width: 1402px) {
    .col-news {
        margin-left: 59px;
    }
    .post-type-archive-news .mb2 {
        margin-left: 80px;
    }
}
