body {
	width: 100%;
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #777;
}

#wrapper {
	min-height: 650px;
}

h1 {
	font-size: 16px;
}

#tabPage {
	padding: 25px;
}

a, 
a:hover, 
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

.alert-info {
	font-weight: bold;
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    background-image: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
}

#left-page {
   background-color: #fff;
   border-color: #fff;
   height: auto;
} 

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter:none;
    background-repeat:none;
}

.carousel-control.left {
   background-image: none;
    filter:none;
    background-repeat:none;
}

@media(max-width:769px){
	#left-page {
		display: none;
	}
	.navbar-products {
		margin-right: 5px;
	}
	
}

@media(min-width:770px){
	.navbar-products {
		display: none;
	}
}


/***************************************
 Buttons
***************************************/

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}


/***************************************
 input
***************************************/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:active, 
.form-control:focus {
	border: 1px solid #777;
	 -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/**************************************/
/* FOOTER
/**************************************/

.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	margin-top: 25px;
	background: #fff;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #777;
	font-size: 14px;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 12px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #777;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}



.social li:hover {
	border: 2px solid #F17D00;
	background: #F17D00;
}


.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

/**************************************/
/* HEADER / NAVIGATION
/**************************************/

#wrapper .page-header {
	margin-bottom: 0px;	
}


#wrapper .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#wrapper .navbar-default {
	font-size: 13px;
    background-color: #fff;
    border-color: #fff;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.navbar-brand {
}

.navbar-brand img {
	width: 18%;
}

/**************************************/
/* Frontpage
/**************************************/
.frontpage-thumbnail {
	padding-left: 0;
	padding-right: 0;
}

.frontpage-image-gallery .thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 0px;
    transition: none;
}

.frontpage-image-gallery .thumbnail > img, 
.frontpage-image-gallery .thumbnail a > img {
    height: auto;
    width: 280px;
    margin-left: 0;
    margin-right: 0;
}


.frontpage-image-gallery .thumbnail, .img-thumbnail {
    box-shadow: none;
}

.itemgroup-image-gallery .thumbnail {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 0px;
    transition: none;
    border: none;
    box-shadow: none;
}

.itemgroup-image-gallery .thumbnail > img, 
.itemgroup-image-gallery .thumbnail a > img {
    height: auto;
    width: 280px;
    margin-left: 0;
    margin-right: 0;
}


.frontpage-image-gallery .thumbnail, .img-thumbnail {
    box-shadow: none;
}


@media (max-width: 991px) {

}

@media (max-width: 671px) {

}


/**************************************/
/* Itemgroup menu
/**************************************/

#itemgroup-menu {
	margin-top: 25px;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow:none;
    color: #777;
}

.product-dropdown {
	font-size: 11px;
}

.campaign-header {
	position: relative;
	margin-bottom: 25px;	
}

.campaign-header-text {
	padding-top: 10px;
	margin-left: 25px;
}

.item-list .table tr td {
	vertical-align: middle;
}

/***************************************
 Build the quantity-control
***************************************/

.quantity-control {
	display: inline-block;
	width: 120px;
	background-color: inherit;
	height: 32px;
	border: 1px solid #ccc;	
}

.quantity-control-minus {
	width: 30%;
	padding: 8px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.quantity-control-qty {
	width: 40%;
	padding: 8px;
}

.quantity-control-plus {
	width: 30%;
	padding: 8px;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

/**************************************/
/* Itemgroup item
/**************************************/

.itemgroup-item {
	width: 32%;
	height: auto;
	margin-right: 5px;
}

.itemgroup-item .thumbnail {
	margin-bottom: 5px;
	border-radius: 0px;
	min-height: 360px;
    width: 285px;
}


.itemgroup-item .thumbnail > img, .thumbnail a > img {
    margin-left: 0;
    margin-right: 0;
}

.table tr td.itemgroup-item-qty {
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.itemgroup-item .table {
    margin-bottom: 0px;
}

.itemgroup-item .message {
	height: 30px;
}

@media (max-width: 991px) {
	.itemgroup-item {
		width: 45%;
		height: auto;
		margin-right: 5px;
	}
}

@media (max-width: 671px) {
	.itemgroup-item {
		width: 95%;
		height: auto;
		margin-right: 5px;
	}	
}

/**************************************/
/* Item
/**************************************/

.item {
	width: 100%;
	height: auto;	
	padding-top: 15px;
	border-top: 1px solid #e7e7e7;
}

.item-description {
	min-height: 520px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.item .table > thead > tr > th, 
.item .table > tbody > tr > th, 
.item .table > tfoot > tr > th, 
.item .table > thead > tr > td, 
.item .table > tbody > tr > td, 
.item .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    color: #000;
}

.item #status {
	height: 20px;
	padding: 5px;
}

.item .thumbnail {
	width: 120px;
	height: auto;	
	border: none;
	box-shadow: none;
	cursor: pointer;
}



.item .fa {
	cursor: pointer;
}



/**************************************/
/* Dealer Map
/**************************************/

#map {
	width: 100%;
	height: 500px;
	margin-left: 15px;
}

/**************************************/
/* Shopping Cart Menu
/**************************************/
#shopping_cart {
	border-bottom: 1px solid #ddd;
}

.shopping-cart-dropdown {
	width: 450px;
	padding: 10px;
	font-size: 11px;	
}

#shopping_cart td {
	 vertical-align: middle;
}

.fa-trash {
	cursor: pointer;
}

.orderline-footer {
	
	width: 25%;
}

.address-form-order-table {
	border-bottom: 1px solid #ddd;
	width: 150px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
    margin-bottom: -5px;
}

.address-form-order-tabler > thead > tr > th, 
.address-form-order-table > tbody > tr > th, 
.address-form-order-table > tfoot > tr > th, 
.address-form-order-table > thead > tr > td, 
.address-form-order-table > tbody > tr > td, 
.address-form-order-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1;
    vertical-align: top;
    font-size: 12px;
    border-top: none;
}

.orderline-footer > thead > tr > th, 
.orderline-footer > tbody > tr > th, 
.orderline-footer > tfoot > tr > th, 
.orderline-footer > thead > tr > td, 
.orderline-footer > tbody > tr > td, 
.orderline-footer > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.address .dropdown-menu > li > a {
    font-weight: normal;
    line-height: 1;
    font-size: 11px;
    color: #333;
    white-space: nowrap;
}

/**************************************/
/* My Account
/**************************************/

#switch_account_table tr td {
	vertical-align: middle;
}

.billing-table {
	width: 45%; 	
}

.billing-table > thead > tr > th, 
.billing-table > tbody > tr > th, 
.billing-table > tfoot > tr > th, 
.billing-table > thead > tr > td, 
.billing-table > tbody > tr > td, 
.billing-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}


/**************************************/
/* Order Confirmation
/**************************************/

.order-confirmation {
	padding: 50px;
	text-align: center;
}

/**************************************/
/* User
/**************************************/

.login-form, .forgot_password_form {
	width: 300px;
	margin-left: 20%;
	margin-top: 100px;
}