/* O to the C to the D here comes the code of the almighty mlt */

@font-face {
  font-family: 'fontello';
  src: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/fontello.eot?19132");
  src: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/fontello.eot?%23iefix&19132") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/fontello.woff?19132") format("woff"), url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/fontello.tff?19132") format("truetype"), url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/fontello.svg%23fontello?19132") format("svg");
  font-weight: normal;
  font-style: normal; }

@viewport {
  width: device-width; }
  
@-moz-keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}
@-webkit-keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}
@keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}

@-moz-keyframes fadeOut {
  from {opacity:1;}
  to {opacity:0;}
}
@-webkit-keyframes fadeOut {
  from {opacity:1;}
  to {opacity:0;}
}
@keyframes fadeOut {
  from {opacity:1;}
  to {opacity:0;}
}

/* -------------------------------------------------- 
   Sassy stuff
----------------------------------------------------- */
/* -----------------------------------------
   RAAAAAAAAAWR
----------------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  /* background: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/bg.gif?19132") center top repeat white; */
  background-color: #fff;
  color:#191919;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
}

a { color:#191919; text-decoration: none; line-height: inherit; }
a:hover { color: #46ba18; }
a:focus { color: #46ba18; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* Uncomment for 3D effect */
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
}

  .icon-mail:before { content: '\2709'; } /* '✉' */
  .icon-basket:before { content: '\e73d'; } /* '' */
  .icon-phone-squared:before { content: '\f098'; } /* '' */
  .icon-twitter:before { content: '\f099'; } /* '' */
  .icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
  .icon-mail-alt:before { content: '\f0e0'; } /* '' */
  .icon-twitter-squared:before { content: '\f304'; } /* '' */
  .icon-facebook-squared:before { content: '\f308'; } /* '' */
  .icon-picture:before { content: ''; } /* '\1f304' */
  .icon-phone:before { content: ''; } /* '\1f4de' */
  .icon-mobile:before { content: ''; } /* '\1f4f1' */
  .icon-video:before { content: ''; } /* '\1f3ac' */
  .icon-video-circled:before { content: '\e011'; } /* '' */
  .icon-paper-plane:before { content: '\e79b'; } /* '' */
  .icon-megaphone:before { content: '\e802'; } /* '' */
  .icon-rocket:before { content: '\e801'; } /* '' */
  .icon-down-open-big:before { content: '\e803'; } /* '' */
  .icon-left-open-big:before { content: '\e804'; } /* '' */
  .icon-right-open-big:before { content: '\e805'; } /* '' */
  .icon-up-open-big:before { content: '\e806'; } /* '' */
  .icon-attention-circle:before { content: '\e808'; } /* '' */
  .icon-flag:before { content: '\e800'; } /* '' */
  .icon-heart:before { content: '\e809'; } /* '' */
  .icon-ccw:before { content: '\e80a'; } /* '' */
  .icon-trash:before { content: '\e80b'; } /* '' */
  .icon-leaf:before { content: '\e80d'; } /* '' */
  .icon-gauge:before { content: '\e80e'; } /* '' */
  .icon-brush:before { content: '\e80c'; } /* '' */
  .icon-circle-empty:before { content: '\e810'; } /* '' */
  .icon-circle:before { content: '\e80f'; } /* '' */
  .icon-globe:before { content: '\e811'; } /* '' */
  .icon-truck:before { content: '\e812'; } /* '' */
  .icon-flight:before { content: '\e813'; } /* '' */
  

h1 {
  font-size: 37px;
  font-weight: 700; }
h2 {
  font-size: 30px;
  font-weight: 300;}
h3 {
  font-size: 26px;
  font-weight: 300; }
h4 {
  font-size: 22px;
  font-weight: 300; }
h5 {
  font-size: 18px;
  font-weight: 300; }
h6 {
  font-size: 14px; }

p.small {
	font-size: 16px;
}
a img {
  border: none; }

a:hover {
  text-decoration: none; }
p a:hover {
  text-decoration: underline; }

a.button {
  font-weight: 500;
}
p a.button:hover {
	text-decoration: none;
}

/* - */

nav#mlt {
  background: none;
  padding: 18px 0px 0px 0px;
  height: 90px;
  opacity: 0.85;
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  z-index:40;
	-o-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.scrolled {
	background: white !important;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#mlt_logo {
	display: inline-block;
	width: 429px;
	height: 53px;
	background-image: url("images/logo.png");
  	/* background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/mlt_logo.png?19132"); */
  	background-repeat: no-repeat;
	background-size: 100%;
}
#mlt_logo span {
	display: none;
}

nav#mlt div div ul li a {
  border: none;
}
nav#mlt div div ul li a img {
  border: none; 
}
nav#mlt div div ul {
  width: 100%; 
  list-style: none;
}
nav#mlt div div ul li {
  margin-left: 14%;
  padding-top: 4px;
  float: right;
  background: none; 
}  
nav#mlt div div ul.neli li {
  	margin-left: 6.8%;
} 
nav#mlt div div ul li:last-child {
  margin-left: 0%; 
}
nav#mlt div div ul li a:hover {
  background: none; 
}
nav#mlt div div ul li a {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 100; 
}
nav#mlt div div ul li a:hover {
  color: #46ba18; 
  /* background-color: rgba(0,0,0, 0.3); */
}

