/*

Theme Name: Spencer Butcher
Theme URI: http://experiencedmg.com
Description: Built from the ground up.
Author: Douglas Marketing Group
Version: 1.00

*/


* {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
}



/*
.page-id-8, .page-id-16, .page-id-12, .page-id-80 {
	background:url(images/internal-header-1.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-14 {
	background:url(images/bg-outbound.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-53 {
	background:url(images/bg-subassem.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-61 {
	background:url(images/bg-contain.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-63 {
	background:url(images/bg-sequence.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-65 {
	background:url(images/bg-wareh.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-67 {
	background:url(images/bg-pack.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.page-id-69 {
	background:url(images/bg-reverselog.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.internal-header{
	background: url(images/internal-header-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 300px; 
}
*/
/*globals*/

.now_hiring {
    position: absolute;
    top: 27px;
    right: 0;
    background-color: #66ff33;
    padding: 6px;
    transform: skew(-15deg);
}

.now_hiring_link { color:#0066cc; }

.int-head { max-height: 208px; width:100%; }
.int-head img { object-fit: cover; width:100%; height: 208px;}

h1, h2, h3 {
	font-weight: bold;
}
.clear {
	clear:both;
}
/*outer wrapper - header*/

#outerWrapper {
	margin: 0 auto;
	padding:0;
}
header {
	position:relative;
	height:167px;
	background-color:#fbfbfb;
	-webkit-box-shadow: 4px 4px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 2px rgba(50, 50, 50, 0.75);
}
header .logo {
	margin:0 0 0 27px;
}
header .btn-cont a {
	background-color:#0075bc;
	font-weight:600;
	font-size:19px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 17px;
	position:absolute;
	top:0;
	right:25px;
}
header .btn-cont a:hover {
	cursor:pointer;
	background-color:#005f99;
}
header nav.mainnav {
	width:992px;
	margin:auto;
	padding:15px 0;
	border:0px solid #ababa9;
	-moz-box-shadow: inset 0 0 5px #ababa9;
	-webkit-box-shadow: inset 0 0 5px #ababa9;
	box-shadow: inset 0 0 5px #ababa9;
}
/*main nav style */
.header-contact ul{list-style:none; }
.header-contact li{ float:right; }
.header-contact li:last-of-type{ margin-right: 10px; }
.mainheader{ /*padding-top:10px; padding-bottom:5px;*/ }
.navbar{ /*min-height:30px;*/ /*margin-top:15px;*/ margin-bottom:0; }
.navbar-default{ background:transparent; border:0px; }
.navbar-default .navbar-nav>li>a
{
color:#000000;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 18px;
}
.navbar .nav > li {
    display: table;
    position: relative;
}

.navbar li:after {
   content: "//"; 
   display: inline-block; 
   height: 12px;
   width: 6px;
   position: absolute;
   right: 0;
   top: 38px; 
   color:#adafb0;
}
.dropdown-menu li:after{ content:""; }

.navbar li:last-child:after {
    content: "";
}
.navbar .nav > li > a { display: table-cell; vertical-align: middle;}
.navbar .nav > li > a:hover{
	color: white !important;
	/*background-image: url('images/nav-hover2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
    display: table-cell;
    vertical-align: middle;
}
.navbar .nav > li.active > a {
    color: white !important;
	/*background-image: url('images/nav-hover2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
    display: table-cell;
    vertical-align: middle;
}

.navbar-default .navbar-nav > li > a { height: 100px; }

.skew {
    margin: 0 3px 0 0px
}

.unskew > a{
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    color: black;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 18px;
}

/*
.navbar .nav > li:hover  {
	color:white !important;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background-color: #0075bc;
}*/
/*.navbar .nav > li:hover a:not(.dropdown-submenu) {
	color:white;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background: #0075bc;
}

.navbar .nav > li > a:first-child :hover {
	color:white;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}/*
.navbar .nav > li:hover .dropdown-menu{
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	 }*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover{ background-color:transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { background-color:transparent; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {color:white;background-color: black;}
.dropdown-menu>.active>a:hover { background-color:white; color:#337ab7; }
.dropdown-menu{border-style: solid;border-color: white;border-width: 1px;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color:transparent; }

.navbar-brand { margin-top:16px;}

.header-contact {
	background-color: #eeeeee;
	z-index: 999;

	margin-right: 0px;
    margin-left: 0px;
    padding-top:5px;
    padding-bottom:5px;
}
.header-contact a{
color: #78818c;
font-weight: 600;
font-size:16px;
}
.header-contact ul{
    margin-bottom:0;
	float:right;
    /*padding-top:5px;
    padding-bottom:5px;*/
}

