@media screen {

#sidebar.fixed .quickbook {
	max-width: 760px;
}


body {
	background: #f4efea repeat top center;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
    	font-weight: 300;
	line-height: 1.5em;
	padding:15px 20px 20px 20px;
}

/*---------- Remove Max Width Restriction for Content on all Pages -----------*/
#main .ym-wrapper {
	max-width: none;
	margin-top: -60px;
	padding: 20px;
	z-index: 9999;
}	
	
nav.navtop {
	/*background:transparent;*/
}
	
nav.navtop .ym-wrapper {
    max-width: none;
    padding: 0 40px;
}
	
.tagline {
	position:fixed;
	top: 0;
}

#supersized {
	height:600px;
	top: 0px;
		
}

#main {
	margin-top:-90px;
	background: #f4efea url('../img/bg.gif') repeat top center;
	background-attachment: fixed;
	padding:20px 0;
}

.page_layout_Flexible .images-and-texts-box .ym-grid {
	background:linear-gradient( to bottom, rgba(219, 218, 213, 0.6) 0%, rgba(230, 230, 221, 0) 100% );
}

.page_layout_Flexible .box-content > .text_container {
	padding:80px 0;
}

nav.navtop {
	height:133px;
}

#sidebar.fixed {
	top: 136px;
}

nav ul.firstlevel {
	text-align:center;
	margin-top:23px;
}

nav.navtop a.logo_main {
	left: 0;
	right: 0;
	margin-left: auto;
 	margin-right: auto;
}

.ym-grid.right-align {
	text-align:right;
}

#main .ym-wbox {
    padding: 0 2em;
}


.page_layout_Flexible .box-content > .iframe_container > *{
	max-width: none;
}

.iframe_container {
	width:100%;
}

.page_layout_Flexible .box-content > .iframe_container {
	padding:0;
}

/*---------- Features -----------*/
.feature {
	margin:0 0 4em 0;
}

.features.list .features-box, .features.list .features-box {
	max-width: 1300px;
}

.feature .image {
	margin:0;
}

.feature img {
    width: 590px;
}

.feature .text {
    top: 50px;
    left: 625px;
	right: 10px;
}

.features.tile .feature {
    min-height: 405px;
}

/*---------- Scroll Icon -----------*/
.scrolltext {
	display:none;
}

.scrolldown-wrapper, .scrollup-wrapper {
	left:50%;
	margin-left: -20px;
	top:-4px;
    	z-index: 9999;
}

/*---------- Image and Text Rows -----------*/
.page_layout_Flexible .images-and-texts .image-text .text span.title {
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.page_layout_Flexible .images-and-texts .image-text .text span.subtitle {
        font-size: 300%;
        text-transform:uppercase;
}

.page_layout_Flexible .images-and-texts .ym-grid.right-align .image-text .text > span, .page_layout_Flexible .images-and-texts .ym-grid.left-align .image-text .text > span {
	text-align:center;
}
	

.page_layout_Flexible .ym-grid.right-align .image-and-text-footer .button, .page_layout_Flexible .ym-grid.left-align .image-and-text-footer .button {
	float: none;
	margin: 0 auto;
}
	
	
/*---------- Footer ----------*/
footer {
	padding:0 40px;
}
	
}/*-- /@media screen --*/
