html {
    overflow-x: hidden;
    overflow-y: scroll;
	background-color: white;
	background-image: url(../image/wood.jpg);
	background-position: center top;
	color:
	}
	
body {
    font-size: 100%;
    margin: 0;
	}
	
html, button, input, select, textarea, h1, h2, h3 {
    color: gray;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
	}

html, body {
    height: 100%;
    min-height: 100%;
	}
	
h1, .h1 {
	font-weight: normal;
	line-height: 1.2em;
	}
	
h2, .h2 {
	font-size: 1.2em;
	font-weight: normal;
	}
	
.content-white {
	background-color: white;
	width: 100%;
	display: table;
	padding-top: 15px;
 	box-shadow: 1px -1px 25px 0 #000;
	padding-bottom: 20px;
	}
	
.content {
	width: 95%;
	margin: auto;
	max-width: 1280px;
	display: table;
	}

.logo {
	display: table;
	float: left;
	height: 80px;
	width: 35%;
	}	

.navigation {
	display: table;
	margin: auto;
	height: 23px;
	/*border-bottom: 1px solid #81673d;*/
	width: 45%;
	float: left;
	padding-top: 57px;
	}
		
.search {
	width: 20%;
	float: left;
	height: 30px;
	padding-top: 50px;
	}
	
.search input {
	border: solid gray 1px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box:
	box-sizing: border-box;
	padding: 5px;
	background-color: white;
	float: right;
	}
	
/* uploads*/

.upload {
    margin: 1.5em 0;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 #000;
    font-size: 0.9em;
    padding: 0em;
    text-align: left;
	display: table;
	}
	
.detail {
    margin: 1.5em 0;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 #000;
    font-size: 0.9em;
    padding: 0em;
    text-align: left;
	display: table;
	}

.tile-container {
    padding: 0em;
	width: 98%;
	margin: auto;
	}

#medium {
	width: 100%;
	}

.tile {
	display: inline-block;
    margin: 1.5em;
    vertical-align: top;
    width: 350px;
	}
	
.tile-detail {
	display: inline-block;
    margin: 1.5em;
    vertical-align: top;
    width: 80%;
	}

.container {
    text-align: center;
	}

.tile a {
    display: block;
    height: auto;
    width: 100%;
	}
	
a {
    color: inherit;
	text-decoration: none;
	}

.company-name {
    font-size: 1.5em;
	color: #333;
    width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	}

.frame {
    background: #fff none repeat scroll 0 0;
   /* border-radius: 5px;*/
    float: left;
    margin: 0 0 0.75em;
    overflow: hidden;
    position: relative;
    width: 94%;
	margin-left: 3%;
	margin-right: 3%;
    z-index: 0;
	}
	
.frame-left {
	float: left;
	width: 47%;
	display: table;
	margin-right: 3%;
	}

.frame-right {
	float: left;
	width: 47%;
	display: table;
	margin-left: 3%;
	}

.upload img {
    /* max-height: 250px; */
	max-width: 350px;
    overflow: hidden;
	}
	
.approval {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
	}
	
.socialmedia {
    border-radius: 12px;
    height: 24px;
    margin: 0 0 4px;
    vertical-align: middle;
    width: 24px;
	}
	
.socialmedia {
	margin-right: 10px;
	}


.location {
    padding: 0.5em 0 0.25em;
	}
	
.location h2 {
	}

.p-social {
    vertical-align: middle;
	}
	
	
@media only screen and (max-width : 1280px) {	
	
	.tile {
    	width: 300px;
		}

	.upload img {
		max-width: 300px;
		}
		
}
	

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

	.logo {
		width: 100%;
		display: table;
		text-align: center;
		border-bottom: 1px solid gray;
		padding-bottom: 15px;
		}
		
	
	.navigation {
		width: 75%;
		height: 23px;
		padding-top: 27px;
		}
		
	.search {
		width: 25%;
		height: 30px;
		padding-top: 20px;
		}

}


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

	.navigation {
		width: 100%;
		height: 23px;
		padding-top: 0px;
		}
		
	.search {
		width: 100%;
		height: 30px;
		padding-top: 0px;
		text-align: center;
		}
		
	.search input {
		border: solid gray 1px;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box:
		box-sizing: border-box;
		padding: 5px;
		background-color: white;
		float: none;
		width: 50%;
		margin: auto;
		}
		
	.frame-left {
		width: 100%;
		margin-right: 0%;
		}
	
	.frame-right {
		width: 100%;
		margin-left: 0%;
		}
	}
	
@media only screen and (max-width : 479px) {	
	
	.tile {
    	width: 250px;
		}

	.upload img {
		max-width: 250px;
		}
		
	.company-name {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		}
	
	.frame {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		}
		
}