/* Submenu

 

------------------------------------------*/
.dropdown-menu>li>a:hover, .sub-menu>li>a:hover{color:#0075bc!important;}
.navbar-nav > li > .dropdown-menu { background:black; color:#0075bc; }
.dropdown-menu > li > a { color:#fff; font-size: 16px; padding: 3px 30px 3px 10px; text-transform: uppercase; font-weight: 600; }

ul.sub-menu{list-style: none;}
.sub-menu>li>a{color:white;text-decoration: none;display: block; padding: 3px 20px; text-transform: uppercase; font-size:15px; font-weight: 600; }
.sub-menu>li>a:hover {background:white; color:#0075bc;}
ul.sub-menu { margin-bottom:12px;}



.header-contact {
	background-color: #eeeeee;
	z-index: 999;

	margin-right: 0px;
    margin-left: 0px;
    padding-top:5px;
    padding-bottom:5px;
}
.header-contact a{
color: #78818c;
font-weight: 600;
font-size:16px;
}
.header-contact ul{
    margin-bottom:0;
	float:right;
    /*padding-top:5px;
    padding-bottom:5px;*/
}
/****home style****/


.bx-wrapper img {
    width: 100%;
    height: 100%;
}
.bx-controls-direction{
	display: none;
}



.bx-viewport{    
    max-height: 100%!important;
    overflow: visible!important;

}
.contact-intro{
	padding-top: 120px;
}
.contact-us {
    float: right;
    margin-right: 20px;
}
.contact-us p { margin:0; }
.contact-us .text{
   font-weight: 900;
   font-size:20px;
   color:#000;
   margin:5px 0 -8px 0;
}
.contact-us .phone{
   color: #0088ce;
    font-size:22px;
   
}
.info-btn{
	  margin-top: 10px;
	float:right;
}
.info-btn a{
	float:right;
	background-color: #0088ce;
	padding:10px;
	color: #fff;
    font-size:20px;
    font-weight:600;
}
.info-btn a:hover{
text-decoration: none;
background-color: #000;
	}
/*header box*/
.home-content { margin-top:35px; }

.home-header-bx {
	width:100%;
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	max-height: 600px;
	text-transform: uppercase;
}
.home-header-bx .text {
    width: 420px;

    margin: 0 auto;
}
.home-header-bx h1 {
	font-weight: bold;
    font-size: 46px;
    line-height: 47px;

}
.home-header-bx h2 {
	font-weight:100;
	font-size:35px;
}
.home-intro {
	position:relative;
	margin:0px 0 30px 10px;
    color:#000;
}
.home-intro h3 { margin-top:0; }
h3 {
	font-size:33px;
	line-height:35px;
}
p {
	font-size:15px;
	margin:5px 0;
}
.btn {
	position:relative;
	text-align:right;
	margin:10px 0;
	float:left;
}
.btn a {
	border: 1px solid #fff;
	color:#ffffff;
	text-transform:uppercase;
	font-size:20px;
	padding:3px 10px;
	text-decoration:none;
	margin-left: -13px;
}
.btn a:hover {
	cursor:pointer;
	background-color:#fff;
	color: #000;
}
.welcome-btn {
	position:relative;
	text-align:right;
	padding:10px 0;
	float:left;
	    margin-right: 20px;
}
.welcome-btn p {

	color:#0088ce;
	text-transform:uppercase;
	font-size:20px;
	padding:5px 0px;
	text-decoration:none;
}
.welcome-btn a:hover {
	cursor:pointer;
	text-decoration: none;
}


.content-bxs {
	text-align:center;
	color: #fff;
	margin-bottom: 20px;
}
.content-bxs h1 { font-family:'Oswald', sans-serif; }
.content-bxs h4 {
	font-size:28px;
	text-transform: uppercase;
}
.content-bxs h2{
	margin-top: 0;
}
.content-bxs .content{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
    padding: 5px;

}
.content-bxs .bx-left, .content-bxs .bx-right, .content-bxs .bx-mid,
.content-bxs .bx-left-in, .content-bxs .bx-right-in, .content-bxs .bx-mid-in,
.content-bxs .bx-left-out, .content-bxs .bx-right-out, .content-bxs .bx-mid-out,
.content-bxs .bx-left-up, .content-bxs .bx-right-up, .content-bxs .bx-mid-up{
	background-repeat: no-repeat;
	height:331px;
	width:100%;
	/*margin-bottom: 30px;*/
	}
.content-bxs .bx-left{ background: url("images/bx-left.jpg");background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-right{ background: url("images/bx-right.jpg");background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-mid{ background: url("images/bx-mid.jpg"); background-position: 0px 331px; background-size: 100%;}

.content-bxs .bx-left-in{ background: url("images/bx-left.jpg");background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-right-in{ background: url("images/bx-right-in.jpg");background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-mid-in{ background: url("images/bx-mid.jpg");background-position: 0px 331px; background-size: 100%;}

.content-bxs .bx-left-out{ background: url("images/bx-reverse.jpg");background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-right-out{ background: url("images/bx-warehouse.jpg") ; background-position: 0px 331px; background-size: 100%;}
.content-bxs .bx-mid-out{ background: url("images/bx-packaging.jpg") ; background-position: 0px 331px; background-size: 100%;}

.overlay{
	height: 100%;
    z-index: 2;
}



.content-bxs .btn{
	float:none;
	font-weight: bold;
}
.gray-cont {
	width:100%;
	background-color:#eeeeee;
	padding:20px 0;
}
.gray-contbx {
	width:1024px;
	margin:auto;
}
.gray-contbx h3 {
	font-size:32px;
}
.gray-contbx ul {
	margin:10px 0 0 25px;
}
.gray-contbx ul li {
	margin:8px 0;
	font-size:22px;
}
.gray-contbx ul li a {
	font-size:22px;
	text-decoration:none;
	color:#000000;
}
.gray-contbx ul li a:hover {
	color:#0075bc;
}
.gray-contbx .gray-left {
	float:left;
	width:400px;
	padding:0 100px 0 30px;
	border-right:2px solid #d5d5d5;
}
.gray-contbx .gray-right {
	float:right;
	width:400px;
	padding:0 30px 0 0;
}
/*internal two column*/



.internal-content {
	float:left;
	/*margin-bottom: 30px;*/
}
.internal-content img {
	    max-width: 100%;
        height: auto;
}
.internal-content-side-nav img{
	float:none!important;
}
.internal-point {
    margin-left: 70px;
    margin-bottom: 23px;
}
.vision{
	border-left:1px solid #efefef;
}
.vision, .mission{
	margin-bottom: 20px;
}
.internal-content img{
	float:left;
}
.internal-content .right-col img{
	float:none;

}
.internal-content ul {
    list-style-image: url('images/checkmark.png');
    margin-left: 25px;
}
.internal-content ul li ul{
    list-style: disc;
    list-style-image: none;
    margin-left: 25px;
}
.internal-content ul li {
    padding-bottom: 5px;
}
.internal-content ul li ul li{
    margin-bottom: 0px;
}
.internal-left h2 {
	font-size:42px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.internal-left h4 {
	font-size:21px;
	color:#0075bc;
	font-weight:bold;
	padding:0 0 10px 0;
	width:95%;
}
.internal-left p {
	font-size:15px;
	font-weight:100;
	padding:0 0 10px 0;
	width:95%;
}
.internal-left a {
	color:#000000;
}
.internal-left a:hover {
	text-decoration:none;
}
.internal-title {
    margin: -60px 0 0 0;
    background-repeat: no-repeat;
    font-family: 'Oswald', sans-serif;
    /* WIDTH: 100%; */
    color: #ffffff;
}
.internal-title h1 {
    font-size: 54px;
    font-weight: bold;
    border-radius: 0px 35px 0px 35px;
    background-color: #000;
    padding: 5px 20px 5px 20px;
    display: inline-block;
}
.internal-content h2 {
	color: #0075bc;
}
.internal-content h4 {
	font-weight: 600;
	margin-bottom: 0px;
}
.internal-title h1 span {
	font-size:29px;
	font-weight:100;
	margin:0 0 0 20px;
	position:relative;
	top:-12px;
}
.internal-left {
	float:left;
	width:739px;
	padding:0 15px 0 30px;
}
.internal-left ul {
	list-style:none;
	padding:20px 0 0 0;
}
.internal-left ul li {
	display:inline;
	padding:0 30px 0 0;
}
.internal-right {
	float:right;
	width:230px;
}
.internal-right img {
	padding:0 0 10px 0;
}
.internal-right h3 {
	font-size:19px;
	font-weight:bold;
	padding:10px 0 0 0;
}
.internal-right p {
	font-size:15px;
}
.internal-right ul {
	list-style:none;
	padding:5px 0 10px 0;
}

.internal-right iframe {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #d7d7d7;
}

ul.rightlist { font-size:18px; font-weight:600; text-transform: uppercase; }

.right-nav ul{
	list-style:none;
	margin:auto;
	position:relative;
}

.right-nav h3, .right-nav ht{
font-weight: 600;
font-size: 24px;
    text-transform: uppercase;
    margin-bottom:0;
}
.right-nav #menu-side-menu li.ht { margin-bottom:10px; }

.right-nav #menu-side-menu li.ht a {
font-weight: 600;
font-size: 24px;
    text-transform: uppercase;
    margin-bottom:0;
}

.right-nav #menu-side-menu .sub-menu li a {
font-weight: 600;
font-size: 18px;
    text-transform: uppercase;
    margin-bottom:0;
}

.right-nav li.active, .right-nav li.active a{
	color: #0075bc!important;

}
.right-nav ul .sub-menu{
margin-left: 30px;

}
.right-nav ul li.main a{
	font-size: 27px;
	color: #0075bc;

}
.right-nav a:hover{

	text-decoration: none;
}
.right-nav ul.sub-menu{
	list-style:disc;
	    margin-left: 30px;
}
.right-nav ul.sub-menu li a{
	font-size: 18px;
	color: #000;
    text-transform: uppercase; 
    font-weight: 600;
}
.right-nav ul.sub-menu li a:hover{
	color: #0075bc!important;

}
.right-nav ul.sub-menu li.active a {
	color: #0075bc!important;

}

.right-nav .sub-menu > li > a { padding:3px 0 !important; }

.right-nav li.current_page_item a { color: #0075bc!important; }

/*** vidbx ***/ 

.vidbx img{
margin-bottom: 40px;
}
.vidbx:hover {
	cursor:pointer;
}
.vidbx img{

	width:100%;
}
.vidbx:hover img {
	opacity:0.8;
}
.vidbx {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vidbx iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*internal full width*/

.internal-content-full {
	float:left;
	width:1024px;
	margin:150px 0 0 0;
	padding:0 0 20px 0;
	position:relative;
}
.internal-content-full h4 {
	font-size:21px;
	color:#0075bc;
	font-weight:bold;
	padding:0 0 10px 0;
	width:95%;
}
.internal-content-full p {
	font-size:15px;
	font-weight:100;
	padding:0 0 10px 0;
	width:95%;
}
.internal-content-full .head-m {
	padding:0 0 20px 0;
}
.internal-content-full .head-i {
	margin:-40px 0 0 0;
	padding:0 0 20px 0;
}
.internal-content-full .txt-title {
	padding:0 0 10px 0;
}
.internal-content-full ul {
	padding:20px 0 0 0;
}
.internal-content-full ul li {
	display:inline;
	padding:0 30px 0 0;
	float:left;
}
.internal-content-full ul li h2 {
	font-size:24px;
	padding:15px 0 0px 15px;
	width:291px;
}
.internal-content-full ul li p {
	font-size:15px;
	padding:0 0 0 15px;
	width:291px;
	min-height:70px;
}
.internal-content-full ul li .btn {
	position:relative;
	text-align:right;
	width:291px;
	left:0;
	padding:0 0 5px 0;
}
ul.info {
	float: left; margin-bottom: 20px;width:100%;
}
ul.info-2-col li{
	float: left; margin-bottom: 10px;width:320px;
}
ul.info li {
	margin:4px 0;
	font-size:15px;
	width:95%;
	display:block;
	display: list-item;
}
ul.info li.head {
	list-style:none;
	font-size:17px;
	padding:5px 0;
	margin:0 0 0 0px;
	font-weight:bold;
}
ul.info li ul {
	margin:5px 0 5px 20px;
	padding:0;
}
ul.info-full {
	padding:5px 0 0 0;
	float:left;
	margin:0 0 40px 25px;
	width:100%;
}
ul.info-full li {
	margin:4px 0;
	font-size:15px;
	width:30%;
	display:block;
	display: list-item;
	float:left;
}
ul.info-full li.head {
	list-style:none;
	font-size:17px;
	padding:5px 0;
	margin:0 0 0 0px;
	font-weight:bold;
}
ul.info-full li ul {
	margin:5px 0 5px 10px;
	padding:0;
	width:300px;
}
ul.info-full li ul li {
	float:left;
	width:220px;
	margin:3px 0;
}
.internal-content-full h3 {
	float:left;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 0 25px;
	width:100%;
}
.internal-content-full .int-slider {
	float:right;
	width:518px;
	height:236px;
}


ul.srvcelist li { float:left; width:33%; margin-bottom:20px; font-size:21px; font-weight:600; color:#000; }
ul.srvcelist li h4 { font-size:18px; color:#000; margin:0; }

ul.srvcelistfull { float: left; margin-bottom:20px; }
ul.srvcelistfull li { float: left; width: 100%; margin-bottom:10px; font-weight: 600; color:#000; }
ul.srvcelistfull li h4 { font-size: 21px; color:#000; margin: 0; }


ul.listnomarg li { margin-bottom:8px; }

ul.bxslider {
	display:block;
	padding:0;
	margin:0;
}
ul.bxslider li {
	padding:0;
	margin:0;
}
/*
.history.content-bxs .back{
	display:none;
}*/

.card:hover { cursor: pointer; }

.hisbx { margin-bottom:30px; }

.history.content-bxs .back p { margin-top:3px; padding:0px 3px; text-align: center; font-size:17px; }

.history.content-bxs { width: 100%; height: 330px; }

.history.content-bxs #b1{
	background-image: url("images/box1.jpg");
}
.history.content-bxs #b2{
	background-image: url("images/box2.jpg");
}
.history.content-bxs #b3{
	background-image: url("images/box3.jpg");
}
.history.content-bxs #b4{
	background-image: url("images/box4.jpg");
}
.history.content-bxs #b5{
	background-image: url("images/box5.jpg");
}
.history.content-bxs #b6{
	background-image: url("images/box6.jpg");
}
.history.content-bxs #b7{
	background-image: url("images/box7.jpg");
}
.history.content-bxs #b8{
	background-image: url("images/box8.jpg");
}
.history.content-bxs #b9{
	background-image: url("images/box7.jpg");
}

.history.content-bxs #b18{
	background-image: url("https://www.spencerbutcher.com/wp-content/uploads/2020/07/2018.jpg");
}

.history.content-bxs #b19{
	background-image: url("https://www.spencerbutcher.com/wp-content/uploads/2020/07/2019.jpg");
}

.history.content-bxs #b20{
	background-image: url("https://www.spencerbutcher.com/wp-content/uploads/2020/07/2020.jpg");
}

.front img:hover, .back img:hover{
cursor:pointer
}

.front h2 { font-family: 'Oswald', sans-serif; font-size:39px; }

/*history bubbles*/
.hist-bub {
	margin:15px 0;
	padding:15px 0;
	width:100%;
	float:left;
}
.hist-bub .imgblock {
	float:left;
	margin:0 25px 0 0;
}
.internal-left ul.hist {
	padding:0;
	margin:0 0 0 10px;
	float:left;
	width:405px;
}
.internal-left ul.hist li {
	margin:6px 0;
	font-size:16px;
	list-style:outside;
	display:block;
	display: list-item;
}
.internal-left ul.hist li ul {
	margin:10px 0 0 17px;
	padding:0;
}
.internal-left ul.hist li ul li {
	list-style:outside;
	list-style-type:disc;
	display:list-item;
	margin:6px 0;
}
/**** contact page ****/

.cont-map img{
width:100%;
    height: 100%;
	}
.location-head, .location-can, .location-usa {
	float:left;
	width:100%;
	margin:0 0 0 0;
}
.location-can img, .location-usa img{
	    margin-bottom: 20px;
}
.location-head {
	margin:30px 0 30px 0;
}
.location-usa { padding-top:40px; border-top:1px solid #b7b7b7;}

.locationbx {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
.location-can img, .location-usa img {
	float:left;
}
.location-head .locationbx {
	float:left;
	margin:0 0 0 35px;
	padding:0;
}
.locationbx h5 {
	margin:0 0 10px 0;
	padding:0;
	font-size:17px;
	color:#848085;
	text-transform:uppercase;
	width:140px;
}

.locationbx ul.locations li {
	float:left;
	width:240px;
	display:inline;
    font-size:17px;
}
.locationbx ul.locations ul {
	float:left;
	font-size:12px;
	display:inline;
	width:240px;

	min-height: 160px;
}
.location-head .locationbx ul.locations ul {
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	display:inline;
	width:240px;
}
.locationbx ul.locations ul li {
	float:left;
	width:100%;
	padding:0;
	margin:2px 0 2px 0;
}
.locationbx ul.locations ul li a {
	color:#0074bc;
	text-decoration:underline;
	font-size:12px;
}
.locationbx ul.locations ul li a:hover {
	text-decoration:none;
}
.locationbx ul.locations ul li.headt {
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0074bc;
}
.locationbx ul.locations ul li.sm {
	font-size:10px;
}


ul.locations li.headt {
    	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0074bc;
}
ul.locations li { font-size:17px; }
.contloc { min-height:130px;}
.contloc { margin-bottom:15px; float:left; }
.contloc li.ph { margin-top:5px;}
/*contact form*/

div.wpcf7 {
    width: 100%;
        margin-top: 40px!important;
    margin-bottom: -100px!important;
    color:#bfbfbf;
}
div.wpcf7 input[type="submit"]{
	    max-width: 100px;
    float: right;
    /* -webkit-appearance: button-bevel; */
    background: #0074bc;
    /*border: 2px solid #0074bc;*/
    color: #fff;
    border:0;
    text-transform: uppercase;
    font-weight: 600;
}
div.wpcf7 input[type="submit"]:hover { background:#000;}
div.wpcf7 input, div.wpcf7 select { padding:7px; }
div.wpcf7 textarea { padding:7px; }
div.wpcf7 label
{

    min-width: 100%;

font-weight: 500;
}
div.wpcf7 .col-md-6 *{
	width:100%;
}

/* form error */

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
   
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "";
}
div.wpcf7-validation-errors:before {
    content: "";
}

.wpcf7-response-output { float:left; width:100%; }


/*************/



/*blog styles*/

#contentWrap {
	width: 100%;
	overflow: auto;
}
#content {
	width: 700px;
	float: right;
}
#content article, .widget-area aside, form#commentform, h2#archiveTitle {
	margin-bottom: 20px;
}
#content article p {
	margin:10px 0;
}
div.entry {
	margin: 10px 0;
}
.widget-area {
	width: 220px;
}
input#s {
	width: 150px;
}
/*footer*/

