/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1600+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1600px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/

/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width:1600px){.visible-lg{display:none!important}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}td.hidden-lg,th.hidden-lg{display:table-cell!important}}

/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width:1600px){.container{width:1530px}}@media (min-width:1920px){.container{width:1830px}}@media (min-width:2560px){.container{width:2490px}}

/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xxl-1,.col-xxl-100,.col-xxl-111,.col-xxl-122,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:1600px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:0}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:0}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}@media (min-width:1920px){.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{float:left}.col-xxl-12{width:100%}.col-xxl-11{width:91.66666667%}.col-xxl-10{width:83.33333333%}.col-xxl-9{width:75%}.col-xxl-8{width:66.66666667%}.col-xxl-7{width:58.33333333%}.col-xxl-6{width:50%}.col-xxl-5{width:41.66666667%}.col-xxl-4{width:33.33333333%}.col-xxl-3{width:25%}.col-xxl-2{width:16.66666667%}.col-xxl-1{width:8.33333333%}.col-xxl-pull-12{right:100%}.col-xxl-pull-11{right:91.66666667%}.col-xxl-pull-10{right:83.33333333%}.col-xxl-pull-9{right:75%}.col-xxl-pull-8{right:66.66666667%}.col-xxl-pull-7{right:58.33333333%}.col-xxl-pull-6{right:50%}.col-xxl-pull-5{right:41.66666667%}.col-xxl-pull-4{right:33.33333333%}.col-xxl-pull-3{right:25%}.col-xxl-pull-2{right:16.66666667%}.col-xxl-pull-1{right:8.33333333%}.col-xxl-pull-0{right:0}.col-xxl-push-12{left:100%}.col-xxl-push-11{left:91.66666667%}.col-xxl-push-10{left:83.33333333%}.col-xxl-push-9{left:75%}.col-xxxl-push-8{left:66.66666667%}.col-xxxl-push-7{left:58.33333333%}.col-xxxl-push-6{left:50%}.col-xxxl-push-5{left:41.66666667%}.col-xxxl-push-4{left:33.33333333%}.col-xxxl-push-3{left:25%}.col-xxxl-push-2{left:16.66666667%}.col-xxxl-push-1{left:8.33333333%}.col-xxxl-push-0{left:0}.col-xxxl-offset-12{margin-left:100%}.col-xxxl-offset-11{margin-left:91.66666667%}.col-xxxl-offset-10{margin-left:83.33333333%}.col-xxxl-offset-9{margin-left:75%}.col-xxxl-offset-8{margin-left:66.66666667%}.col-xxxl-offset-7{margin-left:58.33333333%}.col-xxxl-offset-6{margin-left:50%}.col-xxxl-offset-5{margin-left:41.66666667%}.col-xxxl-offset-4{margin-left:33.33333333%}.col-xxxl-offset-3{margin-left:25%}.col-xxxl-offset-2{margin-left:16.66666667%}.col-xxxl-offset-1{margin-left:8.33333333%}.col-xxxl-offset-0{margin-left:0}}.visible-xl,.visible-xxl,.visible-xxxl{display:none!important}@media (min-width:1600px) and (max-width:1919px){.visible-xl{display:block!important}table.visible-xl{display:table}tr.visible-xl{display:table-row!important}td.visible-xl,th.visible-xl{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-xxl{display:block!important}table.visible-xxl{display:table}tr.visible-xxl{display:table-row!important}td.visible-xxl,th.visible-xxl{display:table-cell!important}}@media (min-width:2560px){.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9{float:left}.col-xxxl-12{width:100%}.col-xxxl-11{width:91.66666667%}.col-xxxl-10{width:83.33333333%}.col-xxxl-9{width:75%}.col-xxxl-8{width:66.66666667%}.col-xxxl-7{width:58.33333333%}.col-xxxl-6{width:50%}.col-xxxl-5{width:41.66666667%}.col-xxxl-4{width:33.33333333%}.col-xxxl-3{width:25%}.col-xxxl-2{width:16.66666667%}.col-xxxl-1{width:8.33333333%}.col-xxxl-pull-12{right:100%}.col-xxxl-pull-11{right:91.66666667%}.col-xxxl-pull-10{right:83.33333333%}.col-xxxl-pull-9{right:75%}.col-xxxl-pull-8{right:66.66666667%}.col-xxxl-pull-7{right:58.33333333%}.col-xxxl-pull-6{right:50%}.col-xxxl-pull-5{right:41.66666667%}.col-xxxl-pull-4{right:33.33333333%}.col-xxxl-pull-3{right:25%}.col-xxxl-pull-2{right:16.66666667%}.col-xxxl-pull-1{right:8.33333333%}.col-xxxl-pull-0{right:0}.col-xxxl-push-12{left:100%}.col-xxxl-push-11{left:91.66666667%}.col-xxxl-push-10{left:83.33333333%}.col-xxxl-push-9{left:75%}.col-xxxl-push-8{left:66.66666667%}.col-xxxl-push-7{left:58.33333333%}.col-xxxl-push-6{left:50%}.col-xxxl-push-5{left:41.66666667%}.col-xxxl-push-4{left:33.33333333%}.col-xxxl-push-3{left:25%}.col-xxxl-push-2{left:16.66666667%}.col-xxxl-push-1{left:8.33333333%}.col-xxxl-push-0{left:0}.col-xxxl-offset-12{margin-left:100%}.col-xxxl-offset-11{margin-left:91.66666667%}.col-xxxl-offset-10{margin-left:83.33333333%}.col-xxxl-offset-9{margin-left:75%}.col-xxxl-offset-8{margin-left:66.66666667%}.col-xxxl-offset-7{margin-left:58.33333333%}.col-xxxl-offset-6{margin-left:50%}.col-xxxl-offset-5{margin-left:41.66666667%}.col-xxxl-offset-4{margin-left:33.33333333%}.col-xxxl-offset-3{margin-left:25%}.col-xxxl-offset-2{margin-left:16.66666667%}.col-xxxl-offset-1{margin-left:8.33333333%}.col-xxxl-offset-0{margin-left:0}.visible-xxxl{display:block!important}table.visible-xxxl{display:table}tr.visible-xxxl{display:table-row!important}td.visible-xxxl,th.visible-xxxl{display:table-cell!important}.hidden-xxxl{display:none!important}}@media (min-width:1600px) and (max-width:1919px){.hidden-xl{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-xxl{display:none!important}}



body,
html {
    height: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: HelveticaNeueW01-55Roma !important;
    font-size: 15px;
    /*line-height: 28px;*/
    padding: 0;
    margin: 0;
    background: #f5f5f5;
    color: #242330;
    -webkit-text-size-adjust: none;
    text-rendering: optimizelegibility;
    /* font-family: 'Playfair Display', serif; */
    /*margin-top: 112px;*/
}

#map {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 50%;
  position: relative;
}

/*#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        margin-top: -40px;
    margin-left: -40px;
    z-index: 9999;
    background: url(../icons/loader.gif) center no-repeat #1B191B;
}*/

a {
    color: #242330;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}
p a:after {
top: 90%;
  height: 1px;
  /*width: 90%;*/
  /*left: 5%;*/
  background-color: rgba(182,182,186, 0.5);
  position: absolute;
  content: ' ';
    display: block;
    /*border-top: 1px solid #9FA0A1;*/
    width: 100%;
}

a.on {
    color: #000;
    /*text-decoration: underline;*/
}


/*a.active:after
{
    content: ' ';
    display: block;
    border-top: 1px solid #9FA0A1;
    width: 100%;
}*/

p {
    margin: 0;
    line-height: 24px;
}

.regular p {
    font-size: 23px;
    line-height: 28px;
}

h1 {
    /*font-family:'Conv_noe-display-bold',Sans-Serif;*/
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}

h1:before {
    content: ' ';
    display: block;
    border-top: 1px solid #9FA0A1;
    width: 40px;
    /* text-align: center; */
    margin-bottom: 19px;
    margin-left: calc(50% - 20px);
}

h2 {
    font-size: 26px;
    margin-top: 32px;
    margin-bottom: 6px;
}

/*#page-outer {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}*/

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.container.arrows {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    left: 50%;
}

.row>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}


/* .container-bg {
    background-color: #1B191B;
} */

#header-wrapper {
    position: fixed;
    top: 0;
    z-index: 900;
    width: 100%;

}
#header-wrapper.shrink {
    background: rgba(234,234,234,0.7);
}

