
@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oxygen|Pacifico);
* {
	margin: 0px;
	padding: 0px;
}
html{ height:100%;}
body {
	background: #fff;
	color: #414141;
	font:14px/24px 'Open Sans', Arial, Helvetica, sans-serif
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #313131;
	font-style: normal;
	font-family:'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0px 0px 8px 0px;
	text-transform:capitalize;
}
h1 { font-size: 60px;}
h2 {font-size: 30px;}
h3 { font-size: 20px;}
h4 { font-size: 20px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #313131; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { color: #cecece; }
p a { color: #313131; }
p a:hover {
	color: #eee;
	text-decoration:underline;
}
p {
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul { margin-bottom: 0px; }
figure {
	margin: 0;
	position: relative;
}
img {
	max-width: 100%;
}
strong { color: #414141; }
iframe {
	border: none;
	float: left;
	width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
 select {
	border: 1px solid #d2d2d2;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 8px 12px;
	width: 100%;
}
label {
	color: #414141;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
button { border: none; }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	line-height: 20px;
	outline: none;
	padding: 4px 6px;
	vertical-align: middle;
	background:#f5f5f5;
}
input:focus{box-shadow:none !important;}
form p {
	float: left;
	position: relative;
	width: 100%;
}
form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px;
}
option { padding: 5px 15px; }
li {
	line-height: 28px;
	list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
	list-style: decimal;
	width: 100%;
}
table {
	background-color: transparent;
	max-width: 100%;
}
th { text-align: left; }
table {
	margin-bottom: 15px;
	width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #d2d2d2;
	text-align: center;
	text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/* =============================================
			Global Elements 
============================================= */
.haslayout{
	width:100%;
	float:left;
}
.heading-twopx-border{
	overflow:hidden;
	padding:0 0 30px;
	margin:0 0 30px;
	text-align:center;
	position:relative;
}
.heading-twopx-border:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:130px;
	margin:0 0 0 -65px;
	height:2px;
}
.heading-leftborder{
	overflow:hidden;
	padding:0 0 11px;
	margin:0 0 15px;
	text-align:left;
	position:relative;
}
.heading-leftborder:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:70px;
	height:1px;
	background:#3c3c3c;
}
.heading-pattern{
	overflow:hidden;
	padding:0 0 0 42px;
	margin:0 0 30px;
}
.heading-pattern{}
.sale-tag-lg{
	width:75px;
	height:75px;
	border-radius:50%;
	display:block;
	text-align:center;
	font-size:20px;
	line-height:20px;
	font-family:'Poppins', sans-serif;;
	position:absolute;
	top:20px;
	right:20px;
	padding:17px 0;
}
.sale-tag-sm{
	width:45px;
	height:45px;
	border-radius:50%;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:45px;
	font-family:'Poppins', sans-serif;;
	position:absolute;
	top:10px;
	right:10px;
	z-index:1;
}
.star-rating{
	overflow:hidden;
	text-align:center;
}
.heading-icon{
	overflow:hidden;
	text-align:left;
	padding:0 0 15px;
}
.icon{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
}
.icon i{
	display:block;
	line-height:30px;
	text-align:center;
}
.heading-icon h3{
	display:inline-block;
	vertical-align:middle;
}
.nfdsi-btn{
	width:145px;
	display:block;
	text-align:center;
	font-weight:300;
	font-size:14px;
	padding:8px 12px;
	text-transform:capitalize;
	font-family:'Poppins', sans-serif;
}
.nfdsi-btn-md{}
.nfdsi-btn-sm{
	min-width:100px;
	display:block;
	text-align:center;
	font-size:16px;
	padding:0 38px;
	line-height:28px;
	border:1px solid;
}
.social-icon {
	margin-bottom:10px;
}
.social-icon li{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	margin-left:5px;
}
.social-icon li a{
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	border-radius:4px;
	border:1px solid;
}
.social-icon li a i{
	display: block;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
	background-color:#fff;
}
.social-icon li a:hover{border:1px solid;}
.img-hover{
	left:0;
	top:70%;
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	visibility:hidden;
	background:rgba(0,0,0,0.70);
}
.img-hover .holder{
	position:relative;
	width:100%;
	height:100%;
}
.email,
.phone {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	 font-size:13px !important;
}
.email i,
.phone i,
.email em,
.phone em {
	font-style: normal;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.btn-dropdown em,
.btn-dropdown span{
	display:inline-block;
	vertical-align:middle;
}
.btn-dropdown span{padding:0 5px;}
.dropdown .dropdown-menu{
	margin:0;
	padding:15px;
	list-style:none;
	border:0;
	border-radius:0;
	top:90px;
	left:0;
	display:block;
	visibility:hidden;
	opacity:0;
}
.dropdown.open .dropdown-menu{
	top:50px;
	visibility:visible;
	opacity:1;
}
.dropdown-menu li{list-style-type:none;}
.top-arrow{
	position:relative;
	float:left;
	width:100%;
}
.top-arrow:after{
	content:'';
	top:-23px;
	left:7%;
	position:absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid;
}
a:hover,
a:focus,
a:active{}
.postion-absolute{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.display-table{
	display:table;
	height:100%;
}
.display-table-cell{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}
.description{
	overflow:hidden;
	padding:0 0 30px;
}
.abt-page .fashioner, .abt-page .section-padding {
	padding-bottom:0px !important;
}

.page-padding {
	padding:50px 0px 60px 0px;
}

.abt-page .abt-desc {
	margin-top:30px;
}

.pb-20 {
	margin-bottom:20px !important;
}

.abt-desc p {
	padding-bottom:20px;
}

.description p{ margin:0;}
.section-padding{ padding:90px 0;}
.padding-top {padding-top: 266px;}
.verticle-middle{
	display:inline-block;
	vertical-align:middle;
	float:none;
	margin:0 -1px;
}
.float {
	-webkit-animation-name: floatingx;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floatingx{
	from {-webkit-transform: translate(0, 0px);}
	50% {-webkit-transform: translate(0, 5px);}
	to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes floating{
	from {-moz-transform:translate(0, 0px);}
	50% {-moz-transform:translate(0, 5px);}
	to {-moz-transform: translate(0, -0px);}
}
.bg-white{ background:#fff;}
.padding-left-right{
	padding-left:30px;
	padding-right:30px;
}
.nfdsi-margin{
	margin:0 -6px;
	overflow:hidden;
}
.padding-top-bottom{
	padding-top:23px;
	padding-bottom:22px;
}
.nfdsi-style{
	box-shadow:none;
	border-radius:0;
	background:none !important;
	resize:none;
	border:0 !important;
	padding:6px 15px !important;
	border-bottom:1px solid #cfcfcf !important;
}
.nfdsi-style:focus{
	box-shadow:none !important;
	border-bottom-color:#cecece !important;
}
.social-icon.nfdsi-social-con li a:hover i,
.social-icon.nfdsi-social-con li a{
	border:0;
	color:#fff;
}
.img-hover-border{ border:20px solid;}
.img-hover-border .holder{ border:1px solid;}
#wrapper{overflow:hidden;}
.nfdsi-pagination{
	overflow:hidden;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	padding:60px 0 0;
}
.nfdsi-pagination ul{
	list-style:none;
	text-align:center;
	float:right;
}
.nfdsi-pagination ul li{
	display:inline-block;
	vertical-align:middle;
	list-style-type:none;
}
.nfdsi-pagination ul li.next a,
.nfdsi-pagination ul li.prev a{
	color:#fff;
	background:#313131;
	padding:0 10px;
	border-color:#313131;
}
.nfdsi-pagination ul li.next a:hover,
.nfdsi-pagination ul li.prev a:hover{
	background:#cecece;
	color:#fff;
	border-color:#cecece;
}
.nfdsi-pagination ul li a{
	padding:0 8px;
	display:block;
	color:rgba(49,49,49,0.50);
	border:1px solid #ebebeb;
}
.nfdsi-pagination ul li a:hover{
	border-color:#313131;
	color:#313131;
}
/* =============================================
			Header Style
============================================= */
#header{
	position:fixed;
	z-index:10;
}
.top-bar{padding:8px 0;}
.top-bar .dropdown,
.top-bar .social-icon{
	display:inline-block;
	vertical-align:middle;
}
.top-bar .dropdown{margin-right:30px;}
.top-bar .dropdown.cart{font-size:12px;}
.top-bar .dropdown.cart .cartitems{width:270px;}
.top-bar .dropdown.cart p{ margin:0;}

.dropdown-menu.cartitems strong.title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	text-transform:capitalize;
}
.dropdown-menu.cartitems .btn-area{
	padding:15px 0 0;
	overflow:hidden;
}
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm{ float:right;}
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm:first-child{float:left;}
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-viewall,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-checkout{
	padding:0 20px;
	font-size:14px;
}
.dropdown-menu.cartitems .cart-list{
	list-style:none;
	overflow:hidden;
}
.dropdown-menu.cartitems .cart-list li{
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px solid;
	line-height:14px;
	position:relative;
}
.dropdown-menu.cartitems .cart-list li .product-img {
	float: left;
	height: auto;
	margin: 0 15px 0 0;
	width: 50px;
}
.dropdown-menu.cartitems .cart-list li .product-img img{
	display:block;
	width:100%;
	height:auto;
}
.dropdown-menu.cartitems .cart-list li .detail{
	float:left;
	width:175px;
}
.dropdown-menu.cartitems .cart-list li .detail span{
	display:block;
	font-size:13px;
}
.dropdown-menu.cartitems .cart-list li span.product-title{
	padding:0 0 10px;
	font-family:'Poppins', sans-serif;;
	font-size:14px;
}
.btn-delete-item{
	width:15px;
	height:15px;
	line-height:13px;
	display:block;
	border:1px solid;
	font-style:normal;
	text-align:center;
}

.btn-delete-item a{
	display:block;
	font-size:10px;
	line-height:13px;
}
.dropdown-menu.cartitems .cart-list li .btn-delete-item{
	position:absolute;
	bottom:0;
	right:0;
}
.top-bar .social-icon{ padding:0 0 0 25px;}
.navbar,
.navbar-header{ border:0;}
.logo{
	width:172px;
	height:70px;
	float:left;
	padding-top:18px;
}
.logo a img,
.logo a{display:block;}
body.home #nav{background:#000;}
#bs-example-navbar-collapse-1{ float:right;}
#nav{
	margin:0;
	border-radius:0;
	position:relative;
	text-transform:uppercase;
	background:rgba(255,255,255,1);
	font:14px/14px 'Poppins', sans-serif;;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	float:right;
}
#nav ul > li{
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	position:relative;
	z-index:3;
}
#nav ul > li > a{
	padding:30px 8px 8px;
	display:block;
	position:relative;
	font-weight:300;
	font-family:'Poppins', sans-serif;
	z-index:2;
	margin:0 0 13px;
	color:#fff !important;
}
#nav ul > li:hover > a:after,
#nav ul > li > a:after{
	content:'';
	width:100%;
	height:0;
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	opacity:0;
	z-index:-1;
}
#nav ul > li:hover > a:after,
#nav ul li.active a:after,
#nav ul > li > a:hover:after{
	height:100%;
	visibility:visible;
	opacity:1;
}
#nav ul li.dropdown:hover > .dropdown-menu {
	opacity: 1;
	top: 70px;
	visibility: visible;
}
#nav ul li.dropdown ul.dropdown-menu{
	position:absolute;
	top:100px;
	float:none;
	text-align:left;
	background:#fff;
	border:1px solid #eae9e9;
}
#nav ul li.dropdown ul.dropdown-menu li{
	display:block;
	position:relative;
}
#nav ul li.dropdown ul.dropdown-menu a{
	color:#000 !important;
}
#nav ul li.dropdown ul.dropdown-menu li + li{ border-top:1px solid #eae9e9;}
#nav ul li.dropdown ul.dropdown-menu > li:hover > a,
#nav ul li.dropdown ul.dropdown-menu li a{
	display:block;
	padding:8px;
	margin:0;
	color:#313131;
	border-left:4px solid #fff;
	padding:12px 16px;
}
#nav ul li.dropdown ul.dropdown-menu li a:after{ display:none;}
#nav ul li.dropdown ul.dropdown-menu li.dropdown:after{
	content:'\f105';
	position:absolute;
	top:10px;
	right:8px;
	color:#cecece;
	font-family:'FontAwesome';
	font-size:22px;
}
#nav ul li.dropdown ul.dropdown-menu li ul.dropdown-menu{
	left:150%;
	top:0;
}
#nav ul li.dropdown ul.dropdown-menu li:hover ul.dropdown-menu{left:100%}
/* =============================================
			Home Slider Style
============================================= */
.home-slider{
	z-index:1;
}
.home-slider img{
	width:100%;
	height:auto;
	display:block;
}
.home-slider .slide-caption{
	width:592px;
	float:right;
	text-align:center;
}
.home-slider .slide-caption h1{
	margin:0;
	font-size:50px;
	font-family: 'Poppins', sans-serif;
}
.home-slider .slide-caption h1 span{}
.home-slider .slide-caption h1 span{ color:#cecece;}
.home-slider .slide-caption .description{
	font-size:18px;
	line-height:24px;
	padding:0 0 30px;
}
.home-slider .slide-caption .description p{ margin:0; color:#000 !important;}
.home-slider .slide-caption .nfdsi-btn.btn-apply{margin:0 auto;}
.wyt-btn { background-color:#fff !important; color:#000 !important; font-weight:500;}
/* =============================================
			Main Style
============================================= */
body.home #main{
	position:relative;
	margin-top:-215px;
	z-index:2;
	background:none;
}
#main{ background:#fff;}
/* =============================================
			Fashioner Style
============================================= */
.background-size{
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
body.home .fashioner{
	padding:300px 0 90px;
	background:url(../images/bg-fashioner.html) no-repeat 50% 0;
}
.fashioner{ background:#fff;}
.heading-pattern h2{
	line-height:37px;
	margin:0;
}
.fashioner h3{
	line-height:20px;
	margin:0;
}
.fashioner .description{ padding:0 0 50px;}
.fashioner .description p{margin:0;}
.fashioner .service:nth-child(n+3) { margin-top:30px;}
.service h3{ padding:0 0 0 5px;}
.fashioner .service .description{
	padding:0 0 0 40px;
	font-size:14px;
}
.service .description p{ margin:0;}
.service .description a{ text-decoration:underline;}
.service .description a:hover{text-decoration:underline;}
/* =============================================
			Featured Products Style
============================================= */
.featured-products .heading-pattern{ margin:0 0 27px;}
.featured-products .description{ padding:0 0 27px;}
.featured-products .description p{ margin:0;}
.border-left{ border-left:2px solid;}
#sync2{ padding:0 21px 0 0;}
#event-slider .owl-controls .owl-buttons .owl-next,
#event-slider .owl-controls .owl-buttons .owl-prev,
#event-slider .owl-controls .owl-buttons div,
#sync2.owl-nfdsi .owl-controls .owl-buttons .owl-next,
#sync2.owl-nfdsi .owl-controls .owl-buttons .owl-prev,
#sync2.owl-nfdsi .owl-controls .owl-buttons div{
	width:20px;
	height:20px;
	line-height:20px;
	margin:0;
	left:auto;
	right:0;
	top:auto;
	bottom:0;
}
#event-slider .owl-controls .owl-buttons .owl-prev{ right:25px;}
#sync2.owl-nfdsi .owl-controls .owl-buttons .owl-prev{ bottom:21px;}
#event-slider .owl-controls .owl-buttons div i,
#sync2.owl-nfdsi .owl-controls .owl-buttons div i{
	display:block;
	text-align:center;
	line-height:20px;
	font-size:14px;
}
#sync1 .item .product,
#sync2 .item{
	border:1px solid;
	overflow:hidden;
}
.featured-products .item figure{ margin:0}
.featured-products .item figure img{
	display:block;
	width:100%;
	height:auto;
}
.featured-products .item:hover{
	cursor:pointer;
	text-align:center;
}
.product .img-hover .box,
.item .img-hover .box{
	display:table;
	width:100%;
	height:100%;
}
.product .img-hover .holder,
.item .img-hover .holder{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}
.product .img-hover a,
.item .img-hover a{
	font-size:60px;
	line-height:30px;
	display:block;
	text-align:center;
	margin:0 0 10px;
}
#sync1 .item .product:hover .img-hover,
#sync2 .synced .item .img-hover,
#sync2 .item:hover .img-hover{
	top:0;
	opacity:1;
	visibility:visible;
}
.product .img-hover span,
.featured-products .item .img-hover span{
	display:block;
	font-size:14px;
	line-height:14px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:'Poppins', sans-serif;;
}
.product .img-hover span.product-name,
.featured-products .item span.product-name{ padding:0 0 15px;}
.product .img-hover span.product-price,
.featured-products .item span.product-price{
	font-size:30px;
	line-height:30px;
	color:#cecece;
	font-weight:300;
	padding:0 0 8px;
	margin:0 0 12px;
	position:relative;
}
.product .img-hover span.product-price,
.featured-products .item span.product-price:after{
	content:'';
	width:30px;
	left:50%;
	margin:0 0 0 -15px;
	bottom:0;
	background:#fff;
	height:1px;
	position:absolute;
}
.btn-addtocart,
.product .img-hover a.btn-addtocart,
.featured-products .item .img-hover a.btn-addtocart{
	display:block;
	font-size:13px;
	line-height:16px;
	background:#cecece;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	margin:0;
	padding:4px;
}
.btn-addtocart em,
.btn-addtocart i{
	display:inline-block;
	vertical-align:middle;
	font-style:normal;
}
.btn-addtocart i{ padding:0 8px 0 0;}
.btn-addtocart em {
	padding:0 0 0 8px;
	border-left:1px solid #fff;
}
/* =============================================
			Hot Deals Style
============================================= */
.hot-deals{
	background:url(../images/bg-deal.html) no-repeat center bottom;
	padding:0 0 30px;
}
.product-note{
	display:block;
	padding:0 0 30px;
}
.product-note em{
	display:inline-block;
	font-style:normal;
	font-size:34px;
	line-height:34px;
	font-weight:bold;
}
#products-thumb{ padding:0 0 30px;}
#products-thumb .owl-item { padding:0 7px 0 0;} 
#products-thumb .item{
	overflow:hidden;
	position:relative;
	border:1px solid;
}
#products-thumb .synced .item .img-hover,
#products-thumb .item:hover .img-hover{
	top:0;
	opacity:1;
	visibility:visible;
}
#products-thumb .item .img-hover span{
	display:block;
	text-align:center;
	color:#fff;
	font-size:40px;
}
#product{
	padding:0 0 70px;
	background:url(../images/product-shadow.html) no-repeat 50% 100%;
}
#product .item{ padding:0 0 5px;}
#product .item img{
	display:block;
	margin:0 auto;
}
/* =============================================
			Our Gallery Style
============================================= */
.our-gallery{}
.nfdsi-col-padding{ padding:5px;}
.nfdsi-margin-left{ margin-left:10px;}
.nfdsi-row-margin{ margin:0 -5px;}
.our-gallery .gallery-textbox{ padding:13px 30px;}
.portfolio-content.isotope{
	float:left;
	width:100%;
}
.gallery-product{}
.gallery-product .product-box{
	overflow:hidden;
	position:relative;
}
.gallery-product .product-box:hover .img-hover{
	top:0;
	visibility:visible;
	opacity:1;
}
.product-icons{
	overflow:hidden;
	text-align:center;
}
.product-icons li{
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	position:relative;
	z-index:1;
}
.product-icons li:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	z-index:1;
}
.product-icons li:hover:after{ height:100%;}
.product-icons li a{
	display:block;
	padding:100px 15px 8px;
	position:relative;
	z-index:3;
}
.masnory .gallery-product .product-icons li a{ padding:80px 12px 8px;}
.product-icons li a i{ font-size:20px;}
#gallery-cats{
	list-style:none;
	overflow:hidden;
	text-align:center;
}
#gallery-cats li{
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	padding:0 0 10px 10px;
	width:16.3%;
}
#gallery-cats li:first-child{ padding:0 0 10px;}
#gallery-cats li a{
	background:none;
	font-size:14px;
	padding:0;
}
#gallery-cats li.select a{}
/* =============================================
			Events Style
============================================= */
.events{ transition:none; background-image:url(../images/bg-events.jpg); background-size:cover; background-repeat:no-repeat; background-attachment:fixed; height:100%;}
.event-overlay { background-color:rgba(0,0,0,0.6); padding:0px;}
.event-meta{
	overflow:hidden;
	padding:0 0 30px;
	list-style:none;
}
.event-meta li{
	list-style-type:none;
	float:left;
	line-height:14px;
	border-left:2px solid;
	padding:0 20px;
}
.event-meta li:first-child{
	padding:0 20px 0 0;
	border:0;
}
.event-meta li a{
	font-size:14px;
	line-height:inherit;
}
.nfdsi-btn.joinnow-btn,
.nfdsi-btn.readmore-btn{float:left;}
.nfdsi-btn.joinnow-btn{ margin:0 20px 0 0;}
.event-counter{
	overflow:hidden;
	padding:100px 0;
	color:#fff;
	text-align:center;
}

