@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
.kode-effect-grid {
	position: relative;
	margin: 0 auto;	
	width:100%;
	list-style: none;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

/* Common style */
.kode-effect-grid figure {
	position: relative;
	float: left;
	overflow: hidden;	
	min-width: 100%;
	max-width: 100%;
	text-align: center;
	cursor: pointer;
}

.kode-effect-grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

.kode-effect-grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.kode-effect-grid figure figcaption::before,
.kode-effect-grid figure figcaption::after {
	pointer-events: none;
}

.kode-effect-grid figure figcaption,
.kode-effect-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.kode-effect-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.kode-effect-grid figure h2 {
	width:100%;
	position:absolute;
	bottom:60px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:45px;
}

.kode-effect-grid figure h2 span {
	font-weight: 800;
}

.kode-effect-grid figure h2,
.kode-effect-grid figure p {
	margin: 0;
}

.kode-effect-grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background:#333333;
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom:40px;
	left: 0px;
	right:0px;
	width:300px;
	margin:auto;
	padding:10px 50px;
	border: 7px solid #fff;
	text-transform: none;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;	
	line-height:54px;
}
figure.effect-duke p span{
		font-weight:normal;
		display:block;

}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #333333;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	position:absolute;
	bottom:75px;
	width:100%;
	color:#fff;
	font-size:35px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	position:absolute;
	bottom:50px;
	width:100%;
	font-size:25px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira p {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo span {
	display:block;
	width: 100%;
	font-size:30px;
	text-align: center;
	color:#fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	display:inline-block;
	text-align: center;
	color:#fff;
	line-height:40px;
	border:6px solid #fff;
	width:280px;
	left:50%;
	margin:0px 0px 0px -140px;
	padding:10px 0px;
	bottom:20px;
	opacity:0;
}
figure.effect-apollo:hover h2{
	opacity:1;	
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover span {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


.contant .call-to-action-shop{margin:0px;padding:20px 0px 0px 0px;}
.contant  .call-to-action-shop-mod{
	margin:0px;padding:30px 0px 0px 0px;
}
/*.call-to-action-shop .col-md-4{
	padding:0px;
}*/

/*
	  ==============================================================
		   Fashion Wrap Style
	  ==============================================================
*/
.kode_gsk_fshn{
	float:left;
	width:100%;
	position:relative;
	cursor:pointer;	
}
.kode_gsk_fshn figure a{
	display:block;	
}
.kode_gsk_fshn figure img{
	width:100%;
	height:auto;	
}
.kode_gsk_fshn figure:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);	
}
.kode_gsk_fshn_des{
	float:left;
	width:100%;	
	position:absolute;
	top:50%;
	left:0px;
	text-align:center;
	margin:-50px 0px 0px;
	z-index:9999;
}
.kode_gsk_fshn_des h4{
	color:#fff;
	font-style:italic;
	font-size:26px;	
}
.kode_gsk_fshn_des h2{
	font-size:60px;	
	font-weight:bold;
}
.kode_gsk_fshn:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	width:0px;
	height:0px;
	z-index:99;	
}
.kode_gsk_fshn:hover:before{
	width:100%;
	height:100%;
	opacity:0.7;	
}
.kode_gsk_fshn:hover .kode_gsk_fshn_des h2{
	color:#fff;	
}
/*
	  ==============================================================
		   Heading Wrap Style
	  ==============================================================
*/
.kode_gsk_hdg1 {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin:0px 0px 40px;	
}
.kode_gsk_hdg1:before,
.kode_gsk_hdg1:after
{
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	border-top:2px solid #f1f1f1;
	width:350px;	
}
.kode_gsk_hdg1:after{
	left:auto;
	right:0px;	
}
.kode_gsk_hdg1 h4{
	color:#000000;
	font-weight:bold;	
}
/*
	  ==============================================================
		   Weekly Featured Wrap Style
	  ==============================================================
*/
.kode_gsk_week_slide{
	float:left;
	width:100%;	
}
.kode_gsk_weekly{
	float:left;
	width:100%;
	text-align:center;
}
.kode_gsk_weekly{
	float:left;
	width:100%;	
}
.kode_gsk_weekly figure{
	margin:0px 0px 40px;	
}
.kode_gsk_weekly figure img{
	width:100%;
	height:auto;	
}
.kode_gsk_weekly_caption p{
	color:#333333;
	font-size:15px;	
}
.kode_gsk_weekly_caption h5{
	font-size:22px;
	color:#d76825;
	margin:0px 0px 10px;
	font-weight:bold;	
}
.kode_gsk_week_slide .owl-buttons{
	display:none;	
}
.kode_gsk_weekly:hover .kode_gsk_link{
	background-color:#d76825;
	color:#fff;	
}