#header {
    height: 112px;
    font-size: 28px;
    /*font-style: italic;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header-spacer {
    height: 112px;
    /*background: rgb(234,234,234);*/
}
#header.shrink {
    height: 60px;
    /*background: rgba(234,234,234,0.7);*/
}

#header a {
    color: #000;
}

#header a:hover,
#header a:focus {
    color: #9A9A9B;
    text-decoration: none;
}
#header .logo {
    display: inline;
}
#header .logo img {
    height: 60px;
    display: inline-block;
    float: left;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
#header.shrink .logo img {
    height: 36px;
    display: inline-block;
    float: left;
}

#header span {
    display: inline-block;
    vertical-align: middle;
}


/*.hidden-xxs {
    display: block !important;
}*/

.swiper-container {
    width: 100%;
    height: 400px;
}

.slide-focus-center {
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-focus-right {
        background-position:  center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
/* @media (min-width: 768px) {
    .slide-focus-right {
        background-position:  center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
} */

.swiper-pagination {
    text-align: right;
    padding-right: 64px;
    padding-bottom: 20px;
}
.swiper-slide {
    padding: 50px;
    color: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #969696;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #242330;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swipe-title {
    position: absolute;
    left: 32px;
    bottom: 24px;
    z-index: 100;
}
.swipe-title a {
    color: #969696;
    /*font-size: 26px;*/
}
.swipe-title a:hover {
    color: #242330;
}
.swipe-title h2 {
    font-size: 22px;
}
.swipe-title h2 span {
    color: #969696;
    display: block;
}

.swipe-pinterest {
    position: absolute;
    right: 32px;
    bottom: 24px;
    z-index: 100;
}
.swipe-pinterest a {
    color: #969696;
    font-size: 26px;
}
.swipe-pinterest a:hover {
    color: #242330;
}

.swipe-arrows {
    position: absolute;
    display: flex;
    list-style: none;
    top: 0;
    z-index: 9;
    height: 90%;
    width: 100%
}

.swiper-prev {
    flex:1 1 0;
    cursor: hand;
    cursor: url(../icons/left.png) 26 38,auto!important;
}
.swiper-next {
    flex:1 1 0;
    cursor: hand;
    cursor: url(../icons/right.png) 26 38,auto!important;
}


.vcenter-parent {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

.vcenter-child {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 !important;
}

#slideshow-outer {
    position: relative;
    /*height: calc(100% - 160px);*/
    padding-top: 112px;
    height: 492px;
    width: 100%;
    display: block;

}

#slideshow-outer>div.cycle-slideshow {
    height: 100%;
}

#slideshow-outer>div.cycle-slideshow>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-position: 69% 6%;*/
    background-size: 72%;
}

