.skdslider {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.skdslider:after {
	content: '';
	padding-top: 35%;
	display: block;
}
.skdslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slide-desc-right {
    position: absolute;
    right: 18%;
    top: 34%;
}
.slide-desc-right h2 {
    color: #fff;
    font-family: "TrajanProBold";
    font-size: 43px;
    line-height: 37px;
    margin-bottom: 6px;
}
.slide-desc-right h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.slide-desc-right p a.more {
    background: #c42126 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin-top: 21px;
    padding: 10px 26px;
}
.slide-desc-right h3 + br {
    display: none;
}
.skdslider ul.slides li {
	display: none;
}
.skdslider ul.slides li img {
	width: 100%;
	height: 100%;
	border: 0;
}
.skdslider ul.slide-navs {
	bottom: 38px;
	right: 59%;
	position: absolute;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: none;
}
.skdslider ul.slide-navs li {
	float: left;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
	border: 1px solid #535454;
	display: none;
}
.skdslider ul.slide-navs li.current-slide {
	background: #c02b32;
	border: none;
	display: none;
}
.skdslider .slide-desc {
	/*background: url("../images/slide_desc.png") repeat scroll 0 0 transparent;*/
    /*left: 10%;*/
	padding: 0 15px 0 15px;
	position: absolute;
	top: 20%;
	width: 70%;
	display: inline-block;
	text-align: center;
	right: 25%;
}
.skdslider .slide-desc1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: 'latobold';
	color: #fff;
	text-transform: uppercase;
	height:100%;
}
.skdslider .slide-desc1 > h1 {
	font-family: 'TrajanProBold';
	font-size: 35px;
	margin:30px 0;
}
.new-slide-div{position:absolute; width:100%; bottom:5%;}
.skdslider .slide-desc1 > h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
.skdslider .slide-desc1 > h5 {
	font-family: 'LatoRegular';
	font-size: 24px;
}
.skdslider .slide-desc1 > h5 span {
	font-family: 'LatoRegular';
	color: #000;
}
.newdiv1{
	width:1280px;
	margin:auto;
}
.colordiv{
	width:20%;
	float:left;
	border:#fff dashed 1px;
	padding:12px;
	margin-right:20px;
}
.colordiv1{
	width:95%;
	float:left;
	padding:10px;
}
.text10{
	display:block;
	text-align:center;
	font-family: 'latobold';
	color:#fff;
	font-size:70px;
	line-height:83px;
	height:83px;
}
.text10 span{
	font-size:24px;
}
.text100{
	line-height:126px;
	text-align:center;
	font-size:59px;
	color:#000;
}
.text100 span{
	font-size:32px;
}
.paddleft{
	margin-left:50px;
}
.bg1{
	background:#fbad17;
}
.bg2{	
	background:#cf4e21;
}
.bg3{
	background:#83cfcf;
}
.bg4{	
	background:#258989;
}
.bg5{
	background:#e95e3f;
}
.bg6{	
	background:#933514;
}
.bg7{
	background:#56b74e;
}
.bg8{	
	background:#147b0b;
}
.skdslider .slide-desc > h2 {
	color: #fff;
	font-family: 'TrajanProBold';
	font-size: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.skdslider .slide-desc > h3 {
	color: #fff;
	font-family: 'LatoLight';
	font-size: 28px;
	margin-bottom: 10px;
}
.grand{
	font-family: 'latobold';
	color:#f8182d;
	font-size:32px;
}
.skdslider .slide-desc > p {
	color: #fff;	
	font-family: 'latobold';
	font-size: 18px;
	margin: 0 0 10px 0;
}
.skdslider .slide-desc > p a.more {
	font-family: 'LatoRegular';
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border: #fff solid 1px;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 20px !important;
}
.skdslider .slide-desc > p a.more:hover {
	color: #fff;
}
.skdslider .slide-desc > p a.more1 {
	font-family: 'LatoRegular';
	color: #000;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	border: #000 solid 1px;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 10px !important;
}
.skdslider .slide-desc > p a.more1:hover {
	color: #000;
}
.skdslider a.prev {
	background: url(../images/prev.png) no-repeat;
	width: 41px;
	height: 131px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 46%;
	left: 0%;
	margin-top: -17px;
}
.skdslider a.next {
	background: url(../images/next.png) no-repeat;
	width: 41px;
	height: 131px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 46%;
	right: 0;
	margin-top: -17px;
}
.skdslider a.prev:hover {
}
.skdslider a.next:hover {
}
.skdslider a.play {
	width: 35px;
	height: 35px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 48%;
	margin-top: -17px;
}
.skdslider a.pause {
	width: 35px;
	height: 35px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 48%;
	margin-top: -17px;
}

/*----------flex slider for home product and on sale items------*/


#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px !important;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100% !important;
}
.nbs-flexisel-item {
	float: left;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item img {
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	top: -40px !important;
	left: 215px;
	border-right: 1px solid #ae8236;
	background: url(../images/prev-btn.png) no-repeat center center;
}
.nbs-flexisel-nav-right {
	top: -40px !important;
	left: 240px;
	background: url(../images/next-btn.png) no-repeat center center;
}


/*----------flex slider for home product and on sale items------*/


/*Some Responsive CSS */
@media screen and (max-width:767px) {
.skdslider .slide-desc > h2 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.skdslider .slide-desc > p {
	font-size: 14px;
	line-height: 15px;
	margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
	font-size: 14px;
}
}
