﻿html, body, ul, li {
    padding:0;
    margin:0;   
}

html, body {
    width:100%;
    height:100%;
}
a {text-decoration:none;}
a img, fieldset {border:none;}

h1, h3 {
    color:#f41e26;
}

#cover {
    background: url("../../images/ajax-loader.gif") no-repeat scroll center center #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:1000;
}

header {
    width:100%;
    position:fixed;
    background: rgba(255,255,255,1);
    z-index:100;
    border-bottom:1px solid #f41e26;
    top:0;
}
    #head-left {
        float:left;
        width:25%;
        padding-left:10%;
    }

        #head-left img {
            padding:10px 0;
            border:none;
        }

    #head-right {
        float:right;
        text-align:right;
        width:55%;
        padding-right:10%;
    }
#mobile-menu {
    display:none;
}

        #fs-menu ul li {
            display: inline-block;
            list-style-type: none;
            font-family: 'Trocchi', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            margin-left: 7%;
            line-height:100px;
            font-size:14px;
        }
            #fs-menu ul li a {
                color:#555;
                text-decoration:none;
            }

            #fs-menu ul li:hover a {
                color:#f41e26;
            }


        #mobile-menu {
            display:none;
        }

#slides .container {
    position: absolute;
    width: 50%;
    max-width: 500px;
    padding: 10px 20px;
    color:#FFF;
    text-align:center;
    background: rgba(0,0,0,0.5);
}

/*#slides .container {
    position: absolute;
    width: 100%;
    height:100%;
    padding:0;
    color:#FFF;
    text-align:center;
    background: rgba(0,0,0,0.5);
    top:0;
    left:0;
    right:0;
    bottom:0;
}*/

#slides .c1 {
    
    right: 90px;
    top: 30%;
    
}

/*#slides .c1, #slides .c2, #slides .c3 {
    position:relative;
    padding-top:20%;
}*/

    #slides .super {
    font-size:100px;
    font-family: 'Dancing Script', Arial, Helvetica, sans-serif;
}
    #slides .c1 .super, #slides .c2 .super {
        line-height:50px;
    }

    #slides .sub {
        font-size:40px;
        font-family:'Oswald', Arial, Helvetica, sans-serif; 
        text-transform:uppercase;

    }

    #slides .c1 .top  {
        padding-right:20%;
    }
    #slides .c2 .top {
        padding-right:30%;
    }
    #slides .c1 .btm {
        padding-left:20%;
        line-height:90px;
    }

    #slides .c2 .btm { 
        padding-left:20%;
        line-height:90px;
    }

#slides .c2 {  
    left: 90px;
    top: 30%;
    
}

#slides .c3 {
    right: 90px;
    top: 30%;
}
    #slides .c3 .super {
        line-height:1;
    }

section.intro {
    color:#555;
    font-family: 'Trocchi', Arial, Helvetica, sans-serif;
}

    section.intro.contact {
        padding:2% 10% 1%;
    }
section.intro.home, section.intro.story, section.intro.services {
    padding:2% 10% 4%;
}
    section.intro.home {
        text-align:center;
    }

    section.intro a {
        color:#555;
    }

section.portfolio {
    width:100%;
    padding-bottom:3%;
}