nav#mlt div div ul li a.cart .icon-basket:before { 	
  margin-right: 0em;
  color: #000;
  font-size: 20px;
  opacity: 0.8;
}
nav#mlt div div ul li a.cart:hover .icon-basket:before { 	
	color: #46ba18; 
}


/* - */

#subnav {
	position: fixed;
	left: 1%;
	top: 20%;
	font-size: 13px;
	z-index: 40;
	min-width: 140px;
}
#subnav ul.subnav_list {
}
#subnav ul.subnav_list li {
	list-style: none;
	display: block;
	margin-bottom: -4.5%;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
	opacity: 0.6;
}
#subnav ul.subnav_list:hover li {
	margin-bottom: 1%;
	opacity: 0.8;
}
#subnav ul.subnav_list li a {
	display: inline-block;
	line-height: 21px;
	padding: 2.5% 10% 2.5% 6%;
	border-radius: 99px;
	font-size: 13px;
	color:#000;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}
#subnav ul.subnav_list li a span {
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
	opacity: 0;
}
#subnav ul.subnav_list li a:hover {
	background-color:#fff;
	color:#000;
	opacity: 1;
}
#subnav ul.subnav_list li a:hover span {
	opacity: 1;
}

#subnav ul.subnav_list li a:before {
	content: '\e80f';
    font-family: 'fontello';
	font-size:6px;
	vertical-align:top;
	line-height:21px;
	color:#000;
    width: 17px;
	margin-right: 8px;
	text-align: center;
	display: inline-block;
    -webkit-transition: font 0.1s ease-in-out; 
    -moz-transition: font 0.1s ease-in-out; 
    -o-transition: font 0.1s ease-in-out; 
    transition: font 0.1s ease-in-out;
}
#subnav ul.subnav_list li.active a:before {
	color:#000;
	content: '\e810';
}
#subnav ul.subnav_list li a:hover:before {
	color:#46ba18;
	font-size:10px;
	
}
#subnav ul.subnav_list li.buy {
	margin-top: 3%;
}
#subnav ul.subnav_list li.buy a:before {
	content: '\e73d';
    font-family: 'fontello';
	font-size: 16px;
	line-height: 21px;
    opacity: 0.8;
}

/* - */
  
header {
  margin-top: 90px; 
}
.bigimg {
  margin-top: 0;
}  
.videoframe { 
	background-color: #f4f4f4;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
  	overflow:hidden;
	background-repeat: no-repeat;
	background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	position: relative;
}
.videoframe video {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
} 
.videoframe .container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
} 
.videoframe.s_first .container {
	background: rgba(255, 255, 255, 0.5);
}
.videoframe .container .row {
	padding-top: 9%;
}

.watchvideo {
	display: block;
	text-align: center;
}
.watchvideo i {
}
.watchvideo i:before {
	line-height: 1.2em;
	font-size: 90px;
	padding: 0 3px 0 2px;
	color:#000;
	margin: 0;
	opacity: 0.6;
}
.watchvideo:hover i:before {
	opacity: 1.0;
}
.watchvideo span {
	display:none;
}
.watchvideo.smallvideob {
}
.watchvideo.smallvideob i:before {
	font-size: 200%;
	position: relative;
	bottom: -4px;
	margin-right: 10px;
	width: 1.1em;
}


header h3 {
	line-height: 1.5em;
	opacity: 0.8;
}
.boxxd {
	font-size: 75%;
	padding: 0.3% 1.3% 0.3% 1.3%;
	margin: -1.5% 0 0 0.8%;
	border: 1px;
	border-style: solid;
	border-radius: 25%;
}
#homepage { 
	background: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/360.gif?19132") #f4f4f4 center center no-repeat; 
	height: 200px; 
	max-height: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
	-moz-box-shadow:    inset 0 0 20px #d6d6d6;
	-webkit-box-shadow: inset 0 0 20px;
	box-shadow:         inset 0 0 20px #d6d6d6;
	text-align: center;
}
#homepage > img, #homepage > div.hslide { 
	display: none; 
}
#homepage.orbit { 
	background: none; 
	box-shadow: none;
}
#homepage.orbit > img, 
#homepage.orbit > div.hslide { 
	display: block;
}
#homepage.orbit div.hslide .videoframe { 
	height: 100%;
}
.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.s_first, 
.s_second, 
.s_third, 
.s_fourth {
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.s_first {
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/header.jpg?19132");
}
.s_second {
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/header_mini.jpg?19132");
}
.s_third {
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/glass_header.jpg?19132");
}
.s_fourth {
	background-image: none;
}
.orbit-wrapper .timer {
	opacity: 0;
}
.orbit-wrapper .slider-nav span {
	margin: 0 15px 0 15px;
}
.orbit-wrapper .slider-nav span:hover {
	border-radius: 3px;
	background-color: rgba(0,0,0, 0.2) !important;
}

.headbuttons {
	margin: 6% 0 4% 0;
}
.kickstarterfunded {
	color: rgba(0,0,0, 0.4);
	width: 100%;
	display: block;
}
.kickstarterfunded img {
	width:110px;
}

/*
header#homepage > ul.orbit-bullets { bottom: 10px; left: 50%; margin-left: -50px; padding: 0; }
#homepage ul.orbit-bullets li { 
	margin-left: 10px; 
	color: #999999; 
	background: #cdcdcd; 
	line-height:21px;
	width: 17px; 
	height: 17px; 
	display: block;
}
#homepage ul.orbit-bullets li:before { 
	content: '\e80f';
    font-family: 'fontello';
	font-size:6px;
	vertical-align:top;
	line-height:21px;
	color: rgba(0,0,0, 0.6);
    width: 17px;
	margin-right: 8px;
	text-align: center;
	display: block;
    -webkit-transition: font 0.1s ease-in-out; 
    -moz-transition: font 0.1s ease-in-out; 
    -o-transition: font 0.1s ease-in-out; 
    transition: font 0.1s ease-in-out;
}
#homepage ul.orbit-bullets li:hover:before { 
	content: '\e80f';
	font-size:10px;
}
#homepage ul.orbit-bullets li.active { color: #222222; }
#homepage ul.orbit-bullets li.active:before { 
	content: '\e810';
	font-size: 10px;
}
*/

#backcoversh {
	position: relative;
	height: 100%;
	width: 100%;
}
#backcoversh img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#multiphoto {
	position: relative;
	height: 100%;
	width: 100%;
}