footer {
	width:100%;
	background-color:#000;
	background-repeat:repeat-x;
	padding-top: 30px;
    padding-bottom: 30px;
    /*margin-top: 40px;*/
	color: #fff;
	line-height: 12px;
	font-size: 15px;
}
footer h3{
	font-size: 20px;
	margin-top: 0px;
    font-weight: 600;
}
footer img{
	width:100%;
	max-width: 300px;
}
footer a{
	color:#ffffff;
	line-height: 25px;
	font-size: 15px;
}
footer a:hover { color:#0088ce; text-decoration: none; }
footer ul li a{
	font-size: 25px;
	margin-right: 10px;
}

.footer-content {
	margin:auto;
	color:#ffffff;
}
.footer-content ul.address {
	position:relative;
	top:250px;
	list-style:none;
	font-size:15px;
	width:250px;
}
.footer-content ul.address li.head {
	font-size:19px;
	margin:0 0 10px 0;
	font-weight:bold;
}
.footer-content ul.address li {
	margin:3px 0;
}
.footer-content ul.address li.phone {
	font-size:23px;
}
.footer-content ul.col {
	padding:0 30px;
	list-style:none;
	font-size:15px;
	width:150px;
	position:relative;
	top:-30px;
	float:right;
}
.footer-content ul.col li {
	border-bottom: 1px solid #799fb5;
	padding:8px 0;
}
.footer-content ul.col li.head {
	font-size:19px;
	font-weight:bold;
}
.sub-footer {
	width:100%;
	background-color:#b7b7b7;
}
.sub-footer-content{
	margin:auto;
	color:#ffffff;
}
.sub-footer-content p {
	font-size:11px;
	padding:5px 0;
	margin:0;
}
.sub-footer-content .copy {
	float:left;
}
.sub-footer-content .dmg {
	float:right;
}
.sub-footer-content a {
	font-size:11px;
	text-decoration:underline;
	color:#ffffff;
}
.sub-footer-content a:hover {
	text-decoration:none;
}

footer .list-inline > li { padding-right:2px;}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
   .right-col img{

    height: 100%;
   }
.carousel {
    height: 500px;
    /*margin-bottom: 60px;*/
    
    
}
.carousel .text{
	position: relative;
	top:120px;
}
.carousel .content img {
    max-height: 100%;
    max-width: 100%;

    position: relative;
    top: 0px;
}
 .carousel-caption {
    z-index: 10;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible!important;
}
 .carousel .item {
    width: 100%;
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel .subimg { position: absolute; right:0; }

@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }


}