.cont-container {
        max-width:1024px;
        margin:0 auto;
    }

        section .port-item {
            background-position:center;
            background-size:cover;
            background-color:#555;
            width:25%;
            height:100%;
            float:left;
            display:block;
            padding-bottom:25%;
            position:relative;
        }

            section .port-item.cont {
                width:50%;
                padding-bottom:50%;
            }

            section .port-item .text {
                margin:50px 24px;
                position:absolute;
                bottom:0;               
                color:#fff;
                font-size:60px;
                font-family: 'Dancing Script', Arial, Helvetica, sans-serif;
                line-height:60px;
                text-decoration:none;
            }

            section .port-item.lnk:hover {
                background-color: #f41e26;
            }

            section.portfolio .port-item .port-over {
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition-property: opacity;
                transition-property: opacity;
                transition: opacity .2s cubic-bezier(0.165,.84,.44,1);
                -webkit-transition: opacity .2s cubic-bezier(0.165,.84,.44,1);
                -moz-transition: opacity .2s cubic-bezier(0.165,.84,.44,1);
                -ms-transition: opacity .2s cubic-bezier(0.165,.84,.44,1);
                -o-transition: opacity .2s cubic-bezier(0.165,.84,.44,1);
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: #000;
                background: rgba(0,0,0,.7);
                color: #fff;
                display: block;
                position: absolute;
            }



            section .port-item:hover .port-over {
                opacity:1;
            }

                section .port-item .port-over .over-text {
                    font-family:'Trocchi', Arial, Helvetica, sans-serif; 
                    margin:50px 34px;
                    position:absolute;
                    bottom:0; 
                    
                }

                section.portfolio .port-item .port-over q {
                    text-decoration:none;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    transform: translate3d(0,16px,0);
                    -webkit-transform: translate3d(0,16px,0);
                    -moz-transform: translate3d(0,16px,0);
                    -ms-transform: translate3d(0,16px,0);
                    -o-transform: translate3d(0,16px,0);
                    transition: transform .2s cubic-bezier(0.165,.84,.44,1),opacity .2s cubic-bezier(0.165,.84,.44,1);
                    -webkit-transition: -webkit-transform .2s cubic-bezier(0.165,.84,.44,1),opacity .2s cubic-bezier(0.165,.84,.44,1);
                    -moz-transition: -moz-transform .2s cubic-bezier(0.165,.84,.44,1),opacity .2s cubic-bezier(0.165,.84,.44,1);
                    -ms-transition: -ms-transform .2s cubic-bezier(0.165,.84,.44,1),opacity .2s cubic-bezier(0.165,.84,.44,1);
                    -o-transition: -o-transform .2s cubic-bezier(0.165,.84,.44,1),opacity .2s cubic-bezier(0.165,.84,.44,1);
                    transition-delay: .2s;
                    -webkit-transition-delay: .2s;
                    -moz-transition-delay: .2s;
                    -ms-transition-delay: .2s;
                    -o-transition-delay: .2s;
                }

                    section.portfolio .port-item:hover .port-over q {
                        opacity: 1;
                        filter: alpha(opacity=100);
                        transform: translate3d(0,0,0);
                        -webkit-transform: translate3d(0,0,0);
                        -moz-transform: translate3d(0,0,0);
                        -ms-transform: translate3d(0,0,0);
                        -o-transform: translate3d(0,0,0);
                    }



q::before, q::after {
    content:"";
}

.display {
    width:100%;
    height:600px;
    background-size:cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    margin-top:100px;
    
}
    .display.disco {
        background-position:50% 100%;
    }

#services .display {
    background-image:url('../../images/cupc1440.jpg');
    background-position:50% 50%;
}

#services .intro ul {
    margin-left:10%;
}

#story .display {
    background-image:url('../../images/princess1440.jpg');
    background-position:50% 100%;
}

.gallery {
    padding-top:105px;
}

#gallery-page {
    max-width:1024px;
    margin:0 auto;
    padding-bottom:3%;
}

#gallery-page .item {
    float:left;
    display:block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing:border-box;
    border: 2px white solid;
}


#gallery-page .full {
    width:100%;
    height:650px;
}

#gallery-page .half {
    width:50%;
    height:750px;
}

#contact {
    font-family: 'Trocchi', Arial, Helvetica, sans-serif;
}

#contact .display {
    background-image:url('../../images/oz1440.jpg');
    background-position:50% 50%;
}

.contact-container {
    max-width:1024px;
    margin:0 10%;
}

.contact-container .left {
    float:left;
    width:50%;
}


    .contact-container .right {
        width: 45%;
        float:right;
    }

.form-label {
    font-family: 'Trocchi', Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
}
.form-input {
    width:80%;
}

    .form-input.ddl {
        padding:2px;
    }

.form-btn {
    border:none;
    cursor:pointer;
    padding:3px 10px;
    background-color:#f41e26;
    font-family:'Trocchi', Arial, Helvetica, sans-serif;
    color:#fff;
}
    .form-btn:hover {
        background-color:#A00000;
    }

    .form-btn:disabled {
        background-color:#555;
        cursor: default;
    }

.rfv {
    color:red;
}

    /*#contact .display .overlay {
        position:relative;
        width:100%;
        height:100%;
        top:0;
        left:0;
        bottom:0;
        right:0;
        color:#FFF;
        text-align:center;
        background: rgba(0,0,0,0.5);
    }
        #contact .display .overlay .heading {
            position:inherit;
            top:40%;
            margin: 0 auto;
            font-size:150px;
            font-family: 'Dancing Script', Arial, Helvetica, sans-serif;
        }*/

