/*
Theme Name: egon
Theme URI: frontendhomie.com
Author: frontendhomie
Author URI: frontendhomie.com

*/

*{
	font-family: fbk, 'Arimo', sans-serif;
	transition: all 0.3s ease;
}

/* FONT */


/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face{						
	font-family: fb;			
	src: url(src/font/fb.otf);
}

@font-face{						
	font-family: fbk;			
	src: url(src/font/fbk.otf);
}

@font-face{						
	font-family: fm;			
	src: url(src/font/fm.otf);
}

@font-face{						
	font-family: fl;			
	src: url(src/font/fl.otf);
}

/* FRAME */

#wrapper{
	background-color: white;
	max-width: 2000px;
	margin: auto;
}

#wrapperouter{
	min-width: 320px;
	min-height: 100vh;
}

.container {
    min-width: 320px;
}

/* HEADER */

header{
	text-align: center;
}

.navcontainer{
	max-width: 1280px;
	margin: auto;
}

.navbar{
	height: 82px;
}

.navbar-header{
	height: 82px;	
}

.navbar-default{
	background-color: transparent;
	border: none;
	transition: all 0s;
}

.navbar-nav>li {
    float: initial;
}

.navbar-nav>li>a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	color: #333 !important;
}

.navbar-nav>li>a:hover{
	text-decoration: line-through;
}

.navbar-nav>li>a:active{
	text-decoration: line-through;
}

.navbar-nav>li>a.active {
	text-decoration: line-through;
}

.navbar-brand {
    padding: 0px 0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999999;
}

#headerspace{
	height: 90px;
}

.titlelogo{
	width: 90px;
	margin-top: 22px;
	margin-left: 24px;
}

/* GLOBAL */

p{
	font-family: 'Open Sans', sans-serif;
}

a{
	color: #c38f27;
}

a:hover{
	color: #c38f27;
	text-decoration: none;
}

/* CATALOG */

.catitem{
	background-size: cover;
	background-position: center;
	position: relative;
	opacity: 1;
}

.catitem:after {
  content: "";
  display: block;
  padding-bottom: 61.8%;
}

.catitem:hover{
	background-size: 200%;
}

.clothitem:after {
  content: "";
  display: block;
  padding-bottom: 139.8%;
}


