/**
 *  Cater
 */



body, html {
    height: 100%;
	margin:0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
    background-color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
}

#press-release { 
  background: #fff none repeat scroll 0 0;
  position: fixed;
  top: -100%;
  left: 0;
  padding: 0 40px;
  width: 100%;
    height: 100%;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition:    top 0.3s ease-in-out;
  -ms-transition:     top 0.3s ease-in-out;
  -o-transition:      top 0.3s ease-in-out;
  transition:         top 0.3s ease-in-out;
    overflow: scroll;
}
#press-release:target { 
  top: 0;
}
.close-press {
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #b87333;
    color: #fff !important;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 40px;
}
.close-press:hover {
    color: #b87333 !important;
    background-color: #eee;
}
.press {
    position: absolute;
    top: 0;
    background-color: #b87333;
    z-index: 100;
    padding: 10px 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.press-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 60px;
}
.press-call {
    background-color: #eee;
    padding: 20px;
}
.press-inner a {
    color: #b87333;
}
.press a, .press-inner a:hover {
    color: #101e2c;
}
.press a:hover {
    color: #fff;
}
.press h4 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #ff892a; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  font-size: 18px;
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
    color: #fff;
    animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white; }
}
.press-tab {
    position: fixed;
    right: -40px;
    top: 200px;
    z-index: 9;
    background-color: #b87333;
    transform: rotate(-90deg);
    padding: 16px 20px;
    display: none;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}


h1 {
    font-size: 100px;
    color: #b87333;
    line-height: 87px;
    max-width: 550px;
    margin-top: 150px;
    position: relative;
}
h2 {
    font-size: 50px;
    color: #b87333;
}
h3 {
    font-size: 30px;
    color: #b87333;
}

