/*
cloud.3dmedia.ie
*/


@import 'http://fonts.googleapis.com/css?family=Lato:100,400,900,300';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300';


body{
 	  height:100%;
    font-family: "open sans";
    background: rgba(25, 55, 85, 0.04) ;
}

* {
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

a:hover, 
a:visited, 
a:link, 
a:active,
a:focus,
button {
    text-decoration: none;
    outline: none;
}

ol,ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "open sans";
    font-size: 35px;
    font-weight: 900;
    color: #4a4a4a;
    margin-bottom: 45px;
}

h5 {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

p {
    color: #888;
    letter-spacing: 0.2px;
    font-size: 17px;
}

section {
    padding-bottom: 50px;
    padding-top: 25px;
}

section:not(:last-child) {
    border-bottom: 1px solid rgba(205, 88, 88, 0.15);
}

.top {
    height: 10px;
    position: fixed;
    z-index: 9999999;
    background: white;
    width: 100%;
    top: 0;
}

.bottom {
    height:10px;
    position: fixed;
    z-index: 9999999;
    background: white;
    width: 100%;
    bottom: 0;
}

.left {
    width: 10px;
    position: fixed;
    z-index: 9999999;
    background: white;
    height: 100%;
    left: 0;
}

.right {
    width: 10px;
    position: fixed;
    background: white;
    z-index: 9999999;
    height: 100%;
    right: 0;
}

.icon-b {
    color: gray;
    font-size: 25px;       
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.icon-b:hover {
    color: #c94067;      
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.icon-a {
    font-size: 35px;
    color: #D3708C;
}

.section-container {
    margin: 0 auto 50px;
    float: none;
}

.button {
    background-color: #db5b79;
    border-radius: 100px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    letter-spacing: 0.8px;
    float: left;
    margin-top: 15px;
    border:none;
}

.countdown {
    font-size: 22px;
    font-weight: 100;
    color: #f3d9b1;
    padding: 1px 0 11px;
}

/* ==================================================================
                               LOADER
================================================================== */

#background {   
    background: rgba(255,255,255,1);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    display: table;
}

.loading {
    display: table-cell;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.loader10:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader10g 1s ease-in-out infinite;
    animation: loader10g 1s ease-in-out infinite;
}

.loader10{
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-radius: 12px;
    -webkit-animation: loader10m 1s ease-in-out infinite;
    animation: loader10m 1s ease-in-out infinite;
}

.loader10:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader10d 1s ease-in-out infinite;
    animation: loader10d 1s ease-in-out infinite;
}

@-webkit-keyframes loader10g{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, 1);}
    50%{background-color: rgba(74, 74, 74, .2);}
    75%{background-color: rgba(74, 74, 74, .2);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

@keyframes loader10g{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, 1);}
    50%{background-color: rgba(74, 74, 74, .2);}
    75%{background-color: rgba(74, 74, 74, .2);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

@-webkit-keyframes loader10m{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, .2);}
    50%{background-color: rgba(74, 74, 74, 1);}
    75%{background-color: rgba(74, 74, 74, .2);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

@keyframes loader10m{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, .2);}
    50%{background-color: rgba(74, 74, 74, 1);}
    75%{background-color: rgba(74, 74, 74, .2);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

@-webkit-keyframes loader10d{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, .2);}
    50%{background-color: rgba(74, 74, 74, .2);}
    75%{background-color: rgba(74, 74, 74, 1);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

@keyframes loader10d{
    0%{background-color: rgba(74, 74, 74, .2);}
    25%{background-color: rgba(74, 74, 74, .2);}
    50%{background-color: rgba(74, 74, 74, .2);}
    75%{background-color: rgba(74, 74, 74, 1);}
    100%{background-color: rgba(74, 74, 74, .2);}
}

/* ==================================================================
                               INTRO
================================================================== */

.intro {
    position: fixed;
    z-index: 999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--open .intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 180px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 180px, 0);
}

