/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}


a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	-moz-opacity:0.7;
	text-decoration: none;
	transition: opacity 0.9s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	width: 100%;
	height: 110px;
	padding: 20px 0 0 0;
	margin: auto;
	text-align: center;
}
#logo img {
	width: 150px;
	height: auto;
}
.container {
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.subpg .container.demo-1 {
	height: auto;
	position: unset;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: fixed;
/*	position: absolute; */
	z-index: 2000;
	top: 0px;
	left: 15px;
/*	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.4); */
}

@media screen and (max-width: 767px) {
.subpg .codrops-demos  {
	top: 45px;
}
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 3px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.sub_tit {
	margin: 0 0 0 -2000px;
	font-size: 20px;
	color: #000;
}

.about {
	width: 100%;
	height: auto;;
	text-align: center;
	margin: 10px auto;
	padding: 0 0 30px 0;
	position: relative;
}
.about h1 {
	
}
.about p {
	line-height: 1.5em;
	letter-spacing: 0.06em;
	color: #fff;
}
.about a {
	color: #5bc2ce;
}
.about_img {
	margin: 0 auto 0 auto;
	background-image: url("../images/about_top.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 165px 0;
}

.line-blu {
	width: 40px;
	height: 2px;
	margin: 15px auto 30px auto;
	background-color:#5bc2ce;
}

@media screen and (max-width: 767px) {
.about p {
width: 90%;
	text-align: left;
	margin: 0 auto;
}
	.about_img {
	margin: 0 auto 0 auto;
	background-image: url("../images/about_top_sp.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 165px 0;
}
}
	
.lookbook {
	width: 100%;
	height: auto;;
	text-align: center;
	margin: 10px auto;
	padding: 0 0 30px 0; 
	position: relative;
}
.lookbook h1 {

}
.line-bl {
	background-color: #666;
	height: 2px;
	width: 40px;
	margin: 15px auto 20px auto;
}
.lookbook p {
	margin: 0 auto 20px auto;
	font-size: 11px;
	color: #959595;
}
.look_row {
	width: 1000px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto 10px auto;
} 
.item {
	width: 49.5%;
	
/* */
	opacity : 0;
	transform: translateY(20px);
	transition: all 2s;
}
.item_a {
	width: 49.5%;
	}
.item img {
	width: 100%;
	height: auto;
}
.item_a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.sub_tit {
	margin: 0 0 0 -800px;
}
	.lookbook {
	width: 100%;
	height: auto;
	margin: 40px auto;
}
	.look_row {
	width: 90%;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto 10px auto;
} 
.item {
	width: 100%;
	margin: 0 0 15px 0;
}
	.item_a {
	width:100%;
	margin: 0 0 15px 0;
	}
}


.dealers {
	width: 100%;
	height: auto;;
	text-align: center;
	margin: 10px auto;
	padding: 0 0 30px 0;
	position: relative;
}
.dealers h1 span {
font-size: 50%;
	color: #9F9F9F;
}
.dealers h2 {
font-size: 140%;
	margin: 70px auto 15px auto;
	color: #000;
	font-weight: bold;
}
.dealers p {
	line-height: 1.5em;
	letter-spacing: 0.06em;
	margin: 0 auto 50px auto;
}
.dealers a {
	color: #5bc2ce;
}

@media screen and (max-width: 767px) {
	.dealers {
	width: 90%;
	}
	.dealers h2 {
		font-size: 120%;
text-align: left;
		margin: 50px auto 15px auto;
}
.dealers p {
text-align: left;
}
}

footer {
	margin: auto;
	text-align: center;
	font-size: 10px;
}
.footer-inner {
	padding: 15px;
}
.footer-inner img {
	width: 75px;
	height: auto;
	padding: 15px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	background-color: #ABABAB;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media(max-width:767px){
#pageTop a {
	border-radius: 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
}

.shopitnow {
	margin: 60px auto 0 auto;
}
.shopitnow a {
    color: #5bc2ce;
	}