#multiphoto img {
	/* position: absolute; */
	bottom: 0;
	left: 0;
}

/* - CONTENT - */

.ocdcontent {
	padding: 3% 0;
}
.gradient {
	background-color: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.gray {
    background-color: #f6f6f6 !important;
}
.white {
    background-color: #fff !important;
}
.bordered {
	border-top: 1px solid #f2f2f2;
}
.ocdproduct_boxed {
	padding: 0 0;
}
.ocdproduct_boxed h3 {
	padding-bottom: 5%;
}
.boxed {
	-moz-box-shadow: 7px 0 13px -7px #dbdbdb, 
				-7px 0 13px -7px #dbdbdb, 
				0px 7px 13px -7px #dbdbdb;
    -webkit-box-shadow: 7px 0 13px -7px #dbdbdb, 
				-7px 0 13px -7px #dbdbdb, 
				0px 7px 13px -7px #dbdbdb;
    box-shadow: 7px 0 13px -7px #dbdbdb, 
				-7px 0 13px -7px #dbdbdb, 
				0px 7px 13px -7px #dbdbdb;
	background-color:#fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.ocdproduct_boxed .row:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 5%;
}
.extra-box {
	background-color:#fff;
	border-radius: 20px;
	-moz-box-shadow: 7px 0 13px -7px #dbdbdb, -7px 0 13px -7px #dbdbdb, 0px 7px 13px -7px #dbdbdb;
    -webkit-box-shadow: 7px 0 13px -7px #dbdbdb, -7px 0 13px -7px #dbdbdb, 0px 7px 13px -7px #dbdbdb;
    box-shadow: 7px 0 13px -7px #dbdbdb, -7px 0 13px -7px #dbdbdb, 0px 7px 13px -7px #dbdbdb;
}
.flatextrabox {
	margin-top: 30px;
	width: 80%;
	border-radius: 5px;
	background-color:#ebebeb;
	text-align: center;
}
.campaign {
	
}
.whitetop {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.whitetop .row {
	margin-left: auto;
	margin-right: auto; 
	width: 100%; 
	max-width: 1000px; 
	background-color: rgba(255,255,255, 0.8);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 1.5% 0.5% 0 0.5%;
}
.whitetop .row {
}
.whitetop h3 {
	line-height: 1em;
}
.contact.gray {
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/contact_bg.jpg?19132"); 
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	-moz-box-shadow:    inset 0 0 20px #ececec;
	-webkit-box-shadow: inset 0 0 20px;
	box-shadow:         inset 0 0 20px #ececec;
}

/* - */
  
.button { 
  font-family: "proxima-nova", sans-serif;
  color: white; 
  font-weight: 300; 
  border-radius: 5px;
  border: 0px;
  background: rgba(73, 204, 22, 0.8);
  box-shadow: none; 
  line-height: 1;
  -webkit-transition: all 0.2s ease-out; 
  -moz-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2%;
	margin-right: 2%;
}

.button:hover, 
.button:focus { 
	border-color: none;
	letter-spacing: 1.27px;
	color: black; 
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
    filter: dropshadow(color=#46ba18, offx=1, offy=1);
	background: #CF3;
	box-shadow: 0 0 8px 0px #eaeaea;
}
.button:active { 
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) inset; 
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) inset; 
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) inset; 
	background: #46ba18;
}
.button.large { 
	font-size: 19px; 
	padding: 16px 27px 18px 22px; 
}
.button.medium { 
	font-size: 16px; 
	padding: 12px 21px 12px 16px; 
}
.button.small { 
	font-size: 14px; 
	padding: 5px 10px 5px 10px;
}
.button i:before, .button:before {
	color:#fff;
	font-size: 1.2em;
    margin-right: 0.5em;
}
.button.glass {
	font-weight: 100;
	background: none;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
    border-color: rgba(0,0,0, 0.2);
	color: rgba(0,0,0, 0.7);
	opacity: 1;
}
.button.glass.arrow {
}
.button.arrow i:before {
	margin-right: -0.4em;
	margin-left: 0.2em;
}
.button.glass i:before {
	color: rgba(0,0,0, 0.7);
}
.button.glass:hover,
.button.glass:focus {
	text-shadow: none;
	box-shadow: none;
	border-color: rgba(0,0,0, 1);
	color: rgba(0,0,0, 1);
	background: none;
	opacity: 1;
}
.button.glass:hover i:before {
	color: rgba(0,0,0, 1);
}
.button.secondary {
	color:#fff;
	background-color: #d9d9d9;
	border: 0;
}
.button.secondary:hover, 
.button.secondary:focus { 
	background-color:#a6a6a6;
}

