//////* JNL Customize Style *///////

/* Sticky Footer */

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
}
#content {
	min-height: 800px;
	padding-bottom:300px; /* Height of the footer element */
}
#footer {
	width:100%;
	height:275px;
	position:absolute;
	bottom:0;
	left:0;
}

.content-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Global Style */

div {
}
div:hover {
}

hr {
	border-top: 1px solid #ccc;
}

.nopadding {
	padding: 0;
}

.custom-checkbox>input[type=checkbox], input[type=radio] {
	padding-right: 10px;
}

form .row {
	margin-bottom: 15px;
}

.alert {
	padding: 10px;
}

.content-padding {
	padding: 20px;
}


/* Buttons and Link */
.icon-action {
	color: #004225;
	cursor: pointer;
	width: 10px;
	height: 10px;
	font-size: 16px;
	margin-right: 5px;
}
.icon-action:hover {
	color: #89a5b0;
}

.btn a,
.btn a:link,
.btn a:hover,
.btn a:focus,
.btn a:active,
.btn a:visited {
	text-decoration: none;
}

.btn-general a,
.btn-general a:link,
.btn-general a:hover,
.btn-general a:focus,
.btn-general a:active,
.btn-general a:visited {
	text-decoration: none;
}


.btn-general {
	min-width: 80px;
	min-height: 20px;
	line-height: 20px;
	border-radius: 0;
	font-weight: bold;
	margin-right: 5px;
}
.btn-general:hover {
	transition: all 0.5s ease;
}


#btn-top {
	position: fixed;
	bottom: 10px;
	right: 50px;
	cursor: pointer;
	z-index: 100;
}

.btn-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px 12px;
	background: #004225;
	color: #fff;
	opacity: .9;
	margin: 5px auto;
}
.btn-top i.fa {
	font-size: 18px;
}
.btn-top:hover {
	background: #89a5b0;
	color: #004225;
	transition: all 0.5s ease;
}


.btn-border {
	border: 1px solid #004225;
	background: transparent;
	color: #004225;
}
.btn-border:hover {
	background: #004225;
	color: #fff;
}
.btn-border a,
.btn-border a:link {
	color: #004225;
}
.btn-border a:hover,
.btn-border a:focus {
	color: #fff;
}

.btn-border a:visited {
	text-decoration: none;
	font-weight: bold;
}


.btn-violet {
	background: #004225;
	color: #fff;
}
.btn-violet:hover {
	border: 1px solid #004225;
	background: transparent;
	color: #004225;
}

.btn-violet a,
.btn-violet a:link{
	color: #fff;
}

.btn-violet a:hover{
	color: #004225;
}

.btn-violet a:focus {
	color: #fff;
}

.btn-violet:visited,
.btn-violet a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* Modal resize dynamicly */
.modal-dialog{
    position: relative;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px; 
    max-width: 1400px;  
}


/* custom-table in general */
.custom-table.table tbody tr td {
	padding: 20px auto;
}
.custom-table.table tbody tr:hover {
	background: #89a5b0;
	color: #3c4059;
	transition: all 0.5s ease;
}

/* table-nowrap */
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap;
}


/* custom-table-light */
.custom-table-light {
	border: 0px solid #ccc;
}

.custom-table-light .bold-center {
	text-align: center;
	font-weight: bold;
}

.custom-table-light th,
.custom-table-light td {
	padding: 0 5px;
}


/* custom-table-basic */
.custom-table-basic {
	background: #fff;
	border: 0
}
.custom-table-basic>thead,
.custom-table-basic>tbody>tr{
	border: 2px solid #ccc;
}

