@opensans: "Open Sans";
@rockwell: "Conv_ufonts.com_rockwell-bold";

@red: #bf1e2e;
#mobile-menu{display:none; #mobile-listings-containor{display:none; }a{i{color: @red;}}}
body{
    font-family: @opensans;
    font-size: 1.0em; 
    margin:0;
      
}
a{color: @red;}
p{
    line-height: 1.7em;    
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
h1.title{
    font-family: @rockwell;
    color: @red;
    font-size: 2.76em;
    text-align:center;
    text-transform: uppercase;
}
.editorContent{
    h1,h2{
        font-family: @rockwell;
        color: @red;         
        text-align:center;
        text-transform: uppercase;    
    }
    h1{
        font-size: 2.76em;
    }
    h2{
        font-size: 2.3em;
    }
    img{max-width: 100%; height: auto;}
}
header{
    //padding: 20px 0 0;
    position:relative;
    .wrapper{position:relative; margin: 0 auto;}
    ul{
        list-style: none;
        margin:0;
        padding:0;
        li{
            display:inline-block;
            a{text-transform:uppercase; text-decoration:none;}
            position: relative;
            z-index: 1;

        }        
    }
    #top_content{
        position: relative;
        background-color: @red;
        padding: 5px 0;
        #top_content_left{
            position:relative;
            float:left;
            display:inline-block;
            p{margin: 0;
                a{
                    color: #FFF;
                    border-right: 1px solid #FFF;
                    padding: 0 10px;
                    text-decoration: none;
                    &:first-child{
                        padding-left:0;
                    }
                    &:last-child{
                        border-right: none;
                    }
                }
            }
        }
        #top_content_right{
            position:relative;
            float:right;
            display:inline-block;
            ul{
                li{
                    &.no-border a{border-right:none;} 
                    &.social{
                        a{padding:0 2px;}
                    }
                    &.social:last-child{
                        a{padding-right:0;}
                    }                
                    a{                    
                        color: #FFF;
                        vertical-align:middle;
                        display:inline-block;
                        padding-left: 10px;
                        padding-right: 10px;
                        border-right: 1px solid #FFF;

                        i{
                            font-size: 1.8em;
                        }
                    }
                }
            }
        }        
    }
    #bottom_content{
        display:table;
        margin: 0 auto;
        width: 100%;
        box-sizing:border-box;
        text-align:center;
        padding: 20px 0;
        .bot_menu{
            display:table-cell;
            vertical-align: middle;
            ul{
                height: 0px;
                li{
                    padding-bottom: 37px;
                    &:first-child a {
                        border-left:none;
                    }
                    &:last-child a {
                        border-right:none;
                    }
                    
                    a{
                        padding: 0 8px;
                        color: #000;
                        border-right: 1px solid #000;
                        font-size: 0.95em;
                    }
                    &:hover ul.child-menu{
                        display:block;
                    }
                    ul.child-menu{
                        display:none;
                        position: absolute;
                        width: 250px;
                        top:57px;
                        left:0;
                        text-align: left;
                        z-index: 2;
                        background-color: #ebebeb;
                        height: auto;
                        li{
                            padding-bottom: 0;
                            display:block;                            
                            a{
                                padding: 10px;
                                display:block;                               
                                box-sizing: border-box;
                                &:hover{background-color: @red; color: #FFF;}
                                border-right:none;
                                border-left:none;
                                font-size: 0.875em;
                            }
                        }    
                    }
                }
            }
        }
        .left_menu{text-align:left;
        width: 31.0%;
            ul{
                li{
                    &:first-child{
                        a{
                            padding-left:0;
                        }
                    }
                }
            }
        }
        .logo{
            width: 29%;
            img{
                width: 100%;
                height: auto;
            }    
        }
        .right_menu{text-align:right; width: 40.0%;
            ul{
                li{
                    &:last-child{
                        a{
                            padding-right:0;
                        }
                    }
                    /*&:last-child{
                        ul.child-menu{
                            left:auto;
                            right:0;
                        }   
                    }*/
                }
            }
        }
    }
}
section#carousel{
    height: 80vh;
    position:relative;
    .fader-items{
        height: 100%;
        width: 100%;
        position: relative;
        .items{
            display:none;
            position: absolute;
            top:0;
            left:0;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            background-size:cover;
            background-position: center center;
            background-repeat:no-repeat;
            a{
                height: 100%;
                width: 100%;
                position: absolute;
            }    
        }
    }
    .fader-paging{
        position:absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        a{
            text-decoration:none;
            color: @red;
            font-size: 5.0em;
            line-height: 1.0em;
            &.active{
                color: #FFF;
            }
        }    
    }
}