/* - */

.ocdproducts {
}
.about {
}
.ocdcontent h1 {
}
.ocdcontent h2 {
	text-align: center;
}
.ocdcontent h3.thin {
	margin-bottom: 5%;
	font-weight: 100;
	color:#797979; 
	text-align: center;
}
.about h2, .cart h2, .errorpage h2 {
	margin-bottom: 5%;
}
.contact h2 {
	margin-bottom: 7%;
}
a.prod_thumb {
	display:block;
} 
.woodbacks a.prod_thumb {
	margin-bottom: 30%;
	text-align: center;
}
a.prod_thumb div.image {
	display: block;
	border-radius: 5px;
	background-repeat: no-repeat;
    -webkit-background-size: cover; /*for webKit*/
    -moz-background-size: cover; /*Mozilla*/
    -o-background-size: cover; /*opera*/
    background-size: cover; /*generic*/
	background-position: -1000px -1000px;
}
.docks a.prod_thumb div.image {
	box-shadow: 0 0 5px 0px #eaeaea;
}
.docks a.prod_thumb:hover div.image {
	box-shadow: none;
}
a.prod_thumb div.image img {
	display: block;
	border-radius: 5px;
	opacity: 1.0;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
a.prod_thumb:hover div.image img {
	opacity: 0.0;
}
a.prod_thumb:hover div.image {
	background-position: top center;
}
a.prod_thumb h4 {
	line-height: 24px;
	margin: 0;
	padding: 20px 0 14px 0;
	width: 100%;
	text-align: center;
	display: block;
}
.woodbacks a.prod_thumb h4 {
	font-size: 18px;
}
a.prod_thumb h4 span {
	text-align: center;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
	display: block;
    height: auto;
	opacity: 1.0;
	overflow:hidden;
}
a.prod_thumb h4 span.price {
	opacity: 0;
	height: 0;
}
a.prod_thumb:hover h4 span {
	opacity: 0;
	height: 0;
}
a.prod_thumb:hover h4 span.price {
	opacity: 1.0;
	height: auto;
}
a.prod_thumb h5 {
	text-align: center;
	color:#adadad; 
	position: relative;
	float:left;
	width: 100%;
	padding: 5px 0;
	margin: 0px;
}
a.prod_thumb h5.desc {
	display: none;
}
a.prod_thumb:hover h5 {
	display: none;
} 
a.prod_thumb:hover h5.desc {
	display: block;
} 
.eitherstock {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.eitherstock div.soldout h5 {
	display: none;
	position: absolute;
	top: 35%;
	margin-top: -20px;
	width: 98%;
	padding: 3% 0;
	background-color: rgba(255,255,255, 0.9);
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	font-weight: 500;
	color:rgba(0,0,0, 0.6);
	text-transform: uppercase;
}
a.prod_thumb:hover div.image .eitherstock div.soldout h5 {
	display: block;
}

/* - */

.video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* - */

#iphone_version {
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#iphone_version > form {
	padding-top: 2%;
}
#iphone_version > form.valik {
	padding-top: 5%;
}

ul#variants {
	list-style: none;
	background-color: none;
}
ul#variants li input[type="radio"] {
	display:none;
}
ul#variants li input[type="radio"] + label,
ul#variants li div.soldout {
	text-align: center;
	border-radius: 7px;
	padding: 10% 10% 8% 10%;
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
}
ul#variants li div.soldout {
    cursor: auto !important;
}
ul#variants li input[type="radio"] + label h4,
ul#variants li div.soldout h4 {
	padding-top: 3%;
	padding-bottom: 0;
}
ul#variants li input[type="radio"] + label span.check {
	display:none;
}
ul#variants li div.soldout span.check {
	color: #e99898;
}
ul#variants li input[type="radio"] + label i:before,
ul#variants li div.soldout i:before {
	font-size: 320%;
    margin-right: 0;
}
ul#variants li input[type="radio"] + label i.icon-mobile:before { 	
	color:#7d7d7d;
}
ul#variants li div.soldout i.icon-mobile:before { 	
	color:#a6a6a6;
}
ul#variants li input[type="radio"]:checked + label {
	-moz-box-shadow: inset 0 0 25px #d2d2d2;
	-webkit-box-shadow: inset 0 0 25px #d2d2d2;
	box-shadow: inset 0 0 25px #d2d2d2;
	background-color: #efefef;
}
ul#variants li input[type="radio"]:checked + label span.check {
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -10px;
	font-size: 26px;
	color: #46ba18;
}
ul#variants li:hover input[type="radio"] + label {
	background-color: #efefef;
}
ul#variants li:hover input[type="radio"] + label i.icon-mobile:before { 	
	color:#a6a6a6;
}
ul#variants li input[type="radio"]:checked + label i.icon-mobile:before,
ul#variants li:hover input[type="radio"]:checked + label i.icon-mobile:before { 	
	color:#222222;
}
ul#variants li div.soldout h5 {
	position: absolute;
	top: 52%;
	margin-top: -20px;
	width: 98%;
	margin-left: -12%;
	padding: 3% 0;
	background-color: rgba(255,255,255, 0.9);
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	font-weight: 500;
	color:rgba(0,0,0, 0.6);
	text-transform: uppercase;
}
ul#variants li div.soldout h4 {
	opacity: 0.3;
}
ul#variants li div.soldout i.icon-mobile:before {
	opacity: 0.3;
}
#iphone_version .add-btn h2 {
	width: 100%;
	font-weight: 100;
	padding-top: 2%;
	padding-bottom: 2%;
}
#iphone_version h3.sorryout {
	width: 100%;
	font-weight: 100;
	padding-top: 2%;
	padding-bottom: 2%;
}

