@font-face {
  font-family: 'PCVWebDynasty';
  src: url('fonts/pvc_web-dynasty-TRIAL.woff') format('woff');
}

@font-face {
  font-family: 'PCVWebDynastyItalic';
  src: url('fonts/pvc_web-dynasty-italic-TRIAL.woff') format('woff');
}

@font-face {
  font-family: 'PCVWebPromo';
  src: url('fonts/pvcweb-promo-TRIAL.woff') format('woff');
}

@font-face {
  font-family: 'PCVWebMenu';
  src: url('fonts/pvcweb-menu-TRIAL.woff') format('woff');
}


@font-face {
  font-family: 'AromaBold';
  src: url('fonts/LinotypeAroma-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Aroma';
  src: url('fonts/LinotypeAroma.woff') format('woff');
}

@font-face {
  font-family: 'BigDaily';
  src: url('fonts/bigdailyshort-light-TRIAL.otf') format('woff');
}

@font-face {
  font-family: 'BigDailyBold';
  src: url('fonts/bigdailyshortweb-bold-TRIAL.woff') format('woff');
}

body{
    font-size: 9pt;
}

body > .container-fluid, body > section{
    padding-top: 20px;
    min-height: calc(100vh - 30px);
}

body > footer{
    padding: 30px 20px 0 20px;
    margin-top: 20px;
    color: #fff;
    background: #212529;

}

body > footer .col-auto{
    width: 338px;

}

footer form{
    margin-bottom: 20px;
    position: relative;
}

footer form .form-control{
    padding-left: 5px;
    width: inherit;
    margin-bottom: 5px;

}

footer form button{
    /*position: absolute;
    right: 43px;
    bottom: 2px;
    background: none;*/
}


footer .col-lg-4{
    padding: 0 !important;
}

footer h4, footer a{
    color: #fff;
}

footer a:hover{
    color: #fff;
    text-decoration: 1px underline !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 1px !important;
}

footer .btn-info {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

footer .btn-info:hover {
    text-decoration: 1px underline !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 1px !important;
}

.copyright2{
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    background: #212529;
    color: white;
}

ol, ul {
    padding-left: 0;
}

* {
    font-family: arial, sans-serif, sans-serif;
    font-size: 10pt;
    line-height: 15pt;
    list-style:none;
    margin:0;
    padding:0;
    text-decoration:none;
}

a{
    color: #212529;
    text-decoration: none;
}

a:hover{
    color: #212529;
    text-decoration: underline 1px !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 1px !important;
}

.menu-container a:hover, .projects>div>div>a:hover, #logo:hover{
    text-decoration: underline 3px !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 3px !important;

}

.img-responsive img{
    width: 100%;
}

.pages .img-responsive {
    margin-bottom: 20px;
}

iframe{
    width: 100%;
    margin-bottom: 20px;
}

strong{
    font-weight: bold;
}

h1{
    margin-bottom: 20px;
}

.home h1, a>h1, .menu-logo{
    font-family: 'PCVWebDynasty';
    font-size: 3.4em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: -3.5px;
    margin-left: 7px;
}

/* Pages */

.project_detail h2{
    font-family: 'PCVWebDynasty';
    font-size: 3.2em;
    line-height: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
}

.project_detail .img-responsive, .pages .img-responsive{
    position: relative;
}

.project_detail .img-responsive span, .pages .img-responsive span{
    padding-right: 20px;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    line-height: 1.2em;
    text-align: right;
    font-family: 'PCVWebMenu';
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left: -42%;
}

.projects h2{
    font-family: 'PCVWebDynasty';
    font-size: 3.2em;
    line-height: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
}

.projects h2 span, .project_detail h2 span{
    font-family: 'PCVWebDynasty';
    /*font-size: 0.5em;
    font-weight: 600;*/
    font-size: 0.5em;
}

.subtitle{
    font-family: 'PCVWebDynasty';
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 14px;
    display: inline-block;
    letter-spacing: 1px;

}

.dates h2, .pages h2, .news h2{
    font-family: 'PCVWebDynasty';
    font-size: 3.4em;
    line-height: 1.1em;
    text-transform: capitalize;
    margin-top: -4px;
}

.project_detail h3, .news h3, footer h4{
    font-family: 'PCVWebMenu';
    font-size: 2em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: -8px;
}

.news .img-responsive{
    margin-bottom: 20px;
}

h2 a, h3 a{
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
}

.reviews, .credits, .project_detail .dates {
    margin-top: 20px;
}

.reviews ul li {
    margin-bottom: 1rem;
}

.reviews ul li > p:last-of-type {
    margin-bottom: 0;
}

.dates{
    width: 100%;
}

.credits p{
    text-align: justify;
}

.copyright{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}

.copyright p{
    float: right;
    padding: 2px 10px;
    margin: 0;
    font-size: 12px;
}

.modal{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    /*visibility: hidden;*/
    z-index: 10001;
    /*opacity: 0;
    -webkit-transition-property: opacity,visibility,z-index;
    transition-property: opacity,visibility,z-index;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;*/
}

/* Nav */
.navbar-collapse{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -5;
    transition: z-index 0.4s;
    -webkit-transition: z-index 0.4s;
}

.navbar-collapse .menu-container{
    width: 100%;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    height: 0;
}

.show-menu {
    z-index: 1100;
}

.show-menu .menu-container{
    height: 100vh;
    overflow: auto;
}

#toggler-container{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

#toggler-container.visible{
    opacity: 0.4;
}

