
/* ==========================================================================
     THETRAVELHOST - F6.DECEMBER 2013
   ========================================================================== */


/*__ INDEX __________________________________________________________________________ 

        1 - NORMALIZE: Normalize.css 2.1.3  ( http://necolas.github.io/normalize.css -> custom F6 )

        2 - FONT_FACE

        3 - COMMON BASE STYLES 

        4 - BASE STRUCTURE 

        5 - MODULES
        
        6 - APP AREAS

        7 - HELPERS

__ END INDEX_________________________________________________________________________ */


/* 1__NORMALIZE CUSTOM________________________________________*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    border: 0;
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: .5em 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

/* __END NORMALIZE CUSTOM___________________________________*/


/* 2__FONT-FACE________________________________________*/


@font-face {
    font-family: 'geometr415_blk_btblack';
    src: url('fonts/geometric415bt-blacka-webfont.eot');
    src: url('fonts/geometric415bt-blacka-webfont.eot-') format('embedded-opentype'), url('fonts/geometric415bt-blacka-webfont.woff') format('woff'), url('fonts/geometric415bt-blacka-webfont.ttf') format('truetype'), url('fonts/geometric415bt-blacka-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometr415_md_btmedium';
    src: url('fonts/geometric415bt-mediuma-webfont.eot');
    src: url('fonts/geometric415bt-mediuma-webfont.eot-') format('embedded-opentype'), url('fonts/geometric415bt-mediuma-webfont.woff') format('woff'), url('fonts/geometric415bt-mediuma-webfont.ttf') format('truetype'), url('fonts/geometric415bt-mediuma-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'geometr415_lt_btlite';
    src: url('fonts/geometric415bt-litea-webfont.eot');
    src: url('fonts/geometric415bt-litea-webfont.eot-') format('embedded-opentype'), url('fonts/geometric415bt-litea-webfont.woff') format('woff'), url('fonts/geometric415bt-litea-webfont.ttf') format('truetype'), url('fonts/geometric415bt-litea-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'travelhost';
    src: url('fonts/icons/travelhost.eot');
    src: url('fonts/icons/travelhost.eot-') format('embedded-opentype'), url('fonts/icons/travelhost.ttf') format('truetype'), url('fonts/icons/travelhost.woff') format('woff'), url('fonts/icons/travelhost.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'travelhost';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/* __END FONT-FACE___________________________________*/


/* 3__COMMON BASE STYLES_____________________________________*/

::-moz-selection {
    background: #ddd;
    text-shadow: none;
}

::selection {
    background: #ddd;
    text-shadow: none;
}

a {
    text-decoration: none;
}

.no-touch a:hover {
    color: #000;
}


button:focus, input:focus {
    outline: none;
}

textarea {
    border: 0;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    box-shadow: -1px 0 0 0 #c4bfd9;
    outline: 0 none;
}

input[type="text"] {
    border: 0;
    color: #605199;
}

p {
    font-size: 1.5em;
    line-height: 1.3;
    color: #484848;
    margin: 0 0 .5em 0;
}

/* CENTER ANY ELEMENT WITHIN block-center - ie8+ */
/* This parent can be any width and height */
.block-center {
    text-align: center;
}

/* The ghost, nudged to maintain perfect centering */
.block-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.centered {
    display: inline-block;
    vertical-align: middle;
}

/* END__COMMON BASE STYLES_____________________________________*/



/* 4__BASE STRUCTURE__________________________________________________________________*/
body {
    color: #484848;
    font-size: 62.5%;
    background-color: #e9e7de;
    overflow-y: scroll;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.main-wrapper {
    background-color: #e9e7de;
    max-width: 1920px;
    min-width: 320px;
    min-height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
}


/* main menu */
.btn-menu {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 3em;
    display: block;
    text-align: center;
    line-height: 34px;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 11;
    transition: background .3s linear;
    padding: 15px;
    background: #293641;
}

.btn-menu.dark {
    background: #293641;
    color: #fff;
}

.btn-menu.light {
    background: #fff;
    color: #293641;
}

.btn-menu span {
    display: none;
    width: 30px;
    height: 22px;
}

.btn-menu.dark:hover {
    color: #293641;
    background: #fff;
}

.btn-menu.light:hover {
    color: #fff;
    background: #293641;
}

.menu-caption{
    color: #fff;
    font: 1.2em/1 "geometr415_blk_btblack", sans-serif;
    text-transform: uppercase;
    display: block;
    position: absolute;
    left: 175px;
    top: 62px;
    z-index: 11;
}

.menu-caption:before{
    font-size: 2.5em;
    position: absolute;
    top: -9px;
    left: -50px;
    font-size: 2.5em;
}

/*BTN TOP AND DOWN*/
.scroll-arrows {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.btn-scroll {
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 1.7em;
    display: block;
    text-align: center;
    line-height: 35px;
    z-index: 11;
    transition: background .3s linear;
    padding: 15px;
    margin-top: 1px;
    background: #293641;
}

.btn-scroll span {
    display: none;
    width: 30px;
    height: 22px;
}

.btn-scroll.dark:hover {
    color: #293641;
    background: #fff;
}

/*MAIN MENU*/

.main-menu {
    width: 100%;
    background-color: #fff;
    max-height: 800px;
    -webkit-transition: max-height 1.7s ease;
    transition: max-height 1.7s ease;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    z-index: 12;
}

.main-menu.closed {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    max-height: 0;
    -webkit-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
}

.main-menu.closed .items {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

.main-menu .items {
    padding: 65px 15px 50px 75px;
    font: 3em/1 "geometr415_blk_btblack", sans-serif;
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.main-menu .items li {
    margin-bottom: 0.83em;
    color: #c9c9c9;
    text-transform: uppercase;
}

.main-menu .items li a {
    color: #c9c9c9;
}

.main-menu .items .active,
.main-menu .items .active a,
.no-touch .main-menu li:hover a {
    color: #293641;
}




/* main footer */
.main-footer {
    width: 100%;
    text-align: center;
    margin: 100px 0 25px 0;
}

.main-footer nav {
    margin-bottom: 38px;
}

.main-footer nav .circle-icon {
    margin: 0 6px;
    float: none;
    display: inline-block;
    color: #293641;
    border-color: #293641;
    font-size: 2em;
    border: 1px solid #293641;
    height: 63px;
    width: 63px;
    line-height: 66px;
}

.no-touch .main-footer nav .circle-icon:hover {
    color: #293641;
    border: 5px solid #293641;
    height: 55px;
    width: 55px;
    line-height: 58px;
    font-size: 2em;
}


.main-footer nav .ir {
    width: 0;
    height: 0;
    display: none;
}


.main-footer p {
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0 15px 14px 15px;
}

.main-footer p + p {
    margin-bottom: 30px;
}

.main-footer p a.terms {
    color: #000;
    text-decoration: underline;
    font-size: .9em;
}

.main-footer p a {
    color: #484848;
}

.no-touch .main-footer p a:hover {
    text-decoration: none;
}

.overflow-down {
    position: relative;
}

.overflow-down:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -100%;
    background-color: #e9e7de;
    height: 100%;
    left: 0;
}



/* Theme colors */
.bg-dark {
    background-color: #293641;
}

.bg-light {
    background-color: #e9e7de;
}

.bg-white {
    background-color: #fff;
}



/* END__BASE STRUCTURE_____________________________________________________________*/



/* 5__MODULES__________________________________________________________________*/

.main-logo {
    font-size: 28em;
    text-align: center;
    width: 260px;
    height: 238px;
    margin: 0 auto;
    transition: color .5s;
    line-height: 28px;
}


.main-logo span {
    width: 290px;
    height: 0;
    display: block;
    margin: auto;
    position: relative;
    top: -100px;
}

header.center {
    height: 190px;
}

.main-logo.inner {
    color: #293641;
    font-size: 20em;
    /*width: 215px;*/
    width: 205px;
    height: 190px;
    position: relative;
    top: -10px;
    line-height: 20px;
}


.logo-wrap {
    display: inline-block;
    height: 190px;
    /*overflow: hidden;*/
    margin-bottom: 0;
}

.logo-wrap .main-logo:hover {
    color: #616161;
}

.circle-icon {
    color: #fff;
    font-size: 1.5em;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    height: 58px;
    width: 58px;
    line-height: 61px;
}

.no-touch .circle-icon:hover {
    cursor: pointer;
    color: #fff;
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 1.5em;
}


.btn-more {
    text-transform: uppercase;
    font: 1.4em/90px "geometr415_md_btmedium", sans-serif;
    width: 90px;
    height: 90px;
    color: #fff;
    letter-spacing: 1px;
}

.btn-more.circle-icon:hover {
    font-size: 1.4em;
    width: 82px;
    height: 82px;
    color: #fff;
    line-height: 82px;
}


.btn-down {
    font-size: 2.2em;
}

.btn-down:hover {
    font-size: 2.1em;
}

.back-btn {
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 3em;
    display: block;
    text-align: center;
    line-height: 34px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 11;
    transition: background .3s linear;
    padding: 15px;
    color: #293641;
}

.back-btn.light {
    background: #fff;
}

.no-touch .back-btn:hover {
    color: #fff;
    background: #293641;
}



/* headings and section titles */
.main-heading {
    font: 6.6em/1 "geometr415_blk_btblack", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
    display: inherit;
    max-width: 700px;
    margin: auto;
}

.mid-heading {
    font: 4.6em/1 "geometr415_blk_btblack", sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}

.desc-heading {
    font: 1.8em/1.2 "geometr415_blk_btblack", sans-serif;
    color: #293641;
    text-transform: uppercase;
}

.section-intro p.subtitle {
    font: 1.8em/1.2 "geometr415_lt_btlite", sans-serif;
    color: #293641;
}

.sub-heading p {
    color: #fff;
    font: 1.8em/1.2 "geometr415_blk_btblack", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 15px 0;
}




/* nav bullets */
.bullets {
    width: 100%;
    margin: auto;
    text-align: center;
}

.bullets li {
    width: 9px;
    height: 9px;
    border-radius: 11px;
    display: inline-block;
    margin: 0 4px 0 3px;
    border: 2px solid #fff;
}

.bullets.light li {
    border-color: #293641;
}


.bullets.light .active,
.no-touch .bullets.light li:hover {
    background-color: #293641;
}


.bullets li a {
    display: block;
    margin-top:0;
}


.bullets .active,
.no-touch .bullets li:hover {
    background-color: #fff;
    cursor: pointer;
}

/* home-slider */

.home-slider .zoom {
    overflow: hidden;
}

.csstransitions .home-slider .zoom img {
    transition: transform 2s;
    -ms-transition: -ms-transform 2s;
    -webkit-transition: -webkit-transform 2s;
}

.home-slider .zoom img {
    position: absolute;
}

/*.csstransitions .home-slider .zoom img {*/
/*-ms-transform: scale(2,2);*/
/*-webkit-transform: scale(2,2);*/
/*transform: scale(2,2);*/
/*}*/

.csstransitions .home-slider .zoom.active img {
    transform: scale(1,1) translate(0,0);
    -ms-transform: scale(1,1) translate(0,0);
    -webkit-transform: scale(1,1) translate(0,0);
}

/* slider modules */
.module-slider {
    width: 100%;
    margin: auto;
    position: relative;
    /*visibility: hidden;*/
    /*z-index:10;*/
}

.module-slider .bullets {
    position: absolute;
    bottom: 53px;
    z-index: 10;
}

.module-slider .slide-text {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
}

.module-slider .slide-text p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 0.03em;
}

.csstransitions .slide-text {
    transition: transform 2s;
    -ms-transition: -ms-transform 2s;
    -webkit-transition: -webkit-transform 2s;
}

.csstransitions .left .slide-text {
    -ms-transform: translate(-100%,-50%);
    -webkit-transform: translate(-110%,-50%);
    transform: translate(-100%,-50%);
}

.csstransitions .right .slide-text {
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(10%,-50%);
    transform: translate(0%,-50%);
}

/*.csstransitions .level-up-1 {*/
/*-ms-transform: translate(0,0);*/
/*-webkit-transform: translate(0,0);*/
/*transform: translate(0,0);*/
/*}*/

.csstransitions .left .level-up-1 {
    -ms-transform: translate(-10%,0) scale(2,2);
    -webkit-transform: translate(-10%,0) scale(2,2);
    transform: translate(-10%,0) scale(2,2);
}

.csstransitions .right .level-up-1 {
    -ms-transform: translate(10%,0) scale(2,2);
    -webkit-transform: translate(10%,0) scale(2,2);
    transform: translate(10%,0) scale(2,2);
}

.csstransitions .left .level-up-2 {
    -ms-transform: translate(-30%,0) scale(2,2);
    -webkit-transform: translate(-30%,0) scale(2,2);
    transform: translate(-30%,0) scale(2,2);
}

.csstransitions .right .level-up-2 {
    -ms-transform: translate(30%,0) scale(2,2);
    -webkit-transform: translate(30%,0) scale(2,2);
    transform: translate(30%,0) scale(2,2);
}

.module-slider .slide-img {
    width: 100%;
}

.offers .swipe-wrap li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-touch.backgroundsize .offers .swipe-wrap li {
    background-attachment: fixed;
}

.slider-nav {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
}

.slider-double .slider-nav {
    width: 30%;
}

.slider-nav .circle-icon {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.slider-nav.prev {
    left: 0;
}

.slider-nav.next {
    right: 0;
}


.slider-nav.prev .circle-icon {
    left: 15px;
}

.slider-nav.next .circle-icon {
    right: 15px;
}


.slider-double {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-double .half {
    width: 50%;
}

.slider-double li {
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.slider-double li img {
    width: 100%;
}


.slider-double li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-double li img {
  margin-bottom: 30px;
}

.slider-double li img:hover {
    width: 100%;
}

.slider-double h3 {
    font: 1.8em/1 "geometr415_blk_btblack", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #293641;
}

.slider-double p {
    width: 55%;
    margin: auto;
}

.no-touch .slider-double a:hover h3,
.no-touch .slider-double a:hover p {
    text-decoration: underline;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.swipe-wrap > li {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

/* SCROLL DOWN */
.scroll-down {
    font: 1.5em/1 "geometr415_blk_btblack", sans-serif;
    margin: 0.8em 0;
}

.scroll-down a {
    color: #293641;
}

.scroll-down span {
    display: inline-block;
    margin: 0 1em;
}



/* Roud Mask Module */
.mask-comp {
    width: 884px;
    margin: auto;
    padding: 91px 15px 116px 15px;
    overflow: hidden;
}

.mask-comp .desc {
    width: 42%;
    float: left;
    margin-top: 20px;
}

.mask-comp .desc p {
    line-height: 1.3em;
    font-size: 1.5em;
    margin: 0 0 1.4em 0;
}

.mask-comp .main-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.round-mask {
    width: 445px;
    height: 445px;
    overflow: hidden;
    text-align: center;
    border-radius: 100%;
    position: relative;
    right: 0px;
    float: right;
    margin-top: -225px;
}

/* small round masks */
.round-mask-small {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    text-align: center;
    background-color: #484848;
    overflow: hidden;
    display: block;
}

.round-mask-small > img {
    width: 260px;
}

.mask-list {
    text-align: center;
    top: -20px;
    position: relative;
}

.mask-list figure {
    display: inline-block;
    margin: 0 20px 40px 20px;
    position: relative;
}

.mask-list figcaption {
    color: #484848;
    position: absolute;
    width: 100%;
    font-size: 1.3em;
    bottom: -23px;
}

/*lightbox slider*/

.lightbox .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
    max-height: 100%;
    z-index: 10000;
}

.lightbox .slider {
    width: 476px;
    height: 100%;
    margin: auto;
    overflow: hidden;
}


.lightbox .swipe-wrap > li {
    width: 476px;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.lightbox .swipe-wrap > li img {
    width: 476px;
    float: none;
    height: 476px;
    background: #a2a2a2;
}


.lightbox .swipe-wrap > li figure {
    width: 476px;
    position: relative;
}

.opacity .lightbox {
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
}

.opacity .lightbox.open {
    opacity: 1;
}

.lightbox .lightbox-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 10000;
}

.opacity .lightbox .lightbox-bg {
    opacity: 0.8;
}

.no-opacity .lightbox .lightbox-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.csstransforms .lightbox .wrap {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lightbox .next, .lightbox .prev {
    opacity: 1;
}

.lightbox .slider-nav.prev .circle-icon {
    left: -70px;
}

.lightbox .slider-nav.next .circle-icon {
    right: -70px;
}

.lightbox .pag-number {
    font: 2em 'geometr415_lt_btlite';
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.lightbox .pag-number .wrapper {
    display: inline-block;
}

.lightbox .pag-number span {
    line-height: 20px;
    padding: 0 2px;
}

/* google maps module */
.map-wrap {
    position: relative;
    margin: -70px 0 40px 0;
    z-index: 1;
    height: 850px;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}


/* text block fom intros and desctio descriptions */

.section-intro {
    margin: 0px auto 0;
    text-align: center;
    width: 70%;
    max-width: 650px;
}

aside.section-intro {
    width: 100%;
    max-width: 800px;
}

.section-intro .desc-heading {
    margin-bottom: 3px;
}

.section-intro p {
    font-size: 1.4em;
    line-height: 1.45em;
}




/* line sections width two content blocks*/
.line {
    width: 100%;
}

.line .block {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}


/*.line .block.text {
    padding: 6.3% 11.12% 10px 6.12%;
    width: 32.15%;
}*/
.line .block.text {
    padding: 5% 18.80% 10px 5.2%;
    width: 25%;
}

.line .block.text p {
    font-size: 1.4em;
    line-height: 1.45em;
    margin-bottom: 1.4em;
}

.line .block.text .title {
    color: #293641;
    margin-bottom: 0.6em;
    font: 700 1.8em/1 "geometr415_blk_btblack", sans-serif;
    padding-top: 0.5em;
}

.line .block.text .subtitle {
    font-weight: 700;
    margin: 0;
    color: #293641;
}

.line:first-child .text {
    padding-top: 10%;
}


.line .block img {
    width: 100%;
}


.line.fr .block {
    float: right;
}


.line.dark {
    background-color: #293641;
    color: #a3a3a3;
}

.line.dark p {
    color: #a3a3a3;
}

.line.dark .block.text p strong {
    color: #fff;
}



.line.light {
    background-color: #fff;
}



@media only screen and (max-width: 1280px) {

    .line .block.text {
        padding: 5% 6% 10px 6%;
        width: 38%;
    }

    .line:first-child .text {
        padding-top: 12%;
    }
}


@media only screen and (max-width: 910px) {

    .line .block.text {
        padding: 4% 4% 10px 4%;
        width: 42%;
    }

    .line .block.text p {
        font-size: 1.2em;
    }

    .line:first-child .text {
        padding-top: 12%;
    }
}

@media only screen and (max-width: 850px) {
    .line .block {
        width: 100%;
    }

    .line .block.text {
        width: auto;
        padding: 45px;
    }
}






/* specific styles for pages */

.home .module-slider .slide-text {
    margin-top: -2%;
}

.home .module-slider .slide-text .btn-more {
    margin-top: 20px;
}



.location-wrap {
    text-align: center;
    clear: both;
    margin: -18px 0 70px 0;
}


.location-wrap .main-heading {
    bottom: -0.25em;
    letter-spacing: 0.09em;
    font-size: 6.5em;
}


.location-box {
    width: 450px;
    min-height: 407px;
    display: inline-block;
}

.location-box .wrapper {
    padding: 0 38px;
    width: 346px;
    padding-top: 47px;
}

.location-box.desc .wrapper {
    padding-top: 0;
}

.location-box p {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 1.3;
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 20px;
}

.location-box p a {
    color: #484848;
}

.location-box p strong {
    padding-bottom: 5px;
}

.location-box.desc p:first-child {
    font: 1.8em/1 "geometr415_blk_btblack", sans-serif;
    color: #293641;
    padding-top: 47px;
    margin-bottom: 18px;
}

.location-box.desc p:first-child strong {
    padding-bottom: 0;
}

.location-box.desc p {
    font-style: normal;
    margin-bottom: 18px;
    line-height: 1.45em;
    padding-right: 37px;
}




/* About us */
.about-desc {
    width: 80%;
    max-width: 630px;
    margin: 7px auto 40px auto;
    text-align: center;
}

.about-desc p {
    line-height: 1.3;
    margin: 0 0 1.4em 0;
    font-size: 1.4em;
}

.about-desc p:first-child {
    font: 1.8em/1.2 "geometr415_blk_btblack", sans-serif;
    color: #293641;
    text-transform: uppercase;
    margin: 0 0 1.2em 0;
}

.about-desc p:first-child strong {
    font-weight: 400;
}


/* Partners */
.partners-wrap {
    width: 900px;
    margin: -32px auto 0 auto;
}

.partner-slider {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-top: -20px;
}

.partner-slider .main-heading {
    position: relative;
    bottom: -82px;
    letter-spacing: 0.15em;
    font-size: 6.086em;
}

.partner-slider li {
    text-align: center;
}

.partner-slider .slide-img {
    width: 100%;
}

.partner-slider .slider-nav {
    top: 0;
}

.partner-slider .section-intro {
    margin-top: 40px;
}

.partner-slider .swipe-wrap {
  height: auto;
}

.partner-slider .image {
    position: relative;
    max-height: 443px;
    overflow: hidden;
}

.partner-slider .pag-number {
    font: 2.8em 'geometr415_lt_btlite';
    position: absolute;
    width: 100%;
    color: #fff;
}

.partner-slider .pag-number .wrapper {
    background: url('../images/bgs/mask-pag-number.png') no-repeat center top;
    height: 151px;
}

.partner-slider .pag-number span {
    line-height: 200px;
    padding: 0 2px;
}

.mask-list.partners {
    top: 100px;
    min-height: 640px;
}

.mask-list.partners .round-mask-small > img {
    width: 360px;
    transition-property: width, left;
    transition-duration: 1s, 1s;
    position: relative;
    left: -53px;
}

.no-touch .mask-list.partners .round-mask-small:hover > img,
.touch .mask-list.partners .round-mask-small > img,
.no-csstransitions .mask-list.partners .round-mask-small > img {
    width: 260px;
    left: 0;
}



.mask-list.partners a {
    display: inline-block;
}

.mask-list.partners a figure {
    min-height: 330px;
}

.mask-list.partners a:first-child,
.mask-list.partners a:first-child + a + a {
    min-height: 330px;
    position: relative;
    top: 125px;
}

.mask-list.partners a:first-child + a {
    position: relative;
}

.mask-list.partners.aligned a:first-child {
    top: 0;
}

.mask-list.partners.aligned {
    top: 100px;
    min-height: 530px;
}

.mask-list.partners figcaption {
    font-size: 1em;
    width: 260px;
    height: 200px;
    overflow: hidden;
    position: static;
    margin-top: 20px;
}

.mask-list.partners figcaption h4 {
    font: 1.8em/1 "geometr415_blk_btblack", sans-serif;
    text-transform: uppercase;
    color: #293641;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.mask-list.partners figcaption p {
    font-size: 1.4em;
}


/* Our Services */
.main-heading.services {
    position: relative;
    bottom: 0px;
    left: 250px;
    text-align: left;
    letter-spacing: 0.20em;
}

.grid.services {
    margin-top: -88px;
}

/* Our clients */
.clients .main-heading {
    position: relative;
    bottom: -88px;
    text-align: center;
}

.clients {
    top: -90px;
    position: relative;
}

.clients ul {
    /*background-color: #293641;*/
}

.clients ul li {
    width: 25%;
    float: left;
    position: relative;
    color: #FFF;
}

.clients ul li a {
    width: 100%;
    display: block;
}

.clients ul li img {
    width: 100%;
    max-width: 477px;
}

.clients ul li .clients-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #293641;
}

.clients ul li .clients-content {
    text-align: center;
    height: 100%;
    margin: auto;
}

.clients ul li .clients-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.clients ul li .centered {
    display: inline-block;
    vertical-align: middle;
}

.clients ul li p {
    color: #fff;
    font: 1.4em/0.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.clients ul li strong {
    font: 1.8em/1 "geometr415_blk_btblack", sans-serif;
    text-transform: uppercase;
}

/* Exclusive Offers */
.offers {
    margin-top: 0px;
    position: relative;
    /*max-height:2800px;*/
}

.offers .top-intro {
    text-align: center;
}

.offers .top-intro header {
    text-align: center;
    /*position: absolute;
    top: -43px;*/
    z-index: 1;
    width: 100%;
}

.offers .top-intro header h2 {
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}

.offers .top-intro header h3 {
    font: 1.8em/1.3em "geometr415_blk_btblack", sans-serif;
    text-transform: uppercase;
    color: #293641;
    letter-spacing: 0.3em;
    padding-bottom: 60px;
}

.offers .top-intro img {
    width: 100%;
}

.offers .module-slider .slide-text {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.offers .mid-heading {
    font-size: 6em;
    letter-spacing: 0.2em;
}

.no-csstransforms .offers .module-slider .slide-text {
    width: 100%;
    top: 50px;
    left: inherit;
}


.offers .top-description {
    padding: 50px 16.75%;
}

.offers .top-description header > strong {
    font: 1.8em/1.2 "geometr415_blk_btblack", sans-serif;
    color: #293641;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.offers .top-description header > h3 {
    font-size: 3.6em;
    line-height: 1;
    color: #484848;
    margin-bottom: 40px;
    font-weight: 400;
}


.offers .top-description .desc {
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    height: auto;
    width: auto;
    opacity: 1;
}

.offers .top-description .desc.closed {
    height: 0;
    position: relative;
    overflow: hidden;
    width: 0;
    opacity: 0;
}


.offers .swipe-text {
    position: relative;
    overflow: hidden;
}

.offers .swipe-text .bullets {
    margin-top: 15px;
}

.offers .swipe-text .next {
    right: -90px;
}

.offers .swipe-text .prev {
    left: -90px;
}

.offers a {
    margin-top: 20px;
}

.offers .sub-heading p {
    font-size: 1.6em;
    letter-spacing: 0.2em;
}

.offers .btn-more {
    width: 92px;
    height: 92px;
    line-height: 92px;
}

.offers .btn-more:hover {
    width: 84px;
    height: 84px;
    line-height: 84px;
}

.backgroundsize .offers .slide-img {
  display: none;
}

.offer-detail header {
    position:relative;
}
.offer-detail header figure {
    width: 100%;
    height: 555px;
     overflow: hidden;
    position: relative;
}

.offer-detail header img {
    margin-top: 138px;
    width: 100%;
    left: 0;
    top: -50%;
    position: absolute;
}

.offer-detail .grid {
    margin-top: 70px;
}

.offer-detail .section-intro {
    width: auto;
    text-align: left;
    max-width: 100%;
    padding: 0 16.75%;
    position: absolute;
    bottom: -29px;
}

.offer-detail .section-intro h1 {
    font: 6em/1.2 "geometr415_blk_btblack", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.offer-detail .summary,
.offer-detail .description {
    padding: 0 16.75%;
}

.offer-detail .summary {
    margin-bottom: 40px;
}

.offer-detail .summary p {
    font: 2.8em/1.2 "geometr415_lt_btlite", sans-serif;
    color: #484848;
    padding-right: 15%;
}

.offer-detail .description {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    -moz-column-gap: 70px; /* Firefox */
    -webkit-column-gap: 70px; /* Safari and Chrome */
    column-gap: 70px;
}

.offer-detail .description p {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.offer-detail .description a {
    color: #293641;
}


.offer-detail .description a:hover {
    text-decoration: underline;
}


.offer-detail .mask-list.partners {
    top: 100px;
    padding-bottom: 100px;
    min-height: 100%;
}

@media only screen and (max-width: 1500px) {

    /*.offers .swipe-wrap li {
        max-height: 600px;
    }*/
}


/* temp MQ to be updated */
@media only screen and (max-width: 1280px) {
    .offer-detail .description {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        column-gap: 0px;
    }
}

@media only screen and (max-width: 960px) {
    .menu-caption{
        display: none;
    }
}

@media only screen and (max-width: 940px) {
        
    .offer-detail header img{
        top: 0;
        margin-top:0;
    }

     .offer-detail .section-intro h1 {
        font-size: 5em;
        letter-spacing: 0;
    }

}
@media only screen and (max-width: 900px) {

    .main-menu .items {
        font-size: 2em;
        padding: 45px 15px 30px 45px;
    }

    .btn-menu {
        left: 40px;
    }

    .main-logo {
        height: 200px;
        font-size: 22em;
    }

    .module-slider .slide-text {
        /*top: -30px;*/
    }

    .wide-slider .mid-heading {
        font-size: 4em;
    }

    .offers .sub-heading p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .touch .module-slider .slider-nav {
        display: none;
    }


    .mask-comp {
        width: 90%;
        padding: 80px 5% 90px;
    }

    .mask-comp .main-heading {
        font-size: 5em;
    }


    .round-mask {
        width: 350px;
        height: 350px;
        margin-right: 7%;
    }



    .offers .module-slider .slide-text {
        top: 50%;
    }


    /* Partners */
    .partners-wrap {
        width: 100%;
    }

    .mask-list.partners a:first-child,
    .mask-list.partners a:first-child + a + a {
        top: inherit;
        position: static;
    }

    .mask-list.partners figcaption {
        height: auto;
    }

    /* Offers */
    .offers .top-description header > h3 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }



    .offer-detail .grid {
        /*margin-top: -90px;*/
    }

    /* clients */
    .clients ul li p {
        font-size: 1.2em;
    }

    .btn-scroll {
        width: 32px;
        height: 32px;
        line-height: 35px;
        padding: 5px;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 850px) {
    .main-heading.services {
        text-align: center;
        left: inherit;
    }

    .line .block.text p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 768px) {

    .btn-menu {
        left: 15px;
        top: 15px;
    }


    .main-logo {
        height: 150px;
        font-size: 17em;
    }

    .slider-double .half {
        width: 100%;
    }

    .wide-slider .mid-heading {
        font-size: 2em;
    }

    .btn-more.circle-icon:hover,
    .wide-slider .btn-more {
        width: 60px;
        height: 60px;
        font-size: 1em;
        line-height: 60px;
    }

    .wide-slider .bullets {
        bottom: 15px;
    }

    /* home - mask module */
    .mask-comp {
        text-align: center;
    }

    .mask-comp .desc {
        width: 90%;
        padding: 0 5%;
    }

    .mask-comp .main-heading {
        font-size: 4em;
        text-align: center;
    }

    .round-mask {
        display: none;
    }

    .location-box {
        width: 80%;
        min-height: 100px;
        margin-bottom: 20px;
    }

    .location-box .wrapper {
        width: 90%;
        padding: 0 5%;
    }

    aside.section-intro {
        width: 86%;
    }

    .section-intro {
        width: 86%;
    }

    .offers .top-description {
        padding: 50px 5.75%;
    }

    .mask-list.partners {
        margin-bottom: 120px;
    }

    /* clients */
    .clients ul li p {
        font-size: 0.8em;
    }

    .offer-detail .section-intro h1 {
        font-size: 4em;
        letter-spacing: 0;
    }

    .offer-detail .summary p {
        font-size: 1.6em;
        padding-right: 0;
    }

    .offer-detail .summary, .offer-detail .description,
    .offer-detail .section-intro {
        padding: 0 5%;
    }

    .back-btn {
        padding: 0;
        font-size: 1.5em;
        right: 5px;
        top: 5px;
    }
}

@media only screen and (max-width: 500px) {

    .main-logo.inner {
        font-size: 16em;
        margin-left: 0.08em;
        width: auto;
        top: 40px;
    }


    .main-heading {
        font-size: 4em;
    }

    .offers .top-intro header h3 {
        font-size: 1.5em;
    }

    .location-wrap .main-heading {
        bottom: -0.37em;
        font-size: 4em;
    }

    .wide-slider {
        width: 100%;
        background-color: #484848;
        overflow: hidden;
    }

    .slider-nav {
        visibility: hidden;
        display: none;
    }

    .module-slider .slide-img,
    .offers .top-intro img {
        height: 300px;
        width: auto;
    }

    .offers .top-intro img {
        margin-left: -25%;
    }

    .offers .top-intro header {
        top: -26px;
    }

    .map-wrap {
        margin-top: -39px;
    }

    .main-heading.services {
        bottom: -56px;
    }

    .sub-heading p {
        font-size: 1.4em;
        margin: 15px;
    }

    /* clients */
    .clients {
        top: -65px;
    }

    .clients .main-heading {
        bottom: -58px;
        padding-bottom: 45px;
    }

    .clients ul {
        background: none;
    }

    .clients ul li p {
        color: #fff;
        font-size: 1.8em;
    }

    .clients ul li {
        width: 100%;
    }

    .clients ul li img {
        max-width: inherit;
        width: 100%;
    }

    .clients ul li .dummy {
        height: 205px;
    }

    .scroll-arrows {
        display: none !important;
    }
}

.map-mask {
    top: 0;
    bottom: 0;
    position: absolute;
    background: url('../images/bgs/map-mask.png') repeat 0 0;
    width: 100%;
    height: 485px;
    z-index: 10;
    left: 0;
    pointer-events: none;
    display: none;
}



:root .map-mask,
.no-pointer-events .map-mask { /* target IE 9 */
    display: none \9;
}





/* END__MODULES__________________________________________________________________*/













/* 7__ HELPERS NON SEMANTIC________________________________________________________*/

.view {
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

.view.open {
    opacity: 1;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}


.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-underline {
    text-decoration: none;
}

.no-margin {
    margin: 0;
}

.wide {
    width: 100%;
}

.text-left {
    text-align: left;
}

.center {
    text-align: center;
}

.vert-center {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.no-csstransforms .vert-center {
    width: 100%;
    top: 50px;
    left: inherit;
}

/* END__HELPERS NON SEMANTIC__________________________________________________________________*/
