
.t1{ transition:all linear .1s; -moz-transition:all linear .1s; -webkit-transition:all linear .1s; -o-transition:all linear .1s; }
.t2{ transition:all linear .2s; -moz-transition:all linear .2s; -webkit-transition:all linear .2s; -o-transition:all linear .2s; }
.t3{ transition:all linear .3s; -moz-transition:all linear .3s; -webkit-transition:all linear .3s; -o-transition:all linear .3s; }
.t4{ transition:all linear .4s; -moz-transition:all linear .4s; -webkit-transition:all linear .4s; -o-transition:all linear .4s; }
.t5{ transition:all linear .5s; -moz-transition:all linear .5s; -webkit-transition:all linear .5s; -o-transition:all linear .5s; }
.t6{ transition:all linear .6s; -moz-transition:all linear .6s; -wecontbkit-transition:all linear .6s; -o-transition:all linear .6s; }
.t7{ transition:all linear .7s; -moz-transition:all linear .7s; -webkit-transition:all linear .7s; -o-transition:all linear .7s; }
.t8{ transition:all linear .8s; -moz-transition:all linear .8s; -webkit-transition:all linear .8s; -o-transition:all linear .8s; }
.t9{ transition:all linear .9s; -moz-transition:all linear .9s; -webkit-transition:all linear .9s; -o-transition:all linear .9s; }
.t10{ transition:all linear 1s; -moz-transition:all linear 1s; -webkit-transition:all linear 1s; -o-transition:all linear 1s; }


html, body {
	width: 100%;
	height: 100%;
}


body {
	background-color: #f0f0f0;
}

body {
	overflow-x: hidden;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.landing {
	background-image: url(http://placehold.it/2048x2048/0eafff/ffffff.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #292929;
	z-index: 9999999999;
}

.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.smallNavigation {
	display: none;
}

#slideshowsec, #videoSec {
	background: none;
}

.vegas-loading {
	opacity: 0;
	display: none;
}

#cubes-wrapp .element.slideshowoverlay, #cubes-wrapp .element.videooverlay {
	background-color: rgba(255,255,255, 0.3);
}


.landing-container {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.mockups .large-4 a, .landing-container > a {
	display: block;
	text-align: center;
}

.landing-container > a {
	margin-bottom: 40px;
}

.mockups .large-4 h2 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


/*###################################################################
CountDown Container
###################################################################*/

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

.aboutSlide-wrapper {
	background-color: #f0f0f0;
}

.countdown-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.countdown-container .wrapper {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://placehold.it/2048x2048/0eafff/ffffff.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


#mainNav {
	float: right;
}

#mainNav li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


#mainNav li a {
	color: #fff;
	line-height: 80px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}


#mainNav li a:hover {
	border-bottom: 1px solid white;
}


#cubes-wrapp {
	width: 700px;
	height: 150px;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}


#cubes-wrapp .element {
	position: absolute;
	float: left; cursor:pointer;
	width: 130px;
	height: 130px;
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#cubes-wrapp .element:hover{
	background:#FFF;
}
#cubes-wrapp .element:hover > img{
	opacity:1;
	-webkit-transform: rotate(225deg) scale(1.2);
	-moz-transform: rotate(225deg) scale(1.2);
	-o-transform: rotate(225deg) scale(1.2);
	-ms-transform: rotate(225deg) scale(1.2);
	transform: rotate(225deg) scale(1.2);
}


#cubes-wrapp .element img{
		-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	opacity:0.4;
}

#cubes-wrapp .element.days {
	left: 42px;
	top: -30px;
}

#cubes-wrapp .element.item-4 {
	top: 0px;
	left: 190px;
}

#cubes-wrapp .element.item-7 {
	top: 0px;
	left: 380px;
}

#cubes-wrapp .element.item-9 {
	top: 0px;
	left: 570px;
}