/* - */

#sold-out {
	padding-bottom: 2%;
}


/* - */

/* Social currently unused */

#social { 
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position:relative;
}
/* creates the rectangle */
#social:before {
	content:"";
	position:absolute;
	top:-20px;
	left: 0;
	width:100%;
	height:20px;
	background-color: #f6f6f6;	
}
/* creates a rounded corners */
#social:after {
	content:"";
	position:absolute;
	top:-20px;
	left:0;
	width:100%;
	height:20px;
	background:#fff;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-leftright:20px;
	border-bottom-left-radius:20px;
}


/* - */

.ocdreviews {
}
ul#reviews_o {
	text-align: center;
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/360.gif?19132");
	background-position: center center;
	background-repeat: no-repeat; 
	height: 60px;
	margin: 0;
	padding: 0;
}
ul#reviews_o li {
	width: 100%;
	font-size: 21px;
	font-weight: 100;
	text-align: center;
	float:left;
}
ul#reviews_o li i {
	display: inline-block;
	line-height: 32px;
	width: 70%;
}
ul#reviews_o li a {
	font-weight: bold;
}
ul#reviews_o li i:before {
	content:"“";
	font-size: 40px;
	color:#d6d6d6;
	font-family: Georgia, Times, serif;
}
ul#reviews_o li i:after {
	content:"”";
	font-size: 40px;
	color:#d6d6d6;
	font-family: Georgia, Times, serif;
}
ul#reviews_o img, ul#reviews_o li, ul#reviews_o div { display: none; }

ul#reviews_o.orbit { background:none; }
ul#reviews_o.orbit img, ul#reviews_o.orbit li, ul#reviews_o.orbit div { display: inline; }