#slideshow-outer {
    /*background: rgb(234,234,234,0.7);*/
    background: rgb(234,234,234);
}


.footer {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer .social-icons {
    margin-bottom: 30px;
}
.footer .social-icons a {
    color: #c8c8c8;
    font-size: 26px;
    padding: 0 6px;
}
.footer .social-icons a:hover {
    color: #242330;
}

.footer p {
    line-height: 20px;
}
.footer a.no-underline {
    text-decoration: none;
    /*position: static;*/
}
.footer a.no-underline:after {
    background: none;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #969696;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 2px;
    color: #969696;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #969696;
    transition: all .5s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #969696;
    position: absolute;
    left: 0;
    transition: all .5s ease-out;
}

.fh5co-nav-toggle i::before {
    top: -6px;
}

.fh5co-nav-toggle i::after {
    bottom: -6px;
}

/*.fh5co-nav-toggle:hover i::before {
    top: -13px;
}*/

/*.fh5co-nav-toggle:hover i::after {
    bottom: -13px;
}*/

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    left: 0px;
    width: 24px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    left: 0px;
    width: 24px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    right: 4px;
    top: 17px;
    padding: 1px 0px 0 0;
    height: 60px;
    width: 50px;
    position: fixed;
    z-index: 9999;
    border-bottom: none !important;
}

.fh5co-nav-toggle.active {
/*    right: 0;
    top: 12px;*/
    color: #969696;
}

/*.fh5co-nav-toggle.artist {
    right: 0;
    top: -4px;
    padding: 1px 0px 0 0;
    height: 60px;
    width: 130px;
    z-index: 2001;
    position: relative;
    border-bottom: none !important;
    display: none;
}*/

#fh5co-offcanvas {
    width: calc(100%);
    top: 0;
    position: fixed;
    z-index: 1901;
    /*background-color: rgba(59, 61, 66, 0.95);*/
    background-color: rgba(69, 71, 76, 0.95);
    right: 0;
    bottom: 0;
    padding: 25px 30px 30px 30px;
    overflow-y: auto;
    -moz-transform: translateX(calc(100%));
    -webkit-transform: translateX(calc(100%));
    -ms-transform: translateX(calc(100%));
    -o-transform: translateX(calc(100%));
    transform: translateX(calc(100%));
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


#fh5co-offcanvas img {
    height: 60px;
}

/*#fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}*/

#fh5co-offcanvas a {
    color: #969696;
    line-height: 38px;
    font-size: 26px;
}

#fh5co-offcanvas a.active {
    color: #f5f5f5;
}

#fh5co-offcanvas a:hover {
    color: #f5f5f5;
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
    margin-top: 90px;
}

/*
-artist ul {
    position: absolute;
    bottom: 105px;
}*/

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}


/*form {
    line-height: 45px;
}*/

/*.form-control {
    background-color: #1B191B;
    border: 0;
    border-bottom: 1px solid #9FA0A1;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 30px;
    height: auto;
    padding: 0 0 5px 0;
}*/