.custom-table-basic th,
.custom-table-basic td {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
.custom-table-basic th {
	font-weight: bold;
	background: #ededed;
}
.custom-table-basic td {
	font-weight: normal;
}

.custom-table-basic th {
	line-height: 15px;
}
.custom-table-basic.custom-ordersum tr:last-child {
	border-left: 0;
	border-bottom: 0;
}
.custom-table-basic tr:last-child td {
	line-height: 15px;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}

.custom-table-basic td.tf-style {
	text-align: right;
	font-weight: bold;
	border-left: 2px solid #ccc;
}

.label_percost {
	border: 2px solid #ccc;
	width: 20%;
	padding: 0 10px;
}

.label_percost span {
	font-weight: bold;
	float: right;
}


.place-top-right {
	position: absolute;
	top: 50px;
	right: 30px;
}

.text-bold { font-weight: bold; }
.text-red { color: #c0392b; }
.text-green { color: #004225; }
.text-grey { color: #999; }


.custom-select.form-control {
	border-radius: 0;
}

.section-title {
	margin: 20px 0;
	text-transform: uppercase;
}

.divider-green{
    height: 3px;
    width: 50px;
    margin: 20px 0;
    background-color: #004225;
}

.carousel-control {
	width: 5%;
}

.support_panel {
	display: none;
	padding-bottom: 20px;
	margin-bottom: 1px solid #ccc;
}

.page-wrap {

}

.page-content {
	padding: 20px 0;
	min-height: 800px;
}

.page-header {
	line-height: 60px;
	padding: 0 10px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}

.page-header span {
	font-size: 14px;
	text-transform: none;
	color: #a2a2a2;		
}


.custom-footer {
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #ccc;
	color: #444;
	padding: 20px;
	line-height: 1.8;
	margin: 0;
}

.custom-footer .fa {
	font-size: 14px;
}

.custom-footer a,
.custom-footer a:link,
.custom-footer a:visited {
	color: #004225;
	font-weight: bold;
}

.custom-footer a:hover {
	color: #89a5b0;	
}

.footer-title {
	text-transform: uppercase;
	color: #004225;
}

.footer-details {
	padding: 0 20px;
}
.footer-details ul {
	padding: 0 20px;
}
.footer-details ul li {
}

.footer-logo img {
	float: right;
	padding-left: 10px;
}

.wrap-footer-details {
	padding-right: 10px; 
}
.busi-hour .row{
	margin-bottom: 10px;
}
.busi-hour span {
	font-weight: bold;
}
.busi-hour.addpadding{
	padding-left: 22px;
}

.staticBanner {
	min-height: 250px;
}



/* Navbar Style */
.custom-navbar {
	min-height: 100px;
	border-bottom: 1px solid #414A52;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.custom-navbar.navbar{
	margin-bottom: 0;
}

.custom-navbar .nav {
	/* margin-top: 15px; */
}

.custom-navbar .navbar-nav>li>a {
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}

.custom-navbar.navbar-inverse .navbar-nav>.active>a, 
.custom-navbar.navbar-inverse .navbar-nav>.active>a:focus, 
.custom-navbar.navbar-inverse .navbar-nav>.active>a:hover {
	background: transparent;
	font-size: 14px;
	color: #EBE7E4;
}

.custom-navbar .navbar-toggle {
	margin-top: 20px;
}

/* if white background */
.navbar-bright {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.custom-navbar.navbar-bright .navbar-nav>.active>a, 
.custom-navbar.navbar-bright .navbar-nav>.active>a:focus, 
.custom-navbar.navbar-bright .navbar-nav>.active>a:hover {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #004225;
}
.custom-navbar.navbar-bright .navbar-nav>a:hover {
	color: #3c4059;
	letter-spacing: 30px;
}

.custom-navbar.navbar-bright .navbar-nav>li>a {
	color: #666;
	background: transparent;
}
.custom-navbar.navbar-bright .navbar-nav>li>a:hover {
	color: #004225;
}



.custom-navbar.navbar-bright .navbar-nav>a {
	color: #3c4059;
}

.navbar-bright .navbar-nav>li>.dropdown-menu {
	background: #fff;
	min-width: 220px;
	border-radius: 0;
}
.navbar-bright .navbar-nav>li>.dropdown-menu>.fa{
	font-size: 10px;
}

.navbar-bright .navbar-nav>li>.dropdown-menu>li>a,
.navbar-bright .navbar-nav>li>.dropdown-menu>li>a:link,
.navbar-bright .navbar-nav>li>.dropdown-menu>li>a:visited {
	color: #666;
	padding: 10px;
}

.navbar-bright .navbar-nav>li>.dropdown-menu>li>a:hover, 
.navbar-bright .navbar-nav>li>.dropdown-menu>li>a:focus {
	color: #004225;
	background: transparent;
	padding: 10px 10px 10px 15px;
}

/* disabled links */
.navbar-bright .navbar-nav>li>.dropdown-menu>li.disabled>a, 
.navbar-bright .navbar-nav>li>.dropdown-menu>li.disabled>a:link, 
.navbar-bright .navbar-nav>li>.dropdown-menu>li.disabled>a:visited, 
.navbar-bright .navbar-nav>li>.dropdown-menu>li.disabled>a:hover, 
.navbar-bright .navbar-nav>li>.dropdown-menu>li.disabled>a:focus {
	color: #ccc;
	padding: 10px;
}

.navbar-bright .sub-navbar {
	background: transparent;
}
.navbar-bright .sub-navbar a,
.navbar-bright .sub-navbar a:link,
.navbar-bright .sub-navbar a:visited {
	color: #004225;
}

.navbar-bright .sub-navbar a:hover {
	color: #89a5b0;
}

.navbar-bright .navbar-toggle .icon-bar {
	background: #004225;
}

// .navbar-bright .sub-navbar a,
// .navbar-bright .sub-navbar a:link,
// .navbar-bright .sub-navbar a:visited {
// 	text-decoration: none;
// 	color: #3c4059;
// }
// .navbar-bright .sub-navbar a:hover {
// 	color: #89a5b0;
// }

// .navbar-nav>li>.dropdown-menu {
// 	background: #000;
// 	min-width: 200px;
// }
// .navbar-nav>li>.dropdown-menu>.fa{
// 	font-size: 10px;
// }

// .navbar-nav>li>.dropdown-menu>li>a,
// .navbar-nav>li>.dropdown-menu>li>a:link,
// .navbar-nav>li>.dropdown-menu>li>a:visited {
// 	color: #9d9d9d;
// 	padding: 10px;
// }

// .navbar-nav>li>.dropdown-menu>li>a:hover, 
// .navbar-nav>li>.dropdown-menu>li>a:focus {
// 	color: #fff;
// 	background: transparent;
// 	padding: 10px 10px 10px 15px;
// }

.sub-navbar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	/* background: #243038;
	border-bottom: 1px solid #414A52; */
	font-size: 13px;
}


.sub-navbar ul li {
	display: inline-block;
	margin-left: 10px;
}

.sub-navbar a,
.sub-navbar a:link,
.sub-navbar a:visited {
	text-decoration: none;
	color: #EBE7E4;
}
.sub-navbar a:hover {
	color: #89a5b0;
}

.dropdown-user .dropdown-menu {
	left: -60px;
	border-radius: 0;
	background: #fff;
	margin-top: 0;
}

.dropdown-user .dropdown-menu>li>a,
.dropdown-user .dropdown-menu>li>a:link,
.dropdown-user .dropdown-menu>li>a:visited {
	padding: 3px 5px; 
}

.dropdown-user .dropdown-menu>li>a:hover,
.dropdown-user .dropdown-menu>li>a:focus {
	background: transparent;
	color: #89a5b0;
	padding-left: 10px;
}

.btn-search {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	background: #004225;
	color: #89a5b0;
	margin: 5px auto;
}
.btn-search:hover {
	background: #89a5b0;
	color: #3c4059;
	transition: all 0.5s ease;
}
.dropdown.open .btn-search {
	background: transparent;
}
input.search-menu{
	background: #fff;
	border:0;
	width: 100%;
	padding-left: 20px;
	outline: none;
}
.dropdown-menu.search {
	max-height: 200px;
	overflow: auto;
}
.search-list {
	border-top: 1px solid #ccc;
	padding: 3px 10px;

}
.dropdown-menu.search a,
.dropdown-menu.search a:link,
.dropdown-menu.search a:visited {
	color: #004225;
}

.search-list:hover {
	cursor: pointer;
	background: #004225;
	color: #fff;
}


/* Tab Style */
.custom-tabs {
	border: 2px solid #ccc;
	background: #fff;
}
.custom-tabs.tabs-left>.nav-tabs>li {
	float: none;
	border-bottom: 1px solid #ededed;
	width: 100%;
}

.custom-tabs>.nav-tabs>li>a{
	border: none;
	border-radius: 0;
}

.custom-tabs>.nav-tabs>li>a:hover {
	border: none;
	background: transparent;
	color: #3c4059;
}

.custom-tabs>.nav-tabs>li.active>a,
.custom-tabs>.nav-tabs>li.active>a:focus {
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	background: #004225;
	color: #fff;
	margin: 0;
}

.tabs-left-title {
	line-height: 60px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
}
.tab-title {
	background: #004225;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 10px 15px;
	font-weight: lighter;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.style-tabcontent{
	background: #fff;
	border: 2px solid #ccc;
}

.tab-inner-content {
	padding: 0px 20px;
	font-weight: 600;
	line-height: 1.8;
}

.tab-inner-content .row {
	margin: 20px auto;
}

/* Introduction */
.expertise{
	background:#F7F7F7;
}
.expertice-right-grid{
	margin: 0;
	padding: 0;
	// background: url(../img/expert.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 620px;
}
.expertise-head h3{
	font-weight: 900;
	font-size: 2.5em;
	color: #222222;
	text-transform: uppercase;
	margin: 0.3em 0 0.6em;
}
.expertise-head p{
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7em;
	color:#777777;
}
.e-left-inner-grid-left{
	float:left;
	width:10%
}
.e-left-inner-grid-right{
	float:right;
	width:85%;
	padding: .5em 1.5em;
}
.e-left-inner-grid{
	width: 47%;
	float: left;
	margin: 1.5em 1.3em 1em 0;
}
.e-left-inner-grid-left span{
	width:50px;
	height:50px;
	display:inline-block;
	background:url(../img/exprt-icons.png) no-repeat 0px 0px;
	margin-top:0.4em;
}
.e-left-inner-grid-right h4{
	font-size:1.2em;
	color:#222222;
	text-transform:uppercase;
	font-weight:600;
}
.e-left-inner-grid-right p{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
	color: #777777;
}
.e-left-inner-grid-left span.e-icon1{
	background-position:0px 0px;
}
.e-left-inner-grid-left span.e-icon2{
	background-position: -5px -102px;
}
.e-left-inner-grid-left span.e-icon3{
	background-position: 0px -51px;
}
.e-left-inner-grid-left span.e-icon4{
	background-position: -2px -155px;
}
a.leran-more{
	background:#FFFFFF;
	color:#222222;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	padding:0.9em 2em; 
	display:inline-block;
	font-size:1.1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border:1px solid #CBEEFA;
}
a.leran-more:hover{
	background:#222222;
	color:#FFFFFF;
}

.expertice-left-grid{
	padding:5em 3em 5em 0;
}
.expertise-left-inner-grids{
	padding:1em 0;
}


/* What We Do */
.whyus {
	min-height: 500px;
	text-align: center;
	margin: 50px auto 100px auto;
}
.whyus i {
	color: #004225;
}
.whyus .section-title {
	margin-top: 50px;
}
.whyus-info{
	margin-top: 50px;
}
.whyus-info h3{
	color: #004225;
}
.whyus-info p{
}

/* Summary */
.summary.partners-bg {
	background-image: none; 
	background-color: #fff;
	background-size: 50% 100%;
	background-position: left center;
}

.partners-bg .spacing {
	margin: 20px auto 60px auto;
}

.partners-box {
	background: rgba(0,0,0,.8);
	border-bottom: 3px solid #5b9da2;
	margin: 10px 0;
	cursor: pointer;
	padding: 5px 50px;
}

.slide-icon {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 25px;
	color: #5b9da2;
}
.slide-icon.rotate {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.summary {
	/*background-image: url(../img/bg_island.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #dcdcdc;
	color: #acacaca;
	padding: 50px;
}
.summary-text {
	background: rgba(255,255,255,.2);
	padding: 20px 50px;
}

/* Input Style */
.custom-field.form-control {
	line-height: 30px;
	padding: 0 10px;
	width: 100%;
	border-radius: 0;
}

/* Input Style */
.custom-field-sm.form-control {
	width: 40px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}

.custom-select-sm.form-control {
	width: 95%;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}


/* Result Style */
.result-title {
	margin: auto 15px;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.result-title span {
	font-size: 12px;
	font-weight: bold;
}

/* Form Style */
.wrap-form {
	padding: 20px;
	// background:#fff; 
	// width:100%; 
	// margin-bottom: 5px;	
	// border: 3px solid #ccc;
	// padding: 0px 20px;
	// font-weight: 600;
	// line-height: 1.8;
}
.style-whitebg {
	background:#fff; 
	width:100%; 
	border: 3px solid #ccc;
	padding: 0 20px 20px 20px;
	font-weight: 600;
	line-height: 1.8;
}

.form-content {
	padding: 15px;
}

.wrap-form input {
	margin-bottom: 5px;
}

.wrap-form a,
.wrap-form a:link,
.wrap-form a:visited {
	font-weight: 600;
}

.form-info {
	margin: 10px 0;
	padding: 0 10px;
}

.form-info a,
.form-info a:link,
.form-info a:visited {
	font-weight: 600;
}


/* Style Product Category */
.wrap-product {
	padding: 10px;
}
.product-each {
	background: #fff;
	border: 3px solid #ccc;
	margin-bottom: 20px;
}
.product-each:hover {
	border: 3px solid #004225;
	transition: all 0.5s ease;
}
.product-each img {
	padding: 10px;
	width: 100%;
}
.product-title {
	padding: 10px;
	background: #004225;
	border-top: 3px solid #ccc;
	min-height: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.product-each a,
.product-each a:link,
.product-each a:visited,
.product-each a:hover,
.product-each a:focus {
	text-decoration: none;
}

/* Style Product Detail */
.wrap-product-detail {
	background: #fff;
	border: 1px solid #ccc;
}

.wrap-product-detail h4 {
	padding: 0 10px;
}

.tooltip {
	width: 100%;
}

div.tooltip-inner {
    max-width: 320px;
}
table.no-border.add-padding {
	border: 1px solid #ccc;
	padding: 10px;
}
table.no-border.add-padding span{
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
table.no-border.add-padding td {
	text-align: center;
	font-weight: normal;
	padding: 10px;
}
table.no-border.add-padding tbody tr td {
	padding-top: 15px;
}
table.no-border.add-padding tbody tr:last-child {
	background-color: #f8f8f8;
}
table.no-border.add-padding thead th:last-child {
	text-align: center;
}
table.no-border.add-padding tbody tr:last-child td{
	/* font-weight: bold; */
	/* text-align: right; */
}
table.no-border.add-padding td:nth-child(2){
	text-align: left;
}
table.no-border.add-padding th {
	padding: 0 10px;
}
table.no-border.add-padding thead th {
	border-bottom: 1px solid #ccc;
	background-color: #f8f8f8;
}
table.no-border.add-padding thead th:first-child {
	//border: 0;
}
table.no-border.add-padding img {
	max-width: 60px;
}
#address {
	margin-bottom: 5px;
}

#zoom_03 {
	margin-top: 20px;
}
#zoom_03 img{
	margin-bottom: 20px;
	left: auto;
	right: auto;
}
.radio.courier_method label {
	font-weight: bold;
	color: #888;
	line-height: 20px;
}
.custom-table-basic td.img-thumb img {
	min-width: 60px;
	max-width: 100px;
}
.page-breadcrumb {
	line-height: 40px;
	padding: 0 20px;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
.page-breadcrumb ol.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-size: 12px;
}
.page-breadcrumb ol.breadcrumb li.active {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

// shipping details page

.checkout-progress {
}
.checkout-progress ol{
	padding: 10px;
	background-color: #fff;
	line-height: 20px;
	margin-top: 20px;
	border: 2px solid #ccc;
	border-top: 3px solid #004225;
}
.checkout-progress li {
	display: inline-block;
	margin: auto 10px;
	color: #ccc;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
	font-size: 12px;
}
.checkout-progress li:before {
	// content:'\00B7';
	// font-size: 20px;
}

.checkout-progress li.complete {
	border-bottom: 3px solid #ccc;
	color: #ccc;
}
.checkout-progress li.active {
	border-bottom: 3px solid #004226;
	color: #004225;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.checkout-progress li i.fa {
	padding-right: 5px;
}


.wrap-checkout-details {
	border: 2px solid #ccc;
	background-color: #fff;
}
.checkout-title {
	background: #004225;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 10px 15px;
	font-weight: lighter;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.checkout-details {
	padding: 10px 20px;
	font-weight: 600;
	line-height: 1.8;
}
.courier-method {
	border: 2px solid #ccc;
	background-color: #fff;
}

.checkout-ordersum {
	border: 3px solid #ccc;
}

table.no-border.custom-ordersum-checkout.custom-payment tr td:nth-child(2){
	color: #888;
	font-size: 14px;
}
table.no-border.custom-ordersum-checkout.custom-payment a {
	font-size: 10px;
}
.custom-ordersum i.icon-action {
	padding: 0 5px;
	font-size: 16px;
}
.custom-ordersum i:last-child {
	padding-right: 15px;
}
td.hardware-pricing {
	font-weight: bold;
	color: #004225;
	text-align: right;
	font-size: 16px;
}

/*set a border on the images to prevent shifting*/
 #gallery_01 img {
 	border:2px solid white;
 	border-left: 0;
 	margin: 5px 0;
 }
 
 /*Change the colour*/
 .active img {
 	border:2px solid #ccc !important;
 }


.product-pic {
	margin-bottom: 20px;
}

.product-pic img {
	padding: 10px;
	left: 20px;
	display: inline-block;
	background: #fff;
}

.product-desp {
	min-height: 150px;
	margin-bottom: 10px;
	background: #fff;
	border: 3px solid #ccc;
}
.wrap-desp .custom-tabs {
	padding: 20px;
}

.wrap-desp .custom-tabs .nav-tabs>li>a {
	line-height: .5;
}

.wrap-desp .custom-tabs .tab-inner-content {
	padding: 20px;
	height: 200px;
	overflow: auto;
}

.desp-padding {
	padding: 0 10px;
}

.product-detail-inner hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-detail-inner .row {
	margin: 20px 0;
}
.product-detail-inner .title {
	font-weight: bold;
}
.product-detail-inner span{
	font-weight: bold;
}

a.btn-showmore {
	text-align: right;
	float: right;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

table.no-border {
	font-weight: bold;
}
table.no-border tr td:first-child {
	padding-right: 10px;
}
table.no-border tr td{
	padding-bottom: 15px;
}

input.custom-field.form-control.quantity {
	padding: 2px 0 2px 2px;
	max-width: 40px;
	max-height: 25px;
	text-align: center;
}

.subnote {
	font-style: italic;
	color: #9d9d9d;
}

.pricing-style02 {

}

.pricing-style02 span {
	font-weight: bold;
	font-size: 28px;
	color: #004225;
	padding: 5px 5px 5px 0;
}

.pricing-style02 .tag{
	z-index: 0;
}

.go-center {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30%;
}
.go-right {
	float: right;
}

.go-right a {
	font-weight: bold;
}

.price-tag {
	font-size: 25px;
	color: #3c4059;
}

.product-desp a,
.product-desp a:link,
.product-desp a:visited {
	font-weight: 600;
}

.order-sum {
	font-weight: bold;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.order-total {
	border-top: 1px solid #ccc;
	margin: 30px 20px;
	padding: 20px auto;
	text-align: right;
}
.total-price,
table.no-border.custom-ordersum-checkout.custom-payment tr td:nth-child(2).total-price {
	font-size: 24px;
	color: #004225;
}

table.no-border.custom-ordersum tr td {
	padding-bottom: 5px;
}

.style-or {
	padding: 50px 0;
	text-align: center;
	color: #5a5a5a;
}

.style-guestcheck {
	padding: 50px 0;
	text-align: center;
	color: #5a5a5a;
}

@media (min-width: @screen-md) {
  	.style-guestcheck {
  		text-align: left;
  	}
}
@media (max-width: @screen-md){
	.expertice-left-grid{
		padding-top: 2em;
	}
}


  	.custom-selector {
  		border: 1px solid #ccc;
  		border-radius: 5px;
  	}


// @media only screen 
//   and (max-device-width: 992px) {
//   	.style-guestcheck {
//   		text-align: center;
//   	}
// }


/* Hardware List */
ul#hardware_pag1 {
	list-style-type: none;
	float: left;
	padding: 10px;
}
ul#hardware_pag1 li {
	float: left;
	cursor: pointer;
}
.pagination {
	cursor: pointer;
	float: right;
	padding: 0 20px;
}
.item-perpage-label {
	float: right;
	margin: 25px 0;
	padding: 0 20px;
}
.list-nav .pagination>li>a, .pagination>li>span {
	color: #004225;
}
.pagination>li>a, .pagination>li>span {
	color: #004225!important;
}

.wrap-product {
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 20px;
}
.product-each.design02 {
	border: 0;
}
.product-each.design02:hover {
	border: 1px solid #004225;
	transition: all 0.5s ease;
}
.product-img {
	min-height: 160px;
}
.product-each.design02 img {
	padding-top: 35px;
	margin: 0;
}

.know-more {
	position: absolute;
	background-color: #004225;
	line-height: 25px;	
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	display: none;
	height: 30px;
}
.product-catalog {
	padding: 10px;
	background-color: #f8f8f8;
	color: #3c4059;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	min-height: 130px;
	line-height: 22px;
}
.product-catalog span.brand-span {
	font-size: 12px;
	color: #888;
}
.product-catalog.active,
.product-catalog.active span.brand-span {
	background-color: #004225;
	color: #fff;
}
.product-catalog.active .pricing,
.product-catalog.active .pricing span {
	color: #fff;
}
.product-catalog hr {
	margin: 0 auto;
	border-color: #004225;
}
.product-catalog .pricing {
	color: #004225;
	font-size: 12px;
	padding: 10px 0;
}
.product-catalog .pricing span {
	font-weight: bold;
	font-size: 18px;
	color: #004225;
	padding: 5px 5px 5px 0;
}

.tag {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase; 
	text-align: center;
	color: #fff;
	min-width: 80px;
	min-height: 15px;
	padding: 2px 5px;
	position: absolute;
	margin-top: 0px;
	z-index: 2;
}

.tag i {
	padding: auto 2px;
}

.tag.new {
	background-color: #4682b4; 
	left: 15px;
}

.tag.sales {
	background-color: #ff0000; 
	right: 15px;
}

.tag.small.discount {
	background-color: #fa8072; 
	min-width: 40px;
	padding: 0px;
	font-size: 12px;
	display: inline-block;
	margin: auto 5px;
	position: relative;
}

.tag.xsmall.notes {
	background-color: #004225; 
	min-width: 40px;
	padding: 2px;
	font-size: 10px;
	display: block;
	margin: 0;
	position: relative;
}

.zoomContainer {
	z-index: 999;
}

/* Product Matrix */

.wrap-product-matrix.content-padding {
	padding: 5px;
}

.matrix-table {
	background: #fff;
	border: 2px solid #ccc;
}
.matrix-table th,
.matrix-table td {
	padding: 0 2px;
	text-align: center;
	font-size: 12px;
}
.matrix-table th {
	font-weight: bold;
}
.matrix-table td {
	font-weight: normal;
}

.table-bold th,
.table-bold td {
	font-weight: bold;
}

.matrix-table th {
	line-height: 15px;
}

.matrix-table tr:last-child td {
	line-height: 15px;
}

.matrix-info {
	font-weight: bold;
	padding: 10px;
	color: #3c4059;
}

.matrix-info p {
	font-weight: normal;
}

.row.left {
	text-align: right;
}

.dots {
	width: 100%;
	height: 100%;
}

.highlightP {
	/*background: #7e82a2;*/
	background: #004225;
	color: #fff;
}

.highlightB {
	/*background: #89a5b0;*/
	background: #004225;
	color: #fff;
}

.highlightG {
	background: #ededed;
}

.highlightLG{
	background: #f1f1f1;
}

.highlightP a,
.highlightB a{
	text-decoration: none;
	color: #fff;
}

/* Profile */

.profile {
	margin: 20px 0;
	min-height: 1000px;
}

.style-message h1,
.style-message h2,
.style-message h3,
.style-message h4,
.style-message h5 {
	padding-top: 20px;
}

@media (max-width: 768px) {
	.label_percost {
		width: 80%;
	}
	.page-header{
			font-size: 20px;
			line-height: 25px;
			padding: 10px 0;
		}
	.sub-navbar ul {
			padding: 0;
	}
} 

/* Coming Soon */
.comingsoon-content {
	text-align: center;
}
.comingsoon-content a,
.comingsoon-content a:link,
.comingsoon-content a:visited {
	font-weight: bold;
}
.comingsoon-content a:hover {
	text-decoration: underline;
}
.comingsoon-content img {
	min-width: 220px;
	margin: 15px auto;
}
.comingsoon-content span {
	color: #004225;
	font-weight: bold;
	font-size: 18px;
}

/* Contact Us */
.wrap-google-map {
	background-color: white;
	margin-top: 10px;
	width: 100%;
	min-height: 320px;
}

@media only screen 
  and (max-device-width: 768px) {
  	header.carousel .fill {
  		background-position: 5%;
  	}
}

@media only screen 
  and (max-device-width: 769px) {
	header.carousel {
	   height: 30%;
	}

	.expertice-grids .col-md-9{
	   padding-top: 20px;
	}
}

/* Reponsive Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

  		.e-left-inner-grid {
  			width: 100%;
  		}

  		.page-content {
  			min-height: auto;
  		}

		.navbar-brand>img {
			max-width: 230px;
		}

		.wrap-form input[type=checkbox],
		.wrap-form input[type=radio] {
			width: 20px;
			display: inline-block;
		}

		label {
			display: inline;
		}

		.custom-navbar .navbar-nav>li {
			border-bottom: 1px solid;
			padding-left: 10px;
		}
		.custom-navbar .navbar-nav>li:first-child {
			border-top: 1px solid;
		}
		.custom-navbar .nav {
			margin-bottom: 0;
		}

		.sub-navbar .container {
			padding-left: 0;
		}

		.sub-navbar ul {
			padding: 0;
		}

		.sub-navbar ul li {
			margin-left: 5px;
		}

		.summary-text {
			padding: 20px;
		}

		.whyus {
			padding-bottom: 50px;
		}

		.page-header{
			font-size: 20px;
			line-height: 25px;
			padding: 10px 0;
		}

		.page-header span {
			font-size: 12px;
		}

		.style-or {
			padding: 20px 0;
		}

		.footer-title {
			font-size: 14px;
			margin-top: 20px;
		}

		.table-responsive {
			width: auto;
			overflow: auto;
		}

		.custom-table-basic td.img-thumb img {
			width: 80px;
		}

		.item-perpage {
			margin: 0;
		}
}


        .search-list a {
    padding: 0px !important;
}

    .search-list a:hover, .search-list:hover a {
        color: white !important;
    }