.ocdreviews ul.orbit-bullets {
	/* reset Foundation */
		position: static !important;
		margin-left: 0px !important;
	/* reset Foundation */
	
	width: 100%;
	text-align: center;
}
.ocdreviews .orbit.with-bullets { margin-bottom: 0px; }
.ocdreviews ul.orbit-bullets li {
	/* reset Foundation  */
		float: none !important;
		margin-left: 0px !important;
	/* reset Foundation */

	display: inline-block;
}
.ocdreviews ul.orbit-bullets li.has-thumb {
	background-position: top left !important;
	height: 56px;
	margin: 0px !important;
	padding: 0px !important;
	
    -webkit-background-size: cover; /*for webKit*/
    -moz-background-size: cover; /*Mozilla*/
    -o-background-size: cover; /*opera*/
    background-size: cover !important; /*generic*/
}
.ocdreviews ul.orbit-bullets li.has-thumb:hover {
	background-position: top right !important;
}
.ocdreviews ul.orbit-bullets li.active {
	background-position: top right !important;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(1) {
	width: 149px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(2) {
	width: 74px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(3) {
	width: 168px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(4) {
	width: 147px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(5) {
	width: 172px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(6) {
	width: 113px;
}
.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(7) {
	width: 100px;
}
.ocdreviews .timer {
	display: none;
}

.buzz {
	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/360.gif?19132");
	background-position: center center;
	background-repeat: no-repeat; 
}
.buzz ul li {
	background-repeat: no-repeat;
	background-position: center center;
}
.buzz ul li .twelve {
	text-align: center;
	padding: 20px;
	min-height: 200px;
	background-color:#fff;
	box-shadow: 0 0 5px 0px #eaeaea;
	-o-transition: opacity .3s ease-in-out,  background-image .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out,  background-image .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out,  background-image .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out,  background-image .3s ease-in-out;
	transition: opacity .3s ease-in-out,  background-image .3s ease-in-out;
}
.buzz ul li .twelve {
	opacity: 0.0;
	display: table;
}
.buzz ul li  .twelve:hover {
	opacity: 1.0;
}
.buzz ul li .twelve p {
	display:table-cell; 
	vertical-align:middle;
}
.buzz ul li .twelve p a, .buzz ul li .twelve p i {
	display: block;
}
.buzz ul li .twelve p a {
	font-weight: bold;
	margin-top: 0.5em;
}
.buzz ul li .twelve p a:hover {
	text-decoration: none;
}
.buzz h2 i:before {
	color:#000;
	font-size: 100%;
	opacity: 1.0;
	margin-right: 0;
}

/* - */

.contact .five {
	padding-bottom: 1.5%;
}
#contactFormWrapper {
}
#contactFormWrapper label.message_f {
	margin-top: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#contactFormWrapper textarea {
	padding: 13px;
	border: 0px;
	border-radius: 3px;
	width: 100%;
}
#contactFormWrapper input {
	border: 0px;
	border-radius: 3px;
	padding: 12px;
	font-size: 14px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	float:left;
}
input#contactFormSubmit {
	border: 0px;
	margin: 0px;
	float: right;
	border-radius: 3px;
	color: #46ba18;
}
#contactFormSubmit:hover {
}
.contact-form {
	margin:1em 0;
}
.feedback {
	padding:0.5em 0.7em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.feedback p {
	padding:0.5em 0 !important;
	margin:0 !important;
}
.successForm {
	background-color: rgba(189,224,168, 0.4);
	color:green;
	margin-bottom: 15px;
	text-align: center;
}
.successForm i {
	width: 100%;
	text-align: center;
}
.successForm i:before {
	font-size: 130%;
	color:#46ba18;
    -webkit-animation: beat 0.7s ease 0s infinite normal;
    -moz-animation: beat 0.7s ease 0s infinite normal;
    animation: beat 0.7s ease 0s infinite normal;
}
@-webkit-keyframes beat {
    0% {-webkit-transform: scale(1); }
    50% {-webkit-transform: scale(1.1); }
    100% {-webkit-transform: scale(1); }
}
@-moz-keyframes beat {  
    0% {-moz-transform: scale(1); }
    50% {-moz-transform: scale(1.1); }
    100% {-moz-transform: scale(1); }
}
@keyframes beat {  
    0% {transform: scale(1); }
    50% {transform: scale(1.1); }
    100% {transform: scale(1); }
}
.errorForm {
	background-color: rgba(238,189,189, 0.4);
	color:red;
	margin-bottom: 15px;
}
.errorForm i:before {
	margin-right: 0.2em;
	font-size: 120%;
}
.contact .seven span.parem {
	display: inline;
}
.contact .seven span.alumine {
    display: none;
}

/* - */

.cart h2 {
	
} 
#cartform ul {
	list-style: none;
	width: 100%;
	margin-bottom: 1%;
}
#cartform ul li {
	float: left;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 8px 0px #eaeaea;
	background-color: #fff;
	margin-bottom: 1.5%;
	padding: 10px 0px;
	position: relative;
}
#cartform .cartthumb img {
	border-radius: 5px;
	margin-top: 2%;
}
#cartform .updatec {
	text-align: right;
}
#cartform .checkouting {
	text-align: center;
}
#cartform .checkouting h2 {
	font-weight: 100;
	margin: 0;
	padding: 1% 0 6% 0;
	line-height: 1.5em;
}
#cartform .cartcalc {
	text-align: right;
}
#cartform h4.price, #cartform h4.total, #cartform input.quantity {
	display: inline-block;
	vertical-align: middle;
}
#cartform h4 span {
	color:#d9d9d9;
	padding: 0 12%;
}
#cartform input.quantity {
	margin-top: 14px;
	width: 15%;
}
#cartform a.delete {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 13px 15px 10px 15px;
	border-radius: 5px;
	display:inline-block; 
	vertical-align:middle;
}
#cartform a.delete i:before {
	color:#d9d9d9;
	font-size: 1.3em;
}
#cartform a.delete:hover i:before {
	color: #46ba18;
}
#cartform a.delete:hover {
	background-color: #f2f2f2;
}
	
/* - */

.errorpage p {
	text-align: center;
}


/* - */

footer {
	padding-top: 3%;
  background-color: #fff; 
  color: #191919;
  border-top: 1px solid #f2f2f2;
}
.lfooter {
	padding-bottom: 2%;
}
.sfooter {
	color: #e3e3e3;
	padding-top: 2%;
	padding-bottom: 2%;
}
.copyright {
	text-align: left;
	color: #000000;
}
.designer {
	text-align: right;
}
.paymenticons {
	opacity: 0.6;
	width: 60%;
}
.paymenticons:hover {
	opacity: 1.0;
}

footer h3 {
  padding-bottom: 3%; }

footer .row .four .facebookbox {
  overflow: hidden;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-right: 1%;
  padding: 3%; 
}
ul.side-nav {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.side-nav li { }

ul.side-nav li a {
  color: #191919; 
}
ul.side-nav li span {
  color: #a6a6a6; 
}
ul.side-nav li a:hover {
  color: #46ba18;
}
ul.side-nav i:before { 	
  font-size: 140%;
  color:#d9d9d9;
  margin-right: 0.5em;
}
ul.side-nav li a:hover i:before {
  color:#a6a6a6;
}
ul.side-nav li a:hover i.icon-facebook-squared:before {
  color:#3b5998;
}
ul.side-nav li a:hover i.icon-twitter:before {
  color:#33ccff;
}
ul#footermenu {
	list-style: none;
}
ul#footermenu li {
	display: inline-block;
	margin: 0 0 0 0;
}
ul#footermenu li a {
	color: #a6a6a6;
}
footer .freeshipping {
}


