/* CSS Document */
@font-face {
	font-family: myriad_pro;
	src: url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/myriadpro-light.eot);
	src: local('¢'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/myriadpro-light.woff) format('woff'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/myriadpro-light.ttf) format('truetype'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/myriadpro-light.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: myriad_pro_semibold;
	src: url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/MyriadPro-Semibold.eot);
	src: local('¢'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/MyriadPro-Semibold.woff) format('woff'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/MyriadPro-Semibold.ttf) format('truetype'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/MyriadPro-Semibold.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: oregano;
	src: url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/oregano.eot);
	src: local('¢'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/oregano.woff) format('woff'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/oregano.ttf) format('truetype'), url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/fonts/oregano.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
.contactHeadline {
	text-align: left
}
.contactHeadline a {
	color: #3688cc;
	font-family: 'myriad_pro_semibold'
}
.contactHeadline h1 {
	text-transform: uppercase;
	color: #333;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: initial;
	line-height: 1.2;
	font-family: 'myriad_pro_semibold';
	text-align: center
}
.contact_form form {
	margin-top: 5%
}
.contactHeadline h1 {
	margin-top: 2%
}
.contact_form form .labels {
	font-size: 15px;
	color: #5D5D5D;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'myriad_pro';
	padding: 10px 3% 10px 0;
	width: 130px;
	font-weight: bold
}
.inputs input, .inputs textarea {
	width: 97%;
	padding: 1%
}
.contact_form form .inputs, .contact_form form textarea {
	font-family: 'myriad_pro';
	font-size: 20px;
	color: #333;
	text-align: left
}
form .labels span {
	color: #3688cc
}
.contact_form form textarea {
	width: 97.6%;
	margin: 10px 0
}
.social_contact img {
	width: 30px
}
.instagramIcon {
	position: relative;
	top: 1px
}
.submitContact input {
	border: none;
	background: #F80;
	border-bottom: 2px solid #e47a00;
	border-right: 2px solid #FF961D;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 1px 1px;
	color: #fff;
	font-family: 'myriad_pro_semibold';
	cursor: pointer;
	padding: 5px 30px;
	margin: 0;
	position: relative;
	right: 0;
	text-transform: uppercase;
	width: 120px
}
tr {
	line-height: 2.5
}
.contact_container {
	clear: both;
	top: 0!important;
	padding-top: 60px;
	padding-bottom: 60px
}
.contact_form form table {
	width: 100%
}
.alertContact {
	color: #007CFF!important
}
.alertContactError {
	color: red;
	font-family: 'myriad_pro';
	line-height: 1.1;
	font-size: 14px;
	position: fixed;
	top: 20%;
	width: 30%;
	left: 35%;
	text-align: left;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	padding: 3%;
	box-shadow: 0 3px 17px rgba(0,0,0,0.05);
	border: 1px solid darkgrey
}
.img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap
}
.cd-popup-trigger {
	margin: 1px 15px;
	float: left;
	color: #333
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94,110,141,0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0 .3s;
	-moz-transition: opacity .3s 0s, visibility 0 .3s;
	transition: opacity .3s 0s, visibility 0 .3s;
	display: none
}
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0 0;
	-moz-transition: opacity .3s 0s, visibility 0 0;
	transition: opacity .3s 0s, visibility 0 0;
	display: block;
	overflow: auto;
	z-index: 9999
}
.cd-popup-container {
	position: relative;
	width: 50%;
	max-width: 960px;
	margin: 6em auto;
	background: #FFF;
	border-radius: 0;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	overflow: hidden;
	padding: 5%
}
.cd-popup-container p {
	padding: 0;
	line-height: 1.4!important;
	margin: 0
}
.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both
}
.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%
}
.cd-popup-container .cd-buttons a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s
}
.cd-popup-container .cd-buttons li:first-child a {
	background: #fc7169;
	border-radius: 0 0 0 .25em
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: #fc8982
}
.cd-popup-container .cd-buttons li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8
}
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5
}
.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px
}
.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.social_contact {
	float: left;
	margin-top: 10px;
	margin-left: 0;
	overflow: hidden;
	text-align: center;
	line-height: 1
}
@media all and (max-width: 960px) {
.cd-popup-container {
	width: 80%;
}
}
@media all and (max-width: 480px) {
.homeFooter p a: nth-child(3) {
	right: 0!important;
}
.homeFooter span {
	display: none;
}
.g-recaptcha {
	margin-bottom: 10px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 1px solid lightgrey;
	overflow: hidden;
	width: 170px;
}
.alertContactError {
	width: 90%;
	left: 2%;
}
tr {
	line-height: 1
}
.contact_form form textarea {
	margin: 3px 0;
	height: 50px;
}
.cd-popup-container .span_1_of_1 {
	display: table-cell;
	vertical-align: middle
}
.cd-popup-container .cd-popup-close {
	top: 20px;
	right: 20px
}
.social_contact {
	margin-top: 3px
}
.cd-popup-container {
	margin: 0;
	height: 100%;
	padding: 0 10%;
	display: table;
	-webkit-box-shadow: inset 0 0 0 16px rgba(109,124,152,1);
	-moz-box-shadow: inset 0 0 0 16px rgba(109,124,152,1);
	box-shadow: inset 0 0 0 16px rgba(109,124,152,1)
}
.soc_contact p {
	display: none
}
.social_contact img {
	margin-left: 0!important
}
.contact_form form .labels {
	min-width: 54px;
	width: auto;
	font-size: 12px;
	padding: 8px 0 10px
}
}
.secOne_mob_img {
	display: none;
}
.flLeft {
	float: left;
	width: 50%;
}
.flRight {
	width: 50%;
	float: right
}
.width50 b {
	position: relative;
	top: 2px;
	font-size: 13px;
	margin-left: 40px;
	color: #333;
}
.width50 span {
	line-height: 1.8;
	width: 30px;
	color: #fff;
	height: 30px;
	background: #B1B0AE;
	border-radius: 100%;
	text-align: center;
	position: absolute;
}
.width50 {
	position: relative;
	padding-left: 5%;
	width: 95%;
	text-align: left;
}
.secOne {
	background-image: url(http://www.tuttoluxo.sk/wp-content/themes/Tuttoluxo/img/MJP_product-pageBG.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative
}
.JuicerTomato {
	width: 50%;
	float: left
}
.JuicerTomato img {
	width: 80%;
	float: left;
	opacity: 0
}
.secOneTXT {
	width: 80%;
	float: left;
	text-align: left;
	position: absolute;
	left: 45%;
	bottom: 15%
}
.secOneTXT h1 {
	color: #3688bb;
	margin-top: 0px;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	font-family: 'myriad_pro';
	letter-spacing: initial;
	line-height: 1.2;
	margin-bottom: 0
}
.secOneTXT h2 {
	letter-spacing: 0;
	margin-bottom: 40px
}
.secOneTXT a {
	border-bottom: 1px solid #8F8F8F;
	font-weight: 100;
	font-family: 'myriad_pro';
	color: #8F8F8F;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-right: 2%;
	text-transform: uppercase
}
.targetNav {
	line-height: 2;
	clear: both
}
.secOneTXT a:hover {
	color: #000;
	border-bottom: 1px solid #FF7B1A;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.secTwo {
	overflow: hidden;
	clear: both;
	padding: 70px 2% 70px;
	background: #fff;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(227,227,218,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(227,227,218,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%, rgba(227,227,218,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3da',GradientType=0)
}
.secThree {
	overflow: hidden;
	clear: both;
	padding: 70px 10%!important
}
.secOneTXT p {
	text-align: justify;
}
.secTwo h1 {
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 7%;
	font-size: 50px
}
.techLeft {
	width: 65%;
	float: left
}
.techRight {
	width: 30%;
	float: left
}
.techRight img {
	width: 100%;
	padding: 5%
}
.listWrap {
	width: 40%;
	float: left;
	text-align: left
}
.techLeft img {
	width: 55%;
	float: left
}
.techList {
	width: 90%;
	margin-left: 20px
}
.techList li p {
	margin: 16px 0
}
.secThree {
	width: 80%;
	overflow: hidden;
	clear: both;
	position: relative
}
.secThree h2 {
	letter-spacing: 0;
	font-size: 45px;
	margin-bottom: 2%
}
.secThree img {
	width: 100%
}
.secFive {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
	background-color: #e3e3db
}
.leftJuicerbg {
	width: 45%;
	float: left
}
.leftJuicerbg img {
	height: 100%;
	float: left
}
.rightListWrap {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 50%;
	float: left;
	text-align: left
}
.rightListWrap h2 {
	letter-spacing: 0;
	font-size: 45px;
	margin-bottom: 2%;
	margin-top: 0%
}
.secGallery h2 {
	letter-spacing: 0;
	font-size: 45px;
	margin-bottom: 7%;
	margin-top: 0%
}
.lixtTechwrap p {
	font-size: 17px;
	width: 200px;
	font-weight: 700;
	overflow: hidden;
	clear: both;
	margin: 0;
	display: inline-table;
	font-family: 'myriad_pro_semibold'
}
.techLogo {
	top: 10px;
	position: relative;
	height: 30px;
	width: auto
}
.lixtTechwrap span {
	font-family: 'myriad_pro';
	font-weight: 100;
	font-size: 17px;
	line-height: 3
}
.text-center {
	text-align: center;
	margin-bottom: 1em
}
header .page_container {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 0 10px 0 10px
}
.sectionWrap_textMobile {
	display: none
}
a#pull {
	width: 100%!important
}
b {
	/*font-family: 'myriad_pro_semibold'!important;*/
	letter-spacing: 0;
}
p {
	line-height: 1.6!important;
	letter-spacing: .1px!important;
	font-size: 20px
}
html {
	height: 100%
}
body {
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0;
	height: 100%;
	background: none
}
p {
	font-family: 'myriad_pro'
}
h1, h2, h3, h4, h5 {
	letter-spacing: initial!important;
	font-family: 'myriad_pro'
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	*zoom: 1
}
nav {
	background: rgba(0,0,0,0.9);
	border: none;
	background: #fff;
	box-shadow: 0 4px 3px -3px rgba(0,0,0,0.5);
	height: 59px
}
nav li:last-child a {
	border-right: 0
}
nav a:hover, nav a:active {
	opacity: 1
}
nav a#pull {
	display: none
}
#example-one {
	list-style: none;
	position: relative;
	float: right;
	margin-top: 20px;
	margin-bottom: 0;
	z-index: 9999999999999;
	padding-left: 0;
	padding-right: 0
}
#example-one li {
	display: inline-block
}
#example-one a {
	float: left;
	padding: 6px 10px 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: sans-serif;
	opacity: .5;
	font-size: 15px
}
#example-one a:hover {
	opacity: 1
}
.current_page_item a {
	opacity: 1!important
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #3688cc;
	display: block
}
.ie6 #example-one li, .ie7 #example-one li {
	display: inline
}
.ie6 #magic-line {
	bottom: -3px
}
.why-container {
	top: 0
}
.logo {
	float: left;
	text-align: left
}
.logo a {
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: inline;
	text-align: left;
	border: none;
	margin: 0 20px 0 0;
	border: none;
	opacity: 1
}
.logo a:hover {
	background: none;
	border: none;
	box-shadow: none
}
.logo img {
	width: 400px;
	margin: 10px 0
}
#pull img {
	width: 230px;
	margin: 10px 0
}
a {
	text-decoration: none
}
h1, h2 {
	width: 100%;
	float: left
}
h1 {
	color: #3688bb;
	margin-top: 0px;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	font-family: 'myriad_pro';
	letter-spacing: initial;
	line-height: 1.2;
	margin-bottom: 0
}
h2 {
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 10px
}
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	opacity: .95
}
.main-container {
	position: relative;
	padding-top: 60px;
	overflow: hidden
}
.wrap-section {
	margin: 0 auto;
	overflow: hidden;
	padding: 85px 0 0;
	width: 70%;
	max-width: 100%
}
.footer {
	margin-top: 85px
}
.footer span {
	text-align: right;
	float: right
}
.footer {
	text-align: left;
	overflow: hidden;
	clear: both
}
.footer p {
	border-top: 1px solid #D2D2D2;
	font-size: 15px;
	padding-top: 9px;
	color: #A2A2A2
}
.footer p a {
	color: #A2A2A2
}
.footer p a:hover {
	opacity: .8
}
@media all and (max-width: 1373px) {
h1 {
	font-size: 35px!important
}
p {
	font-size: 17px
}
h2 {
	font-size: 30px!important
}
.wrap-section {
	width: 1024px
}
}
@media all and (max-width: 1279px) {
.wrap-section {
	width: 960px
}
}
@media all and (max-width: 1200px) {
.leftJuicerbg img {
	opacity: .2
}
.secOneTXT {
	bottom: 10%!important
}
}
@media all and (max-width: 1024px) {
#example-one a {
	font-size: 14px;
}
.page_container {
	max-width: 100%;
	padding: 0 25px!important;
	max-width: 100%!important
}
footer {
	padding: 0 15px
}
}
@media all and (max-width: 960px) {
.secOne {
	background-size: 100% auto;
}
.techRight img {
	padding: 10% 10% 0 10%;
}
.JuicerTomato {
	z-index: -1;
}
.techLeft, .techRight {
	width: 100%!important
}
.rightListWrap {
	width: 80%;
	margin: 70px 10%
}
.leftJuicerbg {
	position: absolute;
	height: 100%;
}
nav {
	height: initial
}
.secOneTXT {
	z-index: 99999;
	width: 40%;
	float: left!important;
	position: static!important;
	margin: 70px 0
}
.JuicerTomato img {
	width: 100%!important;
}
.nav-down {
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s
}
header {
	width: 100%;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	position: fixed
}
#example-one a {
	opacity: 1!important;
	line-height: 0.9;
}
nav {
	height: auto
}
nav ul {
	width: 100%;
	display: block;
	height: auto;
	float: initial
}
#example-one {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0!important;
	background: #fff;
	background: -moz-linear-gradient(45deg,rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(45deg,rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg,rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1)
}
nav li {
	width: 100%;
	position: relative;
	background: none;
	text-align: right;
	line-height: 2.5
}
nav li:hover {
	background: none
}
nav li:focus {
	border: none!important;
	outline: none!important
}
nav a {
	text-align: right;
	width: 100%;
	border: none;
	box-shadow: none!important;
	float: right!important;
	padding: 15px!important
}
nav a:hover {
	background: none
}
nav a:focus {
	border: none!important;
	outline: none!important
}
nav {
	border-bottom: 0
}
nav ul {
	display: none;
	height: auto
}
nav a#pull {
	display: block;
	line-height: 1;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0!important
}
nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 55px;
	top: 20px
}
.logo {
	display: none
}
#magic-line {
	display: none!important
}
.main-nav .page_container {
	width: 100%!important;
	max-width: 100%!important;
	padding: 0!important;
}
.page_container {
	padding: initial!important
}
#pull img:first-child {
	width: 180px!important;
	margin: 14px 0!important;
	float: left;
	margin-left: 15px!important
}
nav a#pull {
	border: none!important
}
.wrap-section {
	width: 800px
}
}
@media all and (max-width: 799px) {
.secTwo {
	padding-top: 0
}
.lixtTechwrap span {
	display: block;
	line-height: 2;
}
.lixtTechwrap p {
	width: 100%
}
.wrap-section {
	width: 640px
}
}
@media only screen and (max-width: 640px) {
.secOne {
	background: none;
}
.secOne_mob_img {
	display: block;
	clear: both;
}
.secOne_mob_img img {
	width: 100%;
}
.secTwo h1, .secThree h2, .rightListWrap h2, .secGallery h2 {
	margin-top: 0px;
}
.lixtTechwrap p {
	font-size: 17px;
}
.lixtTechwrap span {
	font-weight: 100;
	font-size: 17px;
	line-height: 1.4;
}
.JuicerTomato {
	display: none;
	position: absolute;
	opacity: .2
}
.secOneTXT {
	width: 100%!important;
	margin-top: 10%;
}
.secOneTXT h2 {
	margin-bottom: 0;
}
.secTwo {
	padding-top: 0
}
.secOneTXT h1, .secOneTXT h2, .targetNav, .secOneTXT p {
	margin-right: 10%!important;
	margin-left: 10%!important;
	margin-bottom: 0;
	width: 80%!important
}
}
@media all and (max-width: 639px) {
.secTwo h1 {
	text-align: left;
}
.wrap-section {
	width: 480px
}
}
@media all and (max-width: 480px) {
.main-container {
	padding-top: 60px;
}
#secThree {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}
.secTwo h1, .secThree h2, .rightListWrap h2, .secGallery h2 {
	margin-top: 0px;
}
.techList {
	margin-left: 0px;
	margin-top: 40px;
}
.techLeft img, .listWrap {
	width: 100%!important
}
nav {
	border-bottom: 0
}
nav ul {
	display: none;
	height: auto
}
nav a#pull {
	display: block;
	width: 100%;
	position: relative
}
nav a#pull:after {
	content: "";
	background: url(http://morejuicepress.com/wp-content/themes/MoreJuicePress/images/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px
}
.logo {
	display: none
}
nav a {
	font-size: 14px
}
nav a#pull:after {
	top: 20px!important
}
.wrap-section {
	width: 360px
}
.lixtTechwrap p {
	font-size: 17px;
	margin-right: 10px
}
}
@media all and (max-width: 359px) {
.wrap-section {
	width: 320px
}
#pull img {
	width: 160px
}
nav a#pull:after {
	top: 15px!important
}
}
@media only screen and (max-width: 320px) {
nav li {
	display: block;
	float: none;
	width: 100%
}
}
#wrapper {
	display: block;
	margin-bottom: 0px;
	margin-top: 70px;
}
#wrapper ul li {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 1%;
	position: relative;
	font-size: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	overflow: hidden
}
#wrapper ul {
	list-style: none;
	padding: 0
}
#wrapper li a:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
#wrapper li a:hover>img {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1)
}
.containerIMG {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: none
}
#wrapper img {
	width: 100%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor: pointer
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.clearfix {
	display: inline-block;
	padding: 0
}
html[xmlns] .clearfix {
	display: block
}
* html .clearfix {
	height: 1%
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
	padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
	padding: 0
}
.mfp-ie7 .mfp-content {
	padding-top: 44px
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}