.event-counter .nfdsi-btn {
	background-color:#fff !important;
	color:#000 !important;
	margin:auto;
}

.event-counter h3{
	color:#fff;
	text-align:center;
	margin:0 0 20px;
	font-size:32px;
	text-transform:none;
	font-family:'Poppins', sans-serif;;
}
#countdown{
	color:#fff;
	text-align:center;
}
.comingsoon-page #countdown{color:#fff;}
#countdown span{
	font-size:70px;
	line-height:73px;
	padding:0 30px;
	width:22%;
	text-align:center;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-family:'Poppins', sans-serif;;
}
.comingsoon-page #countdown span{ padding:0 30px 30px;}
#countdown span:first-child:after{ display:none;}
#countdown span:after{
	content:'/';
	position:absolute;
	top:0;
	left:-15px;
	color:#fff;
	font-size:70px;
	line-height:73px;
	font-family:'Poppins', sans-serif;;
}
#countdown span i{
	display:block;
	font-size:20px;
	line-height:20px;
	color:#cecece;
	padding:15px 0 0;
	text-transform:none;
	font-family: 'Pacifico', 'Comic Sans MS', cursive;
}
.comingsoon-page #countdown span i,
.comingsoon-page #countdown span:after,
.comingsoon-page #countdown span{
	color:#313131;
	font-style:normal;
	font-family:'Poppins', sans-serif;;
}
.comingsoon-page #countdown span:after,
.comingsoon-page #countdown span{
	font-size:40px;
	line-height:40px;
}
/* =============================================
			news Style
============================================= */
.news{}
.posts,
.post{
	overflow:hidden;
	position:relative;
	clear:both;
}
.post figure{ overflow:hidden;}
.post figure a{ display:block;}
.post figure a img{
	display:block;
	width:100%;
	max-width:555px;
	height:auto;
}

 .home-post {height:100%; max-height:198px;}
