html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Futura PRO Book';
    font-size: 16px;
}
ol, ul
list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 30px;
    vertical-align: super;
}

header {
    background: #181818;
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 7vh;
    min-height: 54px;
}
header .logo {
    margin: 15px;
}

section {
    min-height: 93vh;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.vh100 {
    height: 93vh;
}
.vh75 {
    height: 75vh;
}
.vh50 {
    height: 50vh;
}
.vh40 {
    height: 50vh;
}
.vh30 {
    height: 30vh;
}
.vh25 {
    height: 25vh;
}

.yellow {
    background-color: #fff800;
}
.footer {
    position: absolute ;
    /* bottom: 50px; */
    bottom: 15px;
    margin-left: 50%;
    left: -150px;
    width: 300px;
}

#inicio {
    /* background: url(../img/1ban.jpg); */
    background-color: #000;
    background-position: center;
    background-size: cover;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
}
#inicio .info {
    width: 400px;
    margin: auto;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
}
#inicio .info h1 {
    font-weight: 400;
    letter-spacing: 1px;
}
#inicio .info .logo {
    margin: 0 auto 30px;
    width: 300px;
}
/* #la-torre {
    background: url(../img/fondo2.png);
    background-position: center;
    background-size: 102%;
} */
#la-torre .poster {
    background: url(../img/La%20Torre.png);
    background-position: center;
    background-size: cover;
}

#la-torre .poster span {
    display: block ;
    background: #fdf743;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    position: absolute;
    cursor: pointer;
}
#la-torre .poster span:hover, #la-torre .poster span.active {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(253,247,67,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(253,247,67,1);
    box-shadow: 0px 0px 20px 5px rgba(253,247,67,1);
}
#la-torre h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
}
#la-torre .box {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    padding: 0px 15%;
}
#la-torre #accordian {
    margin: 40px 0;
    color: #181818;
}
#la-torre #accordian h3 {
    padding: 0px;
    cursor: pointer;
    font-weight: normal;
}
#la-torre #accordian h3:hover, #la-torre #accordian li.active h3 {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    font-weight: bold;
}
#la-torre #accordian h3 span {
    margin-right: 10px;
}
#la-torre #accordian li {
    list-style-type: none;
}

#la-torre #accordian ul ul {
    display: none;
    margin: 40px 0;
}
#la-torre #accordian li.active ul {
    display: block;
}

#estilo-de-vida .poster {
    background: url(../img/3.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    min-height: 250px;
}

#estilo-de-vida .poster h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left !important;
    padding: 10px 0 !important;
}

#estilo-de-vida .box {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: inherit;
    padding: 0px 10%;
    text-align: left;
}

#estilo-de-vida .box h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 0 100px 0;
}

#estilo-de-vida .timeline {
    margin: 20px 0;
    padding: 0;
    border-top: 2px solid #181818;
    list-style: none;
}

#estilo-de-vida .timeline__step {
    float: left;
    padding-top: 30px;
    position: relative;
    border: 1px solid;
    top: -20px;
    height: 10px;
}
#estilo-de-vida .timeline__step:hover, #estilo-de-vida .timeline__step.active {
    border-color: #fff800;
}

#estilo-de-vida .timeline__step:first-of-type:before, .timeline__step:last-of-type:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}
#estilo-de-vida .timeline__step:last-of-type:before {
    left: 50%;
}
#estilo-de-vida .timeline__step:hover .timeline__step-label, #estilo-de-vida .timeline__step.active .timeline__step-label {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    border-width: 1px;
    bottom: 100%;
    border-color: #fff800;
}
#estilo-de-vida .timeline__step:hover, .timeline__step.active {
    display: block;
}

#estilo-de-vida .timeline__step-label {
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    border-width: 0;
    width: 100px;
    margin: 0 0 45px -62px;
    border-style: solid;
    border-color: #fff800;
    border-radius: 25%;
    background: #fff800;
    font-weight: normal;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
#estilo-de-vida .timeline__step-label:before, .timeline__step-label:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}
#estilo-de-vida .timeline__step-label:before {
    border-top-color: #fff800;
    border-width: 8px;
    margin-left: -8px;
}
#estilo-de-vida .timeline__step-label:after {
    border-top-color: #fff800;
    border-width: 6px;
    margin-left: -6px;
}

#estilo-de-vida .timeline__step-content {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#estilo-de-vida .timeline__step-title {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: -15px;
}

#estilo-de-vida .timeline__step-marker {
    width: 45px;
    height: 45px;
    margin-left: -23px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px -10;
    color: #181818;
    font-style: normal;
    position: absolute;
    top: 5px;
    left: 50%;
    position: absolute;
    margin-top: -40px;
}

