/*default*/
html {
	font-size: 62.5%;	
}
body {
	font-size: 18px;
	color: #302324;	
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 3rem;
	color: #302324;
}
p {
	margin: 0 0 2.4rem;	
	line-height: 1.2em;
}
img, iframe {
	max-width: 100%;	
}
.site-container {
	overflow: hidden;	
}
.container {
	width: 100%;
	max-width: 1030px;	
}
.inner-center {
	width: 100%;
	max-width: 800px;	
	margin: 0 auto;
}

/*reusable*/
.font-oswald {
    font-family: 'Oswald', sans-serif;	
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.font-lora {
    font-family: 'Lora', serif;
}
.text-maroon {
	color: #a75540;	
}
.text-dark-maroon {
	color: #302324;	
}
.text-light-maroon {
	color: #fadcd6;	
}
.text-white {
	color: #ffffff;	
}
.font54 {
	font-size: 5.4rem;	
}
.font36{
	font-size: 3.6rem;	
}
.font24{
	font-size: 2.4rem;
}
.font-light {
	font-weight: 300;	
}
.font-medium {
	font-weight: 500;	
}
section {
	padding: 6rem 0;	
}
.no-topbottom-padding {
	padding-top: 0;
	padding-bottom: 0;	
}
.no-padding {
	padding: 0;	
}
.spacer10 {
	height: 10px;	
}
.spacer20 {
	height: 20px;
}
.spacer40 {
	height: 40px;
}
.spacer50 {
	height: 50px;
}
.maroon-bg {
	background-color: #a75543;	
}
.gray-bg {
	background-color: #f7f7f7;	
}
.alignright {
	float: right;
	margin: 0 0 2rem 2rem;	
}
.btn-orange {
    background: #ff8400 none repeat scroll 0 0;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-family: Roboto;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1em;
    margin: 0 auto;
    max-width: 417px;
    padding: 2rem 3rem;
    text-align: center;
    width: 100%;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;	
}

/*sections*/
.header {
    background: url(images/main-image-bg.jpg) center top no-repeat;
	background-size: cover;
    padding: 4rem 0 0;
}
.logo {
	width: 100%;
	max-width: 503px;
	margin: 0 auto 2rem;	
}
.video-top {
    margin-bottom: -8rem;
}
.section1 {
	background: url(images/section1-bg.jpg) center top no-repeat;		
}
.section1 .container {
    padding-top: 23rem;
	padding-bottom: 8rem;
}
.section2 {
	padding: 3rem 0;
}
.quotebox {
    border: 1px solid #9a9a9a;
    padding: 1.3rem;
    position: relative;
	text-align: center;
	font-family: 'Lora', serif;
	margin-bottom: 4rem;
}
.quotebox-inside {
    border: 1px solid #9a9a9a;
    padding: 2rem 3rem 1.6rem;
    margin-right: -3rem;
    margin-bottom: -3rem;
}
.quotebox::before {
    background: rgba(0, 0, 0, 0) url("images/quote-start.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 28px;
    left: -17px;
    position: absolute;
    top: -15px;
    width: 36px;
}
.quotebox::after {
    background: rgba(0, 0, 0, 0) url("images/quote-end.png") no-repeat scroll center center;
    bottom: -29px;
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    right: -29px;
    width: 36px;
}
.section3 {
	background: #a75543 url(images/section3-bg.jpg) center top no-repeat;		
	padding: 7rem 0 6rem;
}
.list-logo-icon {
	padding: 0;
	margin: 0 0 3rem;	
}
.list-logo-icon li {
	background: url(images/list-logo-icon.png) left 5px no-repeat;
	padding-left: 40px;
	list-style: none;
	margin-bottom: 2rem;	
}
.list-logo-icon-dark {
	padding: 0;
	margin: 0 0 3rem;	
}
.list-logo-icon-dark li {
	background: url(images/list-logo-icon-dark.png) left 5px no-repeat;
	padding-left: 40px;
	list-style: none;
	margin-bottom: 2rem;	
}
.section4 {
	padding: 6rem 0;
}
.section5 {
	background: url(images/section5-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section5 .container {
	padding-top: 6rem;
	padding-bottom: 6rem;	
	background-color: rgba(255,255,255,0.8)	;
}
.section6 {
	padding: 3rem 0;	
}
.section7 {
	background: url(images/section7-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section7 .container {
	padding-top: 6rem;
	padding-bottom: 6rem;	
}
.paper-bg {
	padding: 5rem 7rem 6rem;
	background: url(images/shadow-paper-bg.png) center top no-repeat;	
}
.section9, .section24 {
	background: url(images/section9-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section10 {
	background: url(images/section10-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section10 .container {
	padding-top: 6rem;
	padding-bottom: 6rem;	
	background-color: rgba(255,255,255,0.8)	;
}
.section11 {
	background: url(images/section11-bg.jpg) center top no-repeat;		
}
.section11 .container {
    padding-top: 6rem;
	padding-bottom: 0;
}
.section12 {
	background: #a75543 url(images/section12-bg.jpg) center top no-repeat;		
	padding: 7rem 0 6rem;
}
.section13 {
	padding: 6rem 0 6rem;
}
.section14 {
	background-color: #f7f7f7;
	padding: 6rem 0 6rem;
}
.section15 {
	background: url(images/section15-bg.jpg) center top no-repeat;		
}
.section15 .container {
    padding-top: 6rem;
	padding-bottom: 6rem;
}
.section16, .section23, .section31 {
	background: url(images/section16-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section16 .container, .section23 .container, .section31 .container {
	padding-top: 6rem;
	padding-bottom: 6rem;	
	background-color: rgba(255,255,255,0.8)	;
}
.section19 {
	background-color: #f7f7f7;	
}
.collage {
    margin: -10rem 0 -3rem;
}
.section21 {
	background: url(images/section21-bg.jpg) center top no-repeat;
	background-size: cover;		
}
.section21 .container {
	padding-top: 6rem;
	padding-bottom: 6rem;	
	background-color: rgba(255,255,255,0.9);
}
.shadowbox {
	padding: 3rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.19);
	border-radius: 10px;
}
.section29 {
	background: url(images/section9-bg.jpg) center top no-repeat;
	background-size: cover;		
}
footer {
    background: #302324 none repeat scroll 0 0;
    color: #fff;
    padding: 3rem 0 1rem;
	font-size: 16px;
}
footer a {
	font-size: 16px;	
	color: #fff;
	padding: 0 20px;
	line-height: 1em;
	display: inline-block;
	margin-bottom: 10px;
	border-right: 1px solid #fff;	
}
footer a:last-child {
	border: 0;	
}

/************ Media Queries ***************/
@media only screen and (min-width:1024px) and (max-width:1200px) {
html {
	font-size: 56.3%;
}
}
@media only screen and (min-width:960px) and (max-width:1023px) {
html {
	font-size: 50%;
}
}
@media only screen and (max-width:960px) {
html {
	font-size: 43.8%;
}

}

@media only screen and (max-width:767px) { 
body {
	font-size: 16px;
}
.mobile-white-tranparent {
	background-color: rgba(255,255,255,0.8)	;
}
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
	display: none;	
}
.section3, .section12 {
	background-image: none;	
}
.section11 .container {
	padding-bottom: 6rem;	
}
footer .text-right {
	text-align: center;	
}
}