/* BASIC css start */
html, body{background-color: #ffffff!important} 
#header{    background: none!important;}
a{color:#000!important}
.collist-menu{position: fixed; top: 30px;}

@import url(http://fonts.googleapis.com/css?family=roboto);

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

body { line-height: 1 }

ol, ul { list-style: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* core css */

html, body { overflow: hidden; }

.slbCloseBtn{display:none;}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.0);
}

.background:first-child {
  background:#fff;
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/2_page.jpg); }

.background:nth-child(3) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/3_page.jpg); }
.background:nth-child(4) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/4_page.jpg); }
.background:nth-child(5) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/5_page.jpg); }
.background:nth-child(6) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/6_page.jpg); }
.background:nth-child(7) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/7_page.jpg); }
.background:nth-child(8) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/8_page.jpg); }
.background:nth-child(9) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/9_page.jpg); }
.background:nth-child(10) { background-image: url(http://www.urbanic30.com/design/urbanic30/asap/img/10_page.jpg); }


/* Set stacking context of slides */

.background:nth-child(1) { z-index: 12; }

.background:nth-child(2) { z-index: 11; }
.background:nth-child(3) { z-index: 10; }
	.background:nth-child(4) { z-index: 9; }
	.background:nth-child(5) { z-index: 8; }
	.background:nth-child(6) { z-index: 7; }
	.background:nth-child(7) { z-index: 6; }
	.background:nth-child(8) { z-index: 5; }
	.background:nth-child(9) { z-index: 4; }
	.background:nth-child(10) { z-index: 3; }
	
.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-title {
  font-size: 12vh;
  line-height: 1.4;
}
	.content-img {position: relative;padding: 100px;}
	.content-img a{display: inline-block;}
	.content-img img{width: 220px;}

.arrow {position:absolute; bottom:3%; left:0; right:0;  width:80px; height:80px; margin:auto; background-size:80px 80px; background-image:url(/design/urbanic30/9607/makeshop/images/mouse_scroll_btn.png); }

.content-title {
  font-size: 12vh;
  line-height: 1.4;
}
	.content-img {position: relative; width:100%;height: 100%;}
	.content-img a{display: inline-block;position: relative; background: #b1ada8;font-size: 0;}
    .content-img a p{color: #fb6402;font-size: 15px; display: inline-block;opacity:0;transition: .5s ease;    position: absolute;
    text-transform:lowercase;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -10px;}
    .content-img a:hover p{opacity:1;transition: .5s ease;}
	.content-img img{width: 180px;}
    .content-img a:hover img{opacity:0.3;transition: .5s ease;}

.content-img .slow{display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);}


@media screen and (min-width: 1000px) and (max-width:1350px){
    .content-img img{    width: 150px;} 
            }
@media screen and (min-width: 1350px) and (max-width:1450px){
    .content-img img{    width: 160px;} 
            }
            
            
            
            
/* BASIC css end */