#estilo-de-vida .timeline__step-radio {
    display: none;
    /**
    * not needed for now,
    * because markers won't be clicked in horz version
    */
}

#estilo-de-vida .timeline--summary {
    width: 200px;
    border-width: 2px;
}
#estilo-de-vida .timeline--summary .timeline__step-label {
    margin-bottom: 19px;
}
#estilo-de-vida .timeline--summary .timeline__step-title {
    padding: 10px 0 0;
    font-size: 8px;
    font-weight: bold;
}
#estilo-de-vida .timeline--summary .timeline__step-marker {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-width: 2px;
    text-indent: -999em;
    box-shadow: 0 0 0 3px #fff;
    top: -7px;
}

#amenidades {
    border: none;
}

#amenidades h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 0;
}

#amenidades .list {
    list-style: none;
    padding: 40px 0px 40px 60px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
#amenidades .list li {
    padding: 5px 0px;
    width: 300px;
}
#amenidades li span {
    background: #fff800;
    width: 20px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    float: left;
    display: block;
    border-radius: 30px;
    margin: 0px 5px;
}
#amenidades .poster {
    position: relative;
    width: 90%;
    margin: 0 auto;
	bottom: 46px;
}

#amenidades .poster span {
    display: block ;
    background: #fdf743;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    position: absolute;
}

#ubicacion {
    min-height: 90vh !important;
    height: 93vh !important;
}

#ubicacion .poster {
    background: url(../img/ubicacion.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70%;
    color: #181818;
}
#ubicacion h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 0;
}
#ubicacion .box.yellow {
    display: table-cell;
    vertical-align: bottom;
    padding: 20px;
    text-align: left;
    float: left;
}
#ubicacion .box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 20px;
    text-align: left;
}

#diseno .poster {
    background: url(../img/arquitecto3.png);
    background-position: center;
    background-size: cover;
}
#diseno h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#diseno .box.yellow {
    display: table-cell;
    vertical-align: bottom;
    height: inherit;
    padding: 20px;
    text-align: left;
    float: left;
}
#diseno .box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: inherit;
    padding: 20px;
    text-align: left;
}

#los-depas h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: -15%;
    padding: 5% 0;
}
#los-depas .box {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    padding: 0px 10%;
    text-align: left;
}

#tab-container { width: 100%; padding: 0; clear: both; }
#tab-container ul { list-style: none; margin: 0; padding: 0; width: 100%; }
#tab-container ul li { float: left; width: 33.33%; margin: 0; padding: 0; text-align: center;}
#tab-container ul li a { display: block; padding: 20px 0; outline: none; text-decoration: none; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #181818;}
#tab-container ul li a:hover { text-decoration: none; }
#tab-container ul li.active { width: 33%; background: #fff;}
#tab-container ul li a.active { text-decoration: none; padding: 19px 0;  border-bottom: 3px solid #fff800 ; }
#tab-container .panel-container { background: #fff; border: solid 1px; border-bottom: none; padding: 10px; margin-bottom: 0; }

#tab-inner { width: 100%; padding: 0; clear: both; }
#tab-inner ul { list-style: none; margin: 0; padding: 0; width: 100%; }

#tabs1 #tab-inner ul li { float: left; width: 100%; margin: 0; padding: 0; text-align: center;}
#tabs2 #tab-inner ul li { float: left; width: 25%; margin: 0; padding: 0; text-align: center;}
#tabs3 #tab-inner ul li { float: left; width: 50%; margin: 0; padding: 0; text-align: center;}

#tab-inner ul li a { display: block; padding: 20px 0; outline: none; text-decoration: none;  border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #181818;}
#tab-inner ul li a:hover { text-decoration: none; }

#tabs1 #tab-inner ul li.active { width: 100%; background: #fff;}
#tabs2 #tab-inner ul li.active { width: 25%; background: #fff;}
#tabs3 #tab-inner ul li.active { width: 50%; background: #fff;}

#tab-inner ul li a.active { text-decoration: none; padding: 19px 0;  border-bottom: 3px solid #fff800 ; }
#tab-inner .panel-container { background: #fff; border: solid 1px; border-bottom: none; padding: 10px; margin-bottom: 0; }

.depa {
    margin-top: 40px !important;
}

#gallery {
    height: 93vh;
    vertical-align: middle;
    display: table-cell;
    padding: 50px;
    background: url(../img/fondo_gallery.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
}