/* */


.ribbon-wrapper-green {
	z-index: 41;
  width: 125px;
  height: 128px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: 15px;
  text-align: center;
  text-shadow: rgba(0,0,0,0.1) 0px 0px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -4px;
  top: 30px;
  width: 165px;
  background-color: #75de35;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

/* -----------------------------------------
   RESPONSIIIIIIVEEEEEE
----------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	header#homepage .s_first {
	}
	#mlt_logo {
	  	/*
	  	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/mlt_logo_2x.png?19132");
	  	*/
	}
}
@media screen and (max-width: 1000px) { 
	
	h1 {
	  font-size: 59px; }
	h2 {
	  font-size: 49px;
	  font-weight: 300;}
	h3 {
	  font-size: 33px;
	  font-weight: 300; }
	h4 {
	  font-size: 26px;
	  font-weight: 300; }
	h5 {
	  font-size: 16px;
	  font-weight: 300; }
	h6 {
	  font-size: 14px; }
	  
	.videoframe .container .row {
		padding-top: 7%;
	}
    .watchvideo i:before {
      line-height: 1.2em;
    } 
}
@media screen and (max-width: 900px) { 

}
@media screen and (max-height: 800px) {     /* 860? HEIGHT */
	
	body {
		font-size: 16px;
	}
	nav#mlt {
	  padding: 8px 0px 0px 0px;
	  height: 70px;
	}
	header {
	  margin-top: 70px; 
  	} 
	header#homepage.orbit {
		max-height: 650px;
	}
    .videoframe {
  	  max-height: 650px;
	  overflow:hidden;
    }
    .watchvideo i:before {
    	line-height: 1.2em;
    } 
	p {
		font-weight: 300;
		font-size: 16px;
		line-height: 1.6;
	}
	h1 {
	  font-size: 37px;
	  font-weight: 700; }
	h2 {
	  font-size: 30px;
	  font-weight: 300;}
	h3 {
	  font-size: 25px;
	  font-weight: 300; }
	h4 {
	  font-size: 21px;
	  font-weight: 300; }
	h5 {
	  font-size: 17px;
	  font-weight: 300; }
	h6 {
	  font-size: 14px; }
	
	.ocdcontent .boxes div {
  	  padding: 3%;
	}
	
}

