/*
font-family:'Daytona W01 Thin';
font-family:'Daytona W01 Thin Italic';
font-family:'Daytona W01 Light';
font-family:'Daytona W01 Light Italic';
font-family:'Daytona W01 Regular';
font-family:'Daytona W01 Italic';
font-family:'Daytona W01 Semibold';
font-family:'Daytona W01 Semibold Italic';
font-family:'Daytona W01 Bold';
font-family:'Daytona W01 Bold Italic';
font-family:'Daytona W01 Fat';
font-family:'Daytona W01 Fat Italic';
font-family:'Daytona W01 Condensed Thin';
font-family:'Daytona W01 Condensed Light';
font-family:'Daytona W01 Condensed';
font-family:'Daytona W01 Condensed Semibold';
font-family:'Daytona W01 Condensed Bold';
font-family:'Daytona W01 Condensed Fat';
*/


.contentWrapper .setWidth {
    max-width: 1000px;
}



.twoBoxesWrapper {
    background-color: #b0bbc9;
    background-image: url(images/texture.png);
    background-repeat: repeat;
    padding: 35px 0 0 0;
}

.twoWrap { 
    margin-bottom: 0;
}

.twoItem {
    padding: 30px 36px !important;
    width: 49%;
    background-color: #2c2c2c;
}

.twoItem:first-child { 
    margin-right: 2%;
}

.twoText {
    font-size: 18px;
    line-height: 28px;
}





.nivoSlider:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.47);
    z-index: 7;
}

.galleryHTMLDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 90%;
}

.galleryHTMLDiv h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 75px;
    line-height: 72px;
    filter: drop-shadow(0 0 14px #000000);
}

.nivo-prevNav, .nivo-nextNav {
    display: none !important;
}

.galleryWrapper {
    position: relative;
    z-index: 0 !important;
}



/* repsonsive */

@media all and (max-width: 1000px) { 
    .galleryHTMLDiv h1 {font-size: 59px; line-height: 60px;}
}

@media all and (max-width: 765px) { 
    .galleryHTMLDiv h1 {  font-size: 39px; line-height: 38px; }
    .twoItem { display: block; width: 100%; padding: 30px !important; margin-bottom: 27px;}
    .twoBoxesWrapper {padding: 35px 0 1px 0;}
}

@media all and (max-width: 500px) { 
    .galleryHTMLDiv h1 {filter: none; color: #000; font-size: 34px; line-height: 35px;}
    .galleryHTMLDiv { position: relative; left: 0; transform: none; margin: 0 auto; padding-top: 25px;}
    .contentWrapper { padding: 20px 0 65px 0; }
}