.home-post .img-hover { bottom:-110px !important;}

.post:hover img{opacity:0.80;}
.post .img-hover{
	top:auto;
	bottom:-86px;
	opacity:1;
	visibility:visible;
	height:auto;
	padding:15px;
}
.post .img-hover .heading-leftborder{
	padding:0;
	margin:0 0 10px;
}
.post .img-hover .heading-leftborder:after{
	width:30px;
	height:2px;
}
.post .img-hover .heading-leftborder h3{
	font-size:14px;
	line-height:14px;
	margin:0 0 17px;
	color:#fff;
}
.post .img-hover  h3 a{ display:block;}
.post .img-hover .description{padding:0 0 10px;}
.post .post-meta{
	overflow:hidden;
	line-height:none;
}
.post .post-meta li{
	list-style-type:none;
	float:left;
}
.post .post-meta li + li{ padding:0 0 0 20px;}
.post .post-meta li a{ display:block;}
.post .post-meta li em,
.post .post-meta li i{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	font-style:normal;
}
/*.post:hover .img-hover{
	border-top:1px solid;
	bottom:0;
}*/
/* =============================================
			Brands Style
============================================= */
.brands{ padding:50px 0;}
.barand{
	width:100%;
	height:90px;
	display:table;
	text-align:center;
	cursor:pointer;
}
.barand .brand-box{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.barand .brand-box[title]:after{
	content: attr(title);
	color: #333;
	position: absolute;
	left: 50%;
	min-width:70px;
	top: 50%;
	z-index: 5;
	margin:0 0 0 -35px;
	white-space: nowrap;
	text-align:center;
	text-transform:capitalize;
	font-size:16px;
	line-height:24px;
	border-top:1px solid #313131;
	visibility:hidden;
	opacity:0;
}
.barand .brand-box[title]:hover:after{
	top: 90%;
	opacity:1;
	visibility:visible;
}
.barand .brand-box img{
	display:block;
	margin:0 auto;
	opacity:0.50;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray; /* IE6-9 */
}
.barand:hover .brand-box img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: grayscale(0);
	opacity:1;
}
/* =============================================
			Contact Us Style
============================================= */
.home-con{
	background-image:url(../images/contact-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	margin-top:40px;
}

.home-con h2, .home-con h3{
	color:#fff;
}

.home-con input, .home-con textarea { color:#fff;}

.overlay {
	background-color:rgba(0,0,0,0.7);
	padding:80px 0px;
}

.contact-form .social-icon{ padding:30px 0 0;}
textarea.form-control {height: 53px;}
/* =============================================
			Footer Style
============================================= */
#footer{}
#footer .heading-leftborder{}
#footer .heading-leftborder h2{
	margin:0;
	font-size:20px;
	line-height:20px;
}
.quick-info{ background:url(../images/bg-footer.html) no-repeat 50% 0;}
.instagram-gallery{
	overflow:hidden;
	list-style:none;
	margin:0 -4px;
}
.instagram-gallery li{
	line-height:normal;
	list-style-type:none;
	float:left;
	padding:4px;
}
.instagram-gallery li a{
	display:block;
	color:#fff;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.product-slider ul li a{ color:#fff;}
.product-slider ul li a span,
.instagram-gallery li a span{
	display:block;
	font-size:20px;
	line-height:59px;
}
.product-slider ul li a span{
	position:absolute;
	top:50%;
	left:50%;
	line-height:20px;
	margin:-6px 0 0 -10px;
}
.instagram-gallery li a:hover .img-hover{
	top:0;
	opacity:1;
	visibility:visible;
}
.instagram-gallery li a img{ display:block;}
.info-area{
	overflow:hidden;
	list-style:none;
}
.info-area li{
	list-style-type:none;
	line-height:normal;
	font-size:14px;
	padding:15px 0;
	border-top:1px solid #b8b8b8;
}
.info-area li:first-child{
	padding-top:0;
	border-top:0;
}
.info-area li strong{
	width:100px;
	float:left;
	font-family:'Poppins', sans-serif;;
	font-weight:normal;
}
.info-area li em{
	display:inline-block;
	overflow:hidden;
	font-style:normal;
	margin:0;
}
.info-area li address{
	overflow:hidden;
	font-style:normal;
	margin:0;
}
.info-area li em i{
	display:block;
	font-style:normal;
}
.footer-bar{ padding:25px 0;}
.footer-bar p{
	margin:0;
	line-height:19px;
}
.footer-bar img{display:block;}
/* =============================================
			Footer Variation Style
============================================= */
#footer.footer-variation{
	background:url(../images/bg-footer2.html) no-repeat 50% 0;
	border-top:2px solid #cecece;
}
#footer.footer-variation .quick-info{ background:none;}
/* =============================================
			Home Variation Style
============================================= */
.fashioner .social-icon{
	text-align:left;
	padding:0 0 30px;
}
.member{
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
}
.member figure{
	border:5px solid #d6d6d6;
	margin:0 0 15px;
}
.member .member-pic{
	overflow:hidden;
	border:5px solid #d6d6d6;
	margin:0 0 15px;
	position:relative;
}
.member .member-pic figure{
	border:0;
	margin:0;
}
.member .member-pic:hover .img-hover{
	top:0;
	opacity:1;
	visibility:visible;
}
.member figure img{
	width:100%;
	height:auto;
	display:block;
}
.member .name{
	display:block;
	margin:0 auto;
	min-width:90px;
	font-size:16px;
	line-height:16px;
	padding:0 0 10px;
	/*border-bottom:1px solid #313131;*/
	text-transform:capitalize;
}
.member .postion{
	display:block;
	font-size:14px;
	line-height:17px;
	padding:10px 0 0 ;
}
/* ===================================================================================================================
			Inner Pages Style
=================================================================================================================== */
.banner{
	height:200px;
	position:relative;
	transition:none;
	background:rgba(255, 255, 255, 0.7);
}
.banner:after{
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/pagebanner-images/banner-pattren.html);
	z-index:1 !important;
}
.banner .container{
	position:relative;
	z-index:3;
}
.banner h1{
	font-size:30px;
	line-height:200px;
	margin:0;
	font-weight:bold;
	text-transform:capitalize;
}
.banner h1 span {margin: 0 1px;}
.banner h1 span:first-child{
	text-transform:uppercase;
	background:#cecece;
	line-height:40px;
	color:#fff;
	padding:0 8px;
	margin:0 3px 0 0;
}
.page-title{
	float:left;
	padding:7px 0;
	color:#000;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
}