/*
	  ==============================================================
		   Simple Best Option Wrap Style
	  ==============================================================
*/
.kode_gsk_smple_bg{
	position:relative;
	background-image:url(../images/best-opt-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
.kode_gsk_smple_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.8;	
}
.kode_gsk_simple{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	padding:0px 20px;	
}
.kode_gsk_simple h2{
	color:#fff;	
	margin:0px 0px 30px;	
}
.kode_gsk_simple > p{
	color:#fff;
	margin:0px 0px 50px;	
}
.kode_gsk_simple ul{
	float:none;
	width:100%;	
	padding:0px;
	text-align:center;
}
.kode_gsk_simple ul li{
	list-style:none;
}
.kode_gsk_simple ul li .kode-shop-box{
	position:relative;
	display:inline-block;
	padding:30px 43px;	
	border:1px solid #4c4445;	
}
.kode_gsk_simple ul li h3{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 10px;
	text-transform:uppercase;	
}
.kode_gsk_simple ul li h5{
	font-size:18px;
	color:#fff;
	margin:0px 0px 10px;	
}
.kode_gsk_simple ul li p{
	color:#7b7b7b;	
}
.kode_gsk_simple ul li:first-child{
	margin-left:0px;	
}
.kode_gsk_simple ul li:hover h3,
.kode_gsk_simple ul li:hover p{
	color:#d76825;	
}
/*
	  ==============================================================
		   Hear What Customer Saying Wrap Style
	  ==============================================================
*/
.kode_gsk_cus_list{
	float:left;
	width:100%;
	padding:0px 30px;	
}
.kode_gsk_cus_saying{
	float:left;
	width:100%;
	margin:0px 0px 50px;	
}
.kode_gsk_cus_saying figure{
	width:100px;	
}
.kode_gsk_cus_saying figure img{
	border:3px solid #fff;
	border-radius:100%;	
}
.kode_gsk_cus_des{
	float:none;
	padding:0px 0px 0px 110px;
	width:auto;	
}
.kode_gsk_cus_des p{
	color:#333333;
	word-break:break-all;
}
.kode_gsk_cus_des h6{
	text-transform:capitalize;
	font-weight:normal;
	margin:0px 0px 10px;	
}
.kode_gsk_cus_des h5{
	color:#d76825;
	font-weight:normal;
	text-transform:capitalize;	
}
.kode_gsk_cus_saying:hover figure img{
	border:3px solid;	
}
.kode_gsk_cus_saying:hover .kode_gsk_cus_des h6{
	color:#d76825;	
}
.kode_gsk_fshn:before{
	background-color:#20889e;	
}
.kode_gsk_fshn:before{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;	
}
.kode-custom-height .effect-duke img{height:345px;}
.kode-custom-height .effect-bubba img{height:345px;}


/*
============================
NEWSLETTERS POPUP STYLE 1
============================
*/
#news-letter-box-2.user-box .modal-content,
#news-letter-box.user-box .modal-content{
	border-radius:0;
}

#news-letter-box  .modal-dialog{
	width:700px;
	background-color:#fff;
	border:none;
	float:none;
}
#news-letter-box-2 .modal-body{
	padding:0px;
}
#news-letter-box-2 .modal-dialog{
	width:400px;
	background-color:#fff;
	border:none;
	float:none;
}
#news-letter-box .modal-body,
#news-letter-box-2 .modal-body{
	padding:0px;
}
#news-letter-box .modal-body .close{
	position:absolute;
	right:5px;
	top:0px;
	z-index:99999;
	color:#000;
	opacity:.8;
}
#news-letter-box-2 .modal-body .close{
	position:absolute;
	right:4px;
	top:0px;
	z-index:99999;
	color:#fff;
	opacity:.8;
}
.kode-newsletters-popup-1{
	float:left;
	background-color:#fff;
	width:100%;
}
.kode-newsletters-popup-1 h2{
	font-size:30px;
	color:#000;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	margin:0px 0px 15px 0px;
	line-height:30px;
	text-transform:uppercase;
	
}
.kode-newsletters-popup-1 p{
	font-size:13px;
	color:#515151;
	font-family: 'Open Sans', sans-serif;
	margin:0px 0px 15px 0px;
}
.kode-newsletters-popup-1 .kode-thumb{
	float:left;
	width:250px;
}
.kode-newsletters-popup-1 .kode-thumb img{
	float:left
}
.kode-newsletters-popup-1 .kode-text{
	padding:25px 30px 30px 280px;
}
.kode-newsletters-popup-1 .input-holder{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px 0px;
}
.kode-newsletters-popup-1 .input-holder input[type="text"]{
	float:left;
	width:100%;
	height:44px;
	background-color:#fff;
	color:#a1a1a1;
	border:solid 1px #c0c0c0;
	font-size:12px;
	padding:6px 100px 6px 10px;
	color:#333;
}