p, li {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.white-text {
    color: #fff;
}
.light-grey {
    background-color: #f4f4f4;
}
.white {
    background-color: #fff;
}
#header {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    overflow: hidden;
}
#nav-menu {
    transition: all 0.5s ease;
    position: fixed;
    top: -150px;
    right: -130px;
    height: 280px;
    width: 280px;
    background: #b87333;
    z-index: 3;
    border-radius: 100%;
    overflow: hidden;
}
#nav-menu p, #nav-menu h2 {
    opacity: 0;
    transition: all 0.5s ease;
}
.open p, .open h2, .open .barry {
    opacity: 1 !important;
}
.open h2 {
    color: #fff;
}
.circle {
    position: fixed;
    height: 280px;
    width: 280px;
    background: #b87333;
    border-radius: 100%;
    top: -150px;
    right: -130px;
    z-index: 3;
}
.open {
    padding: 70px 70px 70px 330px;  
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
    width: 100% !important; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.menu-text p {
    max-width: 1200px;
} 
.menu-text {
    padding: 0 30px 30px;
}
.menu-text h2 {
    margin-top: 0;
}
.barry {
    background-image: url(../images/barry-bryson.jpg);
    background-size: cover;
    background-position: center center;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.text a, .open_menu {
    color: #fff;
    background-color: #b87333;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
}
.text a:hover, .open_menu:hover {
    color: #b87333;
    background-color: #eee;
}
.flex-top {
    position: relative;
    z-index: 1;
    padding: 0 110px 0 100px;
    overflow-x: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex {
    position: relative;
    padding: 0 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex-reverse {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex-canape {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: -120px;
    padding: 0 100px;
}
.dark-blue-wrap {
    widows: 100%;
    background-color: #0f1d2b;
    padding: 290px 100px 100px;
    position: relative;
    margin-top: 260px;
}
#footer {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 520px;
}
.foot-inner {
    background-color:#0f1d2b; 
    width: 100%;
    padding: 30px 100px;
    position: relative;
    z-index: 1;
}
#footer:hover .plate  {
    margin-top: -660px;
}
#footer a, #footer p {
    color: #fff;
}
#footer a:hover {
    color: #b87333;
}
.foot-inner .small {
    font-size: 12px;
    margin-top: 50px;
}
.foot-inner h2 {
    margin: 0;
}
.plate {
    width: 100%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    height: auto;
    margin-top: -650px;
    margin-left: -375px;
    position: absolute;
    z-index: 0;
    transition: all 0.5s ease;
}
.canape {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 20px;
}
.logo {
    width: 270px;
    padding: 60px 0 0 100px;
    z-index: 1;
}
.hero {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 50px;
}
.background-img {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #101e2c;
    background-image: url(../images/barry.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 25% 0px;
    z-index: 0;
}
.arrow {
    height: 200px;
    position: absolute;
    bottom: -220px;
    left: 12px;
    z-index: 1;
}
.text {
    padding: 50px;
    width: 70%;
}
.text h2 {
    margin: 0;
}
.pic {
    width: 30%;
}
.container {
    margin-top: 60px;
}
.container h2 {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.container h2:hover {
    color: #0f1d2b;
}

.swiper-container {
      width: 100%;
      height: auto;
}
.swiper-slide {
    background-color: #fff;
    height: auto;
}
.testi {
    font-size: 30px;
    line-height: 40px;
    color: #0f1d2b;
}
.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide p {
    text-align: center;
    padding: 0 50px;
}
.swiper-slide {
    padding-bottom: 60px;;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #b87333 !important;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f1d2b;
    z-index: 1;
    -webkit-animation: fade 6s forwards 1;
    -moz-animation:    fade 6s forwards 1;
    -o-animation:      fade 6s forwards 1;
    animation:         fade 6s forwards 1;
    opacity: 1;
}
@-webkit-keyframes fade {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes fade {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes fade {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fade {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
.socail a:hover {
    opacity: 0.5;
}
.icon {
    width: 60px;
    margin-right: 10px;
    margin-top: 20px;
}
.menu-text h3, .menu-text a {
    color: #fff;
}
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
    z-index: 4;
    position: fixed;
    top: 24px;
    right: 16px;
}
.hamburger:hover {
    opacity: 0.7; 
}
.hamburger.is-active:hover {
    opacity: 0.7; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #101e2c; 
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #101e2c;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* Modal / video */
#vid-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    background: rgba(15, 29, 43, 0.9);
    padding: 100px 20px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    transition:         all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
}
.vid-modal-target { 
  top: -100% !important;
}
.vid-close {
    text-align: center;
    padding: 10px;
    background-color: #b87333;
    color: #fff !important;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 40px;
}
.vid-close:hover {
    color: #b87333 !important;
    background-color: #eee;
}
.vid-wrapper {
    margin-top: 30px;
    width: 100%;
    max-width: 800px;
    flex-grow: 1;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.vid-logo {
    width: 200px;
}


/* Responsive styles */

@media (max-width: 1270px) {
    .logo {
        width: 230px;
        padding: 50px 0 0 50px;
    }
    .dark-blue-wrap {
        padding: 230px 50px 50px;
        position: relative;
        margin-top: 190px; 
    }
    .flex-top,  .flex, .flex-canape {
        padding: 0 50px;
    }
    .plate {
        max-width: 600px;
        margin-left: -300px;
        margin-top: -470px;
    }
    #footer:hover .plate  {
        margin-top: -480px;
    }
    #footer {
        margin-top: 360px;
    }
    .desktop {
        display: none;
    }
}

@media (max-width: 1130px) {
    .press h4 {
    font-size: 16px;
    }
    
}
@media (max-width: 1060px) {
    .flex-top {
        overflow-x: hidden;
    }
    .hero {
        margin-right: -240px;
    }
    h1 {
        font-size: 90px;
        line-height: 89px;
        max-width: 430px;
    }
    
}

@media (max-width: 965px) {
    .press {
        display: none;
    }
    .press-tab {
        display: block !important;
    }
    #vid-modal {
        padding: 30px 20px;
    }
    .vid-logo {
        width: 130px;
    }
}

@media (max-width: 900px) {

    .flex-top, .flex, .flex-reverse {
        flex-direction: column;
    }
    .background-img {
        background-size: cover;
        background-position: center center;
    }
    h1 {
        margin-top: 100px;
    }
    .hero {
        max-width: 500px;
        margin-bottom: 50px;
        align-self: center;
    }
    .pic, .text {
        width: 100%;
    }
    .canape:nth-of-type(even) {
        display: none;
    }
    .canape {
        max-width: 120px;
    }
    .flex-canape {
        justify-content: space-around;
        -ms-justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .open {
        padding: 110px 10px 10px 0px;
    }
    .menu-text {
        padding: 0 0 0 30px;
        flex: 1;
        overflow: scroll;
    }
    .barry {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        top: 20px;
        left: 20px;
    }

}


@media (max-width:605px) {

    h1 {
        margin-top: 60px;
        font-size: 60px;
        line-height: 62px;
        max-width: 320px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    .plate {
        width: 300px;
        margin-left: -150px;
        margin-top: -390px;
    }
    #footer:hover .plate  {
        margin-top: -300px;
    }
    #footer {
        margin-top: 200px;
    }
    .foot-inner {
        padding: 30px 30px;
    }
    .flex-canape {
        top: -70px;
    }
    .dark-blue-wrap {
        margin-top: 110px;
        padding: 120px 50px 50px;
    }
}


@media (max-width: 415px) {

    .logo {
        width: 140px;
        padding: 20px 0 0 20px;
    }
    #nav-menu, .circle {
        top: -90px;
        right: -80px;
        height: 180px;
        width: 180px;
    }
    .hamburger {
        top: 4px;
        right: 0px;
    }
    .flex-top, .flex, .flex-canape {
        padding: 0 20px;
    }
    .text {
        padding: 30px;
    }
    .dark-blue-wrap {
        padding: 100px 20px 20px;
    }
    #footer a {
        display: block;
    }

}


@media (max-width: 370px) {

    .plate {
        margin-top: -340px;
    }
   #footer:hover .plate  {
        margin-top: -340px;
    }


}






@media screen and (max-height:446px) {

}

@media screen and (max-height:480px) {

}