/* CSS Document */

body {
	font-family: "Trebuchet MS";
	background-image: url(../images/general/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h2 {
	font-size: 25px;
}

.horline {
	border-top: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-top: 15px;
}



/* LANDER CLASSES
--------------------------------------- */
.lander-footer {
	position: fixed;
	min-height: 60px;
	bottom: 0;
	width: 100%;
	background-color: #002550;
	color:#ebebeb;
	z-index:1000000000;
	padding-top:13px;
	padding-bottom:13px;
}


/* PADDING AND MARGIN CLASSES
--------------------------------------- */
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-60{
	margin-bottom: 60px;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mr-10{
	margin-right: 10px;
}
.mr-20{
	margin-right: 20px;
}
.mr-30{
	margin-right: 30px;
}
.ml-10{
	margin-left: 10px;
}
.ml-20{
	margin-left: 20px;
}
.ml-30{
	margin-left: 30px;
}
.mx-5{
	margin-left: 5px;
	margin-right: 5px;
}
.mlr-15{
	margin-right: 0px;
	margin-left: 0px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-bottom: 15px;
}
.pt-20 {
	padding-bottom: 20px;
}
.pt-30 {
	padding-bottom: 30px;
}
.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-30 {
	padding: 30px;
}


/* TOP HEADER CSS
--------------------------------------- */
.header-top{
	padding: 0px;
}

.header-top #top-phone {
	padding-top: 8px;
}

.header-top #top-phone a {
	color:#FF0000;
	font-size: 17px;
}

.header-top #top-menu .menu-item {
	border-right: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.menu-item a {
	font-size: 14px;
	text-decoration: none;
	color: #777777;
}

.menu-item a:hover {
	color: #000000;
}


/* TOP MENU HEADER CSS
--------------------------------------- */
.header-menu {
	background-color: #002550;
	padding: 15px 0px 15px 0px;
	z-index: 200;
}

.header-menu #menu-buttons {
	padding-top: 5px;
}

.header-menu #menu-bars i {
	color: #ebebeb;
}

.mob-menu {
	margin-top: 10px;
	display: none;
}

.mob-menu a {
	background-color: #ebebeb;
	padding: 8px 15px 8px 15px;
	display: block;
	margin-bottom: 1px;
	font-size: 15px;
}