section#main-content{
    .wrapper;
    padding-bottom: 30px;
}
section#ctas{
    
    a{position:absolute; top:0;left:0;width:100%;height:100%; z-index:3;}
    .cta{
        position:relative;
        z-index:1;
        padding: 1.5px 3px;
        box-sizing: border-box;

        .cta_image{
            background-size:cover;
            background-repeat:no-repeat;
            background-position: center center;
            height: 100%;
            width: 100%;    
        }
        h1{
            position: absolute;
            font-family: @rockwell;
            color: #FFF;
            font-size: 2.17em;
            text-transform: uppercase;
            background-color: rgba(0,0,0,0.7);
            margin:0;
            padding: 20px;
            display:inline-block;
            letter-spacing: 2px;
            top:50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align:center;             
        }
        .cta_hover{
            z-index: 2;
            position: absolute;
            top:1.5px;
            left:3px;
            right:3px;
            bottom:1.5px;
        }
        &:hover .cta_hover{
            background-color: rgba(0,0,0,0.6);
        }
        iframe{
            width:100%;
            height: 100%;
        }

        div#temp-logo {
            position:absolute;
            top:1px;
            left:50%;
            margin-left:-80px;
        }
    }
    .top_cta{
        width: 50%;
        box-sizing:border-box;
        height: 550px;
        float:left;
        h1{
            font-size: 3.05em;
        }
        margin-bottom: 3px;    
    }
    #bottom_ctas{
        height: 400px;
        display:table;
        width: 100%;
        box-sizing: border-box;
        .cta{
            display:table-cell;
            height: 100%;
            width: 33%;
            vertical-align: top;
        }
        .cta:nth-child(odd){
            h1{
                background-color: rgba(74,10,13,0.8);
            }
        }    
    }
}
section#slider{
    height: 600px;
    box-sizing: border-box;
    padding: 80px 0 100px;
    .wrapper;
    .fader-items{
        position:relative;
        height: 100%;
        width: 100%;
        .items{
            position:absolute;
            top:0;
            left:0;
            width: 100%;
            height: 100%; 
            .left_test{
                width: 33%;
                float:left;
                background-position: center center;
                background-repeat:no-repeat;
                background-size: cover;
                height: 100%;        
            }
            .right_test{
                background-color: #000;
                color:#FFF;
                float:right;
                width:67%;
                box-sizing: border-box;
                height: 100%;
                padding: 40px 70px; 
                .item_text{
                    font-size: 0.875em;
                    p{
                        line-height: 1.9em; 
                    }        
                }
                .item_person{
                    font-size: 1.125em;
                    float:right;
                    text-align:right;    
                }    
            }   
        }
    }
    .fader-paging{
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        a{
            width: 20px; height: 20px;
            background-color: #000;
            margin: 20px 5px;
            display:inline-block;
            &.active{
                background-color: @red;
            }
        }
    }
}
footer{
    h2{
        padding: 30px 0;
        background-color: @red;
        font-size: 1.91em;
        text-align:center;
        text-transform: uppercase;
        color: #FFF;
        margin: 0;
        line-height: 1.0em;
    }
    
    #footerContent{
        background: black;
        color: white;
        padding: 20px;
        text-align: center; 
        ul{
            margin: 0;
            padding: 0;
            list-style-type: none;
            
            li{ 
                display: inline-block;
                padding: 0 15px;
            }
        }
        p {
            padding: 20px 0 0;
            margin: 0;
        }
        a{ color: inherit; text-decoration: none; }
    }
}