.nfdsi-accordion{overflow:hidden;}
.nfdsi-accordion .accordion-pannel{
	overflow:hidden;
	margin:0 0 5px;
	box-shadow:none;
	border:0;
	border-radius:0;
}
.accordion-heading{
	overflow:hidden;
	border-radius:0;
}
.accordion-heading h4{
	overflow:hidden;
	margin:0;
	font-weight:normal;
	line-height:36px;
	font-size:14px;
}
.accordion-heading h4 a{
	display:block;
	padding:0 20px;
	clear:both;
}
.accordion-heading h4 a i,
.accordion-heading h4 a em{
	font-style:normal;
	margin:0;
}
.accordion-heading h4 a i{ line-height:36px;}
.nfdsi-accordion .panel-body{
	padding:15px 15px 0;
	position:relative;
}
.nfdsi-accordion .panel-body ul{margin:0 0 15px;}
.nfdsi-accordion .panel-body ul li{
	line-height:normal;
	list-style:none;
	padding-left:40px;
	position:relative;
}
/*.nfdsi-accordion .panel-body:after,*/
.nfdsi-accordion .panel-body ul li:after{
	position:absolute;
	top:2px;
	left:20px;
	content:'\f105';
	font-family:'FontAwesome';
	font-size:14px;
	color:#313131;
}
/*.nfdsi-accordion .panel-body:after{
	top:0;
	left:auto;
	right:0;
	font-size:50px;
	content:'\f0ac';
	color:rgba(235,235,235,0.60);
}*/
.nfdsi-accordion .panel-body ul li + li{ margin-top:8px;}

/* =============================================
			Contact Us Style
============================================= */
.getintuch .social-icon.nfdsi-social-con{
	text-align:left;
	padding:0 0 30px;
}
.getintuch .social-icon li a i {
	background-color:#000;
}
.getintuch .info-area li{
	border:0;
	padding:3px 0 ;
}
.getintuch .info-area li strong{ width:25px; color:#000;}
.getintuch .info-area {
	color:#000;
}

.home-con .getintuch .info-area, .home-con .getintuch .info-area .fa {
	color:#fff !important;
}

#map {
    clear: both;
    width: 100%;
    text-align: center;
    margin: auto;
    height: 400px;
}
/* =============================================
			Gallery Masnory Style
============================================= */
.our-gallery.masnory #gallery-cats{ text-align:center;}
.our-gallery.masnory #gallery-cats li{
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.our-gallery.masnory .nfdsi-margin{ margin:0 -20px;}
.masonry-grid{
	float:left;
	position:relative;
	overflow:hidden;
}
.nfdsi-btn.loadmore-btn{
	float:none;
	margin:30px auto 0;
}
/* =============================================
			404 Error Style
============================================= */
.error{}
.error .message{
	float:left;
	position:relative;
}
.error .message h2{
	font-weight:normal;
	font-size:270px;
	line-height:200px;
	color:#cecece;
	margin:0;
	position:relative;
	z-index:1;
}
.error .message h3{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	font-size:28px;
	line-height:40px;
	background:#fff;
	text-align:center;
	margin:-20px 0 0;
	text-transform:uppercase;
	z-index:2;
}
.sorry{
	margin:0 0 90px;
	text-align:center;
}
.border-center{
	overflow:hidden;
	margin:0 0 30px;
	text-align:center;
	position:relative;
}
.border-center:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:70px;
	height:1px;
	margin:0 0 0 -35px;
	background:#3c3c3c;
}
.border-center h4{
	font-size:40px;
	line-height:40px;
	margin:0 0 30px;
}
.sorry .leftbox{
	overflow:hidden;
	padding:68px 0;
	clear:both;
}
.form-search{
	overflow:hidden;
	padding:0 0 50px;
}
.form-search fieldset{
	overflow:hidden;
	position:relative;
}
.form-search fieldset input.form-control.nfdsi-style{
	border:1px solid !important;
	padding:6px 45px 6px 12px !important;
}
.form-search fieldset button[type="button"]{
	position:absolute;
	top:3px;
	right:0;
	font-size:16px;
	padding:0 10px;
	line-height:29px;
	text-align:center;
	background:none;
	border-left:1px solid #818387;
}
.men-img{
	overflow:hidden;
	margin:-318px 0 0;
}
.men-img img{
	width:100%;
	height:auto;
	display:block;
}
/* =============================================
			Coming Soon Style
============================================= */
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../images/progress.html) no-repeat center center;
}
#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	outline: none;
	border: none;
	max-width:none !important;
	vertical-align:auto !important;
	right:0;
	left:auto;
}
#supersized a {
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#supersized a.image-loading {
	background: url(../images/progress.html) no-repeat center center;
	width: 100%;
	height: 100%;
}
body.comingsoon-page{
	height:100%;
	overflow:hidden;
}
body.comingsoon-page #wrapper{height:100%;}
body.comingsoon-page #main{
	display:table;
	width:100%;
	height:100%;
	background:none;
}
body.comingsoon-page #main .coming-soon{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
}
.coming-soon .border-center.large-border:after{
	width:150px;
	margin:0 0 0 -75px;
}
.border-center.large-border .logo{
	width:294px;
	height:120px;
	float:none;
	margin:0 auto 40px;
	display:block;
}
/* =============================================
			news Style
============================================= */
#content{ margin:-15px 0 0;}
#content .post{ margin: 15px 0;
    width: 100%;
    max-width: 555px;
    height: 100%;
    max-height: 320px;}
	
#content .v-post{ 
    height: 100%;
    max-height: 500px;}
	
	
#content .post img{
	width:100%;
	height:auto;
	max-width:555px;
	display:block;
}

