#projectThumbnailMain{
	width: 82%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 80px 0px 0px 0px;
}
#menuText{
display:none;	
	
}
#spanMain{
	width: 100%;
	height: 100%;
}
#projectThumbnail{
	 width: 100%; min-height:350px;
}
#projectThumbnail a{
	width: 100%;
	margin: 0;
	padding:0;
}
.Contact{
position: absolute;
    right: 73px;
    top: 68px !important;		
}
#buttonImage{
margin-top: -92px;	
	
}



#projectThumbnail p{
	margin:0;
}
#spanMore{
	display: none;
}
#hideButton{
	display: none;
}
span{
	display: inline-block;
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
}
span > a:hover{
	color: #767477;
	text-decoration: none;
}
span > a > img{
	height: 250px;
	width: 100%;
	padding-bottom: 8%;
}
span > a > p{
	font-size: 10px;
	color:#767477; 
}
.rotateHr {
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.thumbnail{
	width: 95%;
}
.projectName,.projectLocation{
	text-align: center;
	font-size: 15px
}
.projectName{
	font-weight: 700;
	color:black;
}

@media only screen and (min-width: 1901px){
	#spanMain{
		width:100%;
		height: 100%;
		display: block;
	}
	/*canvas{
		width: 420px;
		height: 300px;
	}*/
}
@media only screen and (min-width: 1401px) and (max-width: 1900px){
	#spanMain{
		width:100%;
		height: 100%;
		display: block;
	}
	canvas{
		width: 320px;
		height: 200px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#projects{
		margin-top: 3em;
	}
	.col-xs-12.col-md-4 {
    width: 33%;
}
#mySidebar.toggled {
    width: 100%;
}
#menuItems.toggled{
	margin-left:0px;
}
#respCloseSpan{
	
	padding-top: 0;
	margin-top:0 !important;
}
#mySidebar.toggled img{
	padding-top:24px;
}

#mySidebar.toggled{
	height: 254px;
	
}

	#projectThumbnailMain{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		height: auto;
		display: block;
		overflow: auto;
	}
	#spanMain{
		text-align: center;
		width:100%;
		height: 100%;
		display: block;
	}
	#projectThumbnail{
		width: 100%;
		margin:0;
		display: inline-block;
	}
	#spanMore{
		display: none;
	}
	#hideButton{
		display: none;
	}
	span{
		display: inline-block;
		/*padding-left: 3%;*/
		/*height: 150px;*/
		/*width: 200px;
		padding-bottom: 5%;*/
	}
	span > a:hover{
		color: #767477;
		text-decoration: none;
	}
	span > a > img{
		/*height: 110px;*/
		width: 100%;
	}
	span > a > p{
		padding-top: 2%;
		font-size: 10px;
		color:#767477; 
	}
	.rotate {
		/* Safari */
		-webkit-transform: rotate(90deg);
		/* Firefox */
		-moz-transform: rotate(90deg);
		/* IE */
		-ms-transform: rotate(90deg);
		/* Opera */
		-o-transform: rotate(90deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	}
	canvas{
		width: 240px;
		height: 150px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	div#myTabContent{width: auto !important;}
	
	#projectThumbnailMain{
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		/*width: 100%;*/
	}
	#spanMain{
		padding-top: 5%;
	}
	#projectThumbnail{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
.col-xs-12.col-md-4 {
    width: 100% !important;
}
#projectThumbnail p {
    font-size: 30px;
}
#projectThumbnail {
    width: 100% !important;
}
	#projectThumbnail img{
		width: 100%;
	}
	#spanMore{
		display: none;
	}
	#hideButton{
		display: none;
	}
	span{
		/*float: none;
		display:table;
		padding-left:3%;
		padding-bottom: 5%;
		margin-left: auto;
		margin-right: auto;*/
		padding: 4px 0;

	}
	span > a:hover{
		color: #767477;
		text-decoration: none;
	}
	canvas {
	    border: none;
	    margin-left: auto;
	    margin-right: auto;
	}
	span > a > p{
		padding-top: 2%;
		font-size: 10px;
		color:#767477; 
	}
	.rotate {
		/* Safari */
		-webkit-transform: rotate(90deg);
		/* Firefox */
		-moz-transform: rotate(90deg);
		/* IE */
		-ms-transform: rotate(90deg);
		/* Opera */
		-o-transform: rotate(90deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	}
	canvas{
		width: 240px;
		height: 150px;
	}	
}