#banner{
    background-position: center center;
    background-size: cover;
    background-repeat:no-repeat;
    height: 600px;
    position: relative;
    .banner-title{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-family: @rockwell;
        color: #FFF;
        background-color: rgba(0,0,0,0.7);
        text-transform: uppercase;
        font-size: 3.29em; 
        margin: 0;
        padding: 20px 40px;
        letter-spacing: 5px;
        text-align: center;    
    }
}
#descriptive_sections{
    position:relative;

    .descriptive_section{
        padding: 100px 0;
        width: 100%;
        box-sizing: border-box;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 10px 0;

        .ds_content{
            padding: 20px 0;
            .light{
                color:#000;
                background-color: rgba(255,255,255,0.7);
            }
            .dark{
                color:#FFF;
                background-color: rgba(40,40,40,0.7);
            }
            .ds_box{
                width: 30%;
                text-align:center;        
                padding: 10px;
                min-width:450px;
                .ds_title{
                    font-weight: normal;
                    font-family: @rockwell;
                    font-size: 2.5em;
                    text-transform: uppercase;
                    letter-spacing: 2.5px;
                }
                .ds_text{
                    text-align: justify;
                    font-size: 0.8em;
                    line-height:2.0em;
                    img{
                        max-width: 100%;
                        height: auto;
                    }
                }
                .ds_link{
                    display:inline-block;
                    background-color: @red;
                    color: #fff;
                    text-decoration: none;
                    margin: 0 auto;
                    padding: 10px;
                   // border-radius: 4px;
                    margin: 10px;
                    text-transform: uppercase;
                    font-family: @rockwell;
                    font-size: 0.79em;
                    letter-spacing: 2px;
                                      
                }
            }
        }
    }
    
}
#cms_gallery{
    padding: 20px 0 ;
    .cms-cont{
        padding: 10px;
        height: 355px;
        width:33%;
        float:left;
        box-sizing: border-box;
        cursor: pointer;
        .cms-gal{
            height: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat:no-repeat;
            width:100%;
            box-sizing: border-box;
            
        }
    }
}
div.contact-form {
    div.input{display:inline-block; width:50%; position: relative;
        .validation-error{position: absolute;
        top:49px;}
    }
    label {
        display:none;
    }
    input[type="text"], textarea {
        font-size:1.25em;
        padding:10px;
        background:#efefef;
        border:1px solid #efefef;
        width:98%;
        margin:0 0.5% 1em 0;
        box-sizing:border-box;
        font-family:@opensans;
        box-sizing: border-box;
    }
    textarea {
        margin:0;
        width:99%;
        height:150px;
        margin-bottom: 1em;
        box-sizing: border-box;
    }
    div.submit {
        text-align:right;
        margin:1em 0 0;
        
        input[type="submit"] {
            border:1px solid @red;
            background:@red;
            text-transform:uppercase;
            font-size:1.5em;
            color:white;
            padding:5px 10px;
        }
    }
}
#message { clear: both; margin-bottom: 0.5em; }

#message .success {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;    
    background: #E2F1D0 url(/images/icons/check.png) no-repeat left;
    background-position: 10px 7px;
    color: #061A5B; 
    border: 1px solid #ccc;
}
#message .success .text {
    padding-left: 3em;
    font-weight: bold;
}

#message .error {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;    
    background: #FFD9D9 url(/images/icons/warning_16.png) no-repeat left;
    background-position: 10px 7px;
    color: #800; 
    border: 1px solid #ccc;
}
#message .error .text {
    padding-left: 3em;
    font-weight: bold;
}

#message .info {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;    
    background: #F0F1FF url(/images/icons/information.png) no-repeat left;
    background-position: 10px 7px;
    color: #060C6A; 
    border: 1px solid #ccc;
}
#message .info .text {
    padding-left: 3em;
    font-weight: bold;
}