* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: #efefef;
    font-family: 'Arimo', sans-serif;
    scroll-behavior: smooth;
}

/* ANNOUNCEMENTS */
.header-container {
    /* background: url('/path/to/banner.jpg') no-repeat center center; */
    background-color:#dedede;
    background-size: 100%;
    max-width: 100%;
    padding: 0.5em;
    color:#666;
    font-size: 1em;
	border-bottom:#ccc;
	border-top:#ccc;
}
.header-container .txt-container {
    text-align: center;
    vertical-align: middle;
}



/* future view port settings */
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* START - back to top */
		div#page {
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(255, 255, 255, 1.00);
		}	
/* END - back to top */

a:link    {color:#1b82b7; background-color:transparent; text-decoration:none}
a:visited {color:#1b82b7; background-color:transparent; text-decoration:none}
a:hover   {color:#2a99d2; background-color:transparent; text-decoration:none}
a:active  {color:#2a99d2; background-color:transparent; text-decoration:none}

.grey { color:#ccc }

p {
color: #999;
}

p.lh-15em {
    line-height: 1.5em;
}

p.banner {
color: #666;
}

/* .spacer2em {
padding-right: 2em;
} */



/* DESCRIPTIONS */
.title { color: #212427; font-size: 1.6em;  }

.size { color: #7b7c7d; font-size: 1.3em ;}

.sold { color:darkred; text-transform:uppercase; font-size: 1em ;}

.material { text-transform: uppercase; color: #212427; line-height: 1.4rem;}

.about { line-height: 1.6em; color: #7b7c7d; }


img {
    max-width: 100%;
    height: auto;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.35);}

/* for image rotate */


.center {
    	margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 2.4em;
    text-transform: lowercase;
    /*font-family: 'Arimo', sans-serif; */  
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: .3em;
}

p .about {
	line-height: 1.3;
}

.bevan {
    font-family: 'Bevan', cursive;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.oswald2 {
    font-family: 'Oswald', sans-serif;
    color: #dfdfdf;
    float: right;
}

.russo {
    font-family: 'Russo One', sans-serif;
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.paytone {
    font-family: 'Paytone One', sans-serif;
}

.arimo {
    font-family: 'Arimo', sans-serif;
}


/* ADDS |||||||||||||||||||| */


header {

	margin: 10px auto 5px;
	max-width: 1280px;
	position: relative;
    clear: both;

}

.top-links {
padding-left: 2em;
}

/* NEW NAV -- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.f-right {
 float: right;   
}

a.contact {
    float: left;
    text-decoration: none;
    padding: 0.2em 0.6em;
}


a.contact:link    {color:#53abd9; background-color:transparent; text-decoration:none}
a.contact:visited {color:#53abd9; background-color:transparent; text-decoration:none}
a.contact:hover   {color:#2a99d2; font-size: 1.05em; background-color:transparent; text-decoration:none}
a.contact:active  {color:#2a99d2; background-color:transparent; text-decoration:none}






/* .left { float: right; text-align: left } */

section {

	margin: 40px auto 20px;
	max-width: 1280px;
	position: relative;
	padding: 30px;
    /*box-shadow: inset 0px 0px 0px 1px #ccc; */
	background-color:#fff;
    /*background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(95%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(247,247,247,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
    */
    
}

/*  SECTIONS  */
.shadow { 
    box-shadow: inset 3px 4px 5px #333;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;

}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF SEVEN  */
.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
  	width: 85.35%;
}

.span_5_of_7 {
  	width: 70.71%;
}

.span_4_of_7 {
  	width: 56.07%;
}

.span_3_of_7 {
  	width: 41.42%;
}

.span_2_of_7 {
  	width: 24.78%;
    text-align: left;
    background-color: #ffffff;
    padding: 1em;
}

.span_2_of_7_2 {
  	width: 24.78%;
    text-align: left;
    padding: 1em;
}

.span_1_of_7 {
  	width: 12.14%;
}

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

.span_7_of_7 {
		width: 94%; 
		margin-bottom: 1em; 
	}

}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	a.contact {
		font-size: 1.2em;
        float: left;
	}

	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_7_of_7 {
		width: 100%; 
		margin-bottom: 0em;
        text-align: left;
        float: left;
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
        text-align: left;
        background-color: #ffffff;
	}
	.span_1_of_7 {
		width: 100%;
	}
    
    header {

	margin: 5px auto 3px;
	position: relative;
    padding: 1em;
    text-align: left;
}
    .f-right {
    float:left;
}

    h2 {
    font-size: 1.5em;
    color: #afafaf;
    /* margin-bottom: 2em; */ 
    float: left;
    clear:both;
}

h1 {
	color: #949494;
}
    /* START - back to top */
		div#page {
			max-width: 480px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 1em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: #fff; /*rgba(235, 235, 235, 0.80);*/
			font-size: 12px;
			padding: 1em;
			display: none;
			margin-bottom: 3rem;
		}

		.back-to-top:hover {	
			background-color: rgba(255, 255, 255, 1.00);
		}	
/* END - back to top */
    
}