html, body{
  padding: 0;
  height: 100%;
}

/*.container{
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}*/ 
.blobtrigger{
	position: absolute;
	top:50%;
	width: 100%;
}

.sector{
  position: relative;
  height: 700px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
  height: 100%;
  z-index: 200;
}
.row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#cleopatra-products{
  height: auto;
}
.sector img{
  width: 500px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


#cleopatra-lettering{
	margin-top: 40px;
}
#cleopatra-lettering img{
  width: 100%;
  max-width: 300px;
}

#cleopatra-products img{
  width: 100%;
  height: auto;
}
#shoe_img{
  width: 280;
  height: auto;
}

#start{
    position: relative;
    margin-top: -100px;

}

#cleopatra-lettering{
  /* border-bottom: 1px solid blue; */
}
#white{
  /* border-bottom: 1px solid gray; */
}
#story-lettering{
  /* border-bottom: 1px solid red; */
}
#blob{
  /* border-bottom: 1px solid pink; */
  z-index: 50;
}
#yourway-lettering{
  /* border-bottom: 1px solid orange; */
}
#shoe{
  /* border-bottom: rgba(0,0,0,0.2); */
}
#cleopatra-products{
  /* border-bottom: 1px solid green; */
	height: auto !important;
	margin: 0 0 100px 0;
}

body.ismobiledevice.cleopatra #content-wrapper,
body.ismobiledevice.cleopatra #content-wrapper > div#content{
  padding: 0;
}

body.ismobiledevice #cleopatra-products{
	margin: 0;
}

#cleopatra-products .views-row{
  margin-bottom: 100px;
}

#shoe{
  position: fixed;
  left: 0;
  right: 0;
  top: 75%;
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 100;
}

body.ismobiledevice #shoe .pane-content,
body.ismobiledevice #shoe p{
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

#shoe img,
#story-lettering img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


#blob{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 50;
  display: none;
  background-color: transparent;
}

#blob_canvas{
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
#blob_explosion_trigger{
  z-index: 0;
}

#blob_explosion_canvas{
  z-index: 20;
  height: 600;
  width: 600;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: auto;
  display: none;
}



/* PAGE CSS */
.view-cleopatra{
	padding: 0 100px;
}
body.ismobiledevice .view-cleopatra{
	padding: 0 0;
}
body.ismobiledevice .view-cleopatra .views-row{
	margin: 40px 0;
}

/* body.ismobiledevice #wrapper{
	-webkit-transform: none !important;
	transform: none !important;
} */

.transform-correction{
	-webkit-transform: none !important;
	transform: none !important;
}

body.ismobiledevice #supplementary{
	height: 90px;
}
body.cleopatra .prod-title, 
body.cleopatra .prod-price, 
body.cleopatra .prod-link{
	width: 100%;
}

body.cleopatra .prod-title{
	margin-top: 15px;
}

body.cleopatra .prod-price {
    padding: 0 0 20px 0;	
	 font-family: 'Muli-Light',sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-transform: uppercase;
}

body.cleopatra .prod-price span{
	    font-size: 13px;
    display: inline-block;
    position: absolute;
    margin-top: -1px;
    margin-left: 2px;
}

body.cleopatra .prod-link a{
	font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #000;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 0;
    color: #FFF;
    background: #000;
    clear: both;
    display: inline-block;
    margin: 0 auto;
}

body.cleopatra .prod-link a:hover, 
body.cleopatra .prod-link a:focus{
	    background: #FFF;
    color: #000;
}

body.cleopatra .prod-title a, 
body.cleopatra .prod-title a:hover {
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 700;
}

body.cleopatra a, 
body.cleopatra a:hover, 
body.cleopatra a:active, 
body.cleopatra a:focus {
    text-decoration: none;
}

body.cleopatra .displaynone{
	display: none;
}

#story-lettering,
#yourway-lettering,
#cleopatra-products,
#shoe{
	visibility: hidden;
}

.media {
    margin-top: 0;
}

.menu-transformation{
	-webkit-transform: translate3d(0,0,0) !important;
    -webkit-overflow-scrolling: touch !important;
    -o-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}

body.cleopatra .instagram-images{
    overflow: hidden;
}

body.cleopatra .instagram-images .views-row{
    width: 25%;
    display: inline-block;
    float: left;
}

body.cleopatra.ismobiledevice .instagram-images .views-row{
    width: 50%;
}

body.cleopatra .instagram-images .views-row img{
    display: block;
    width: 100%;
    height: auto;
}