#cubes-wrapp .element.item-3 {
	left: 190px;
	top: 190px;
}

#cubes-wrapp .element.item-6 {
	left: 380px;
	top: 190px;
}

#cubes-wrapp .element.item-10 {
	right: 92px;
	top: -100px;
}


#cubes-wrapp .element.item-2 {
	left: 95px;
	top: 95px;
}

#cubes-wrapp .element.item-8 {
	left: 475px;
	top: 95px;
}

#cubes-wrapp .element.item-5 {
	left: 285px;
	top: 95px;
}

#cubes-wrapp .element.item-2 a, #cubes-wrapp .element.item-8 a, #cubes-wrapp .element.item-5 a {
	position: relative;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-transform: lowercase;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 220px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#cubes-wrapp .element.item-2 a:before {
	content: url(../img/facebook-ico.png);
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


#cubes-wrapp .element.item-8 a:before {
	content: url(../img/twitter-ico.png);
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#cubes-wrapp .element.item-5 a:before {
	content: url(../img/explore-ico.png);
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}



#cubes-wrapp .element.positioned {
	top: 20%;
	opacity: 0;
}

.open-window {
	z-index: 100;
	opacity: 0;
	bottom: 0;
	position: absolute;
	background-color: transparent;
	border: none;
	background-image: url(../img/button-open.png);
	background-repeat: no-repeat;
	box-shadow: none;
	bottom: 40px;
	left: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 33px;
	height: 24px;
	padding: 0;
}

.open-window:hover, .open-window:active, .open-window:focus {
	background-color: transparent;
	outline: none;
}




.drop-container {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image:url('../img/contact-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 140px;
	-webkit-box-shadow: 0px -10px 25px rgba(0,0,0, 0.2) inset;
	box-shadow: 0px -10px 25px rgba(0,0,0, 0.2) inset;
}

.drop-container .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.drop-container .bx-wrapper .bx-pager {
	display: none;
	visibility: hidden;
}

.drop-container .bxslider p {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.drop-container .bxslider li img {
	left: 50%;
	position: relative;
	margin-left: -23px;
}

.drop-container .bxslider li span {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: block;
}

.drop-container .bx-wrapper .bx-controls-direction a {
	top: 120%;
}

.drop-container .bx-wrapper .bx-prev {
	background-image: url(../img/arrow-left.png);
}

.drop-container .bx-wrapper .bx-next {
	background-image: url(../img/arrow-right.png);
}

.tweetList {
	padding-top: 5px;
}

.tweetList li p, #tweet_loader {
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-weight: 300;
}

.tweetList li p a {
	color: #1b446e;
}

.tweetList li: {
	position: relative;
}

.tweetList li:before {
	position: relative;
	margin-left: -20px;
	left: 50%;
	content: url(../img/twitter-ico.png);
}

.toggle-container {
	opacity: 0;
	height: 0;
	padding: 0;
}







/*###################################################################
About Container
###################################################################*/


.aboutSection {
	padding-top: 100px;
}

.aboutSection .large-6:first-child {
	padding-right: 100px;
}

.aboutSection .large-6 h2 {
	font-weight: 200;
	margin-top: 0;
	font-family: 'Lato', sans-serif;
	color: #2b2b2b;
	text-transform: lowercase;
	font-size: 56px;
	margin-bottom: 30px;
}

.aboutSection .large-6 p {
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-weight: 300;
}

.aboutSection .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.aboutSection .bx-wrapper .bx-pager {
	display: none;
	visibility: hidden;
}

.aboutSection .bx-wrapper .bx-controls-direction a {
	width: 62px;
	height: 62px;
	top: 50%;
}

.aboutSection .bx-wrapper .bx-prev {
	background-image: url(../img/about-arrow-left.png);
	left: -40px;
}

.aboutSection .bx-wrapper .bx-next {
	background-image: url(../img/about-arrow-right.png);
	right: -40px;
}

.bxslider li {
	position: relative;
}

.about-slider .slide-holder-circle {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 70%;
}


.aboutSection .slide-holder > a {
	position: absolute;
	width: 28px;
	height: 28px;
	background-color: #353950;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.aboutSection .slide-holder a.info1 {
	top: 190px;
	left: 100px;
}

.aboutSection .slide-holder a.info2 {
	bottom: 100px;
	left: 140px;
}



.aboutSection .slide-holder a:before {
	content: attr(data-description);
	opacity: 0;
	width: 200px;
	height: auto;
	bottom: 0;
	position: absolute;
	left: 50%;
	font-size: 13px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px;
	background-color: #353950;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.aboutSection .slide-holder a:hover:before {
	opacity: 1;
	bottom: 130%;
}

.aboutSection .bx-wrapper {
	padding-top: 80px;
}





/*###################################################################
Subscribe Container
###################################################################*/

.subscribe-container {
	margin-top: 140px;
	padding-top: 220px;
	padding-bottom: 200px;
	background-image: url(http://placehold.it/2048x2048/0eafff/ffffff.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.subscribe-container h5 {
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	text-transform: lowercase;
	font-size: 47px;
	margin: 0;
	margin-bottom: 50px;
}



.subscribe-container ::-webkit-input-placeholder {
   font-family: 'Lato', sans-serif;
   text-transform: lowercase;
   color: #515050;
   font-weight: 300;
}

.subscribe-container :-moz-placeholder { /* Firefox 18- */
   font-family: 'Lato', sans-serif;  
   text-transform: lowercase;
   color: #515050;
   font-weight: 300;
}

.subscribe-container ::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Lato', sans-serif;  
   text-transform: lowercase;
   color: #515050;
   font-weight: 300;
}

.subscribe-container :-ms-input-placeholder {  
   font-family: 'Lato', sans-serif;  
   text-transform: lowercase;
   color: #515050;
   font-weight: 300;
}

.inputSection input {
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	color: #515050;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.buttonSection button {
	background-color: #c0392b;
	border: none;
	padding: 0;
	text-transform: lowercase;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 25px;
	padding: 0.53em 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.buttonSection button:hover {
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0, 0.4) inset;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.8) inset;
	text-shadow: 1px 1px 3px rgba(0,0,0, 0.8);
}