@media (max-width: 1200px){
	.unskew > a{ 
	    padding: 10px 12px;
	    font-size: 14px;
	}
}
@media (max-width: 992px) { 

.content-bxs h1{
font-size: 30px;
}
}

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1199px){
        
        /*nav*/
        .navbar-nav { float: right; }
        .navbar-default .navbar-nav > li > a { font-size:12px; padding:10px 15px; }
        
        /*footer*/
        .right-nav h3 { font-size: 20px; }
        
        
		.carousel .content .img{
			top:20px;
		}

		.home-header-bx h1 {
		    font-weight: bold;
		    font-size: 35px;
		    line-height: 38px;
		}
		.home-header-bx h2 {
		    font-weight: 100;
		    font-size: 28px;
		}
        
	}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px){
    

    /*header titles*/
    .internal-title h1 span { margin:0; display: block; top:0;}
    .unskew > a{ padding: 10px 18px;	}
    
    /*nav*/
    .navbar-nav { float:left; margin-top:20px; }
    .navbar-collapse { padding-left:0; }
    .navarea { padding-left:0; }
    
    /*footer*/
    .colarea { margin-bottom:17px;}
    
    
    
	.carousel .text {
    top: 0px;
    width: 90%;
    left: 50px;
}

     	.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;}

	.carousel {
	    height: 350px;
	    margin-bottom: 60px;
	}
