/************************************FORMAT STYLE FOR PINNACLE INVESTIGATIONS SITE**************************************/

/**********TABLE OF CONTENTS************/
/********************************
- GLOBAL SIZES/WIDTHS
- GLOBAL STYLES:
	- HEADER:
	- FOOTER:
- GLOBAL BUTTON STYLES
	- .button
- ICON SPRITES

- MEDIA QUERIES:  SEE formatMediaQuery.css

********************************/
.divider {
	padding: 20px 0;
	width: 100%;
	background-color: #0098D9;
	margin: 15px 0;
}

.printOnly {
	display: none;
}

img.printerIcon.printerIconGreen {
	cursor: pointer;
}

body .mobileOverlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 900px;
	background-color: #000000;
	opacity: 0;
	z-index: 99995;
	display: none;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body .mobileOverlay.active {
	opacity: 0.8;
	display: block;

}


#contentBox {
	background-color: #fff;
}


body {
	background: #fff !important;
	font-family: 'Droid Sans', sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
}

img {
	max-width: 100%;
}

body.pushmenu-push {
	left: 340px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;

}
/*********GLOBAL STYLES************/
/***** GLOBAL BUTTON STYLES *******/
.button {
	background-color: #819534;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0;
	border: 2px solid transparent;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover,
a:hover .button {
	border: 2px solid #819534;
	background-color: #fff;
	color: #819534;
	text-decoration: none;
}

.buttonAlternate {
	background-color: #fff;
	color: #819534;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid #819534;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer;
}
.buttonAlternate:hover,
a:hover .buttonAlternate {
	border: 2px solid #819534;
	background-color: #819534;
	color: #fff;
	text-decoration: none;
}


.button-transparent{
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid #fff;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
.button-transparent:hover,
a:hover .button-transparent{
	border: 2px solid #819534;
	background-color: #819534;
	color: #fff;
	text-decoration: none;

}

.button-blue{
	background-color: #0098D9;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid #0098D9;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer;
}
.button-blue:hover,
a:hover .button-blue{
	border: 2px solid #0098D9;
	background-color: #fff;
	color: #0098D9;
	text-decoration: none;

}

.button-white{
	background-color: #fff;
	color: #0098D9;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 2px solid #fff;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
.button-white:hover,
a:hover .button-white{
	border: 2px solid #fff;
	background-color: #0098D9;
	color: #fff;
	text-decoration: none;

}

.button-submit.disabled{
	background-color: transparent;
	color: #999999;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 4px solid #999999;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: not-allowed !important;
	display: inline-block;
}

.button-submit.disabled:hover,
a:hover .button-submit.disabled{
	border: 4px solid #999999;
	background-color: transparent;
	color: #999999;
	text-decoration: none;

}

.button-submit{
	background-color: #819534;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	font-size: 14px;
	border: 4px solid #819534;
	padding: 10px 20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	cursor: pointer !important;
	display: inline-block;
}

.button-submit:hover,
a:hover .button-submit{
	border: 4px solid #819534;
	background-color: #fff;
	color: #819534;
	text-decoration: none;

}




/******** ICON SPRITES ************/ 
.iconSprite {
	background: no-repeat;
	display: inline-block;
}

/* ------- HOME PAGE STYLES ------------------------------------------------------ */

/*------- Header Styling --------------------------------------------------------- */

header .button-blue {
	padding: 6px 9px;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-size: 14px;
}
header .button {
	padding: 6px 9px;
	letter-spacing: 0.03em;
	font-weight: 400;
	margin-left: 17px;
	font-size: 14px;
}
header .button-transparent{
	padding: 8px 10px;
	letter-spacing: 0.06em;
	font-weight: 400;
	margin-left: 20px;
}

header .cart-button-set {
	text-align: right;
}

header .caller-contact {
	text-align: right;
}

.nav-top-header-area {
	background: #0b2a48 none repeat scroll 0 0;
	padding: 0px 0 0;
}

.caller-contact p, .caller-contact ul li{
	margin-bottom: 0;
}
.a-btn,
.count,
body,
.news-cont li a,
.call,
.num {
	font-weight: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.call li a:hover,
.news-cont li a:hover {
	color: #0098D9;
}

.cart-button-set {
	margin-bottom: 10px;
	margin-top: 10px;
}
.num {
	color: #fff;
	font-size: 20px;
	left: 0;
	position: relative;
	top: 1px;
}
.call {
	color: #fff;
	font-size: 15px;
	margin-right: 0;
}
.news-cont li a {
	color: #fff;
	font-size: 14px;
	margin-left: 40px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-cont a:last-child {
	margin: 0 5px;
}

.small-business > p {
	font-size: 19px;
	font-weight: normal;
}
.count {
	color: #fff;
	font-size: 20px;
	left: 0;
	margin: 0 10px;
	position: relative;
	top: 3px;
}
.cart-button-set p,
.caller-contact p,
.news-cont,
.news-cont li,
.navigation > ul,
.navigation > ul > li {
	display: inline-block;
}
.news-cont {
	margin-left: 15px;
}

.blueBackground {
	background-color: #D9F0F9;
	width: 100%;
	padding: 50px;
}

.mobileNavbar {
	background: #175795;
	margin-bottom: 0;
	position: relative;
	top: 0;
	height: 55px;
}
.mobileNavbar .cart-button-set a {
	margin-top: 10px;
	display: block;
}

.mobileMenuTrigger {
	position: absolute;
	left: 20px;
	height: 50px;
	width: 50px;
	font-size: 38px;
	color: #fff;
	z-index: 99996;
}
/* -------- Menu Style ---------------------------------------------------------- */
.navigation-area {
	background: #175795 none repeat scroll 0 0;
}
.navigation > ul {
	float: left;
	margin: 0;
}
.navigation ul li {
	position: relative;
	margin: 0 -1px 0 0;
	border-left: 1px solid #0b2a48
}
.navigation-new ul li:last-child {
	border-right: 0 !important;
}
.navigation-new ul li {
	position: relative;
	margin: 0 -1px 0 0;
	border-left: 0;
	text-align: left;
}
div#contentBox_two {
	padding-top:138px;
}
.start-btn {
	display: none;
}
.navigation ul li a {
	color: #fff;
	line-height: 58px;
	height: 58px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
	padding: 0 35px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.navigation ul li a:hover{
	background: #0096D5;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.navigation ul li:last-child{
	border-right: 1px solid #0b2a48;
}

.navigation ul li ul.submenu {
	background: #0b2a48 none repeat scroll 0 0;
	border: medium none;
	display: none;
	left: -1px;
	box-shadow: 0 0.1px 1px rgba(0, 0, 0, 0.3);
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -13px;
	transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-moz-transform: translate3d(0px, 70px, 0px);
	width: 300px;
	z-index: 100;
}

.navigation ul li ul.submenu li a {
	text-transform: capitalize;
	font-size: 16px;
}

.navigation ul li ul.submenu a {
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
}
	.navigation ul li:hover > ul {
		display: block;
		list-style-type: none;
	}
		.navigation ul li ul.subNavigation li {
			margin: 0;
		}
			.navigation ul li ul.submenu li a {
				display: block;
				font-size: 16px;
				letter-spacing: 0.03em;
				text-transform: capitalize;
			}
.navigation ul li ul li:last-child {
	border: medium none;
}
.navigation ul li ul li {
	border-color: #fff;
	border-style: none none solid;
	border-width: 0 0 1px;
	margin: 0;
}

.nav-area {
	background: #fff;
}
nav.navigation.new {
	position: relative;
	display: block;
	top: 30px;
}
.navigation-new ul.menu {
	position: relative;
	top: 30px;
	width: 100% !important;
	text-align: right;
}

.logo-nav {
	background: #fff;
	padding: 0px 30px;
}

.logo-nav {
	width: 100%;
	z-index: 999999999;
	box-shadow: 0px 0px 20px;
}

.navigation-new ul li ul.submenu li a:last-child {
	margin-bottom: 0 !important;
}
.navigation-new ul li ul.submenu li a {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 12px 17px !important;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: #fff !important;
}


.navigation-new ul.submenu {
	padding: 0px 0px !important;
	width: 250px !important;
}

.navigation-new .submenu li a:hover {
	background: #0593DA !important;
	color:  #fff !important;
}

.navigation-new ul.submenu li a {
	height: auto !important;
}

.navigation-new ul li ul.submenu {
	transform: translate3d(-40px, 77px, 0px) !important;
	-webkit-transform: translate3d(-40px, 77px, 0px);
	-moz-transform: translate3d(-40px, 77px, 0px);
}

.navigation-new ul li a {
	height: 68px !important;
}
.navigation-new ul li a:hover {
	background: #fff !important;
	color: #0593DA !important;
	transition: 0.3s all !important;
}

.navigation-new ul li ul li {
	border: 0 !important;
}

.dropdown {
	float: right;
}

.dropbtn {
	background-color: transparent;
	color: white;
	padding: 0;
	font-weight: bold;
	margin-right:50px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

div#myDropdown {
	background: #0098D9;
	margin-top: 8px;
}

.dropdown-content a {
	margin: 0 !important;
	width: 100%;
	display: block;
	padding: 9px 13px;
	color: #fff;
}


.dropdown-content a:hover {background-color: #175795}

.show {display:block;}

/* ------- Mobile Push Navigation ------------------- */

.mobileNavigation ul.topNavigation {
	list-style-type: none;
	margin: 0;
}
.mobileNavigation ul.topNavigation li {
	margin: 0;
}

.mobileNavigation ul.topNavigation li:hover,
.mobileNavigation ul.topNavigation li:focus,
.mobileNavigation ul.topNavigation li:active,
.mobileNavigation ul.topNavigation li.active {
	background-color:#0095D5;
}
.mobileNavigation ul.topNavigation li a {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
	width: 90%;
	margin: 0 auto;
	border-bottom: #0B2A48 2px solid;
	margin-bottom: -2px;
}

.mobileNavigation ul.topNavigation li a:focus {
	background-color: transparent;
}

.mobileNavigation ul.topNavigation ul.subNavigation {
	list-style-type: none;
	margin: 0;
	background-color: #0B2A48;
	display: none;
}
.mobileNavigation ul.topNavigation ul.subNavigation li{

}

.mobileNavigation ul.topNavigation ul.subNavigation li:hover{
	 background:#0095D5;
 }
.mobileNavigation ul.topNavigation ul.subNavigation li a{
	width: 90%;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
	border-bottom: 2px #fff solid;
	display: block;
	margin: 0 auto;
}
.mobileNavigation ul.topNavigation ul.subNavigation li:last-child a{
	border-bottom: 0;
}
.mobileNavigation ul.topNavigation ul.subNavigation li a:hover{
	background-color: transparent;
  }


.pushmenu { /*this is the nav*/
	background: #175795;
	font-family: Arial, Helvetics, sans-serif;
	width: 340px;
	height: 100%;
	top: 0;
	z-index: 1000;
	position:absolute;
	left: -340px;
	max-width: 80%;
}

.pushmenu h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px;
	margin: 0;
	background: #282522;
	height: 16px;
}

.pushmenu a {
	display: block; /* drops the nav vertically*/
	color: #fff;
}

.pushmenu a:hover {
	background:#0095D5;
}

.pushmenu a:active {
	background: #454f5c;
	color: #fff;
}

.pushmenu-left {
	right: -340px;

}

.pushmenu-left.pushmenu-open {
	right: 0;
}

.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	right: 0;
}

.pushmenu-push-toright {
	right: 340px;
}

/*Transition*/
.pushmenu, .pushmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav_list {
	cursor: pointer;
	height: 27px;
	width: 33px;
	text-indent: -99999em;
}

.nav-list.active {
}

/* -------- Slider Style ---------------------------------------------------------- */
.caption_bg {
	background: rgba(11,81,193,0.65);
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	z-index: -1;
}
.slider-text h2, .slider-text p {
	color: #fff !important;
}
.item {
	overflow: hidden;

}
.glyphicon.glyphicon-chevron-left {
	background: rgba(0, 0, 0, 0) url("../images/icons/slider-left.png") no-repeat scroll 0 0;
	height: 50px;
	text-indent: -9999px;
	width: 50px;
	margin: -24px 0 0 -24px;
}
.glyphicon.glyphicon-chevron-right {
	background: rgba(0, 0, 0, 0) url("../images/icons/slider-right.png") no-repeat scroll 0 0;
	height: 50px;
	text-indent: -9999px;
	width: 50px;
	margin: -24px -24px 0 0px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	z-index: 9999;
}
.carousel-control.left {
	height: 70px;
	left: 1%;
	/*left: 4%;*/
	top: 38%;
	width: 70px;
}
.slider-text .a-btn.ext4 {
	margin-left: 0;
}
.carousel-control.right {
	height: 70px;
	right: 1%;
	/*right: 4%;*/
	top: 38%;
	width: 70px;
}
.carousel-caption {

	bottom: 0;
	left: 0;
	padding-top: 85px !important;
	right: 0;
	top: 0;
}

.slider-text {
	text-align: left;
}
.carousel-indicators .active {
	background-color: #0b2a48;
	border: 1.67px solid #0b2a48;
}
.carousel-indicators .active, .carousel-indicators li {
	width: 15px;
	height: 15px;
}
.carousel-indicators li {
	border: 1.67px solid #1B1464;
	background: #fff;
}

.sliderContent {
	height: 420px;
	width: 100%;
	position: relative;
}

.slider-text {
	position:absolute;
	bottom: 0;
}
.slider-text h2 {
	color: #0b2a48;
	font-size: 30px;
	line-height: 38px;
	text-shadow: none !important;
	font-weight: 700;
}
.slider-text > p {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0b2a48;
	max-width: 100%;
	margin-bottom: 30px;
	text-shadow: none !important;
}

.carousel-inner {
	min-height: 535px;
	margin-bottom: 50px;
}

.item {
	height: 535px;
	width: 100%;
	background-size: cover;
	background-position: calc(100% + 300px) calc(100%);
}
.item > .imageWrapper {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 535px;
	overflow: hidden;
}
.item > .imageWrapper > img {
	width: 110%;
	height: auto;
	max-height: 535px;
}



.whiteBackground {
	background: -moz-linear-gradient(left,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0.8) 100%);
	background: -webkit-linear-gradient(left,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#007db9e8',GradientType=1 );
	width: 100%;
	height: 55%;
	position: absolute;
	bottom: 0;
}
.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators .active, .carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 0 3px;
}


.carousel-control.left {
	height: 70px;
	left: 1%;
	top: 15%;
	width: 70px;
}

.carousel-control.right {
	height: 70px;
	right: 1%;
	top: 15%;
	width: 70px;
}

.home-slider-area {
	/*background-image: url("../images/bg/home-bg1.jpg");*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/

}
.home-slider-area .carousel-caption {
	min-height: 535px;
	text-shadow: none;
}

/* Other Section */
.hidden-foo{
	display: none;
}
.distance {
	margin-left: 2px;
}
.owl-prev {
	background: transparent url("../images/icons/left.png") no-repeat scroll 0 0 !important;
	left: 12px;
}
.owl-next, .owl-prev {
	position: absolute;
	width: 40px;
	z-index: 1000;
	text-indent: -9999px;
	top: 35%;
	visibility: visible;
	color: #000 !important;
	content: "";
	display: block !important;
	font-family: fontawesome;
	font-size: 20px !important;
	height: 40px !important;
}
.owl-next {
	background: transparent url("../images/icons/right.png") no-repeat scroll 0 0 !important;
	right: 0px;
	left: 97%;
}


/* -------- Beggining Start Area -------------------------------------------- */
.beggining-start-area {
	background: #ffffff none repeat scroll 0 0;
	padding: 65px 0;
}

.how-it-works {
	text-align: center;
}
.how-it-works h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.how-it-works p{
	 line-height: 28px;
}
.senitize-img {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 325px;
	text-align: center;
}
.header-head h3 {
	color: #fff;
	font-size: 28px;
}
.header-head {
	background: #175795 none repeat scroll 0 0;
	padding: 20px 20px 14px;
	text-align: center;
}
.article-text {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 15px 25px 35px;
	overflow: hidden;
}
.article-text p {
	font-size: 17px;
	line-height: 27px;
}
.article-text ul{
	margin: 0 0 30px;
	list-style-type: none;
}
.article-text ul li {
	background: rgba(0, 0, 0, 0) url("../images/icons/tik.png") no-repeat scroll left center;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0 0 0 29px;
	font-weight: 700;
	font-size: 15px;
}
.article-text ul li:last-child {
	margin-bottom: 40px;
}


/* ---------- Interior Area -------------------------------------------- */
.interior {
	padding: 50px 0;
}


/* Career Page Styles -------------------------------------------- */
.career-1-top {
	margin: 50px 0;
}

.career-1-top .buttonAlternate {
	float: left;
	display: inline-block;
}


.panel-default > .panel-heading {
	background-color: #fff !important;
	border: 0 none;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	box-shadow: 0;
}
.panel {
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 0;
	margin-bottom: 20px;
}
.panel h4 {
	margin: 18px 0;
	color: #0D2B47;
	font-weight: 700;
	letter-spacing: 0;
}
.panel-body {
	padding: 15px 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 0 none;
}
.panel {
	box-shadow: 0 0 0 !important
}
.panel-body > h4 {
	margin: 18px 0;
}
.panel-span {
	border: 3px solid #0e2843;
	border-radius: 50%;
	color: #0e2843;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 27px;
	margin-top: -49px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	opacity: 1;


	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.panel-span:hover {
	opacity: 0.6;
}

.panel-span.black{
	color: #fff;
	background: #0e2843;

}

.collapse-three{
	border-bottom: 0 !important;
}
.size{
	font-size: 19px;
}

.styled-list{
	list-style-type: disc;
	padding-left: 10px;
}

.contact-us-blue-area {
	background: #0098d9 none repeat scroll 0 0;
	padding: 35px 0;
	text-align: center;
}
.contact-us-blue-area img{
	float: none;
}

.contact-us-blue-area p {
	margin-bottom: 40px;
	margin-top: 25px;
	margin-left: 0;
	float: none;

	color: #fff;
	font-size: 20px;
}

.contact-us-blue-area .button-white {
	float: none;
	position: relative;
	top: -5px;
}
.bg-white {
	background: #fff none repeat scroll 0 0;
	color: #0098d9;
	border: 1px solid #0098d9;
	float: right;
}
.bg-white:hover, .bg-white:focus, .bg-white:active {
	color: #0098d9;
}
.loff .glyphicon.glyphicon-envelope {
	font-size: 38px;
	left: 0;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.industry-info {
	padding: 50px 0 85px;
}


/* career-application page style */
.career-application{
	background:#F5F5F5;
	padding:70px 0;
	margin-top: 50px;
}
.career-application h2{
	text-transform: uppercase;
}
.career-application-form input, .career-application-form > label, .career-application-form textarea{
	width: 100%;
	display: block;
}
.career-application-form input {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px;
}
.career-application-form textarea {
	border: 1px solid #ddd;
	height: 354px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.a-btn.ext2.no-bg {
	margin-bottom: 30px;
	margin-left: 0;
}
.career-application-form label {
	font-weight: 400;
}
.career-application-form input.button{
	display: inline-block;
	border: 2px solid #819534;
}
.career-application-form .uploadButtons {
	float: left;
	width: 100%;
}
.career-application-form .uploadButtons .buttonAlternate{
	font-size: 12px;
	display: inline-block;
	margin-bottom: 50px;
}

.career-application-form .text-right{
	float: left;
	text-align: right;
	width: 100%;
}

.career-application-form .buttonAlternate{
	font-size: 13px;
}




/* ---------- News Articles Area -------------------------------------------- */

.single-menu-sec {
	margin-bottom: 40px;
}
.single-menu-sec h2 {
	text-transform: uppercase;
	font-size: 26px;
	border-bottom: 1px #e3e3e3 solid;
}
.cat-list {
	list-style-type: none;
	margin: 0;
}

.cat-list a {
	font-weight: 700;
	color: #282522;
	font-size: 16px;
	line-height: 18px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cat-list a.active {
	color: #0098D9;
}

.cat-list a:hover {
	color: #0098D9;
}

.cat-list span.int-span {
	color: #0098D9;
	font-weight: 700;
	line-height: 18px;

}

ul.pagination li {
	border-radius: 0;
	border: 0;
}
ul.pagination li.active {
	border-radius: 0;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #cccccc;
}

ul.pagination li a {
	font-weight: 700;
	color: #cccccc;
	padding: 5px 13px;
	margin: 0;
	border: 0;
	border-radius: 0 !important;
}
ul.pagination li a:hover {
	color: #fff;
}

.backButton {
	color: #cccccc;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.backButton:hover {
	color: #0098D9;
}

ul.shareIcons {
	list-style-type: none;
	margin: 0;
}

ul.shareIcons li {
	display: inline-block;
	margin-right: 4px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;

}
ul.shareIcons li:hover {
	cursor: pointer;
	top: 2px;
}
ul.shareIcons li a {
	color: #fff;
}

.facebookIcon {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #4e68a1;
}
.twitterIcon {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background-color: #25a7df;
}
.googleIcon {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #da4b38;
}
.emailIcon {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #819534;
}

.news-article h2 {
	margin-bottom: 5px;
}

.news-articles-area {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 70px 0 70px;
}
.view-all{
	padding-left: 0;
}
.news-article h4 {
	color: #175795;
	margin-bottom: 0;
}
.view-all ul li h4{
	color: #333333;
	margin-bottom: 4px;
	line-height: 23px;
}
.view-all ul li h4 a {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}
.right-view {
	display: block;
	float: left;
	margin-bottom: 45px;
	margin-top: 0;
	padding-top: 0;
	font-weight: 700;
}

.view-all a{
	color: #819534;
}
.view-all a:hover{
	color: #175795;
}
.view-all > ul {
	float: right;
	list-style-type: none;
	margin: 0;
}
.datecat,
.right-view ul li p,
.date,
.category {
	color: #888483 !important;
	font-size: 14px !important;
	font-weight: 600;
}
.datecat{
	margin-bottom: 0;
	position: relative;
	top: -5px;
}
.news-article .datecat {
	margin-bottom: 12px;
}
.news-article p {
	margin-bottom: 35px;
}
.view-all li {
	border-bottom: 2px solid #175795;
	margin-bottom: 20px;
	padding: 0 0 20px;
}
.view-all li:last-child {
	border-bottom: medium none;
}
.news-area {
	padding: 30px 0 5px;
}

.same-title {
	text-transform: uppercase;
}

/* -------- Branding Area --------------------------------------------- */
.branding-area {
	background: #fff none repeat scroll 0 0;
	padding: 22px 0 22px;
}
.br-brands {
	/*height: 110px;*/
	margin: 0;
	width: 160px;
}
.row-top, .row-bottom {
	align-items: center;
	display: flex;
}

.branding-area .items-owl img {
	max-width: 100%;
}

.brandLogo img {
	margin-bottom:30px;
}
/* ------- CONTACT PAGE STYLES ------------------------------------------------------ */
.contact-pane-area {
	background: #fff none repeat scroll 0 0;
	padding: 40px 0;
}
.same-title {
	color: #0096d4;
	font-family: "Droid Sans",sans-serif !important;
	font-size: 42px;
	font-weight: bold;
	line-height: 56px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.careers-promo {
	margin-bottom: 35px;
}
.careers-promo p {
	color: #17559e;
	font-size: 24px;
	line-height: 1.45;
}
.clients-contact {
	color: #079bd7;
	font-size: 22px;
	font-weight: bold;
}
.current-clients strong {
	color: #323232;
	font-size: 20px;
}
.form-tab p strong {
	font-size: 21px;
}
hr {
	border-top: 1px solid #cccccc;
}
.break-hr {
	border-color: #cccccc;
	border-width: 1px 0 0;
}
.form-tab {
	background: #f5f5f5 none repeat scroll 0 0;
	margin-top: 15px;
	padding: 45px 42px 30px;
}
.group-tab label {
	display: block;
	font-family: "Droid Sans",sans-serif;
	font-weight: 500;
	font-size: 17px;
}
.group-tab input[type="text"], .group-tab input[type="email"], .group-tab textarea {
	border: 2px solid #cccccc;
	display: block;
	padding: 10px 6px;
	width: 100%;
}
.group-tab {
	margin-bottom: 25px;
}
.group-tab textarea{
	margin-bottom: 20px;
}
.single-submit {
	display: block;
	text-align: right;
}
.logo > img {
	margin-top: 10px;
	max-width: 220px;
	width: 100%;
}

.interiorForm .message {
	text-align: left;
	margin: 0;
}

.message .container {
	width: auto !important;
}

.message p {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	background-color: rgba(7, 158, 218, 0.5);
	border-radius: 4px;
	padding: 5px 10px;
}

.alert-danger {
	background-color: transparent;
	color: auto;
	border: 0;
}



/* -------- Footer Top ---------------------------------------------- */
.footer-top-area {
	background: #333333 none repeat scroll 0 0;
	padding: 25px 0 40px;
}
.title-cat h6 {
	border-bottom: 2px solid #0095d5;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 8px;
}
.menu-category ul li a, .industrial-category ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: "Droid Sans",sans-serif;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-category ul li a:hover, .industrial-category ul li a:hover {
	color: #0095d5;
}
.industrial-category ul {
	float: left;
	margin-right: 12%;
}
.industrial-category ul:last-child {
	margin-right: 5%;
}
.clients-info > p {
	color: #fff;
	float: right;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
}



.clients-info span.callus-today {
	display: block;
	margin: 0 0 5px 0;
}

.number {
	font-size: 21px;
	margin: 0;
	position: relative;
	top: -15px;
}
.clients-info {
	text-align: right;
}

footer .menu-category ul {
	margin: 0;
	text-transform: uppercase;
}

footer .industrial-category ul {
	margin: 0 30px 0 0 ;
	text-transform: uppercase;
}

footer .button {
	float: right;
}

/* ------------- Footer Area -------------------------------------------------- */
.footer-area {
	background: #222222 none repeat scroll 0 0;
	padding: 15px 0 10px;
}
.copyright > p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
}
.copyright a {
	color: #fff;
	font-weight: normal;
}
.social-login {
}
.social-login > ul {
	text-align: center;

	justify-content: end;
	list-style-type: none;
	margin: 0;
	width: 100%;
}
.social-login li {
	margin: 0 4px;
	display: inline-block;
}
.social-login ul li a {
	align-items: center;
	background: #fff none repeat scroll 0 0;
	color: #000;
	display: flex;
	height: 27px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 27px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.social-login ul li a:hover {
	background: #0098D9 none repeat scroll 0 0;
	color: #fff;
}

.featureSetOne {
	padding: 40px 0;
}



.product-item img {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-item img:hover {
	background-color: #ccc;
}

/*  shopping-1 page style    */
.shopping-1{
	padding:50px 0 100px 0;
}

.emptyShoppingCart {
	text-align: center;
}

.form-control {
	background-color: #fff;
	border: 1px solid #888888;
	border-radius: 0;
	color: #333;
	font-size: 16px;
	height: 45px;
}
.inbox-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin: 15px 0 5px;
}
.another-application-h4 {
	background: #fff none repeat scroll 0 0 !important;
	margin-top: 30px !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
}
.another-application-h4 i{
	color: #819533;
	margin-right: 10px;
}
.shopping-1 h4, .shopping-cart h4 {
	background: #e6e6e6 none repeat scroll 0 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 8px 10px;
}
.shopping-1 h3 {
	color: #175795;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.shopping-1 .mar-top {
	margin-top: 60px;
}
.shopping-1 .a-btn {
	border-radius: 0;
	margin: 40px 0 0 15px;
}




select {
	background: rgba(0, 0, 0, 0) url("../images/icons/select-area.png") no-repeat scroll right 0 / 37px 100% !important;
	outline:none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:focus, select:hover{
	outline:none;
}
.billing-info, .Payment-info{
	display:block;
}
.small-business .a-btn {
	border-radius: 0;
	font-size: 19px !important;
	letter-spacing: 0.1px;
	padding: 20px;
}
.color-bluee{
	color:#0096d4;
}
.shopping-2 li, .shopping-2 p {
	color: #414141;
}

.btn-d{
	font-size: 19px;
	font-weight: bold !important;
	padding: 12px;
	text-transform: uppercase;
}

.checkbox label, .checkbox a {
	font-family: "Droid Sans",sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.errorMessage {
	display: block;
	background-color: #76a1ca;
	padding: 10px 20px;
	border-radius: 0px;
	color: #fff;
}

/*input[type="number"] {*/
	/*-moz-appearance: textfield ;*/
	/*-webkit-appearance: none ;*/
	/*appearance: none ;*/
	/*background: rgba(0, 0, 0, 0) url("../images/icons/number-input-icon.PNG") no-repeat scroll right 0 / 32px 100% !important;*/
	/*border: 1px solid #ddd;*/
	/*cursor: pointer;*/
	/*font-size: 16px;*/
	/*height: 35px;*/
	/*line-height: 30px;*/
	/*outline: medium none;*/
	/*padding: 0 8px;*/
	/*width: 100%;*/
/*}*/
/*input[type=number]::-webkit-inner-spin-button,*/
/*input[type=number]::-webkit-outer-spin-button {*/
	/*-webkit-appearance: none;*/
	/*margin: 0;*/
/*}*/



input[type=number] {
	height: 35px;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	padding: 0 0 0 8px;
	color: grey;
	border: 1px solid #ddd;
	background: #fff url('../images/icons/number-input-icon.PNG') no-repeat right;

}
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	background:  url('../images/icons/number-input-icon.PNG') no-repeat right;

	cursor:pointer;
	display:block;
	width: 40px;
	color: #333;
	text-align:center;
	position:relative;
}

input[type=number]:hover::-webkit-inner-spin-button {
	width: 40px;
	height: 33px;
	position: relative;
}



.shopping-cart h4 {
	margin: 0 0 25px;
}
.single-shopping-title{
	display: block;
	float: right;
	padding-right: 20px;
}
.total-calculate {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: block;
	margin: 25px 0;
	overflow: hidden;
	padding: 10px 0;
	font-size: 20px;
}
.shopping-cart{
	padding:50px 0 200px;
}




/* Shopping Cart Styling ------------------------------------ */
.shoppingCartGrid {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

	.shoppingCartGrid li{
		padding: 20px 0;
	}

		.shoppingCartGrid li:nth-of-type(even){
			background-color: #eee;
		}

		.shoppingCartGrid li .mobileLabel.visible-xs {
			float: left;
		}



.shopping-cart .color-blue {
	color: #085c98;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}
.remove-item {
	cursor: pointer;
	font-size: 15px;
	margin-top: 10px;
}
.cart-img{
	display:block;
	max-width:100%;
}
.icon-remove-circle {
	color: #0098d9;
	font-size: 17px;
}

.banner-img {
	margin-top: -49px;
	margin-bottom: 20px;
	height: 300px;
	position: relative;
}

.banner-img img {
	width: 100%;
	max-height: 300px;
	min-height: 300px;
}

.banner-img .overlay {
	background: rgba(11,81,193,0.65);
	width: 100%;
	height: 300px;
	max-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-img .text {
	position: absolute;
	top: 50px;
	left: 150px;
	width: 50%;
}

.banner-img h1 {
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: white;
}

.banner-img h2 {
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
}

nav > ul > li.active a {
	color: #0098D9;
}

