@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	font: 12pt "Myriad Pro", Helvetica, Arial, sans-serif;
	color:white;
}

body{
	height:100%;
	background-image:url(Images/background.jpg);
	background-attachment: fixed;
	background-color: #333;
	background-position: top center;
	background-repeat: no-repeat; 
	margin:0;
	padding: 0; 
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

p{
	color:white;

}

.floatRt{
	float:right;
}

.social{
	float: right;
    margin-top: 16px;
    margin-left: 15px;	
}


.mobileHeader .social{
	float: none;
    margin-top: -10px;
    MARGIN-BOTTOM: 5px;
    margin-left: 0px;
	
}


.fb{
	margin-right: 5px;
}

.clear{
	clear:both;
}

.headerContact{
	float:right;
	text-align:right;	
	min-width:400px;
}

.aboutPlaceholderL{
	width:47%;
	float:left;
	margin-right:45px;
}

.aboutPlaceholderR{
	width:47%;
	float:left;
	margin-right:0px;
}



.content{
	background-image:url(Images/contentBG.png);
	min-height:100%;
	width: 820px;
	position:relative;
	top:0px;
	bottom:0px;
	
	z-index:5;
	padding-left:40px;
	padding-right:40px;

}

.bodyContent {
	margin-top:10pt;	
}	

.bodyContent{
	margin-bottom:15px;
	font-size:13pt;	
	font-family:"Adobe Caslon Pro", "Minion Pro", serif;
	line-height:1.15em;
}

.bodyContent a{
	color:white;	
}

.bodyContent a:hover{
	color:#ffe913;	
}

.nav{
	width:100%;
	height:50px;
	right:0px;
	position:absolute;
	top: 155px;
	left:0px;
	background-repeat:no-repeat;
	background-image:url(Images/navBG.png);
	z-index:10;
	//min-width:1024px;
}
	
.nav a:hover{
	color:#ffe913;	
}

.gallerySections{
		margin:0px 0px 20px 0px;
}

.gallerySections a{
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-size:12pt;
		margin:0px 20px 0px 0px;
}
	
	.gallerySections a:hover{
		color:#ffe913;
	}
	
.footerSpacer{
	display:none;
	clear:both;
}	
	
.footer, .mobileFooter{
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(35%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */	
	bottom: 0px;
	height: 40px;
	width: 820px;
	margin-top: 5px;
	margin-left:-40px;
	z-index:15;
	padding-left:40px;
	padding-right:40px;
	font-size: 15px;
	text-align: center;
	

}


.footer{
	    padding-top: 15px;
}


.mobileFooter{
	display:none;
}

.footer p, .mobileFooter p{
	margin-top: 1em;
    color: #ffe913;
    text-align: center;
}

.header{
	position:relative;
		
}

.logo {
	position:absolute;
	background-image:url(Images/ClassicStoneLogo.png);
	height:211px;
	width:329px;
	z-index:14;
	top:-130px;
}

.navList{
	list-style-type: none;
	float:left;
	position:relative;
	padding-left:40px;
	width:1000px;
	left:15%;
	line-height:3.5em;
	z-index:15;

}

.navlist ul{
			
}

.navList li{
	display:inline;
	font-size:14pt;
	
	}
	
.navList a{
	
	text-decoration:none;
	color:#FFFFFF;
	margin-right:50px;
	
}

.pageTitle{	text-align:left;	
	color: #ffe913;	
	font-size: 18pt;
	font-weight:Bold; 
	margin-bottom:20px;
}

.videoHolder{
	width:375px;
	height:225px;
	background-color:red;
	margin-right:65px;
	margin-bottom:20px;
	position:relative;
	margin:0 auto;
	line-height:225px;
	text-align:center;
}

.formHolder{
	width:375px;
	margin-right:20px;
	float:left;	
	
}

.hidden{
	display:none;	
}

#name {
	width:100%;
	margin-bottom:10px;
	padding:5px;
}

#Email {
	width:100%;
	margin-bottom:10px;
	padding:5px;
}

#phone {
	width:100%;
	margin-bottom:10px;
	padding:5px;
}

#message{
	width:100%;
	height:200px;
	max-width:100%;
	max-height:200px;
	padding:5px;
	
}

input[type="submit"] {
    margin: 10px 0px 10px 0px;
}

.errorPanel{
	background: #6e6e6e;
    padding: 10px;
    margin-bottom: 10px;
	color:#FFE909;		
}


.gallery{
	
}

.gallery a{
text-decoration:none;

}

.gallery img:nth-child(1n) { 
width:105px;
height:105px;
margin-right:9px;
margin-bottom: 9px;
}