@media screen and (max-width: 860px) {
	#mlt_logo {
		/*
	  	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/mlt_logo_s.png?19132");
	  	*/
		width: 154px;
		/* padding-left: 10px; */
	}
	.ocdcontent .boxes div {
  	  padding: 3%;
	}
	header#homepage.orbit {
		min-height: 484px;
	}
    .videoframe .container .row {
    	padding-top: 7%;
    }
    .videoframe {
  	  min-height: 484px;
	  overflow:hidden;
    }
	.videoframe video {
	  width: auto !important;
	  height: 100% !important;
	  max-height: 484px !important;
    }
    .watchvideo i:before {
    	line-height: 1.2em;
    	font-size: 90px;
    }
	h1 {
	  font-size: 37px;
	  font-weight: 700; }
	h2 {
	  font-size: 30px;
	  font-weight: 300;}
	h3 {
	  font-size: 25px;
	  font-weight: 300; }
	h4 {
	  font-size: 21px;
	  font-weight: 300; }
	h5 {
	  font-size: 17px;
	  font-weight: 300; }
	h6 {
	  font-size: 14px; }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .videoframe video {
  		display: none;
    }
	a.prod_thumb:hover div.image img {
		opacity: inherit;
	}
	a.prod_thumb:hover div.image {
		background: inherit;
	}
	a.prod_thumb:hover h4 span {
		display: block;
	    height: auto;
	}
	a.prod_thumb h4 span {
		display: block;
	    height: auto;
	}
	a.prod_thumb h4 span.price,
	a.prod_thumb:hover h4 span.price {
		display: none;
	}
	a.prod_thumb:hover h5 {
		display: block;
	    height: auto;
	} 
	a.prod_thumb h5.desc,
	a.prod_thumb:hover h5.desc,
	a.prod_thumb:hover div.image .eitherstock div.soldout h5 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#subnav {
		display: none;
	}
  	p {
      font-weight: 300;
	  font-size: 16px;
      line-height: 1.6; 
	}

	nav#mlt {
	  padding: 8px 0px 0px 0px;
	  height: 70px;
	}
	nav#mlt div div ul#menu {
		width: 95% !important;
		margin-right: 5%;
		float:left;
	}
	nav#mlt div div ul#menu li {
	  margin-left: 10% !important;
	  padding-top: 4px;
	}
	nav#mlt div div ul#menu.neli li {
	  	margin-left: 5.8% !important;
	}
	nav#mlt div div ul#menu li a {
	  padding-left: 5px !important;
	  padding-right: 5px !important;
	  font-size: 20px;
 	}
	nav#mlt div div ul#menu li a.cart .icon-basket:before { 	
	  font-size: 20px;
	}
	nav#mlt.whitenav div div ul li a {
	  color: #000;
	}
  
  header {
    margin-top: 70px; 
  }
  header#homepage.orbit {
    height: 431px;
  }
  .s_third {
  	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/header_backcover_o32.jpg?19132");
  }
  .videoframe {
	height: 431px;
  }
  .videoframe video,
  .videoframe > img,
  #backcoversh {
	display: none;
  }
  #multiphoto {
	display: none;
  }
  .videoframe .container {
	background: rgba(255, 255, 255, 0.5);
  }
  .videoframe .container .row {
  	padding-top: 10%;
  }
  .watchvideo i:before {
  	line-height: 1.1em;
  	font-size: 80px;
  } 
  .s_second {
	background-position: top right;
  }
  
  .button.large { 
  	font-size: 16px; 
  	padding: 14px 15px 16px 15px; 
  }
  .button.medium { 
  	font-size: 15px; 
  	padding: 10px 18px 10px 14px; 
  }
  .button.small { 
  	font-size: 13px; 
  	padding: 5px 10px 5px 10px;
  }
  
	.headbuttons {
		margin: 3% 0 3% 0;
	}
	.headbuttons .button {
		width: 45%;
		display: inline-block;
	}
  	
	
	a.prod_thumb:hover div.image img {
		opacity: inherit;
	}
	a.prod_thumb:hover div.image {
		background: inherit;
	}
	a.prod_thumb h4 span {
		display: block;
	}
	a.prod_thumb h4 span.price,
	a.prod_thumb:hover h4 span.price {
		display: none;
	}
	a.prod_thumb:hover h5 {
		display: block;
	} 
	a.prod_thumb h5.desc,
	a.prod_thumb:hover h5.desc,
	a.prod_thumb:hover div.image .eitherstock div.soldout h5 {
		display: none;
	} 
	
   /* - */
   ul#reviews_o li {
   	font-size: 16px;
   }
   ul#reviews_o li i {
   	line-height: 22px;
   	width: 95%;
   }
   ul#reviews_o li i:after, ul#reviews_o li i:before {
   	font-size: 28px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb {
		height: 30px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(1) {
		width: 84px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(2) {
		width: 42px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(3) {
		width: 83px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(4) {
		width: 147px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(5) {
		width: 97px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(6) {
		width: 63px;
	}
	.ocdreviews ul.orbit-bullets li.has-thumb:nth-child(7) {
		width: 50.6px;
	}
	
	.contact .seven span.parem {
		display: none;
	}
	.contact .seven span.alumine {
	    display: inline;
	}
	
	#cartform {
		text-align: center;
	}
	#cartform .cartcalc {
		text-align: center;
	}

  /* - */
  footer {
    padding-top: 2%;
    margin-top: 2%;
    text-align: center; }

  footer .twelve {
    padding-left: 2%;
    padding-right: 2%; }

  footer h3 {
    padding-bottom: 2%; }

  footer #footerstripe {
    padding: 2% 0 2% 0; }

  footer ul.side-nav li {
    font-size: 16px;
    text-align: left;
    margin-left: 35%;
    line-height: 1em; }

  footer ul.side-nav li a {
    font-size: 16px; } 
	
  .copyright {
	text-align: center;
  }
  .designer {
	text-align: center;
  }
}

@media screen and (max-width: 550px) {
	
	nav#mlt {
	  height: 60px;
	}
    header {
      margin-top: 60px; 
    }
	#mlt_logo {
		width: 100px !important;
		/* margin-top: 10px; */
	}
	nav#mlt div div ul#menu {
		width: 100% !important;
		margin-right: 0%;
		float:left;
	}
	nav#mlt div div ul#menu li {
	  margin-left: 5% !important;
	}
	nav#mlt div div ul#menu.neli li {
	  	margin-left: 3.8% !important;
	}
	nav#mlt div div ul#menu li a {
	  padding-left: 0px !important;
	  padding-right: 0px !important;
	  font-size: 15px;
	}
	#subnav ul.subnav_list li.buy a:before {
		font-size: 14px;
    .videoframe .container .row {
    	padding-top: 17%;
    }
	h1 {
	  font-size: 37px;
	  font-weight: 700; }
	h2 {
	  font-size: 30px;
	  font-weight: 300;}
	h3 {
	  font-size: 25px;
	  font-weight: 300; }
	h4 {
	  font-size: 21px;
	  font-weight: 300; }
	h5 {
	  font-size: 17px;
	  font-weight: 300; }
	h6 {
	  font-size: 14px; }
	  
	  .button.large { 
	  	font-size: 14px; 
	  	padding: 14px 15px 16px 15px; 
	  }
	  .button.medium { 
	  	font-size: 13px; 
	  	padding: 10px 18px 10px 14px; 
	  }
	  .button.small { 
	  	font-size: 12px; 
	  	padding: 5px 10px 5px 10px;
	  }
}
@media screen and (max-width: 480px) {
	#mlt_logo {
		width: 80px !important;
		/* margin-top: 10px; */
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 860px), all and (min-device-pixel-ratio: 2) and (max-width: 860px) {
	#mlt_logo {
	  	/*
	  	background-image: url("//cdn.shopify.com/s/files/1/0188/8054/t/2/assets/mlt_logo_s_2x.png?19132");
	  	*/
		width: 154px;
	}
}