.kode-newsletters-popup-1 .input-holder button{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:none;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
/*
============================
NEWSLETTERS POPUP STYLE 2
============================
*/
.kode-newsletters-popup-2{
	float:left;
	width:400px;
	background-color:#fff;
}

.kode-newsletters-popup-2 .kode-thumb, .kode-newsletters-popup-2 .kode-text{
	float:left;
	width:100%;
	position:relative;
}
.kode-newsletters-popup-2 .kode-thumb img{
	float:left;
	width:100%;
}
.kode-newsletters-popup-2 .kode-text{
	padding:30px;
	text-align:center;
}
.kode-newsletters-popup-2 .input-holder{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px 0px;
}
.kode-newsletters-popup-2 .image-caption{
	position:absolute;
	left:30px;
	top:30px;
	text-align:left;
}
.kode-newsletters-popup-2 .image-caption h1{
	font-size:80px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	line-height:80px;
	margin:0px;
}
.kode-newsletters-popup-2 .image-caption h3{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
}
.kode-newsletters-popup-2 .image-caption p{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	float:none;
}
.kode-newsletters-popup-2 .image-caption h3:before{
	content:"";
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:4px;
	background-color:#fff;
}
.kode-newsletters-popup-2 .input-holder input[type="text"]{
	float:left;
	width:100%;
	height:44px;
	background-color:#fff;
	color:#a1a1a1;
	border:solid 1px #c0c0c0;
	font-size:12px;
	padding:6px 10px 6px 10px;
	color:#333;
}
.kode-newsletters-popup-2 .input-holder button{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border:none;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	width:auto;
}
.kode-newsletters-popup-2 button{
	height:44px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border:none;
	padding:10px 20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background-color:#000;
	width:100%;
	text-align:center;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-newsletters-popup-2 button:hover{
	background-color:#333;
}
.kode-newsletters-popup-2 p{
	font-size:14px;
	color:#515151;
	font-family: 'Open Sans', sans-serif;
	margin:0px 0px 20px 0px;
	float:none;
}
.kode-newsletters-popup-2 .kode-newsletter-social-icons{
	margin-bottom:15px;
}
.kode-newsletters-popup-2 .kode-thumb .kode-newsletter-social-icons{
	position:absolute;
	left:0px;
	bottom:30px;
	width:100%;
	text-align:center;
	margin:0px;
}
.kode-newsletters-popup-2 .kode-thumb .kode-newsletter-social-icons li{
	float:none;
	display:inline-block;
	margin:0px 0px 0px 6px;
}

/*
============================
SOCIAL ICONS FOR POPUP
============================
*/
.kode-newsletter-social-icons{
	float:left;
	width:100%;
}
.kode-newsletter-social-icons ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.kode-newsletter-social-icons ul li{
	float:left;
	margin:0px 0px 0px 10px;
	position:relative;
	background-color:#333;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-newsletter-social-icons ul li:hover{
	border-radius:100%;
	box-shadow:0px 5px 5px 0px rgba(0,0,0,0.5)
}
.kode-newsletter-social-icons ul li:first-child{
	margin:0px;
}
.kode-newsletter-social-icons ul li a{
	height:60px;
	width:60px;
	text-align:center;
	font-size:20px;
	color:#fff;
	display:block;
	line-height:60px;
	position:relative
}

.contant .k-call-to-action{
	background:#eee;
	padding:50px 0px;
}
.k-height-long{

}
.margin-top-30px{
	margin-top:30px;
	float:left;
}
.kode-newsletter-social-icons ul li.fb{
	background-color:#3a599c;
}
.kode-newsletter-social-icons ul li.google{
	background-color:#dd4b39;
}
.kode-newsletter-social-icons ul li.linkedin{
	background-color:#007bb6;
}
.kode-newsletter-social-icons ul li.dribbble{
	background-color:#ec4a89;
}
.kode-newsletter-social-icons ul li.pintrest{
	background-color:#cb211d;
}
.kf-services-container{display:none;}



/*
============================
CLASSES FOR THEME COLOR
============================
*/
.kode-newsletters-popup-1 .input-holder button, .kode-newsletters-popup-2 .input-holder button {
	background-color:#ff4a41;
}