.subscribe-container .row .large-10, .subscribe-container .row .large-2 {
	padding: 0;
}





/*###################################################################
Gallery Container
###################################################################*/

.mixitup {
	margin-top: 60px;
}

.mixitup .large-12 h5 {
	text-align: center;
	color: #2b2b2b;
	text-transform: lowercase;
	font-size: 56px;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	margin: 0;
	margin-bottom: 35px;
}

.mix-wrapper {
	padding: 0;
}

#mix-controls {
	width: 730px;
	margin: 0 auto;
}

#mix-controls li {
	cursor: pointer;
	display: inline-block;
	color: #515050;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #cccccc;
	margin: 0 10px;
	padding: 13px 35px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#grid {
	margin-top: 35px;
}

#grid .mix {
	display: none;
	opacity: 0;
	margin: 3px;
	margin-bottom: 7px;
}


#grid .mix a {
	display: block;
	position: relative;
}

#grid .mix .hoverEffect {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(../img/loupe.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#grid .mix a:hover .hoverEffect {
	height: 100%;
	opacity: 1;
}

#mix-controls li.active {
	background-color: #c0392b;
	color: #fff;
}




/*###################################################################
Contact Container
###################################################################*/

.contact-container {
	padding-top: 52px;
	padding-bottom: 120px;
	margin-top: 80px;
	background-color: #141d37;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	position: relative;
}

.contact-container iframe {
	z-index: -1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=10);
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-container .large-12 h5 {
	color: #fff;
	text-transform: lowercase;
	font-size: 56px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight: 200;
	margin: 0;
	margin-bottom: 80px;
}