/*.form-control:focus {
    background-color: #1B191B;
    border: 0;
    border-bottom: 1px solid #9FA0A1;
    box-shadow: none;
    border-radius: 0;
}*/
/*
.btn-default {
    color: #000;
    background-color: #1B191B;
    border-color: #1B191B;
    font-size: 30px;
}

.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}

label {
    font-weight: normal;
    font-size: 30px !important;
}

.form-horizontal .control-label {
    text-align: left;
}
*/

form button {
    background: transparent;
    border: 0;
    outline: none;
}

form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(182,182,186, 0.5);
    outline: none;
}





#nav-icon {
  width: 60px;
  height: 45px;
  /*position: relative;*/
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;

  right: 0px;
  top: 14px;
  /*padding: 1px 0px 0 0;*/
    position: fixed;
    z-index: 9999;
    /*border-bottom: none !important;*/
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 24px;
  background: #969696;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;



}



/* Icon 3 */

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}






@media (min-width: 768px) {
    /*ipads*/
    body {
        /*font-size: 20px;
        line-height: 30px;*/
        font-size: 20px;
        /*margin-top: 112px;*/
    }
    p {
        line-height: 34px;
    }
    h1 {
        margin-bottom: 38px;
    }
    .regular p {
        font-size: 24px;
        line-height: 30px;
    }
    .container {
        width: auto;
    }
    #header {
        height: 112px;
    }
    #header.shrink {
        height: 86px;
    }
    #header .logo img {
        /*margin-top: 48px;*/
        height: 60px;
        /*margin-left: 20px;*/
    }
    #header.shrink .logo img {
        /*margin-top: 16px;*/
        height: 50px;
    }

    #slideshow-outer {
        /*height: calc(100% - 184px);*/
        height: 90%;
    }
    #slideshow-outer>div.cycle-slideshow>div {
        background-position: center;
        background-size: contain;
    }
    #fh5co-offcanvas {
        width: 262px;
        /*padding: 30px 30px 30px 18px;*/
    }
    /*.fh5co-nav-toggle {
        right: 0px;
        top: 0;
        padding: 6px 40px 0 0;
    }*/
    #fh5co-offcanvas ul {
        margin-top: 160px;
    }
    /*.fh5co-nav-toggle.active {
        top: 0;
        left: 26px;
    }*/

    .swipe-pinterest {
        position: absolute;
        right: 50px;
        bottom: 30px;
        z-index: 100;
    }
    .swipe-pinterest a {
        color: #969696;
        font-size: 26px;
    }
    .swipe-title {
        bottom: 34px;
    }
    .swipe-title h2 {
        font-size: 26px;
    }
    .swiper-container {
        width: 100%;
        height: 400px;
    }
    .swiper-pagination {
        text-align: center;
        padding-right: 0;
        /*padding-right: 42px;*/
        padding-bottom: 30px;
    }
    .swipe-title h2 span {
        color: #969696;
        display: inline-block;
    }
}


/*@media (min-width: 1024px) {*/

@media (min-width: 992px) {
    body {
       /* font-size: 20px;
        line-height: 36px;*/
        /*margin-top: 110px;*/
    }
    .regular p {
        font-size: 30px;
        line-height: 36px;
    }
    h1 {
        font-size: 51px;
        margin-bottom: 80px;
    }
    h2 {
    }
    h1:before {
        border: 1px solid #9FA0A1;
        width: 70px;
        margin-bottom: 34px;
        margin-left: calc(50% - 35px);
    }
    .container {
        width: auto;
    }
    /*#header {
        height: 110px;
    }
    #header.shrink {
        height: 86px;
    }
    #header .logo img {
        height: 51px;
        margin-left: 20px;
    }
    #header.shrink .logo img {
        height: 51px;
    }*/
    #slideshow-outer {
        /*height: calc(100% - 280px);*/
        /*height: 530px;*/
    }

    #slideshow-outer.about {
        font-size: 40px;
        line-height: 51px;
    }
    #slideshow-info {
        height: 170px;
    }
    #slideshow-pager {
        display: block;
    }
    #slideshow-pager a {
        padding: 7px;
    }
    #slideshow-pager a.cycle-pager-active {
        color: #000;
        text-decoration: underline;
    }
    /*#fh5co-offcanvas {
        width: 375px;
        padding: 30px 30px 30px 18px;
    }*/
    #fh5co-offcanvas a {
        /*line-height: 44px;*/
    }
    /*.fh5co-nav-toggle.active i::before {
        width: 24px;
    }
    .fh5co-nav-toggle.active i::after {
        width: 24px;
    }*/

    .footer {
        margin-top: 120px;
    }
    .swiper-container {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: auto;
    }
    .container {
        /* max-width: 2120px; */
    }
    .swiper-container {
        width: 100%;
        height: 600px;
    }
}

@media (min-width: 1440px) {
    .swiper-container {
        width: 100%;
        height: 650px;
    }
}

@media (min-width: 1800px) {
    .swiper-container {
        width: 100%;
        height: 1100px;
    }
}