.catiteminner{
	position: absolute;
    background-color: rgba(255, 255, 255, 0.63);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.catitem:hover .catiteminner{
	opacity: 1;
}

.catitemtitle{
	padding: 0px 10px;
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-top: 37%;
	letter-spacing: -0.5px;
	opacity: 0;
	transition: all 0.2s ease;
	font-family: fb, 'Arimo', sans-serif;
}

.catitem:hover .catitemtitle{
	opacity: 1;
	margin-top: 24%;
}

.catitemline{
	height: 3px;
    background-color: #dbbb7b;
    width: 0%;
}

.catitem:hover .catitemline{
    width: 90%;
	-webkit-transition: all 50ms 0.2s ease;
	transition: all 50ms 0.2s ease;
}

.catitempad{
	padding: 8px;
}

/* SINGLE */

.hero{
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1111;
}

.hero:after {
  content: "";
  display: block;
  padding-bottom: 61.8%;
}

.clothes .hero{
	background-size: contain;
	background-repeat: no-repeat;
}

.title{
	font-size: 40px;
	font-weight: 900;
	color: black;
	padding: 16px 0px 0px 0px;
}

.title h1{
	font-size: 40px;
	font-weight: 900;
	color: black;
	padding: 16px 0px 0px 0px;
	margin: 0px;
	font-family: fb, 'Arimo', sans-serif;
}

.description{
	font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: auto;
    margin-bottom: 28px;
}

.brand{
	margin-bottom: 20px;
	font-size: 18px;
	margin-bottom: 30px;
	color: #cea24d;
}

.daily{
	position: absolute;
	top: 47px;
	left: 114px;
	width: 90px;
}

.cta{
	display: inline-block;
	color: black;
	border: 1px solid black;
	padding: 10px 20px;
	text-transform: uppercase;
}

.cta:hover{
	background-color: black;
	color: white;
}

.socialbox{
}

.socialbox .fa{
	font-size: 20px;
	color: #cea24d;
	margin: 8px;
}

.owl-dot{
	height: 11px;
    width: 11px;
    display: inline-block;
	margin: 10px 4px 0px;
    background-color: black;
    border: 2px solid white;
}

.owl-dot.active{
    border: 2px solid #cfa452;
}

.osd-sms-wrapper {
    border-top: none !important;
}

.osd-sms-title{
	display: none;
}

/* FOOTER */

.footer h1{
    font-size: 14px;
    line-height: 20px;
    display: inline;
}

.footer a{
   text-decoration: none;
   color: rgb(51, 51, 51);
}

.footer a:hover{
    color: rgb(216, 182, 114);
}

.footer .fa {
    margin: 0px 3px 0px 1px;
}

.foototp{
	height: 250px;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.footercontent{
	text-align: center;
	padding-bottom: 40px;
}

.fblikes{
	text-align: center;
}

/* DELAYS */

.start .catitempad:nth-child(1) .catitem{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.start .catitempad:nth-child(2) .catitem{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.start .catitempad:nth-child(3) .catitem{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.start .catitempad:nth-child(4) .catitem{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.start .catitempad:nth-child(5) .catitem{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.start .catitempad:nth-child(6) .catitem{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.start .catitempad:nth-child(7) .catitem{
	-webkit-animation-delay: 0.64s;
	animation-delay: 0.6s;
}

.start .catitempad:nth-child(8) .catitem{
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.start .catitempad:nth-child(9) .catitem{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.start .catitempad:nth-child(10) .catitem{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.start .catitempad:nth-child(11) .catitem{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.start .catitempad:nth-child(12) .catitem{
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.start .catitempad:nth-child(13) .catitem{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.start .catitempad:nth-child(14) .catitem{
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.start .catitempad:nth-child(15) .catitem{
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.start .catitempad:nth-child(16) .catitem{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.start .catitempad:nth-child(17) .catitem{
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.start .catitempad:nth-child(18) .catitem{
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.start .catitempad:nth-child(19) .catitem{
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.start .catitempad:nth-child(20) .catitem{
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.start .catitempad:nth-child(21) .catitem{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.start .catitempad:nth-child(22) .catitem{
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.start .catitempad:nth-child(23) .catitem{
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.start .catitempad:nth-child(24) .catitem{
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
}

.delay1{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay2{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay3{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay4{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay5{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay6{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay7{
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay8{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay9{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay10{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}


/* HELPER */

.center{
	text-align: center;
}

.posrel{
	position: relative;
}

.valign_outer {
    display: table;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}

.nodeco{
	text-decoration: none;
}

.nodeco:hover{
	text-decoration: none;
}

.mt-20{
	margin-top: -20px;
}

.mt-10{
	margin-top: -10px;
}

.mt0{
	margin-top: 0px !important;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt60{
	margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.mt250{
	margin-top: 250px;
}


.mb0{
	margin-bottom: 0px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb60{
	margin-bottom: 60px;
}

.mb80{
	margin-bottom: 80px;
}

.mb250{
	margin-bottom: 250px;
}

.m4080{
	margin-top: 40px;
	margin-bottom: 80px;
}

.m80{
	margin-top: 80px;
	margin-bottom: 80px;	
}

.m40{
	margin-top: 40px;
	margin-bottom: 40px;	
}

.ml4{
	margin-left: 4px;
}

.ml10{
	margin-left: 10px;
}

.nopad{
	padding: 0px;
}

.padlr15{
	padding-left: 15px;
	padding-right: 15px;
}

.pad40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad4080{
	padding-top: 40px;
	padding-bottom: 80px;
}

.pt40{
	padding-top: 40px;
}

.pt60{
	padding-top: 60px;
}

.pt80{
	padding-top: 80px;
}

.pb0{
	padding-bottom: 0px;
}

.pb40{
	padding-bottom: 40px;
}

.pb80{
	padding-bottom: 80px;
}

.opa5{
	opacity: 0.5;
}

.opa1{
	opacity: 0.2;
}

.opa0{
	opacity: 0;
}

/* CONPADLEFT */



@media (max-width: 1580px){
	.conpadleft{
		padding-left: 60px;
	}
}

@media (max-width: 1488px){
	.conpadleft{
		padding-left: 120px;
	}
}

@media (max-width: 1380px){
	.conpadleft{
		padding-left: 180px;
	}
}

@media (max-width: 1240px){
	.conpadleft{
		padding-left: 220px;
	}
}

@media (max-width: 1199px){
	.conpadleft{
		padding-left: 120px;
	}
}

@media (max-width: 1150px){
	.conpadleft{
		padding-left: 220px;
	}
}

@media (max-width: 991px){
	.conpadleft{
		padding-left: 120px;
	}
}

@media (max-width: 950px){
	.conpadleft{
		padding-left: 150px;
	}
}

@media (max-width: 900px){
	.conpadleft{
		padding-left: 180px;
	}
}

@media (max-width: 840px){
	.conpadleft{
		padding-left: 210px;
	}
}


/* RESPONSIVE */


@media (min-width: 768px){
	.navbar{
		width: 204px;
		background: white;
		height: 100%;
	}
	
	.navbar-nav{
		position: absolute;
		left: 0px;
		top: 80px;
	}
}

@media (max-width: 1280px){
	.catitempad {
	    padding: 5px;
	}
}


@media (max-width: 1199px){
	.catiteminner{
		display: none;
	}
	
	.catitem:hover {
	    background-size: cover;
	}
	
	.clothitem:hover {
	    background-size: cover;
	}
	
}

@media (max-width: 991px){

}


@media (max-width: 767px){
	#wrapperouter{
		margin-top: 90px;
	}
	
	.container{
		padding-left: 15px;	
	}
	
	.navbar{
		min-width: 320px;	
	}
	
	.navbar-default{
		background-color: #FFFFFF;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	}
	
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border: none;
	}
	
	#navbar{
		background-color: white;
	    border-top: 1px solid #565656;
	}
	
	.navbar-nav>li>a{
		margin-left: 0px;
		text-align: center;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: #fff;
	}
	
	.catitempad {
	    padding: 4px 8px;
	}
	
}



