/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

.blacktitle
{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.regulartext
{
	width: 80%;
	margin: 0 auto;
	display: block;
	line-height:28px;
	font-size:0.5em;
	text-align:center;
}
#oemcastingsbtn
{
margin-top:20%;
}
#constcastingsbtn
{
margin-top:20%;
}
.imagebtn
{
	background-size: cover;
	height:300px;
	max-height:408px;
	max-width:717px;
	padding:1em;
	text-align:center;
	margin: auto;
}
.blackwhitebtn
{
	margin: auto;
	margin-bottom:16px;
    	position:relative;
	height:58px;
	width:312px;
	border: 3px solid #ffffff;
	border-radius:5px;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	padding:18px;
	cursor:pointer;
	text-align:center;
	font-size:18px;
}
.contactteamwrap
{
	position: absolute;
	top:-158px;
	float:right;
	right:-50px;
	padding-top:60px;
	border-radius:5px;
	text-align:center;
	padding:0;
	width:379px;
	height:173px;
	background-image: url("/wp-content/uploads/2017/10/metal-background-2.jpg");
background-size:cover;
}
.contactteam
{
	height: 58px;
	width: 301px;
	position: relative;
	top:90px;
	margin:auto;
	padding: 10px;
	text-align:center;
	cursor:pointer;
}
.capabilitywrap
{
	width:100%;
}

.capabilitybox
{
	float:left;
	width:50%;
	line-height:28px;
}

.whitetitle, .whitetitlecon
{
	font-size:32px;
	font-weight:bold;
}
.whitetitleoem
{
	font-size:22px;
	font-weight:bold;
}
.capabilitylinks
{
	float:right;
	width:50%;

}
#qc,#cc
{
	width:95%;
	text-align:center;
	line-height:40px;
	margin:auto;
}
div.contactustolearnmore
{
	position:relative;
	top:25px;
	padding-top:5px;
	margin:auto;
	height:58px;
	width:358px;
	border: 5px solid #ffffff;
	border-radius: 5px;
	background-color: #2B415B;
	font-size:1.3em;
	cursor:pointer;
}
div.portfoliodl
{
	width:100%;
	height:290px;
}
div.porfoliodlimg
{
	float:left;
	width:50%;
}
div.portfoliodldescription
{
	float:right;
	width:50%;
}
div.portfoliodldescription h3
{
	color:#8B572A;
	font-size:28px;
	line-height: 28px;
}
h1.av-special-heading-tag 
{
	color: #2B415B !important;
	font-size:5.0em !important;
	letter-spacing:-3px !important;
}
h2.maincontenttitle
{
	color:#8B572A;
	letter-spacing:-1px !important;

}

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

h2
{
	font-size:16px;
	font-weight:bold;
}
.blackwhitebtn
{
	margin: auto;
	margin-top:25%;
	margin-bottom:16px;
    	position:relative;
	height:58px;
	width:312px;
	border: 3px solid #ffffff;
	border-radius:5px;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	padding:18px;
	cursor:pointer;
	text-align:center;
	font-size:18px;
}
.contactteam
{
	height: 58px;
	width: 301px;
	position: relative;
	top:90px;
	margin:auto;
	padding: 10px;
	text-align:center;
	cursor:pointer;
}
.capabilitywrap
{
	width:100%;
}

.capabilitybox
{
	float:left;
	width:100%;
	text-align:center;
}

.whitetitle
{
	font-size:12px;
	font-weight:bold;
}
.capabilitylinks
{
	display:none;

}
div.contactustolearnmore
{
	position:relative;
	top:10px;
	padding-top:8px;
	margin:auto;
	height:36px;
	width:280px;
	border: 3px solid #ffffff;
	border-radius: 3px;
	background-color: #2B415B;
	font-size:12px;
	cursor:pointer;
}

}

/*
Tablet Styles
================================================== */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {


}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

.blackwhitebtn
{
	margin: auto;
	margin-bottom:10px;
    	position:relative;
	height:50px;
	width:312px;
	border: 3px solid #ffffff;
	border-radius:5px;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	padding:12px;
	cursor:pointer;
	text-align:center;
	font-size:18px;

}
.capabilitybox p
{
	font-size:14px;
}
.whitetitleoem, .whitetitlecon
{
	font-size:30px;
	font-weight:bold;
}

}