.intro__image {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--open .intro__image {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.nomobile.container--open .intro__image {
    opacity: 0.75;
}

.intro__content {
    position: absolute;
    bottom: 0;
    padding: 3em;
    width: 100%;
    font-size: 1.15em;
}

.intro__title {
    font-weight: 900;
    font-size: 3.2em;
    line-height: 1;
    color: white;
}

.intro__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro__description {
    margin: 0 auto 0 0em;
    line-height: 1.2;
    color: white;
}

.trigger {
    position: fixed;
    overflow: hidden;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    background: none;
    z-index: 99999;
}

svg{
    z-index: 9;
    position: relative;
}

.icon rect,
.icon line {
    stroke: white;
    fill: white;
    stroke-width: 5px;
}

.icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.icon--cross,
.trigger--active .icon--grid {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

.trigger--active .icon--cross {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.items-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 225px 0 0;
}

.nomobile .items-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303030;
    content: '';
    opacity: 1;
    z-index: 99;
    -webkit-transition: opacity 0.6s cubic-bezier(0.8, 0.8,0.8, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.8, 0.8,0.8, 1) 0s;
    pointer-events: none;
}

.container--open .items-wrap::after {
    opacity: 0;
}

.item__image {
    position: absolute;
    top: 50%;
    min-height: 100%;
    width: 100%;
    opacity: 0.7;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
    transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.item__title {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 1em;
    color: #dbdbdb;
    font-size: 1.85em;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.container--open .intro__content{
    -webkit-transition: ease 0.65s;
    transition: ease 0.65s;
    padding: 1.6em 3em;
}

.intro__content{
    -webkit-transition: ease 0.65s;
    transition: ease 0.65s;
}

.intro__image::after {
    background: rgba(60, 75, 95, 0.4) ;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vegas-container {
    height: 100% !important;
}

.start-stop i {
    color: white;
    cursor:pointer;
}

.start-stop .ion-play {
    margin-right: 12px;
}

.i-opacity {
    opacity: 0.5;
}

/* ==================================================================
                               PARTICLES
================================================================== */

#particles-js canvas{
    position:relative;
    z-index: 9999;
}

.particles .intro__content{
    pointer-events: none;
}

/* ==================================================================
                               CLOUDS
================================================================== */

.clouds {
    opacity: 0.45;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    pointer-events: none;
    z-index: 9;
}

.clouds_one {
    background: url("../img/cloud1.png");
    position: absolute;
    background-position: center center;
    background-size:100% auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
   -webkit-animation: cloud_one 50s linear infinite;
       -moz-animation: cloud_one 50s linear infinite;
         -o-animation: cloud_one 50s linear infinite;
   -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    animation-delay: -40s;
    background-repeat: no-repeat;
}

.clouds_two {
    background: url("../img/cloud2.png");
    position: absolute;
    background-position: center center;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
   -webkit-animation: cloud_two 40s linear infinite;
      -moz-animation: cloud_two 40s linear infinite;
        -o-animation: cloud_two 40s linear infinite;
   -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    animation-delay: -55s;
}

.clouds_three {
    background: url("../img/cloud3.png");
    position: absolute;
    background-position: right bottom;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
   -webkit-animation: cloud_three 55s linear infinite;
      -moz-animation: cloud_three 55s linear infinite;
        -o-animation: cloud_three 55s linear infinite;
   -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
} 

@-webkit-keyframes cloud_one {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-webkit-keyframes cloud_two {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-webkit-keyframes cloud_three {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-moz-keyframes cloud_one {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-moz-keyframes cloud_two {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-moz-keyframes cloud_three {
  0% {
     -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
      -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

/* ==================================================================
                               ABOUT
================================================================== */

#about h1 {
    font-size: 50px;
}

#about ul li{
    margin-top: 30px;
}

/* ==================================================================
                              SERVICES
================================================================== */

#services .row:not(:last-child) {
    margin-bottom: 25px;
}

/* ==================================================================
                                GRID
================================================================== */

.pswp__bg{
    background: #F5F7F8 !important;
}

.pswp__top-bar button{
    margin:5px 5px 0 0;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: none !important;
}

.pswp__top-bar, .pswp__caption,.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
     background-color:transparent !important;
}

.pswp__caption__center {
    text-align: center !important;
}

figcaption{
    display: none;
}

.filter-button.is-checked{
    background-color: #db5b79;
    border-radius: 30px;
    color: white;
    letter-spacing: 0.2px;
    padding: 3px 14px;
    line-height: 1.3;
}

.button-group{
    margin-bottom: 25px;
}

.filter-button{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 17px;
    line-height: 1.3;
    border:2px solid transparent;
    border-radius: 30px;
    color: #888;
    letter-spacing: 0.2px;
    padding: 3px 14px;  
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.filter-button:not(.is-checked):hover {
    border-radius: 30px;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 1.3;
    border:2px solid rgba(201,64,103,0.5);
    padding: 3px 14px;
    -webkit-transition: border-color 1s ease 0s;
    transition: border-color 1s ease 0s;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.x1 {
    height: 220px;
    width: 25%;
}
 
.gutter-sizer {
    height: 0;
    width: 0;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mosaic-item a img{
    opacity: 0;
    width: 100%;
}

.mosaic-item{
    display: table;
} 

.mosaic-item a {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

.mosaic-item::before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    display: table-cell;
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    vertical-align: middle;
    width: 100%;
}

.mosaic-item:hover::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-sizing: border-box;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
}

/* ==================================================================
                               CONTACT
================================================================== */

#contact div > ul li{
    margin-bottom: 20px;
    display: table;
    height: 100%;
}

#contact div > ul li span{
    color: #888;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 20px;
}

.form-control {   
    background: white;
    border-color:  gray;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: gray;
    font-size: 16px;
    height: 48px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

#contactForm{
    margin-top: 10px;
}

.form-control:focus {  
    box-shadow: none;
    border-color: white;
}

.help-block {    
    font-size: 13px;
    position: absolute;
    font-style: normal;
    letter-spacing: 0.2px;
    font-weight: 300;
    margin: 0;
    margin-top: 2px;
}

.form-group{
    margin-bottom: 25px;
}

textarea.form-control {    
    height: 120px;
    resize: none;
}

.alert-danger,.alert-success { 
    background: rgba(0, 0, 0, 0);
    color: #888;
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    margin-top: 20px;
    border:none;
    margin-bottom: 0;
}

.form-control::-moz-placeholder {  
    color: gray;
}

.form-control::-webkit-input-placeholder {    
    color: gray;
    opacity: 1 !important;
}

.form-control:-moz-placeholder {    
    color: gray;
}

.form-control:-ms-input-placeholder {  
    color: gray;
}

.help-block,#success{
    color: #888;
    padding: 0;
}

/* ==================================================================
                              SUBSCRIBE
================================================================== */

.search-span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group {
    bottom: 0;
    position: absolute;
    right: 0;
}

.icon-c{
    color: gray;
    cursor: pointer;
    font-size: 25px;
    line-height: 0;
    position: fixed;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    top: 14px;
    z-index: 999; 
   -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.open .icon-c{
    opacity: 1;
    visibility: visible;
}

.morph-button {
    position: relative;
    display: block;
    margin: 0 auto;
}

.morph-button.active {
    z-index: 999999;
}

.morph-button > button {
    position: relative;
    border: none;
    background-color: #e85657;
    color: #f9f6e5;
    letter-spacing: 1px;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 25px;
}

.morph-button.open > button,
.morph-content {
    pointer-events: none;
}

.morph-button.open .morph-content {
    pointer-events: auto;
}

.morph-button-fixed,
.morph-button-fixed .morph-content {
    height: 45px;
    width: 140px;
} 

.morph-button-fixed > button {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s 0.5s;
    transition: opacity 0.2s 0.5s;
}

.morph-button-fixed.open > button {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
    position: fixed;
    z-index: 900;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
    opacity: 1;
}

.morph-button-fixed .morph-content > div {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s, visibility 0s 0.25s, height 0s 0.1s;
    transition: opacity 0.25s, visibility 0s 0.25s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
    z-index: 2000;
}

.morph-button-fixed.active .morph-content {
    z-index: 2;
}

.bg-color-morph {
    background: rgba(245, 247, 248, 0.98) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
}

.bg-opacity{
    opacity: 1;
}

.morph-button-modal .morph-content {
    -webkit-transition: opacity 0.35s 0.5s, width 0.35s 0.1s, height 0.35s 0.1s, top 0.35s 0.1s, left 0.35s 0.1s, margin 0.35s 0.1s;
    transition: opacity 0.35s 0.5s, width 0.35s 0.1s, height 0.35s 0.1s, top 0.35s 0.1s, left 0.35s 0.1s, margin 0.35s 0.1s;
}

.morph-button-modal.open .morph-content {
    top: 50% !important;
    left: 50% !important;
    -webkit-transition: width 0.35s 0.1s, height 0.35s 0.1s, top 0.35s 0.1s, left 0.35s 0.1s, margin 0.35s 0.1s;
    transition: width 0.35s 0.1s, height 0.35s 0.1s, top 0.35s 0.1s, left 0.35s 0.1s, margin 0.35s 0.1s;
}

.morph-button.morph-button-modal-2{
    display: inline-block;
}

.morph-button-modal-2 > button,
.morph-button-modal-2 .morph-content{
    background-color: #DB5B79 ;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.morph-button-modal-2.open .morph-content {
    margin: 0px 0 0 -150px;
    width: 300px;
    height: 4px;
}

.morph-button-modal-2.open .morph-content > div {
   -webkit-transition: opacity 0.75s 0.3s;
    transition: opacity 0.75s 0.3s;
}

.morph-button .morph-content,
.morph-button.open .morph-content {
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.no-js .morph-button > button {
    display: none;
}

.no-js .morph-button {
    margin: 10px 0;
    float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
}

.no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.content-style-form {
    position: relative;
    text-align: left;
}

.content-style-form input[type="email"] {
    width: 100%;
    background: none;
    border-color:none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 0px;
    box-shadow: none;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.8px;
}

.content-style-form input:focus {
    outline: 0;
}

#subscribe-result{
    color: #888;
    font-size: 13px;
    position: absolute;
    font-weight: 400;
    letter-spacing: 0.2px;
    top: 12px;
}

.content-style-form button {
    border: medium none;
    color: #db5b79;
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 37px;
    width: 37px;
    background: transparent;
}

.content-style-form button i{
    font-size: 18px;
}

.bg-morph-button {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.open .bg-morph-button{
    visibility: visible;
    opacity: 1;
}

/* ==================================================================
                              RESPONSIVE
================================================================== */

@media screen and (max-width: 1200px) {    
    .x1 {
        height: 180px;
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .container--open .intro {
        -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
        transform: translate3d(0, -100%, 0) translate3d(0, 150px, 0);
    }

    .items-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 165px 0 0;
        position: relative;
    }

    .intro__content {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 991px) {   
    #contact div > ul{
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) {   
    .trigger{
        right: 50px;
        top: 50px;
        -webkit-transition: ease 0.65s;
        transition: ease 0.65s;
    }
}

@media screen and (max-width: 767px) {   
    .x1 {
        height: 50vw;
        width: 50%;
    }

    .container--open .intro {
        -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 60px, 0);
        transform: translate3d(0, -100%, 0) translate3d(0, 60px, 0);
    }
  
    .items-wrap {
        padding: 75px 0 0;
    }

    .trigger {
        right: 20px;
        top: 20px;
        -webkit-transition: all 0.65s ease 0s;
        transition: all 0.65s ease 0s;
    }

    .container--open .intro__content{
        opacity: 0;
        -webkit-transition: all 0.65s ease 0s;
        transition: all 0.65s ease 0s;

    }
}

@media screen and (min-width: 481px) {
    .button-group ul li{
        display: inline-block;
    }

    #about ul li{
        display: inline-block;
        margin-right: 35px;
        padding: 0;

    }
}

@media screen and (max-width: 480px) {   
    .x1 {
        height: auto;
        width: 100%;
    }

    .button-group ul li{
        margin-bottom: 15px;
    }

    .button-group{
        margin-bottom: 45px;
    }

    .button-group ul{
        text-align: center;
    }

    #about h1 {
        font-size: 35px;
    }

    #about ul{
        text-align: left;
    }

    #about ul li:not(:first-of-type){
        display: inline-block;
        margin-right: 35px;
        padding: 0;
    }

    .intro__title {
        font-size: 2em;
    }

    .morph-button-modal-2.open .morph-content {
        height: 4px;
        margin: 0 0 0 -125px;
        width: 250px;
    } 
}