@media (min-width: 1024px){
    #toggler-container.visible{
        opacity: 0;
    }
}

.nav #navbar-toggler{
    position: fixed;
    right: 18px;
    top: 15px;
    border: none;
    z-index: 10000;
    background: transparent;
}

.nav #navbar-toggler:focus {
    box-shadow: none;
}

.nav-link, .nav-link:hover {
    color: #212529;
}

.nav #navbar-toggler span {
    font-size: 20px;
}

.menu-container>ul{
    margin-left: 7px;
    margin-top: 10px;
}

.menu-container>ul>li>a{
    font-family: 'PCVWebDynasty';
    font-size: 3.4em;
    text-transform: uppercase;
    line-height: 1em;
    margin:0;
    cursor: pointer;
}

.menu-container>ul>li>ul{
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
}

.menu-container>ul>li>ul>li>a {
    font-family: 'PCVWebDynasty';
    font-size: 3.4em;
    text-transform: capitalize;
    line-height: 0.7em;
    margin:0;
}

.menu-container a.active {
    text-decoration: underline 3px !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 3px !important;
}

.menu-container>ul>li.open > ul {
  opacity: 1;
}

.menu-container>ul>li.open>ul{
    pointer-events: visible;
    opacity: 1;
    display: block;
}

@media (min-width: 1024px){
    .menu-container>ul>li>ul{
        position: absolute;
        top: 17px;
        left: 310px;
        display: block;
    }
}

/*Home*/

.sidebar-home{
    flex: 0 0 auto;
}

.home, .home .container-fluid{
    height: 100%;
    width: 100%;
}

.home .container-fluid{
    position: relative;
}

.home .container-fluid .col{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.home .nav .menu-visible #navbar-toggler{
    color: #000000;
    background: transparent;
}

@media (min-width: 1024px){
    .sidebar-home{
        width: auto;
    }
    .home .container-fluid .col{
        margin-top: -20px;
    }
    .home .nav #navbar-toggler{
        color: #ffffff;
        background: #000000;
        padding: 1px 4px;
        transition: background, color 0.8s;
        -webkit-transition: background, color 0.8s;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    background-color: #ffffff; /* Fallback color */
    align-items: flex-start;
    padding: 20px;
    justify-content: center;
}

.modal-text {
    z-index: 10000; /* Sit on top */
}

.modal-btn{
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-color: #212529 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 3px !important;
    background: transparent;
    border: none;
    float: right;
}

.modal-content{
    width: 50%;
    border: none;
}

/* The Close Button */
.close {
    color: #000;
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    width: 20px;
    height: 20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Slick slider */
.slider{
    position: relative;
}

.slick-slider-container{
    width: 120vw;
    margin-left: calc(-50% + 60px);
}

.slick-slide {
}

.slick-slide>img{
    width: 100%;
    max-width: 100%;
}

.slick-slide span {
    color: #ffffff;
    padding: 2px 2px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: right;
}

.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-track .slick-slide {
    margin: 0 15px;
}

.slick-prev {
    left: -300px !important;
    z-index: 1000;
    width: auto !important;
    height: auto !important;
}

.slick-lightbox .slick-prev {
    left: 15px !important;
}

.slick-next {
    right: inherit !important;
    left: calc(100vw - 381px) !important;
    z-index: 1000;
    width: auto !important;
    height: auto !important;
}

.slick-lightbox .slick-next {
    right: 15px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'PCVWebMenu' !important;
    font-size: 45px !important;
    line-height: 1;
    opacity: 1 !important;
    font-weight: 400 !important;
    color: white !important;
}

.slick-prev::before {
    content: "«" !important;

}

.slick-next::before {
    content: "»" !important;
}

.slick-lightbox{
    background: rgba(0,0,0,1) !important;
    z-index: 10001 !important;
}

.slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
    font-family: 'PCVWebMenu' !important;
    font-size: 45px !important;
    line-height: 1;
    opacity: 1;
    font-weight: 400 !important;
    color: white !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-lightbox-close {
    top: 20px !important;
    right: 20px !important;
    font-size: 28px;
    font-weight: bold;
}

.slick-lightbox-close:before {
    font-family: inherit !important;
    font-size: 28px !important;
    opacity: 1 !important;
}