.gallery img:nth-child(7n+7) { 

margin-right:0px;

}



#submit{
	margin-bottom:10px;	
}

.map{
	 width:400px; 
	 height:310px;
	 margin-top:-5px;
}

.spacer{
	height:240px;
	}

	
img.aboutPlaceholderLFull {
    width: 47%;
    float: left;
    margin-right: 10px;
}

img.aboutPlaceholderRFull {
	width: 47%;
	
}

	
.aboutPlaceholderLMobile , .aboutPlaceholderRMobile	{
	
	display:none;
}
/* media queries*/

/*----------------------------------bg size controller queries*/
@media only screen and (max-width: 720px) {
body {
	background-color: black;
	background-image: none;
	background-size:auto;
}

/*.aboutPlaceholderL{
	width:100%;
	float:none;
	margin-bottom:25px;
}

.aboutPlaceholderR{
	width:100%;
	float:none;
	
}*/
.pageTitle{	text-align:center;}

.aboutPlaceholderLFull, .aboutPlaceholderRFull{
	display:none;
}


.aboutPlaceholderLMobile , .aboutPlaceholderRMobile	{
	width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
form{	width:100%;	}


.gallerySections{
		margin:0px 0px 20px 0px;
}

.gallerySections a{
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-size:12pt;
		margin:0px 20px 0px 0px;
}

.slideBoxes{
	display:none;

}

.content{
	width:auto;	
	height:100%;
	padding-left:10px;
	padding-right:10px;
	left:0px;
	top:0px;
}


.logo{
	background-image:url(Images/ClassicStoneLogoSM.png);
	width:175px;
	height:114px;
	background-repeat:no-repeat;
	top:10px;
	/*left:10px;*/
	Float:left;
	position:relative;
	margin-bottom:20px;
}

.mobileHeader{
		position:relative;
		z-index:20;
		text-align:right;
		float:right;
		top:10px;
		/*right:10px;*/				padding-bottom:15px;
	
		
}

.pageTitle{

	font-size: 17pt;
	
	
	
}

.nav{
	width:100%;	
	left:10px;
	position:relative;
	min-width:100%;
	left:0px;
	background-repeat:no-repeat;
	background-image:none;
	z-index:10;
	top:auto;
	
}

.navList{
	list-style-type: none;
	float:left;
	position:relative;
	padding-left:0px;
	width:100%;
	left:10px;
	line-height:2em;
	text-align:center;
	margin-top:15px;
	
	
	
}

.navList li{
	display:inline;
	font-size:14pt;
	
	}
	
.navList a{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:15px;
}

.bodyContent{
	
	font-size:14pt;	
}


.headerContact{
	display:none;
}	

/*.footer{
display:none;
}*/

.content{
	max-width:100%;	
}

.mobileHeadline{

	width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
	height:50px;
	line-height:50px;
	margin-top:30px;;
	text-align:center;	
	display:block;
	color: #ffe913;
	text-decoration:none;
	background-color:#1a1c27;
	position:relative;
	margin-left:auto;
	margin-right:auto;

}

.mobileSpacer{
	position:relative;
	height:125px;
}

.mobileSpacerA{
	position:relative;
	height:150px;
}



.spacer{
	display:none;	
}

.videoHolder{
	display:none;
}

.gallery{
	text-align:center;	
}

.gallery img:nth-child(1n) { 
	width:60px;
	height:60px;	
}

#senderMessage{
	max-width:280px;
	min-width:280px;
}

.map{
	 width:280px; 
	 height:280px;
	 margin-top:20px;
}

.formHolder{
	width:280px;
}

.footer {
	display:none;
}

.footerSpacer{
	display:block;
	/*height:40px;*/
}

.mobileFooter{
	display:inline;
	min-height: 65px;
    text-align: center;
    width: 100%;
}



}


/*------------------------content queries*/
@media only screen and (max-width:1023px){
.content{
	margin-left:auto;
	margin-right:auto;
		
}


}
@media only screen and (min-width:1024px){
.content{
	margin-left:0;
	margin-right:0;
	left:15%;
		
}
}



@media only screen and (max-height:1080px){
	.content{
	margin-bottom:0px;	
}
}

@media only screen and (min-width: 721px) {
	.mobileHeader {
		display:none;
}
	.mobileHeadline{
		display:none;	
	}
	.mobileSpacer{
		display:none;
	}
	
	.pageTitle{
	color: #ffe913;	
	font-size: 18pt;
	font-weight:Bold; 
	margin-bottom:20px;
	
}

}

@media only screen and (max-height: 865px) {
.footerSpacer{
	display:block;
	height:50px;	
	clear:both;
}
}