footer {
    display:block;
    background-color:#f8f8f8;
    border-top: 1px solid #e0e0e0;
    position:relative;
    font-family: 'Trocchi', Arial, Helvetica, sans-serif;
    color:#404040;
    
}
    footer h4 {
        padding:0 0 10px 0;
        margin:0;
        font-weight:400;

    }
    footer .row {
        font-weight:700;
        text-transform: uppercase;
        margin:0 10%;
        padding:90px 0 45px;
    }
    footer .item {
        float:left;
        width: 25%;
        padding-bottom:45px
    }
        

    footer .lnk li {
        padding:5px 0;
    }

    footer li {
        list-style-type: none;
    }
        footer .item a  {
            color:#404040;
            text-decoration:none;
        }

        footer .lnk a:hover {
            color:#f41e26;
        }

    footer li.icon {
        height:32px;
        width:32px;
        margin:0px 10px;
        display: inline-block;
        
    }
        footer li.icon a {
            display:block;
            width:100%;
            height:100%;
        }

    footer li.fb {
        background:url('../../images/social/facebook.png') no-repeat center center;
    }

        footer li.fb:hover {
            background-image:url('../../images/social/facebook-r.png')
        }

    footer li.pin {
         background:url('../../images/social/pinterest.png') no-repeat center center;
    }
        footer li.pin:hover {
         background-image:url('../../images/social/pinterest-r.png');
    }
     footer li.inst {
         background:url('../../images/social/instagram.png') no-repeat center center;
    }
        footer li.inst:hover {
         background-image:url('../../images/social/instagram-r.png');
    }

    footer .terms {
        padding:0 10% 10px; 
        width:80%; 
        text-align:center; 
        font-size:12px; 
        color:#aaa;
    }

        footer .terms a {
            color:#aaa;
            text-decoration:none;
        }
@media only screen 
and (max-device-width : 1024px)  {
    .display {
         background-attachment: scroll !important;
         margin-top:0;
    }
     .display.disco {
        background-position:50% 100%;
    }
}

@media screen and (max-width:1024px) {
    header {
        height: auto;
    }

    #head-left {
        width: 65%;
    }

    #head-right {
        width: 15%;
    }

        #head-right #mobile-menu {
            display: block;
            font-family: 'Trocchi', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            line-height: 100px;
        }

            #head-right #mobile-menu a {
                color: #555;
                text-decoration: none;
            }

                #head-right #mobile-menu a:hover {
                    text-decoration: underline;
                }

        #head-right #fs-menu {
            display: none;
        }


    #slides .c1, #slides .c2, #slides .c3 {
        top:35%;
}


    #slides .super {
    font-size:75px;
}
    #slides .c1 .super, #slides .c2 .super {
        line-height:40px;
    }

    #slides .sub {
        font-size:30px;
    }

    #slides .c1 .top  {
        padding-right:20%;
    }
    #slides .c2 .top {
        padding-right:30%;
    }
    #slides .c1 .btm, #slides .c2 .btm {
        padding-left:20%;
        line-height:60px;
    }

    .cont-container {
        margin:0 5%;
    }

    section .port-item .text {
                margin:20% 10%;
                font-size:40px;
                line-height:40px;
            }

     section .port-item .port-over .over-text {
                    margin:20% 10%;
                }
    .display {
        height:550px;
    }

    footer .row {
        padding:45px 0 0px;
    }
     footer .item {
        width: 50%;
    }

}

@media screen and (max-width:767px) {
    #slides .container {
        width:80%;
        left:5%;
        right:5%;
        padding:5% 2%;
    }

    #slides .super {
        font-size:60px;
    }
    #slides .c1 .super, #slides .c2 .super {
        line-height:30px;
    }
     #slides .sub {
        font-size:20px;
    }

     section .port-item {
         width:50%;
         padding-bottom:50%;
     }

     #gallery-page .full {
    width:100%;
    height:325px;
}

#gallery-page .half {
    width:50%;
    height:375px;
}

     
     .display {
    height:400px;
    }
   
    .contact-container {

        margin:0 auto;
    }
     .contact-container .left {
        
     width:100%;
}


    .contact-container .right {
        width:90%;
         margin-left:10%;
    }
    footer li.icon {
        height:20px;
        width:20px;
        background-size:cover;
        margin:0px 5px;
        display: inline-block;
        
    }
}