/* grid */
#gallery .row {
  margin: 0 -10px;
  margin-bottom: 10px;
}
#gallery .row:last-child {
  margin-bottom: 0;
}
#gallery [class*="col-"] {
  padding: 10px;
    float: none !important;
}

@media all and ( min-width: 600px ) {

  #gallery .row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #gallery [class*="col-"] {
    display: table-cell;
  }

  /* set col widths */
  #gallery .col-2-3 {
    width: 66.66%;
  }
  #gallery .col-1-2 {
    width: 50%;
  }
  #gallery .col-1-3 {
    width: 33.33%;
  }
  #gallery .col-1-4 {
    width: 25%;
  }
  #gallery .col-1-8 {
    width: 12.5%;
  }

}

#gallery h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 0;
}

#gallery img {
    width: 100%;
}

#contacto {
    background: #181818;
    color: #ffffff;
}
#contacto h1 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
}
#contacto .box {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    padding: 0px 15%;
}
form {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
form label {
    display: block;
}

form label input:focus, form label textarea:focus {
    outline: none;
}

form label input, form label textarea {
    border: 1px solid #ffffff;
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    font-size: 1em;
    color: #ffffff;
    line-height: 2.5em;
}

form label textarea {
    min-height: 150px;
}

.button, button {
    background: #fdf743;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 0px;
    width: 60%;
    font-size: 1em;
    font-family: 'Futura Pro';
    color: #181818;
    text-align: center;
    line-height: 20px;
    display:block ;
    text-decoration: none;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: transparent;
    width: auto;
    float: right;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #181818;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
#cssmenu.small-screen {
    width: 100%;
}
#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen.align-right ul ul {
    text-align: left;
}
#cssmenu.small-screen ul li,
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li,
#cssmenu.small-screen.align-right > ul > li {
    float: none;
    display: block;
}
#cssmenu.small-screen ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #181818;
    background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li a:hover {
    color: #181818;
}
#cssmenu.small-screen ul ul ul li a {
    padding-left: 40px;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
}
#cssmenu.small-screen > ul > li.has-sub > a::after,
#cssmenu.small-screen ul ul li.has-sub > a::after {
    display: none;
}
#cssmenu.small-screen #menu-line {
    display: none;
}
#cssmenu.small-screen #menu-button {
    display: block;
    padding: 20px;
    color: #181818;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
#cssmenu.small-screen #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #181818;
}
#cssmenu.small-screen #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #181818;
    border-bottom: 2px solid #181818;
}
#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
}
#cssmenu.small-screen .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #181818;
    z-index: 99;
}
#cssmenu.small-screen .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #181818;
    z-index: 99;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
    display: none;
}
#cssmenu.small-screen.select-list {
    padding: 5px;
}

/* grid */
.row {
    margin: 0px;
}
.row:last-child {
    margin-bottom: 0;
}
.vh-m {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
[class*="col-"] {
    margin: 0px;
    padding: 0px;
}

@media all and ( min-width: 600px ) {

    .row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    [class*="col-"] {
        display: table-cell;
    }

    /* set col widths */
    .col-1-1 {
        float: left;
        width: 100%;
    }
    .col-2-3 {
        float: left;
        width: 66.66%;
    }
    .col-1-2 {
        float: left;
        width: 50%;
    }
    .col-1-3 {
        float: left;
        width: 33.33%;
    }
    .col-1-4 {
        float: left;
        width: 25%;
    }
    .col-1-5 {
        float: left;
        width: 20%;
    }
    .col-2-5 {
        float: left;
        width: 40%;
    }
    .col-1-8 {
        float: left;
        width: 12.5%;
    }

}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #181818;
    border-radius: 5px;
    width: 600px;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 90%;
    padding: 50px 0px;
    overflow: auto;
    text-align: center;
}

.videoContainer
{
    /* position:relative;;
    height:100%;
    width:100%;
    overflow: hidden;
    padding: 20px 10px 10px 10px; */

    position: relative;
    margin: auto;
    height: 100%;
    text-align: center;
    background: black;
}

.videoContainer video {
  width: auto    !important;
  height: 100%   !important;
  vertical-align: middle;
}

.videoContainer .video-layer-2{
  position:absolute;
  bottom: 100px;
  right: 50px;
}

.videoContainer .video-layer-2 p{
  font-size: 60px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.videoContainer .video-layer-3{
  position:absolute;
  bottom: 40px;
  right: 70px;
}

.videoContainer .video-layer-3 p{
  font-size: 60px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: white;
}

.play-control {
  font-size: 100px;
  position: absolute;
  color: white;
  z-index: 1000;
  margin-left: 45%;
  margin-top: 20%;
}