/* HOME PAGE: FEATURED PRODUCT;
--------------------------------------- */
.featured-product {
	padding: 10px;
}
.featured-product img {
	max-width: 100%;
	max-height: 330px;
}
.featured-product .price {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featured-product .price span {
	font-size: 20px;
}

.featured-product .description {
	max-height: 160px;
	overflow: auto;
}



/* HOME CAPTIONS
--------------------------------------- */
.home-captions .caption-text {
	color: #ffffff;
	position: absolute;
	font-size: 15px;
	bottom: 0px;
	padding: 0px 10px 5px 10px;
}

.home-captions .description {
	max-height: 100px;
	overflow: auto;
}

.home-captions a {
	font-size: 16px;
	color: white;
}

.home-captions .view-link {
	color: #3e72c4;
	font-size: 15px;
}



/* PRODUCT RESULTS
--------------------------------------- */
.products-text{
	height: 200px;
	overflow: auto;
}
.products-item .column {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	height: 445px;
	display: block;
}
.products-item .column:hover {
	border: 3px solid #cccccc;
}
.products-item .image{
	height: 270px;
	border-bottom: 1px dotted #cccccc;
}
.products-item img{
	max-height: 260px;
	max-width: 100%;
}
.products-item .description {
	font-weight: 800;
}

.products-item .price-container {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.products-item .price span {
	display: block;
	font-size: 16px;
	padding: 6px 7px 6px 7px;
	color: #333333;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 800;
}}



/* CART SUMMARY WIDGET
--------------------------------------- */
.cart .summary {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cart .summary p {
	color: #666666;
	font-size: 14px;
}
.cart .summary span {
	font-size: 16px;
	font-weight: 800;
}


/* GET A QUOATE BANNER
--------------------------------------- */
.banner-quote a {
	background-color: #42a4d6;
	border: 3px solid #d9edf7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #ffffff;
}

.banner-quote a:hover {
	background-color: #207caa;
	border: 3px solid #42a4d6;
	text-decoration: none;
}

.banner-quote a span {
	font-size: 16px;
}


/* PRODUCT DETAILS
--------------------------------------- */
.product-details .content {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 15px;
}

.product-details .content img {
	max-height: 250px;
	max-width: 100%;
}

.product-details .content .price span {
	display: block;
	font-size: 20px;
	padding: 9px 7px 6px 9px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 800;
}

.tab-content {
	padding: 15px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.product-accessories .title {
	background-color: #bc1212;
	border-color: #bc1212;
}
.product-accessories img {
	max-height: 110px;
	max-width: 100%;
}
.product-accessories .price {
	font-size: 16px;
	padding-top: 5px; 
}


.panel-custom {
	border: 1px solid #DDDDDD;
	background-color: white;
}

.panel-custom .title {
	background-color: #002550;
	padding: 10px 15px 10px 15px;
	color: white;
	font-weight: 800;
}

.panel-custom .content {
	padding: 15px 15px 15px 15px;
}


address h4 {
	margin: 0px;
}


/* CUSTOMER MODALS
--------------------------------------- */
.modal-alert h4 {
	color: #aa2020;
}

.modal-alert p {
	color: #aa2020;
	margin-bottom: 5px;
	font-size: 15px;
}


/* PRODUCT CART
--------------------------------------- */
.product-cart .content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
}

.product-cart table {
	background-color: #ffffff;
}

.product-cart img {
	max-height: 50px;
}
.product-cart .img-container {
	text-align: center;
}
.product-cart .description span {
	font-size: 12px;
	color: #aaaaaa;
}
.product-cart .price {
	font-size: 16px;
	text-align: center;
}
.product-cart .total {
	font-size: 16px;
	text-align: center;
}


.total-title {
	font-size: 16px;
	font-weight: 900;
	text-align: right;
	background-color: #dddddd;
}
.total-value {
	font-size: 16px;
	background-color: #dddddd;
	text-align: center;
}



/* REVIEWS
-------------------------------------------- */
.reviews {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.reviews .reviewer {
	font-style: italic;
	color: #888888;
	padding-bottom: 10px;
}

.users .tab-content {
	padding: 15px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: white;
}


.question span {
	font-weight: 800;
	margin-right: 10px;
}
.answer span {
	font-weight: 800;
	margin-right: 10px;
}


/* FOOTER
--------------------------------------- */
.footer {
	background-color: #3c5a98;
	color: #ebebeb;
}
.footer .links {
	padding-bottom: 10px;
}
.footer .links a {
	color: #ebebeb;
	padding-bottom: 10px;
}
.footer-copy {
	background-color: #dddddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-copy .text {
	padding-bottom: 10px;
}
.footer-copy .cards {
	text-align: right;
}



@media (max-width: 767px) {

	h1 {
		font-size: 24px;
	}
	.header-top #top-phone {
		color:#ffffff;
	}
	.header-top #top-phone a {
		color:#FF0000;
		font-size: 20px;
	}

	.featured-product .description {
		max-height: 100px;
	}

	.footer-copy .text {
		text-align: center;
		font-size: 14px;
	}

	.footer-copy .cards {
		text-align: center;
	}

	.product-cart .cart-item img {
		max-height: 80px;
	}

	.product-cart .price-totals {
		font-size: 16px;
	}

	.product-cart .price-totals span {
		font-size: 20px;
	}
}

/* Responsive CSS: TABLET PORTRAIT VIEW
--------------------------------------- */
@media (min-width: 768px) {

	.header-top #top-phone {
		color:#ffffff;
	}
	.header-top #top-phone a {
		color:#FF0000;
		font-size: 20px;
	}

}

/* Responsive CSS: TABLET SIDE VIEW
--------------------------------------- */
@media (min-width: 992px) {
	
	.header-top #top-phone {
		color:#333333;
	}
	.header-top #top-phone a {
		font-size: 17px;
	}
}



/* Responsive CSS: DESKTOP
--------------------------------------- */
@media (min-width: 1200px) {

	.header-top #top-phone a {
		font-size: 22px;
	}

	.menu-item a {
		font-size: 16px;
	}

	.home-captions .caption-text {
		font-size: 18px;
	}

	.banner-quote a span {
		font-size: 20px;
	}
}