/* CSS Reset */

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, font, 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 {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

.le_form_control_label {
    font-size: 12px;
    font-weight: bold;
    min-width: 300px;
}

.le_form_control_sublabel {
    font-size: 11px;
    font-weight: normal;
}

.le_form_row_ {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.le_form_float_elements {
    padding-bottom: 10px;
}

.anythingSlider, .anythingSlider-default, .activeSlider {
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 0px !important;
}

.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}

/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: #dfa851;
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(12px + 1vw);
    line-height: calc(16px + 1.5vw);
    color: #021239;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(12px + 0.5vw);
    line-height: calc(14px + 1vw);
    color: #021239;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a:hover {
    color: #c3996b;
}

.SmallNav a:hover {
    background-color: #c3996b;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 2%;
}
/*  ----------  END Small Menu Styles  ----------  */

@media only screen and (max-width: 900px) {

    .MainMenu {
        display: none;
    }
    
    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #dfa851;
        padding: 4%;
        max-width: 90px;
        text-align: center;
        z-index: 20;
    }
    
    .SmallNav [class*="Btn"] a {
        max-width: 100%;
        padding: 0 !important;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom-color: #dfa851;
        border-bottom-style: solid;
        border-bottom-width: 20px;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .SmallNav li.le_menuitem_level_1 a {
        font-size: calc(12px + 0.5vw);
        line-height: calc(14px + 1vw);
        color: #ffffff;
    }
    
    .FeatureText {
        top: 5%;
    }
    
    .InfoBox {
        min-height: 200px;
        margin-bottom: 1vw;
    }
    
    .Footer {
        padding-bottom: 15%;
    }
    
    [class*="Btn"] a {
        max-width: 100%;
    }

    .Single, .Double, .Triple, .Quad, .Half {
        flex: 1 1 100% !important;
    }
    
    .Row, .Feature, .Half {
        flex-wrap: wrap;
    }
    
    .Half {
        width: 100%;
    }
    
    .Right {
        text-align: left;
    }
}
/*  ----------  END Responsive Styles  ----------  */