/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}


.sf-menu {
    position: relative;
    left: 95px;
	}
	
	.logo-small {     height: 48px;
    top: -82px;
	}
	
	.sf-arrows .sf-with-ul {
    padding-left: 2.5em;
}
	
@media only screen 
and (max-width : 1077px) {
 .logo-small { left: 60px;     height: 48px;
    top: -82px; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.sf-menu {
    position: relative;
    left: 100px;
	}
 
 .logo-small { left: 60px;     height: 48px;
    top: -82px; }
 
 }

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

body { margin-top: 0px; }

	h1 {
		font-size: 54px;
	}
	
	.desktop-view
	{
		display:none;
	}
	.mobile-view 
{
	display:block;
}

.navigation {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
#bodycontent {
width: 100%;
}

.home-top-panel-left {
width: 100%;
}

.home-top-panel-right {
clear:both;
}

.home-top-panel-right img {
width: 70%;
border-top-style: none;
border-left-style:none;
border-right-style:none;
margin-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
    margin: auto;
}

.home-bottom-panel-right {
width: 90%;
border-style: none;
}

	.home-bottom-panel-right-services {

    width: 221px;
}

.home-bottom-panel-right img {
    width: 175px;
left:0px;
top: 20px;
    /*position: relative;*/
}

.home-bottom-panel-left {
	width: 95%;
	    margin-bottom: 20px;

}
	


.home-button {

	padding-left:5px;
	padding-right:5px;
}
	
.home-button-wrapper { }

.category-button {
	font-size: 30px;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
	
}

.footer { width: 100%; }
.footer-margin{ width: 100%; }

.footer-contact { width: 100%; }
.footer-contact img { max-width: 100%; left: initial !important }

.footer-services { width: 100%; background-color: #24292D;}
.footer-services-list {padding-left: initial; margin-right: initial; }


.panel-half { width:100%; float:none;}
.panel-half img { width:100% !important;}

.category-button-mobile {
    color: white;
    background: #296DA5;
    font-size: 35px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
	}
	
.category-button-mobile  a, .category-button-mobile a:visited{
	text-decoration: none;
	color: white;
}

.category-button-mobile:hover {
	background: rgba(1, 63, 125, 1);
}

.vampire-logo { max-width: 90%; }
.contact-bottom {width:100%; }

.home-top-panel-left {
    width: 50%;
}
.home-top-panel-right {
    width: 50%;
	clear:none;
}
.home-top-panel-right img {
    max-width: 100%;
	left: 0px;
	display: block;
}

}


@media only screen and (max-width: 766px) 
{
.home-top-panel-left {
    width: 100%;
}
.home-top-panel-right {
    width:100%;
	clear:both;
}
.home-top-panel-right img {
    width: 70%;
	}
	
	.home-bottom-panel-right-services {

    width: 232px;
	float:none;
}

.home-bottom-panel-right {
height: 1425px;
}

.home-industries {
	margin-left: initial;
}

.home-button-wrapper-outer {
	    margin-left: initial;
}

.home-coatings-panel {
    margin-left: initial;
}


}