/*#content .post:hover .img-hover{ bottom:0;}*/
#sidebar h4 {
	color:#fff;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 15px;
	padding: 4px 15px;
	text-transform: capitalize;
	background:#313131;
}
.widget {
	overflow: hidden;
	padding: 0 0 15px;
}
.widget ul{
	list-style:none;
	overflow:hidden;
}
.widget ul li{
	list-style-type:none;
	line-height:normal;
	overflow:hidden;
}
.widget.category ul{padding:0 15px;}
.widget.category ul li{
	padding: 5px 0 5px 22px;
	margin:0;
	border:0;
	background:url(../images/bullet.png) no-repeat 0 9px;
}
.widget.category ul li a{ color:#313131;}
.widget ul li .post-title a:hover,
.widget.category ul li a:hover{ color:#cecece;}
/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 2px solid #cecece;
	margin: 0 10px 0 0;
	height: 10px;
	width: 10px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:6px;
	width:6px;
	top:50%;
	left:50%;
	background:#cecece;
	border:1px solid #fff;
}
:root .jcf-checkbox span {margin:-3px 0 0 -3px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}
input[type="checkbox"], input[type="radio"]{
    margin-right: 5px;
    display: inline-block;
}
.widget ul li .post-thumb {
	float: left;
	margin: 0 15px 0 0;
}
.widget ul li .post-data {overflow: hidden;}
.widget ul li .post-title {display: block;}
.widget ul li .post-title a{ color:#313131;}
.widget ul li{
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #eae9e9;
}
#sidebar .widget.comments h4{ margin:0;}
.widget ul li blockquote{
	border:0;
	padding:15px 15px 15px 30px;
	background:#f7f7f7;
	font-size:12px;
	line-height:17px;
	quotes:none;
	font-style:italic;
	position:relative;
}
.widget ul li blockquote:hover{
	text-decoration:underline;
	cursor:pointer;
}
.widget ul li blockquote:after{
	position:absolute;
	top:-4px;
	left:15px;
	content:',,';
	font-size:30px;
	line-height:30px;
}
.widget ul li .web-name a{ color:#cecece;}
.widget ul li .web-name:hover{ text-decoration:underline;}


/* =============================================
		Testimonials Page
============================================= */

.review-thumb {
    padding: 30px 15px;
    display: inline-block;
    vertical-align: top;
	text-align:center;
    height: 420px;
    border-radius: 5px;
    background: #f5f5f5;
    border: thin solid #ebebeb;
    border-bottom: 5px solid #000;
	margin-bottom:30px;
}

.client-img {
    margin-bottom: 20px;
}
.review-thumb .fa{
	color:#000 !important;
}

.review-thumb h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.review-para {
    font-size: 14px;
    font-style: italic;
    margin-top: 20px !important;
    margin: auto;
}


/* =============================================
		Courses Page
============================================= */

.courses-tbl {
	margin-top:40px;
}
.courseTable{
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
}
.courseTable h3{
    color:#fff;
	font-size:24px;
	margin-bottom:0px;
}

.courseTable-header > .course-month{
    padding: 10px;
    background: #000;
    display: block;
    font-size: 32px;
}
.courseContent > ul{
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.courseContent > ul > li{
    padding: 8px 20px;
	list-style:none;
    border-bottom: 1px solid #dddddd;
}
.courseContent > ul > li:nth-child(odd){
    background: #ededed;
}



@media only screen and (max-width: 768px){
    .courseTable{
        margin-bottom: 80px;
    }
    .fst-nm { margin-bottom:15px;}
}

/* =============================================
		FAQ Page
============================================= */
.faq-page{
	margin-top:40px;
}

.faq-page h2, .terms-page h2 { margin-bottom:20px;}

.faq-page .panel {
	margin-bottom:30px;
}

.faq-page .panel-title {
	padding-left:15px;
	font-weight:500;
}

.faq-page .panel-body {
	padding:8px 0px 10px 15px;
	font-weight:500;
}

.terms-page .panel {
	margin-bottom:15px !important;
}


/* =============================================
		Online Audition
============================================= */
.online-audition {
	margin-top:40px;
}

.form-head {
	margin-bottom:30px;
}

.form-field {
	margin-bottom:25px;
}

.form-field label {
    font-size: 14px;
    text-transform: uppercase;
}

.form-field textarea, .form-field input[type="text"], .form-field input[type="password"], .form-field input[type="datetime"], .form-field input[type="datetime-local"], .form-field input[type="date"], .form-field input[type="month"], .form-field input[type="time"], .form-field input[type="week"], .form-field input[type="number"], .form-field input[type="email"],.form-field  input[type="url"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="color"] { width:100%;}


input[type=radio] + label, input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=radio] + label:before, input[type=checkbox] + label:before {
     content: "\2714";
    border: 0.1em solid #000;
    border-radius: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
	line-height:12px;
    margin-right: 12px;
    margin-bottom: 5px;
    vertical-align: bottom;
    color: transparent;
    -o-transition:all .3s ease-in-out;
}

input[type=radio] + label:active:before, input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

input[type=radio]:disabled + label:before, input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=radio]:checked:disabled + label:before , input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.blk-chck {
	display:inline-block;
	width:200px;
}

.form-field textarea {
	height:150px;
}
.form-field p {
	text-align:left;
}
.form-field small {
	font-size:12px;
}



.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #e5e5e5;color: #000;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative; 
    -o-transition:all .3s ease-in-out;}
.file-upload .file-select .file-select-button{background:#e5e5e5;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#000;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#000;color:#FFFFFF;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65; 
    -o-transition:all .3s ease-in-out;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #e5e5e5;color: #000;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#e5e5e5;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/* =============================================
			news Style Two
============================================= */
.post.with-border{
	overflow:hidden;
	border-radius:0;
	width:100%;
}
.post.with-border .post-holder{
	position:relative;
	overflow:hidden;
}
#content .post.with-border .img-hover {
	bottom: -85%;
	height:100%;
	border:0;
}
#content .post.with-border:hover .img-hover{ bottom:0;}
.post.with-border .post-meta{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.post.with-border .post-meta li{
	float:left;
	width:20%;
	padding:0;
}
.post.with-border .post-meta li:last-child{width:40%;}
.post.with-border .post-meta li:nth-child(4) a,
.post.with-border .post-meta li:nth-child(1) a{ padding:24px 0;}
.post.with-border .post-meta li a{
	display:block;
	height:60px;
	text-align:center;
	padding:15px 0;
	text-transform:capitalize;
}
.post.with-border .post-meta li a em,
.post.with-border .post-meta li a i{display:block;}
/* =============================================
			news Style Three
============================================= */
.post.post-list figure{
	border:1px solid;
	margin:0 0 15px;
}
.post.post-list .description{ padding:0 20px 30px;}
.post-foot{
	overflow:hidden;
	padding:0 20px 20px;
}
.post-icons{
	float:left;
	line-height:none;
	padding:16px 0;
}
.post-icons li{
	list-style-type:none;
	float:left;
	padding:0 15px;
	border-left:1px solid;
}
.post-icons li:first-child{
	padding-left:0;
	border:0;
}
.post-icons li a{ display:block;}
.post-icons li a i{
	display:block;
	font-size:18px;
	line-height:18px;
}
.post.post-list .post-head .post-meta{ position:relative;}
.post .post-head{
	overflow:hidden;
	padding:20px;
	width:100%;
}
.post .post-head h2{
	font-size:20px;
	line-height:20px;
	margin:0 0 10px;
}
.post .post-head h2 a{ display:block;}
.post .post-head h2 a:hover{ color:#cecece;}
.post .post-head p{
	margin:0;
	line-height:14px;
}
.post .post-head p span{
	float:left;
	padding:0 20px;
	border-left:1px solid;
}
.post .post-head p span:first-child{
	border:0;
	padding-left:0;
}
.post .post-head p span a{
	display:inline-block;
	vertical-align:middle;
}
.post.with-border.post-list .post-meta{
	width:50px;
	left:0;
	bottom:0;
}
.post.with-border.post-list .post-slider .post-meta{
	left:1px;
	bottom:1px;
}
.post.with-border.post-list .post-slider figure{ margin:0;}
.post.with-border.post-list .post-meta li:first-child,
.post.with-border.post-list .post-meta li{width:100%;}
.post.with-border.post-list .post-meta li:first-child a{ padding:18px 0;}
.post.with-border.post-list .post-meta li a{
	display:block;
	height:50px;
	padding:10px 0;
}
.post-slider{
	overflow:hidden;
	position:relative;
	margin:0 0 15px;
}
.postslider-holder .owl-controls .owl-buttons .owl-prev,
.postslider-holder .owl-controls .owl-buttons .owl-next{
	width:21px;
	height:21px;
	font-size:14px;
	line-height:21px;
	text-align:center;
	margin:0;
	left:auto;
	right:0;
	top:auto;
	bottom:1px;
}
.postslider-holder .owl-controls .owl-buttons .owl-prev{ bottom:22px;}
.post .audio,
.post .video{
	overflow:hidden;
	position:relative;
	border:1px solid;
	margin:0 0 20px;
}
.post .video iframe{
	width:100%;
	height:380px;
}
.post .audio iframe{
	width:94%;
	float:right;
	height:150px;
}
.widget.sidebar-banner{
	overflow:hidden;
	position:relative;
}
.widget.sidebar-banner .banner-text{
	position:absolute;
	padding:15px 70px 15px 15px;
	height:100%;
	width:100%;
	color:#fff;
	left:0;
	top:0;
	font-size:12px;
	line-height:16px;
}
.widget.sidebar-banner .banner-text .banner-title{
	display:block;
	font-size:14px;
	line-height:17px;
	text-transform:capitalize;
	padding:0 0 10px;
}
.widget.sidebar-banner .banner-text p{line-height:inherit;}
.nfdsi-btn-sm.btn-apply{
	float:left;
	border:0;
	background:#313131;
	height:36px;
	line-height:36px;
	width:102px;
	font-size:14px;
	color:#fff;
	padding:0;
}
.nfdsi-btn-sm.btn-apply:hover{ background:#cecece;}
.widget.search .form-search{ padding:0;}
.post.post-list.single figure{ margin:0;}
.post.post-list.single .img-thumbnail{ margin:0 0 15px;}
.post.post-list.single .description{ padding:0;}
.post.post-list.single .description p{ margin:0 0 30px;}
.tags{
	overflow:hidden;
	text-align:right;
}
.tags span,
.tags a{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 12px;
	font-size:14px;
	line-height:30px;
}
.tags a{
	width:auto;
	min-width:inherit;
	padding:0 15px;
	line-height:24px;
}
.tags span{ margin:0;}
.single blockquote{
	padding:30px 99px;
	border:solid #ebebeb;
	border-width:2px 0;
	margin:0;
	font-size:24px;
	line-height:30px;
	font-style:italic;
	quotes:none;
	position:relative;
}
.single blockquote:before,
.single blockquote:after{
	content:'';
	position:absolute;
	top:35px;
	left:20px;
	width:42px;
	height:37px;
	background:url(../images/quote.html) no-repeat 0 0;
}
.single blockquote:before{
	left:auto;
	right:20px;
	background-position:100% 0;
}
.single blockquote q{
	display:block;
	padding:0 0 30px;
}
.single blockquote .author{
	display:block;
	font-size:14px;
	line-height:17px;
	font-style:normal;
}
.single blockquote .author a{ font-style:normal;}
.single blockquote .author a:hover{ text-decoration:underline;}
#content .post.single {margin: 15px 0 30px;}


/*Parallax CSS Section*/
#banner-parallax .slide-caption{
    width: 50%;
    padding: 20px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    float: none;
    border: #000 double 5px;
    position: relative;
    top: 40%;
}
#banner-parallax h1{
    font-size: 40px;
}
#banner-parallax .heading-twopx-border{
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

/*layer slider text*/
.tp-caption.big_orange, .big_black span{
    color: #000;
    font-size: 40px;
}
.big_black, .big_black span{
    font-size: 40px;
}
.largeredbtn{
    background: #000;
    color: #fff !important;
    border: #000;
}
.largeredbtn:hover{
    background: #000;
    color: #fff !important;
    border: #000;
}
.tp-caption.small_text p{
    color: #000;
}


/* =============================================
			All Border Colors
============================================= */

#sync1 .item .product,
#products-thumb .item,
.post.post-list figure,
.post .video,
.post .audio,
.products .product,
.product-banner,
.review-pic,
#sync2 .item{ border-color:#ebebeb;}
.social-icon li a:hover,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-viewall:hover,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-checkout:hover,
.btn-delete-item:hover,
.border-left,
.post:hover .img-hover,
.nfdsi-btn-sm:hover{border-color:#cecece;}
.nfdsi-btn-sm{ border-color:#000;}
.top-arrow:after{ border-bottom-color:#313131;}
.dropdown-menu.cartitems .cart-list li{ border-bottom-color:#535353;}
.img-hover-border{ border-color:rgba(0,0,0,0.30);}
.img-hover-border .holder{ border-color:#7b797c;}
.event-meta li{ border-color:#b3b3b3;}
.post:hover .img-hover{}
.form-search fieldset .nfdsi-style{ border-color:#3c3c3c !important;}
.post .post-head p span,
.post-icons li{ border-left-color:#313131;}
.tags a{ border-color:#ccc;}
.product-perpage .jcf-select{ border-color:#dadada;}
.products.list-type .product figure{ border-right-color:#ebebeb;}
.products.list-type .product figure{ border-bottom-color:#ebebeb;}
.instructions-icons i {
	border: 2px solid #bdbdc0;
	color: #d7d7d7;
	background:#fff;
}
.nfdsi-nav-tabs li a{
	border-color:#fff;
	background:#dddbdb;
}
.nfdsi-nav-tabs li a:hover,
.nfdsi-nav-tabs li.active a{border-color:#f7f7f7;}
.product-reviews ul li + li{ border-top-color:#ebebeb;}
.product-size ul li a{
	border:2px solid #d3d3d3;
	color:#d3d3d3;
}
.product-size ul li.xxl a{border-color:#484848;}
.product-color ul li a{background:#5c9acd;}
.product-color ul li:nth-child(2) a{background:#c249a6;}
.product-color ul li:nth-child(3) a{background:#9db543;}
.product-size ul li.l a,
#gallery-cats li.select a,
#gallery-cats li a:hover,
.product-size ul li.xl a{border-color:#f44029;}
.product-slider{border-color:#e1e1e1;}
/* =============================================
			All Text Colors
============================================= */
.social-icon li a,
.email,
.phone,
.btn-dropdown em,
.btn-dropdown span,
.dropdown-menu.cartitems strong.title,
.btn-dropdown i{color:#dddcdc;}
.nfdsi-btn-sm,
#nav ul li a,
.home-slider figcaption .description,
.service .description,
.service .description a,
.event-meta li a,
.info-area li em a,
.skill-name,
.form-search fieldset .nfdsi-style,
.post.with-border .img-hover a,
.post.with-border .img-hover,
.post.with-border .post-meta li:nth-child(odd) a,
.post.with-border .post-meta li:nth-child(even) a,
.post-icons li a,
.post .post-head h3 a,
.post.post-list:hover .post-head h3 a,
.post .post-head p span a,
.btn-reply,
.filter-form .widget ul li label,
.shop-head ul li a,
.product-quantity strong.label,
.product-color strong.label,
.product-size strong.label,
.nfdsi-nav-tabs li a,
.size-guide a,
.quantity-sapn em,
.social-icon li a:hover i{ color:#313131;}
.icon,
.sale-tag-sm,
.sale-tag-lg,
.nfdsi-btn,
.dropdown .dropdown-menu,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-viewall,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-checkout,
.btn-delete-item a,
.btn-delete-item:hover,
.btn-delete-item:hover a,
#nav ul li.active a,
#nav ul li:hover a,
#nav ul li a:hover,
.nfdsi-btn:hover,
.service .heading-icon .icon .fa-star-o,
.product-icons li a:hover,
.post .img-hover,
.post .img-hover a,
.footer-bar,
.skill.active .skill-name span,
.skill:hover .skill-name span,
.accordion-heading h4 a,
.post.with-border:hover .img-hover,
.post.with-border .post-meta li:nth-child(odd) a,
.post.with-border:hover h3 a,
.btn-reply:hover,
.quantity-sapn em,
#gallery-cats li.select a,
#gallery-cats li a:hover,
.nfdsi-btn-sm:hover{color:#fff;}
/* =============================================
			All Background Colors
============================================= */
.post .img-hover .heading-leftborder:after,
.post.with-border .post-meta li a,
.nfdsi-btn-sm{ background:#fff;}
.dropdown .dropdown-menu,
.heading-twopx-border:after,
.post .img-hover,
.accordion-heading,
#view-product-slider .owl-controls .owl-page span,
.top-bar{background:#313131;}
.post.with-border:hover .img-hover,
.post:hover .img-hover{ background:rgba(49, 49, 49, 0.50);}
.post.with-border .img-hover{ background:rgba(255,255,255,0.90);}
.nfdsi-btn-sm:hover,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-viewall:hover,
.btn-delete-item:hover,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-checkout:hover,
#nav ul li a:after,
.nfdsi-btn:hover,
.service:hover .heading-icon .icon,
.sale-tag-sm,
.sale-tag-lg,
#gallery-cats li a:hover,
.product-icons li:after,
.footer-bar,
.skill.active .skill-name span,
.skill:hover .skill-name span,
.skill.active .skill-bar,
.skill:hover .skill-bar,
.accordion-heading:hover,
.post.with-border .post-meta li a:hover,
.post.with-border .post-meta li:nth-child(odd) a:hover,
.btn-reply:hover,
#view-product-slider .owl-controls .owl-page span:hover,
#view-product-slider .owl-controls .owl-page.active span,
.quantity-sapn em:hover,
#gallery-cats li.select a,
#gallery-cats li a:hover,
.social-icon li a:hover{background:#cecece;}
.icon,
.nfdsi-btn,
.post.with-border .post-meta li:nth-child(odd) a,
.quantity-sapn em,
.social-icon li a{background:#313131;}
.brands,
.bg-light,
.skill-holder,
.nfdsi-accordion .panel-body,
.btn-reply,
.view-products,
.nfdsi-tab-content,
.nfdsi-nav-tabs li a:hover,
.nfdsi-nav-tabs li.active a,
.our-gallery .gallery-textbox{ background:#f7f7f7;}
#add-comment{ background-color:#f7f7f7;}
.post figure{ background:#000;}
.skill-name span,
.skill-bar{ background:#cfcfcf;}
.sorry{ background:#cdd3de;}
/* =============================================
			All Background Transparent
============================================= */
#nav ul li a,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-viewall,
.dropdown-menu.cartitems .btn-area .nfdsi-btn-sm.btn-checkout,
.dropdown, .btn-dropdown {background: none;}


body h1, body h2, body h3, body h4, body h5, body h6{ color:#000;}
body.home.black-version #main{margin-top:70px;}
body.home.black-version .fashioner{
	padding:90px 0;
	background:none;
}
.nfdsi-btn{ border:1px solid #fff;}
.nfdsi-btn,
.sale-tag-lg,
.post .img-hover,
.top-bar{background:#000;}
.social-icon li a,
.email,
.phone,
.btn-dropdown em,
.btn-dropdown span,
.dropdown-menu.cartitems strong.title,
.product .img-hover span.product-price,
.featured-products .item span.product-price,
.fa-star-o, .fa-star-half-empty,
.btn-dropdown i{ color:#fff;}
.social-icon li a{
	border:0;
	color:#000;
	background:#808080;
}
.social-icon li a:hover{
	background:#fff;
	border:0;
}
.owl-nfdsi .owl-controls.clickable .owl-buttons div:hover,
.owl-nfdsi .owl-controls .owl-buttons div,
.social-icon.nfdsi-social-con li a:hover,
#nav ul li a:after{ background:#000;}
#nav ul li.active ul li.active a,
#nav ul li.active ul li.active u li.active a,
#nav ul li.dropdown ul.dropdown-menu > li:hover > a,
#nav ul li.dropdown ul.dropdown-menu li a:hover{ border-color:#000;}
.home-slider .slide-caption h1 span,
.nfdsi-btn:hover,
.product-note em,
.heading-pattern h2,
.banner h1,
.banner-content h2,
.home-slider .slide-caption h1{ color:#000;}
a:focus{ color:#fff;}
.nfdsi-btn:hover{ border-color:#000;}
.nfdsi-btn:hover{background:#fff;}
.hot-deals{ padding:57px 0;}
.post:hover .img-hover{
	background:rgba(0,0,0,0.70);
	border-top-color:#fff;
}
.info-area li em a,
.info-area li strong,
#footer{ color:#fff;}
.quick-info{background:url(../images/footer-pattern.html)}
#footer.footer-variation{
	background:url(../images/bg-footer.html) no-repeat 50% 0;
	border:0;
	color:#000;
}
#footer.footer-variation .quick-info{ background:none;}
.footer-bar{
	color:#fff;
	text-align:center !important;
	background:#000;
	font-size:13px;
}
.footer-bar a {
	text-decoration:none;
	color:#fff;
}
.footer-bar a:hover {
	text-decoration:none;
}
.copy-foot a {
	text-decoration:none;
	color:#fff;
}

.banner h1 span:first-child,
#footer.footer-variation .footer-bar{
	color:#fff;
	background:#000;
}
.social-icon.nfdsi-social-con li a:hover i{color:#1a1a1a;}
.social-icon.nfdsi-social-con li a{
	background:#7b7b7b;
	color:#1a1a1a;
}
.social-icon.nfdsi-social-con li a:hover{
	background:#fff;
	color:#1a1a1a;
}
.foot-links {
	margin:10px 0px;
}
.foot-links li{
	display:inline-block;
	list-style:none;
	padding:0px 12px;
	line-height:12px;
	border-right:1px solid #fff;
}
.no-bor {
	border-right:none !important;
}
.contact-area .social-icon.nfdsi-social-con li a:hover i{color:#f7f7f7;}
.contact-area .social-icon.nfdsi-social-con li a{
	background:#7b7b7b;
	color:#f7f7f7;
}
.contact-area .social-icon.nfdsi-social-con li a:hover{
	color:#f7f7f7;
	background:#000;
}

#footer.footer-variation .social-icon.nfdsi-social-con li a:hover i{color:#fff;}
#footer.footer-variation .social-icon.nfdsi-social-con li a{
	background:#7f7f7f;
	color:#fff;
}

#footer.footer-variation .social-icon.nfdsi-social-con li a:hover{background:#000;}
#footer.footer-variation .newsletter-form .form-group .nfdsi-btn{
	background:#000;
	color:#fff;
	border:1px solid #000;
}
#footer.footer-variation .newsletter-form .form-group .nfdsi-btn:hover{
	background:#fff;
	color:#000;
}


.newsletter-form .form-group .nfdsi-btn{
	background:#fff;
	color:#000;
}
.dropdown .dropdown-menu,
.heading-twopx-border:after,
.post .img-hover,
.accordion-heading,
#view-product-slider .owl-controls
.owl-page span,
.latest-arriwals,
.sale-tag-sm,
.top-bar{ background:#000;}
.top-arrow:after {border-bottom-color: #000;}
#footer.footer-variation .quick-info .heading-leftborder:after{background:#000;}
#footer.footer-variation .heading-leftborder h2{ color:#000;}
#footer.footer-variation .info-area li em a,
#footer.footer-variation .info-area li strong,
#footer{color:#000;}
.quick-info .heading-leftborder:after{background:#fff;}
.heading-leftborder h2{ color:#fff;}
.info-area li em a,
.info-area li strong,
#footer{color:#fff;}
.home-con .heading-leftborder:after{background:#fff;}
.info-area li a { color:#000 !important;}
.home-con .info-area li a { color:#fff !important;}
textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"], input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.nfdsi-style{ border-color:rgba(255,255,255,0.20)}
.border-left{border-color: #000;}
.latest-arriwals{ padding:50px 0;}
.latest-arriwals h3{
	margin:0;
	line-height:24px;
	color:#fff;
}
.latest-arriwals .heading-leftborder{
	padding:0 0 8px;
	margin:0 0 30px;
}
.grid.products .product{
	margin:0;
	border:0;
}
.product .img-hover{padding:6px;}
.product:hover .img-hover .box{ border:1px solid #cacaca;}
.product .img-hover a.btn-addtocart{
	background:#fff;
	padding:15px;
	right:0;
	left:auto;
	width:auto;
	color:#000;
}
.btn-addtocart em{
	border-color:#000;
	line-height:13px;
}
.icon{
	border:1px solid #000;
	background:#fff;
	color:#000;
}
.service h3,
.services .service .heading-icon .icon i.fa-star-o{color:#000;}
.services .service:hover .heading-icon .icon i.fa-star-o,
.service:hover .heading-icon .icon{
	background:#000;
	color:#fff;
}
.service:hover h3{ color:#000;}
.product-icons li:after{ background:#fff;}
.accordion-heading h4 a,
.product-icons li a:hover{color:#000;}
.skill-name span,
.skill-bar,
.accordion-heading{
	background:#d6d6d6;
	color:#000;
}
.accordion-heading.active,
.accordion-heading:hover{
	background:#000;
	color:#fff;
}
.accordion-heading.active h4 a,
.accordion-heading:hover h4 a{ color:#fff;}
#sidebar h4,
.skill.active .skill-name span,
.skill:hover .skill-name span,
.skill.active .skill-bar,
.skill:hover .skill-bar{
	color:#fff;
	background:#000;
}
.jcf-checkbox {
	border: 2px solid #000;
	margin-top:-2px;
}
.jcf-checkbox span{ background:#000;}
.filter-form .widget ul li,
.filter-form .widget ul li label{line-height:13px;}
.shop-head ul li.active a,
.shop-head ul li a:hover,
.error .message h2,
.error .message h3,
.border-center h4,
.filter-form .widget ul li label:hover{color:#000;}
.nfdsi-pagination ul li.next a, .nfdsi-pagination ul li.prev a{
	background:#fff;
	color:#000;
	border-color:#000;
}
.nfdsi-pagination ul li.next a:hover,
.nfdsi-pagination ul li.prev a:hover{
	background:#000;
	color:#fff;
	border-color:#000;
}
.nfdsi-btn-sm.btn-apply{
	background:#fff;
	color:#000;
}
.nfdsi-btn-sm.btn-apply:hover{
	background:#000;
	color:#fff;
}
#gallery-cats li.select a,
#gallery-cats li a:hover{
	border-color:#000;
	background:#000;
}
.post.with-border .post-meta li a:hover{
	background:#000;
	color:#fff;
}
.post.with-border .post-meta li:nth-child(2n+1) a{ background:#000;}
.post.with-border .post-meta li:nth-child(2n+1) a:hover{
	background:#fff;
	color:#000;
}
.sorry {margin: 0 0 2px;}
.grid-item {
	overflow:hidden;
	position:relative;
	float:left;
	width:25%;
}
.grid-item .data-box{
	padding:4% 60px 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.grid-item.grid-item-width2{ width:50%;}
.grid-item img{
	width:100%;
	display:block;
}
.border-style:before,
.border-style:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}
.border-style:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.border-style:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.grid-item:hover .border-style:before,
.grid-item:hover .border-style:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid-item:hover .img-hover{
	bottom:0;
	opacity:1;
	visibility:visible;
}
.grid-item.product .img-hover {padding: 15px;}
.caroufredsel_wrapper{
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
#carousel {
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
#carousel .product-box{
	float:left;
	width:272px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
#carousel .product-box .product{
	overflow:hidden;
	margin:0 15px;
	border:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
#pager {
	margin:20px 0 0;
	overflow:hidden;
	background:url(../images/pattern-nav.png);
}
#pager a:first-child{ border:0;}
#pager a{
	width:25%;
	float:left;
	color:#fff;
	padding:0 10px;
	border-left:2px solid rgba(255,255,255,0.50);
}
#pager a:hover,
#pager a.selected{
	background:rgba(255,255,255,0.20);
	border-left-color:#fff;
}
.grid-width{
	width:33%;
	float:left;
}
.grid-width img{
	display:block;
	width:100%;
}
.latest-arriwals .container{ position:relative;}
#prev,
#next{
	position:absolute;
	bottom:0;
	font-size:21px;
	width:24px;
	height:24px;
	display:block;
	color:#000;
	text-align:center;
	background:#fff;
	border:1px solid #fff;
}
#prev:hover,
#next:hover{
	background:#000;
	color:#fff;
}
#next{ right:-10px;}
#prev{ left:-10px;}
.grid-item .data-box .description{ padding:0;}
.btn-reply:hover{ background:#000;}



/* =============================================
			Home Page Responsive
============================================= */
@media (max-width:1400px){
}
@media (max-width:1280px){
	body.home #main {margin-top: -160px;}
	.grid-item .data-box {padding: 15px;}
}
@media (max-width:1199px){
	.minus-margin {margin-top: -165px;}
	.portfolio-content{
		float:left;
		width:100%;
		position:relative;
	}
	#content .post {
    max-height: 285px;
}
	#gallery-cats li a{ padding:0 10px;}
	.post .img-hover{bottom:-56%;}
	.gmap{ height:395px;}
	.footer-col{ min-height:250px;}
	.home-slider .slide-caption h1 {
		font-size: 40px;
		line-height: 40px;
	}
	#content .post .img-hover {bottom: -87px;}
	.banner-content {padding: 20px 20px 20px 40%;}
	.product-banner img {
		height: 230px;
		width: auto;
	}
	
	.home-post {
    height: 100%;
    max-height: 162px;
}
.home-post .img-hover {
    bottom: -134px !important;
}
	.widget.sidebar-banner .banner-text{padding:15px 0 15px 15px;}
	.products.list-type .product figure {padding: 9px 0;}
	#gallery-cats li:first-child,
	#gallery-cats li{
		width:auto;
		padding:0 5px 10px;
	}
	#gallery-cats li a{ padding:0 20px;}
	.sorry .leftbox {padding: 15px 0;}
	.men-img {margin: -260px 0 0;}
}
@media (max-width:1024px){
	body.home #main {margin-top: -159px;}
	.grid-item .data-box .heading-pattern{ margin:0 0 10px;}
	.grid-item .data-box .heading-pattern h2{
		line-height:25px;
		line-height:28px;
	}
	#content .post {
    max-height: 215px;
}
	.home-slider .slide-caption {margin: 0 20px 0 0;}
}
@media (max-width:992px){
	.email{ margin:0;}
	.top-bar .dropdown.cart{ margin-right:0;}
	.gmap{height: 445px;}
	.footer-col{ min-height:325px;}
	#content .post {
    max-height: 215px;
}
	.grid-item .data-box {padding: 8%;}
}
@media (max-width:991px){
	.dropdown .dropdown-menu{
		left:auto;
		right:0;
	}
	.top-arrow:after{ left:93%;}
	.fashioner-img{ display:none;}
	.padding-top {padding-top: 100px;}
	#product{
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		-o-background-size:100% auto;
		background-size:100% auto;
	}
	.news .padding-left-right{
		padding-right:15px;
		padding-left:15px;
		padding-bottom:50px;
	}
	.posts{ border:0;}
	.posts .post img{
		width:100%;
		height:auto;
		max-width:500px;
		display:block;
	}
	.posts, .post {
    max-width: 630px;
}
	
	.post .img-hover {bottom: -50%;}
	#content {margin: -15px 0 50px;}
	.widget{
		width:50%;
		padding:0 15px;
		float:left;
	}
	.widget.sidebar-banner .banner-text{padding:15px 150px 15px 30px;}
	.widget.sidebar-banner img{
		width:100%;
		height:auto;
	}
	.products.list-type .product figure {padding: 34px 0;}
	.btn-reply {line-height: 133px;}
	.home-slider .slide-caption {margin:0;}
	.home-slider .slide-caption h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.home-slider .slide-caption .description {
		font-size: 15px;
		line-height: 20px;
	}
	.home-slider .slide-caption {
		width: 280px;
		padding:70px 0 0;
	}
	.grid-item {width: 50%;}
	.grid-item.grid-item-width2 {width:100%;}
	.men-img {margin: -198px 0 0;}
	.leftbox .border-center h4,
	.leftbox .border-center {margin: 0 0 10px;}
	.leftbox .form-search,
	.leftbox .border-center .description{ padding:0 0 10px;}
	.error .message h2 {
		font-size: 180px;
		line-height: 150px;
	}
	.error .message h3 {
		font-size: 18px;
		line-height: 22px;
		margin:-4px 0 0;
	}
	.hot-deals {
		padding:30px 0;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	#gallery-cats li:first-child,
	#gallery-cats li {padding: 0 0 10px;}
	#gallery-cats li a {padding: 0 10px;}
	.heading-pattern h2 { font-size:26px;}
	.member{margin: 0 0 30px;}
	.widget{padding: 0 15px 30px;}
}
@media (max-width:800px){
	body.home #main {margin-top: -80px;}
	body.home .fashioner {padding: 220px 0 90px;}
	#pager-slider .slide-item .slide-caption{ padding:0;}
}
@media (max-width:768px){
	body.home #main {margin-top: -80px;}
	.home-slider .slide-caption {
		margin: 0 40px 0 0;
		padding:0;
	}
	#content .post {
    max-height: 205px;
}
	.home-slider {margin:0;}
	#add-comment{ background-image:none;}
}
@media (max-width: 732px){
#content .post .img-hover {
    bottom: -109px;
}
#content .post {
    max-height: 177px;
}
}
@media (max-width:767px){
	#header{z-index:10;}
	.navbar-toggle {
		margin: 18px 15px 18px 0;
		background:#cecece;
		color:#fff;
	}
	body.black-version .navbar-toggle {background:#000;}
	.navbar-toggle .icon-bar{ background:#fff;}
	#bs-example-navbar-collapse-1{
		position:absolute;
		top:100%;
		right:30px;
		width:300px;
		background:#fff;
		overflow:hidden;
		text-align:left;
	}
	#bs-example-navbar-collapse-1 ul{ width:100%;}
	#nav ul > li > a {padding: 15px 15px;}
	#bs-example-navbar-collapse-1 ul li{
		float:none;
		display:block;
		border-bottom:1px solid #CCCCCC;

	}
	#bs-example-navbar-collapse-1 ul li a{
		display:block;
		margin:0;
		color:#000 !important;
	}
	
	#bs-example-navbar-collapse-1 ul li a:hover{
		color:#fff !important;
	}
	#bs-example-navbar-collapse-1 ul li ul{
		display:none;
		position:relative;
	}
	#nav ul li.dropdown:hover > .dropdown-menu{
		top:100%;
		display:block;
		position:relative;
	}
	#nav ul li.dropdown ul.dropdown-menu li:hover ul.dropdown-menu{
		left:20px;
		width:100%;
	}
	.home-slider{
		z-index:2;
		margin:0;
	}
	.minus-margin {z-index: 1;}
	body.home #main {margin-top:0;}
	body.home .fashioner {
		background:none;
		padding: 90px 0;
	}
	.fashioner-img{ display:block;}
	.fashioner-img img {
		display: none;
		margin: 0 auto;
	}
	#sync2 {padding:0;}
	.padding-top {
		padding-top: 90px;
		padding-bottom:90px;
	}
	.lady{ display:none;}
	.noborder{
		border:0;
		padding-top:50px;
	}
	.gallery-product .product-box img{
		display:block;
		width:100%;
		height:auto;
	}
	.gmap{height:auto;}
	.dropdown.open .dropdown-menu {top: 70px;}
	.pull-left,
	.pull-right{ float:none !important;}
	.form-group.pull-left,
	.pull-left.left{float:left !important;}
	.social-icon.nfdsi-social-con.pull-right,
	.pull-right.right{float:right !important;}
	.product-tabs.nfdsi-tabs,
	.slider-box{ margin:0 0 50px;}
	.nfdsi-btn.pull-right{ float:right !important;}
	.getintuch{ padding:0 0 50px;}
	#home-slider .owl-controls .owl-buttons div{ display:none;}
	.top-bar .text-align,
	.top-bar .text-right{ text-align:center;}
	.display-table.container {width:100%;}
	#prev,
	#next{
		right:15px;
		left:auto;
		bottom:44px;
	}
	#prev{right:40px;}
	.grid-item .data-box {padding: 40px;}
	.men-img {margin: 30px 0 0;}
	.nfdsi-tab-content .tab-pane,
	.nfdsi-tab-content {height:auto;}
	.men-img{ display:none;}
	.sorry .leftbox {padding: 60px 0;}
	.error .message{
		width:322px;
		float:none;
		margin:0 auto;
	}
}


@media (max-width:640px){
	.widget.sidebar-banner .banner-text{padding:15px 100px 15px 30px;}
	.products.list-type .product figure {padding: 46px 0;}
	#content .post .img-hover { display:none;}
	.post .img-hover { display:none;}
	body.home .our-gallery,
	body.home .fashioner{ border-bottom:2px solid #f7f7f7;}
	.banner-content h2 {
		font-size: 22px;
		margin:0 0 10px;
	}
	#content .post {
    max-height: 320px;
}
	.banner-content{ padding:15px 15px 15px 25%;}
	.banner-content .border-center{ margin:0 0 10px}
	
	
	.posts .post img{
		width:100%;
		height:auto;
		max-width:330px;
		display:block;
	}
	.posts, .post {
    max-width: 330px;
}
.post .img-hover {
    bottom: -39%;
}
}
@media (max-width:639px){
	.post-width{
		width:100% !important;
		margin:0 0 15px;
	}
	.footer-col{
		min-height:auto;
		padding:0 15px 30px;
		width:100% !important;
	}
	.widget.sidebar-banner .banner-text{padding:15px 50px 15px 30px;}
	.product-width{ width:50% !important;}
	.products.list-type .product figure{
		width:100%;
		border-bottom:1px solid;
		padding:0;
	}
	#content .post.with-border .img-hover {bottom: -94%;}
	.btn-reply {line-height: 153px;}
	#countdown span{
		font-size:30px;
		line-height:33px;
		padding:0 15px;
	}
	.comingsoon-page #countdown span{ padding:0 15px 30px;}
	#countdown span:after{
		font-size:30px;
		line-height:33px;
	}
	#countdown span i{
		font-size:15px;
		line-height:15px;
	}
	.comingsoon-page #countdown span:after,
	.comingsoon-page #countdown span{
		font-size:30px;
		line-height:30px;
	}
	.home-slider .slide-caption{ display:none;}
	.product-features ul li{ width:50%;}
}
@media (max-width:550px){
	.service{
		width:100% !important;
		padding-bottom:30px; 
	}
	.widget {
		width: 100%;
		padding:0;
		margin:0 0 30px;
	}
	.btn-reply {line-height: 173px;}
	.error .message h2 {
		font-size: 200px;
		line-height: 130px;
	}
	.error .message h3 {
		font-size: 20px;
		line-height: 34px;
		margin: -17px 0 0;
	}
	.top-bar .dropdown.cart .cartitems {margin:0 -135px 0 0;}
	.top-arrow::after {left: 50%;}
	.dropdown.open .dropdown-menu {top: 50px;}
	.grid-item {width: 100%;}
	.grid-item .data-box {padding:20px;}
	.grid-item:first-child img{ height:180px;}
}
@media (max-width:480px){
	#content .post .img-hover {bottom: -23%;}
	#content .post.with-border .img-hover {bottom: -91%;}
	#comments ul li .comment .text-box {padding: 15px;}
	#comments ul li ul {padding: 0 0 0 10px;}
	.single blockquote {
		padding: 30px 50px;
		line-height:16px;
	}
	.single blockquote:after {left: 0;}
	.single blockquote:before{ right:0;}
	#countdown span:after{left:-5px;}
}
@media (max-width:479px){
	.hot-deals.background-size{
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.padding-top {padding-bottom:0;}
	.hotdeal-width,
	.gallery-product{ width:100% !important;}
	#products-thumb .item img{
		width:100%;
		height:auto;
		display:block;
	}
	.hotdeal-width{ padding:25px 15px;}
	.product-width{ width:100% !important;}
	#content .post .img-hover {bottom: -31%;}
	.nfdsi-btn.pull-right,
	.post-icons{ width:100%;}
	.post .post-head {padding: 10px;}
	.post .post-head p span {padding: 0 5px;}
	#content .post.with-border .img-hover {bottom: -88%;}
	.btn-reply {line-height: 227px;}
	.error .message h2 {
		font-size: 150px;
		line-height: 150px;
	}
	.error .message h3 {
		font-size: 18px;
		line-height: 24px;
		margin: -12px 0 0;
	}
	.home-slider .slide-caption {
		width:100%;
		margin:0;
	}
	.home-slider .slide-caption h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.home-slider .slide-caption .heading-twopx-border{
		margin:0 0 10px;
		padding:0 0 10px;
	}
	.home-slider .slide-caption .description {
		font-size: 13px;
		line-height: 16px;
		padding: 0 0 15px;
	}
	.home-slider .slide-caption .description p{ line-height:inherit;}
	#sync1 .item .product{ width:50%;}
	.padding-left-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nfdsi-btn.joinnow-btn {margin: 0 20px 10px 0;}
	.top-bar .social-icon{
		padding:0;
		width:100%;
		text-align:center;
	}
	.top-bar .dropdown.cart .cartitems {margin:0;}
	.top-arrow::after {left: 50%;}
	.dropdown.open .dropdown-menu {top:75px;}
	#pager a{
		width:auto;
		padding:0 15px;
	}
	.product-features ul li,
	.member-width{ width:100%;}
	.heading-pattern h2 { font-size:24px;}
	.footer-bar p {margin: 0 0 20px;}
	.footer-bar .pull-right.right,
	.footer-bar .pull-left.left{
		width:100%;
		text-align:center;
	}
	.footer-bar img{ margin:0 auto;}
	.banner-content .description{ display:none;}
	.product-banner img {
		height:150px;
	}
	.post.with-border.post-list .post-meta li a {
		height: 40px;
		padding: 5px 0;
	}
	.post.with-border.post-list .post-meta li:first-child a {padding: 13px 0;}
}
@media (max-width:359px){
	#pager a{padding:0 7px;}
	.nfdsi-nav-tabs li a {padding: 10px 25px;}
}
@media (max-width:320px){
	#content .post .img-hover {bottom: -43%;}
	.btn-reply {line-height: 288px;}
	.home-slider .slide-caption h1 {
		font-size: 20px;
		line-height: 20px;
	}
	#countdown span{
		font-size:20px;
		line-height:23px;
		padding:0 15px;
	}
	.comingsoon-page #countdown span{ padding:0 15px 30px;}
	#countdown span:after{
		font-size:20px;
		line-height:23px;
	}
	#countdown span i{
		font-size:12px;
		line-height:15px;
	}
	.comingsoon-page #countdown span:after,
	.comingsoon-page #countdown span{
		font-size:20px;
		line-height:20px;
	}
	.post .img-hover {bottom: -70%;}
	.top-bar .dropdown.cart .cartitems {margin: 0 -45px 0 0;}
	.top-arrow:after {left: 70%;}
	.dropdown-menu.languages {margin: 0 -20px 0 0;}
}


/* =============================================
			Transitions
============================================= */

.img-hover, i, *:hover, h3, a, .barand .brand-box[title]:after,
#nav ul li a:after,
.product-icons li:after{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.slider-wrapper,
.slider-wrapper .row,
.slider-wrapper #slider3,
.slider-wrapper #slider3 img,

.thumb-slider,
.thumb-slider .row,
.thumb-slider #slider2,
.thumb-slider #slider2 img,
.parallax-window img,
.parallax-mirror img,
.parallax-window,
.parallax-mirror{
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {0% {opacity: 1}}
@-moz-keyframes empty {0% {opacity: 1}}
@keyframes empty {0% {opacity: 1}}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {to { opacity: 0; -webkit-transform: scale(.8); }}
@-moz-keyframes scaleToFade {to { opacity: 0; -moz-transform: scale(.8); }}
@keyframes scaleToFade {to { opacity: 0; transform: scale(.8); }}
@-webkit-keyframes goDown {from { -webkit-transform: translateY(-100%); }}
@-moz-keyframes goDown {from { -moz-transform: translateY(-100%); }}
@keyframes goDown {from { transform: translateY(-100%); }}
@-webkit-keyframes scaleUpFrom {from { opacity: 0; -webkit-transform: scale(1.5); }}
@-moz-keyframes scaleUpFrom {from { opacity: 0; -moz-transform: scale(1.5); }}
@keyframes scaleUpFrom {from { opacity: 0; transform: scale(1.5); }}
@-webkit-keyframes scaleUpTo {to { opacity: 0; -webkit-transform: scale(1.5); }}
@-moz-keyframes scaleUpTo {to { opacity: 0; -moz-transform: scale(1.5); }}
@keyframes scaleUpTo {to { opacity: 0; transform: scale(1.5); }}