body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img,input {border:0;}
:focus {outline: none;}
address,caption,cite,code,dfn,th,var,strong,em {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal; margin:0px; padding:0px;}
q:before,q:after {content:'"';}
abbr,acronym {border:0;}
p {margin-top:14px; margin-bottom:14px;}
textarea {overflow: auto; border:0;}

html{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size:20px;
    font-weight:300;
    color:#383838;
    line-height: 1.75;
}

body{
    float:left;
    min-height:100%;
}

h1{
    font-family: 'Abril Fatface', cursive;
    font-weight:400;
    font-size:20px;
    color:#c85e00;
    float:left;
    width:100%;
    height:70px;
    margin: 60px 0px 60px 0px;
    border-bottom:1px solid #d7d7d7;
    text-transform: uppercase;
}

h2{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size:35px;
    color:#383838;
    line-height: 1.75;
}

h3{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size:25px;
    color:#383838;
    line-height: 1.75;
    border-bottom:1px solid #383838;
}

a:link {
    color:#343e55;
    text-decoration:none;
}

a:hover {
    color:#343e55;
    text-decoration:underline;
}

a:active {
    color:#343e55;
    text-decoration:none;
}

a:visited {
    color:#343e55;
    text-decoration:none;
}


/* ---- Common Definitions ---- */

#contentBG{
    position:fixed;
    top:175px;
    left:20px;
    width:0px;
    height:0px;
    background-image:url('../images/bg-front.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    z-index:-1;
}

.content{
    float:left;
    width:0px;
}

.centerContent{
    float:left;
    width:1600px;
}

.centerContentWide{
    float:left;
    width:2000px;
}

.centerFlex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;   
}

.centerTop{
    -webkit-justify-content:space-around;
    justify-content:space-around;
}

.centerUp{
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}

.centerWide{
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    align-items:center;
}

/* ---- HEADER ---- */

#header{
    height:100px;
    background:#252525;
    border-bottom:1px solid #000000;
}

#headerLogo{
    float:left;
    width:400px;
    height:100px;
    max-width:100%;
    cursor:pointer;
}

#headerCenter{
    float:left;
    width:calc(100% - 700px);
}

#headerPhone{
    float:left;
    width:300px;
}

.headerTop{
    float:left;
    width:100%;
    height:73px;
    text-align:right;
    border-bottom:1px solid #f15c22;
    padding-top:30px;
}

.headerBottom{
    float:left;
    width:100%;
    height:27px;
    text-align:right;
}

.headerSub{
    color:#ffffff;
    font-size:30px;
}

/* ---- FRONT CONTENT ---- */

#frontContent{
    height:600px;
    background-image:url('../images/bg-front.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.frontTitle{
    font-family: 'Abril Fatface', cursive;
    font-size:80px;
    color:#ffffff;
}

.frontSub{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size:40px;
    color:#ffffff;
}

.frontTitleHolder{
    float:left;
    width:1600px;
    text-align:center;
}

/* ---- BACK CONTENT ---- */

#backContent{
    background-image:url('../images/bg-back.png');
    background-position:center center;
}

.backContentHolder{
    float:left;
    width:1600px;
    padding:40px 10px 40px 10px;
}

/* ---- MENU ---- */

#menu{
    height:40px;
    background:#111315;
    border-bottom:1px solid #3b362d;
}

.menuItem{
    float:left;
    width:150px;
    height:40px;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    cursor:pointer;
}

.menuItem:hover{
    background:#ff5a00;
}

#menuButton{
    float:left;
    width:100px;
    height:100px;
    margin:40px;
    background-image:url('../images/button-menu.svg');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
}

/* ---- MOBILE MENU ---- */

#menuLogo{
    width:400px;
    height:auto;
    max-width:100%;
}

#siteMenu{
	position:fixed;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
    display:none;
	background:rgba(30,32,36,0.95);
	z-index:9999;
}

.menuBox{
	float:left;
    width:300px;
    max-width:100%;
    margin-left:0px;
	letter-spacing: 6px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:300;
	color:#ffffff;
	line-height:1.75;
}

.link{
    font-size:18px;
    border-bottom:1px solid #f15c22;
    padding:10px 0px 10px 0px;
}

/* ---- FRONT PAGE FOOTER ---- */

#footer{
    background:#1e2024;
    padding:40px 0px 40px 0px;
}

.halfWidth{
    float:left;
    width:50%;
    min-height:230px;
    padding-top:50px;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size:15px;
    color:#ffffff;
    line-height:2.5;
    padding:0px 10px 0px 10px;
}

#footerInfo{
    font-size:24px;
    color:#ffffff;
    line-height:1.5;
}

.inlineBig{
    font-family: 'Abril Fatface', cursive;
    font-weight:400;
    font-size:24px;
}

/* ---- CONTACT FORM ---- */

.frontInput{
	float:left;
	width:100%;
	height:60px;
	margin-bottom:10px;
	padding:4px 4px 4px 10px;
    background:rgba(255,255,255,0.6);
	color:#1e2024;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:24px;
}

.frontTextarea{
	float:left;
	width:100%;
	height:130px;
	margin-bottom:10px;
	padding:4px 4px 4px 10px;
    background:rgba(255,255,255,0.6);
	color:#1e2024;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:24px;
}

.button{
    float:right;
    padding:0px 20px 0px 20px;
    background-color:#ff5a00;
    color:#ffffff;
    text-align:center;
    font-size:24px;
}

::-webkit-input-placeholder{
    color:#1e2024;
}
::-moz-placeholder{
    color:#1e2024;
}
:-ms-input-placeholder{
    color:#1e2024;
}

#formCover{
	position:fixed;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
	background:rgba(255,255,255,0.75);
    z-index:10000;
}
