@charset "utf-8";

@media (min-width: 1200px) {
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.pst-landing {
	position: relative;
	top: -15px;
}
#CentralArea {
}
.pst-banner {
	text-align: center;
}
.pst-banner img {
	display: inline-block;
	width: 100%;
	transition: 0.3s all ease-in-out;
}
.pst-banner img:hover {
	transition: 0.3s all ease-in-out;
	opacity: 0.8;
}
.pst-brand {
	background-color: #000000;
}
.brand-title {
	font-size: 1.25em;
	text-align: center;
	color: #777777;
	margin: 40px 0;
	text-transform: uppercase;
}
.brand {
	text-align: center;
}
.brand ul {
	display: inline-block;
	margin-bottom: 30px;
}
.brand ul li {
	float: left;
	display: inline;
	margin: 0px;
}
.brand ul li img {
	display: inline-block;
	transition: 0.3s all ease-in-out;
}
.brand ul li:hover img {
	transform: scale(1.02);
	transition: 0.3s all ease-in-out;
}
.responsive-brand {
	display: none;
	margin-bottom: 40px;
	text-align: center;
}
.responsive-brand img {
	display: inline-block;
}
.latest-product {
	padding: 25px 0 40px 0;
}
.latest-product-head {
	font-size: 1.25em;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	display: inline-block;
}
.view-all {
	position: relative;
	text-align: left;
	float: right;
	display: inline-block;
}
.view-all a {
	width: 102px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	font-weight: normal;
	background-color: #777777;
	color: #000000 !important;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
}
.view-all a:hover {
	background-color: #000000;
	color: #777777 !important;
	transition: 0.3s all ease-in-out;
}
.new-brand {
	background-color: #c4c4c4;
	padding: 15px 0 20px;
}
.latest-product-head.new-brand-head {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
.new-brand-box {
	text-align: center;
	margin-top: 20px;
}
.new-brand-box img {
	display: inline-block;
	transition: 0.3s all ease-in-out;
}
.new-brand-box img:hover {
	transform: scale(1.03);
	transition: 0.3s all ease-in-out;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.5%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.7%;
}
.span_3_of_5 {
	width: 59.4%;
}
.span_2_of_5 {
	width: 39.1%;
}
.span_1_of_5 {
	width: 18.8%;
}
.welcome-part {
	padding: 50px 0;
	background-image: url(../images/welcome-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.welcome-text {
	padding: 0;
	text-align: left;
}
.welcome-text h3 {
	font-size: 1.25em;
	color: #777777;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}
.welcome-text p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
	margin: 20px 0 35px;
	font-weight: normal;
	float: left;
}
.read-btn {
	float: left;
	display: inline-block;
}
.read-btn a {
	width: 170px;
	height: 51px;
	line-height: 51px;
	font-size: 1.25em;
	text-align: center;
	border-radius: 4px;
	background-color: #777777;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	position: relative;
	z-index: 1111;
	transition: 0.3s all ease-in-out;
}
.read-btn a:hover {
	background-color: #ffffff;
	color: #000000 !important;
	transition: 0.3s all ease-in-out;
}
.pst-promo {
	background-color: #c4c4c4;
	padding: 28px 0;
}
.promo-box {
	min-height: 325px;
	max-height: 325px;
	background-color: #f2f2f2;
	text-align: center;
	border: 1px solid #d9d9d9;
	padding: 40px 20px 45px;
}
.promo-head {
	font-size: 1.25em;
	color: #343434;
}
.promo-box img {
	display: inline-block;
	margin: 25px 0 30px;
}
.promo-box p {
	display: inline-block;
	font-size: 13px;
	color: #535353;
	margin: 0;
}
.col-md-4.col-sm-4.col-xs-12.no-padding .promo-box {
	border-left: none;
	border-right: none;
}
.no-border-top {
	border-top: none;
}
/*STORE FOOTER START*/
.pst-footer {
	background-color: #000000;
}
.f-logo {
	margin: 35px 0;
	text-align: center;
}
.f-logo img {
	display: inline-block;
}
.pst-copyright {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.pst-design {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 22px !important;
}
.pst-design a {
	color: #ffffff !important;
	transition: 0.3s all ease-in-out;
}
.pst-design a:hover {
	color: #777777 !important;
	transition: 0.3s all ease-in-out;
}
/*STORE FOOTER ENDS*/
.pagecontainer table tr td table:nth-child(2) {
	max-width: 100%;
}


.three-in-row {width:100%;}
.three-in-row .singleitem{width:33.333%;float:left;display: block;position: relative;    border: 2px solid #fff;}
.three-in-row .singleitem:before{position: absolute; content: ''; background: #000; opacity: 0.3; z-index: 1; width: 100%; height: 100%;}
.three-in-row .singleitem img{max-width: 100%;width: 100%;}
.three-in-row .singleitem h4 {position: absolute;bottom:20px;color:#fff;z-index: 2;left:20px;text-transform: uppercase;}
.clear {clear: both;}


.section-about img {max-width: 100%;}
.section-about h4 {text-transform: uppercase;margin-bottom: 30px;}
.section-about p {}
.section-about-cnt {
	padding:80px 60px;
}
.no-padding{
	padding:0 !important;
}


/*Responsive*/

@media screen and (max-width: 1200px) {
.pagecontainer table tr td table:nth-child(2) {
	max-width: 100% !important;
}
.brand {
	display: none;
}
.responsive-brand {
	display: block;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.welcome-part {
	padding: 8% 0;
	background-color: #000000;
	background-size: 100% 100%;
}
.promo-box {
	min-height: 380px;
	max-height: 380px;
}
.promo-head {
	font-size: 16px;
}
}

@media screen and (max-width: 991px) {
.pagecontainer table tr td table:nth-child(2) {
	max-width: 100% !important;
}
.welcome-part {
	padding: 7% 0;
	background-color: #000000;
	background-size: 100% 100%;
}
.promo-box {
	min-height: 370px;
	max-height: 370px;
	padding: 15% 2%;
}
.promo-head {
	font-size: 14px;
}
.latest-product {
	padding: 20px 0;
}
}

@media screen and (max-width: 768px) {
.visible-desktop {
	display: none;
}
.pagecontainer table tr td table:nth-child(2) {
	margin-top: 0px;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.brand-title {
	margin: 15px 0;
	font-size: 16px;
}
.brand ul li {
	float: none;
	display: inline-block;
	width: 100%;
}
.welcome-part {
	padding: 10% 0;
	background-color: #000000;
	background-size: 100% 100%;
}
.welcome-text {
	padding: 0 4%;
}
.no-padding-right {
	padding-right: 10px;
}
.no-padding-left {
	padding-left: 10px;
}
.no-padding {
	padding-left: 10px;
	padding-right: 10px;
}
.promo-box {
	min-height: inherit;
	max-height: inherit;
}
.col-md-4.col-sm-4.col-xs-12.no-padding .promo-box {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.brand {
	display: block;
}
.responsive-brand {
	display: none;
}
.latest-product {
	padding: 15px 0;
}
}

@media screen and (max-width: 1280px) {
.three-in-row .singleitem h4 {font-size:14px;}
}
@media screen and (max-width: 1023px) {
	.three-in-row .singleitem {
		width: 100%;
		float:none;
	}
	.three-in-row .singleitem h4 {
		font-size:20px;
	}
}
@media screen and (max-width: 992px) {
	.section-about-cnt {
	    padding: 20px 20px;
	}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
	width: 100%;
}

	.three-in-row .singleitem h4 {
		font-size:15px;
	}
}




@media only screen and (max-width: 1366px) {
	.section-about-cnt {
	    padding: 20px;
	}
}