.contact-info p, p.tick {
	margin-top: 0;
	margin-bottom: 35px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.contact-info ul li {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #fff;
}

.contact-info ul li:nth-child(1):before {
	content: url(../img/phone.png);
	position: relative;
	top: 8px;
	padding-right: 15px;
}

.contact-info ul li:nth-child(2):before {
	content: url(../img/email.png);
	position: relative;
	padding-right: 15px;
}

.contact-info ul li:nth-child(3):before {
	content: url(../img/street.png);
	position: relative;
	top: 5px;
	padding-right: 15px;
}

.contact-form input {
	padding: 15px 8px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	background-color: transparent;
	border: 1px solid white;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
	font-weight: 300;
}

.contact-form textarea {
	height: 141px;
	background-color: transparent;
	padding-top: 15px 8px;
	border: 1px solid white;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.contact-form textarea:focus, .contact-form input:focus {
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.contact-form ::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
	color: #fff;   
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
	text-transform: uppercase;
	color: #fff;   
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.contact-form :-ms-input-placeholder {  
 	text-transform: uppercase;
 	color: #fff;  
 	font-family: 'Lato', sans-serif;
 	font-weight: 300;
 	font-size: 14px;
}


.contact-form button {
	float: right;
	margin-top: 15px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-right: 55px;
	border: 1px solid white;
	background-image: url(../img/send.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form button:hover {
	background-color: #c0392b;
	color: #fff;
}



@media screen and (max-width: 700px) {
    /*#aboutText{ display: none; }*/
    #big-video-wrap{ display: none;}
	.countdown-container {
		background-image: url(../images/mbg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.drop-container{
		    height: auto;
		    max-height: 100%;
		    padding: 0;
		    font-size: 13px!important;
		    padding-bottom: 70px;
		    z-index: 66;
	}
	.drop-container.toggle-container {
    z-index: 11;
}
    #pLogo{ max-width: 150px; }
   /* #cubes-wrapp {
		width: 300px;
		height: 200px;
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		z-index: 55;
	}*/
	
	#cubes-wrapp {
    width: 300px;
    height: 200px;
    position: relative;
    top: 5%;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 55;
}
	/*#cubes-wrapp .element{
		width: 80px !important; height: 80px !important;
	}
	#cubes-wrapp .element.item-2{
		left: 120px; top: 0px;
	}
	#cubes-wrapp .element.item-3{
		left: 240px; top: 0px;
	}
	#cubes-wrapp .element.item-4{
		left: 60px; top: 60px;
	}
	#cubes-wrapp .element.item-5{
		left: 180px; top: 60px;
	}
	#cubes-wrapp .element.item-6{
		left: 0px; top: 120px;
	}
	#cubes-wrapp .element.item-7{
		left: 120px; top: 120px;
	}
	#cubes-wrapp .element.item-8{
		left: 240px; top: 120px;
	}
	#cubes-wrapp .element.item-9{
		left: 60px; top: 180px;
	}*/
	
		#cubes-wrapp .element{
		width: 70px !important;
		height: 70px !important;
	}
	#cubes-wrapp .element.item-1{
		left: 20px; top: 0px;
	}
	#cubes-wrapp .element.item-2{
		left: 120px; top: 0px;
	}
	#cubes-wrapp .element.item-3{
		left: 220px; top: 0px;
	}
	#cubes-wrapp .element.item-4{
		left: 70px; top: 50px;
	}
	#cubes-wrapp .element.item-5{
		left: 170px; top: 50px;
	}
	#cubes-wrapp .element.item-6{
		left: 20px; top: 100px;
	}
	#cubes-wrapp .element.item-7{
		left: 120px; top: 100px;
	}
	#cubes-wrapp .element.item-8{
		left: 220px; top: 100px;
	}
	#cubes-wrapp .element.item-9{
		left: 70px; top: 150px;
	}
}