/* Since positioning the image, we need to help out the caption */
 .carousel-caption {
    z-index: 10;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible!important;
}
/* Declare heights because of positioning of img element */
 .carousel .item {
    width: 100%;
    height: 350px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
}


	}

	@media only screen and (min-width : 768px){   
		.collapse.in{display: none;}
		.desktop-menu{display: block;}
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px){

        /*menu*/
        .navbar-brand a .img-responsive{ margin-top:-20px; }
        .navbar-nav { float: left; width:100%;}

        .navbar-default .navbar-nav > li > a {text-align: center;}
            .navbar-collapse { padding-left:15px; }
                .navarea { padding-left:15px; }
    
        .navbar-nav > li > .dropdown-menu{background-color:transparent; color: black; border-style: none;}
        .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {background-color:transparent; color: black;}

	.dropdown:hover .dropdown-menu { display: none;	}

.mobile-menu { margin-top: 20px; }
.mobile-menu ul{list-style: none;}
.mobile-menu a,.mobile-menu .sub-menu a{color:black; text-decoration: none;}
.sub-menu li{padding-left: 10px;}
.menu-item>a:hover{color: #337ab7;}


.desktop-menu{display: none;}

.navbar-nav .open .dropdown-menu>li>a{text-align:left; }
	.open .dropdown-menu {
	    /*display: block !important;*/
	    position:static;
	    width:100%;
	    text-align:center;
	}
	
	.navbar .nav > li{ float:left; clear:both; text-align:left;}
	.navbar li:after { content:""; }
        .vision{
			border-left:none;
		}

       .contact-intro{
       	padding-top:0px;
       }
     .internal-title h1 {
    font-size: 47px;
	}
	.internal-title h1 span {
		font-size:24px;

	}

        
        /*home*/
        .home-intro { margin:0; }
        .welcome-btn p { padding:0; }
        .contact-intro { margin-bottom:20px; float:left;}
        
        
        
        
footer .col-md-3{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub-footer-content {

    text-align: center;
	}
	.sub-footer-content .copy, .sub-footer-content .dmg{
		float:none;
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 590px){
        
        .header-contact { text-align:center;}
   
        
 
	}

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

		nav img {
		    max-width: 200px;
		}
		.carousel .content img{
	 		display:none;
	 	}
			 .carousel .content .text{
	 		text-align: center;
	 		left:0;
	 	}       
	 	.carousel .content .btn{
	 		float:none;
	 	}
	 	.right-col .text{
	    float: none;
	    }
    }
 @media only screen and (max-width : 320px){
 	
 }
	@media only screen and (max-width : 1199px){
       .carousel .content img {
        top: 100px;
}
 
	}

	@media only screen and (min-width: 1430px) {
		.row.home-content{
			margin-top: -70px;
		}
	}
}


