/* 
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #150F39;
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 161px;
	height: 175px;
	margin: -80px 0 0 -87px;
	pointer-events: none;
	opacity: 0.4;
	background-image: url(../images/design/a.svg);
	background-repeat: no-repeat;
	background-size: 161px 175px;
	animation: loaderAnim 20s linear infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(2,2,1);
	}
}
input, select {
	/*-webkit-appearance: none;*/
}
.warning {
	background-color: #DF3E4C;
	padding: 10px;
	color: #FFF;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject {
    color: #fff!important;
    background-color: #DF3E4C!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-changep {
	color: #fff!important;
    background-color: #150F39!important;
}


.red {
	color: #DF3E4C;
}
h2.red {
	color: #DF3E4C!important;
}
h2.red.text-center {
	text-align: center!important;
	margin-bottom: 30px;
	margin-top: 20px;
}
h3.red.text-center {
	text-align: center!important;
	margin-bottom: 20px;
	font-size: 20px;
}
.saved {
	padding: 10px;
	background-color: #C1FFC2;
	color: #008000;
}
.overflow, .overflow .columns {
	overflow: visible !important;
}
::selection {
	background: #8A879C; /* Safari */
	}
::-moz-selection {
	background: #8A879C; /* Firefox */
}
.button, a.button {
	display: inline-block;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	border: none;
	cursor: pointer;
	width: auto !important;
	border: 1px solid #FFF;
	color: #FFF;
}
.button.red, a.button.red {
	background-color: #DF3E4C;
	border: 1px solid #DF3E4C;
	color: #150F39;
}
.button:hover, a.button:hover {
	background-color: #DF3E4C;
	color: #FFF;
	border: 1px solid #DF3E4C;
}
input, select, textarea {
	padding: 10px;
	background-color: #EFEEEC;
	border: none;
	margin: 5px 0px 15px 0px;
}
input[type=checkbox] {
	width: auto!important;
	margin-right: 5px;
}





svg {
	pointer-events: none;
}
.drawings {
	position: relative;
}
.illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
img.home-render {
	position: absolute;
	left:0px;
	margin-top: -20px;
	height: 400px;
}
.show {
	opacity: 1;
}
.hide {
	opacity: 0;
}
.line-drawing,
.illustration {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 1;
}
h2, #podstranka h1 {
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	text-align: center;
	color: #150F39;
	text-shadow: -1px 0 #8A879C, 0 1px #8A879C, 1px 0 #8A879C, 0 -1px #8A879C;
}
#podstranka h2, #admin h2 {
	font-size: 26px;;
	text-transform: uppercase;
	line-height: 26px;
	color: #FFF;
	text-align: left;
	text-shadow: none;
}
#podstranka .text-center h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
}
#header {
	height: 140px;
	width: 100%;
	position: fixed;
	box-sizing: border-box;
	 z-index: 9999;
	 -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#header.smaller {
	height: 80px;/*76*/
	background: rgba(21,15,57,0.9);
}
strong.logo a  {
	text-indent: -9000px;	
	width:190px;
	height: 87px;
	position: absolute;
	top: 50px;
	display: inline;
	background-image: url(../images/design/logofull.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size: 190px 87px;
	z-index: 19999;
	left: calc(50% - 95px);
}

#header.smaller strong.logo a{
	background-image: url(../images/design/logotype.svg);
	width: 220px;
	height: 20px;
	left: calc(50% - 110px);
	background-size: 220px 20px;
	top: 30px;
}
#header .social {
	margin: 50px 0px 0px 50px;
}
#header.smaller .social {
	margin: 30px 0px 0px 30px;
}
.social a {
	opacity: 0.5;
	background-image: url(../images/design/icons.svg?v=2);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.social a:hover {
	opacity: 1;
}
.social a.fb {	background-position: 0 0; }
.social a.tw {	background-position: 0 -20px; }
.social a.in {	background-position: 0 -40px; }
.social a.mail {	background-position: 0 -419px; }
.social a.insta {	background-position: 0 -439px; }
span.playground {
	color: #DF3E4C;/*
	-webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    -o-transform-origin: right bottom;*/
    transform: rotate(-90deg) translate(100%, 0);
	transform-origin: right bottom;
	letter-spacing: 2px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    right: 45px;
    white-space: nowrap;    
    font-size: 14px;
}
/*================== menu ===================== */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(21,15,57,0.9);
	 z-index: 999999;
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/close.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}
/* Menu style */
.overlay nav {
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	position: relative;
	width: 450px;
	margin: 0px auto;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 9);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.overlay ul li a {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a strong {
	color: #150F39;
	text-shadow: -1px 0 #8A879C, 0 1px #8A879C, 1px 0 #8A879C, 0 -1px #8A879C;
}
#header #trigger-overlay {
	background: transparent;
	border: 0;
	border-top: 4px solid #8A879C;
	border-bottom: 4px solid #8A879C;
	width: 29px;
	height: 24px;
	cursor: pointer;
	padding: 0;
	position: absolute;
	margin-top: 50px;
	right: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#header.smaller #trigger-overlay {
	margin-top: 30px;
	right: 30px;
}
#trigger-overlay span {
	width: 29px;
	height: 4px;
	background-color: #8A879C;
	display: inline-block;
	top: -4px;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#header #trigger-overlay:hover {
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}
#header #trigger-overlay:hover span {
	background-color:#FFF;
}
.overlay ul li a span {
	width: 20px;
	height: 3px;
	background-color: transparent;
	display: inline-block;
	margin: -5px 10px 0px 10px;
	vertical-align: middle;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.overlay ul li a:hover span,
.overlay ul li a:focus span {
	background-color: #DF3E4C;
	width: 40px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.overlay ul li a.active {
	color: #DF3E4C;
}
/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

/*================== intro =====================*/
section {
	width: 100%;
}
#intro {
	height: 100vh;
	 box-sizing: border-box;
	 position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#intro:before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 460px;
  height: 460px;
  background: url(../images/design/bg.jpg) no-repeat center; 
	left: calc(50% - 230px);
	top: calc(50% - 230px);
	animation: bgAnim 20s linear infinite alternate forwards;
}
@keyframes bgAnim {
	to {
		opacity: 1;
		transform: scale3d(1.2,1.2,1);
	}
}
#intro > div {
	width: 55%;
	float: left;
}
#intro > figure {
	width: 45%;
}
#intro.intro2 > figure {
	width: 100%;
}
#intro .drawings {
	max-height: 332px;
	width: 324px;
	float: right;
	margin-right: 80px;
}
#intro.intro2 .drawings {
	float: none;
	margin-left: calc(50% - 162px);
}
#intro h1 {
	font-size: 46px;
	line-height: 55px;
	color: rgba(255,255,255,0.5);
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	max-width: 560px;
}
#intro.intro2 h1 {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	max-width: none;
}
#intro.intro2 > div {
	width: 100%;
	position: absolute;
	text-align: center;
}

#intro h1 span {
	color: rgba(255,255,255,0.85);
}
#intro div a {
	margin-top: 30px;
	margin-right: 40px;
}
#intro.intro2 div a {
	margin-right: 0px;
}
#products, #services, #about, #news {
	padding-top: 68px;
	padding-bottom: 250px;
}

#main-slider-wrapper .slider h4 {
	font-size: 50px;
	line-height: 63px;
	color: #FFF;
	max-width: 300px;
	margin-top: 30px;
	float: left;
}
#main-slider-wrapper .slider h4 span {
	color: #DF3E4C;
}
#main-slider-wrapper .slider div.img {
	width: 490px;
	height: 470px;
	position: absolute;
	top: 0px;
	left: 31%;
}
#main-slider-wrapper .slider div.img a {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	cursor: pointer;
	
}
#main-slider-wrapper .slider div.img span {
	display: inline-block;
	background-color: #DF3E4C;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(1);
	animation: pulse-dot 2s infinite;
	background: rgba(223, 62, 76, 1);
	box-shadow: 0 0 0 0 rgba(223, 62, 76, 1);
}
@keyframes pulse-dot {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(223, 62, 76, 0.7);
	}	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(223, 62, 76, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(223, 62, 76, 0);
	}
}

#main-slider-wrapper .slider div.img a.pos1 { left: 30%;	top: 30%; }
#main-slider-wrapper .slider div.img a.pos2 { left: 42%;	top: 18%; }
#main-slider-wrapper .slider div.img a.pos3 { left: 55%;	top: 40%; }
#main-slider-wrapper .slider div.img a.pos4 { left: 36%;	top: 52%; }
#main-slider-wrapper .slider div.img a.pos5 { left: 40%;	top: 35%; }
#main-slider-wrapper .slider div.img a.pos6 { left: 26%;	top: 42%; }
#main-slider-wrapper .slider div.img a.pos7 { left: 50%;	top: 23%; }

.tooltip_templates { display: none; }
.tooltip_content p {
	font-size: 19px;
	line-height: 28px;
	margin-top: 20px;
}
.tooltip_content a.button {
	color: #DF3E4C;
	border: none;
	background-color: transparent;
}
#main-slider-wrapper .slider div.text {
	max-width: 30%;
	position: relative;
	top: 10px;
	float: right;
}
#main-slider-wrapper .slider div.text p {
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 40px;
}
#main-slider-wrapper .slider {
	position: relative;
}
#main-slider-wrapper .slider span.number {
	font-size: 50px;
	position: absolute;
	right: 0px;
	bottom: -70px;
	color: #150F39;
	text-shadow: -1px 0 #8A879C, 0 1px #8A879C, 1px 0 #8A879C, 0 -1px #8A879C;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
#mission-slider-wrapper .ls-nav ul li a > span {
	display: none!important;
}
#mission-slider-wrapper p.crop {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
}
#mission-slider-wrapper p.crop span {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: inline-block;
	overflow: hidden;
	margin-top: 10px;
	background-image: none;
}
#mission-slider-wrapper p.crop img {
	width: 100px;
	height: 100px;
}
#mission-slider-wrapper h4 {
	font-size: 45px;
	width: 35%;
	float: left;
	margin-top: 20px;
}
#mission-slider-wrapper .text {
	width: 55%;
	width: calc(65% - 220px);
	float: left;
}
#mission-slider-wrapper .text p {
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 0px;
}
#mission-slider-wrapper .liquid-slider {
	min-height: 300px;
}
#mission-slider-wrapper .liquid-slider div.slider {
	min-height: 180px;
}
#mission-slider-wrapper a.button {
	float: right;
	margin-top: 10px;
}
#mission-slider-wrapper .ls-nav ul li {
    width: 25%;
}


a.link {
	color: #DF3E4C;
	font-size: 14px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a.link span, span.line {
	background-color: #DF3E4C;
	width: 40px;
	height: 3px;
	display: inline-block;
}
a.link span {
	margin-right: 10px;
	margin-bottom: 5px;
}
a.link:hover {
	color: #FFF;
}
.neg_margin {
	margin-top: -60px!important;
}
#services .four, #services .eight {
	margin-top: 100px;
}
#services > .eight > div {
	width: 19%;
	text-align: center;
	float: left;
	min-height: 210px;
}
#services > .eight > div h3 {
	font-size: 14px;
}
#services > .eight > div svg {
	fill: none;
	stroke: #8A879C;
	stroke-width: 1px;
	opacity: 0.5;
	margin-top: 50px;
}
.icon_design, .icon_test, .icon_launch, .icon_station, .icon_flight, 
.icon_dev, .icon_cog, .icon_pencil, .icon_wallet, .icon_motherboard, 
.icon_doc, .icon_stats, .icon_folder, .icon_ruler {
	height: 52px;
	background-image: url(../images/design/icons2.svg); 
	background-repeat: no-repeat;
	margin-bottom: 12px;
	display: inline-block;
	width: 52px;
	margin-top: 40px;
}
.icon_design {	background-position: 0 0; }
.icon_dev {	background-position: 0 -52px; }
.icon_test {	background-position: 0 -104px; }
.icon_launch {	background-position: 0 -156px; }
.icon_station {	background-position: 0 -208px; }
.icon_flight {	background-position: 0 -260px; }
.icon_cog {	background-position: 0 -312px; }
.icon_pencil {	background-position: 0 -364px; }
.icon_wallet {	background-position: 0 -416px; }
.icon_motherboard {	background-position: 0 -468px; }
.icon_doc {	background-position: 0 -520px; }
.icon_stats {	background-position: 0 -572px; }
.icon_folder {	background-position: 0 -624px; }
.icon_ruler {	background-position: 0 -676px; }











.bg {
	box-sizing: border-box;
	padding: 50px 40px;
	background-image: url(../images/design/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
}
.bg.fullbg {
	background-size: cover;
}
.bg h4 {
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.bg p {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.planet_bg {
	width: 100%;
	padding-top: 140px;
	/*margin-top: -140px;*/
	background-image: url(../images/design/planet_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50%;
}
.stars_bg {
	width: 100%;
	padding-top: 140px;
	margin-top: -140px;
	background-image: url(../images/design/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#podstranka.planet_bg {
	margin-top: 0px;
}
.motto {
	font-size: 23px;
	line-height: 34px;
	margin-bottom: 20px;
}
.motto-medium {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 20px;
}
.motto-small {
	font-size: 19px;
	line-height: 29px;
}
#about a.link {
	margin-top: 60px;
	display: inline-block;
}
#about > .six {
	margin-top: 170px;
}
#about ul li {
	width: 29%;
	height: 100px;
	float: left;
	margin: 0px 0 100px 19%;
	font-size: 19px;
}
#about h2 {
	margin-bottom: 20px;
}
#about ul li strong {
	color: #DF3E4C;
	font-size: 50px;
}
#podstranka #about {
	padding-bottom: 0px;
}
#podstranka #services-slider img {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 50%;
}
#podstranka #services-slider img.right {
	margin-left: 60px;
}

.w {
	width: 240px;
	height: 165px;
	background-image: url(../images/design/w.svg);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	z-index: -5;
	top: 260px;
	left: -80px;
}
.s {
	width: 114px;
	height: 165px;
	background-image: url(../images/design/s.svg);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	z-index: -5;
	top: 50px;
	left: 150px;
}
#news {
	padding-top: 0px;
}
#news > .four {
	box-sizing: border-box;
	padding: 30px;
	background-image: url(../images/design/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
#news > .four h3 {
	font-size: 20px;
	line-height: 25px;
	min-height: 75px;
	margin-top: 20px;
}
.kariera #news > .four h3 {
	min-height: 50px;
}
#news > .four div {
	height: 200px;
	width: 100%;
	overflow: hidden;
}
#news > .four div img {
	opacity: 0.7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#news > a.four:hover div img {
	opacity:1;
}
#news > .four p {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #8A879C;
	margin-top: -11px;
	z-index: 9;
	position: relative;
	line-height: 15px;
}
#news > .four p strong {
	font-size: 50px;
	color: #DF3E4C;
}


/*================== kontakt =====================*/
.mt70 {
	margin-top: 70px;
}
.contact_info {
	padding-top: 100px;
	font-size: 14px;
	line-height: 18px;
	color: #8A879C;
}
.contact_info.omega {
	padding-top: 150px;
}
.contact_info .motto {
	color: #FFF;
	font-size: 19px;
	line-height: 29px;
	margin: 30px 0px;
}
.contact_info .motto strong {
	font-size: 14px;
}
.contact_info span.line {
	margin-bottom: 30px;
}
.cz, .sk {
	background-repeat: no-repeat;
	display: inline-block;
}
.cz {
	width: 67px;
	height: 40px;
	background-image: url(../images/design/cz.svg);
}
.sk {
	width: 67px;
	height: 40px;
	background-image: url(../images/design/sk.svg);
}
.bg.lefted {
	text-align: left;
	padding: 0px;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 100px;
}
.bg.lefted > div.four {
	padding: 45px 0px 20px 50px;
	box-sizing: border-box;
}
.bg.lefted > div.four h2 {
	margin-bottom: 44px;
}
.bg.lefted > div.eight {
	padding: 20px 0px 40px 0px;
	box-sizing: border-box;
}
.bg.lefted a, .nice_form label{
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}
.bg.lefted h3 {
	margin-bottom: 0px;
	line-height: 20px;
	margin-top: 20px;
}
.nice_form label span {
	color: #DF3E4C;
}
.bg.lefted span {
	vertical-align: middle;
	margin-right: 10px;
}
.nice_form input,.nice_form select,.nice_form textarea {
	width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    background-color: rgba(255,255,255,0.2);
}
.nice_form input.small2 {
	width: 250px;
}
.nice_form option {
	color: #150F39;
}
.nice_form input.short,.nice_form select.short,.nice_form textarea.short {
	width: 100px;
}
.message {
	border: 1px solid #DF3E4C;
	padding: 20px;
}
.nice_form input.button {
	padding: 20px;
}
.hq_planet {
	position: absolute;
	width: 650px;
	height: 645px;
	background-image: url(../images/design/planet.png);
	background-position: top left;
	background-repeat: no-repeat;
	right: 100px;
	top: 360px;
	z-index: 99;
}
/*================== services =====================*/
.text h3 {
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.text h4 {
	font-size: 18px;
	vertical-align: middle;
	margin-bottom: 30px;
	margin-top: 50px;
}
.text h4 strong {
	color: #DF3E4C;
	font-size: 50px;
	margin-right: 20px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	vertical-align: middle;
}
.text .numbers {
	width: 200px;
	padding-left: 60px;
	margin-left: 60px;
	border-left: 3px solid #8A879C;
	float: right;
	margin-bottom:60px;
	margin-top: 60px;
}
.text .numbers p {
	margin-bottom: 50px;
}
.text .numbers p:last-child {
	margin-bottom: 0px;
}
.text .numbers p strong {
	color: #DF3E4C;
    font-size: 50px;
}
.text p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.text ul {
	margin-bottom: 40px;
}
.text ul li {
	list-style: disc;
	margin: 0px 0px 10px 30px;
}
.text ul li ul {
	margin-top: 15px;
}
.text ul li ul li{
	list-style: circle;
	margin: 0px 0px 10px 30px;
}

/*================== product detail =====================*/
.breadcrumbs {
    letter-spacing: 2px;
    text-transform: uppercase;
	 color: #FFF;
	 font-size: 13px;
	 vertical-align: middle;
	 margin-top: 60px;
}
.breadcrumbs span {
	margin: 0px 10px;
}
.breadcrumbs span.line {
	vertical-align: middle;
}
.breadcrumbs a {
	color: #8A879C;
	margin: 0px 10px;
}
.breadcrumbs a:hover {
	color: #DF3E4C;
}
.product_info {
	padding-bottom: 30px;
}
#podstranka .product_info h1 {
	text-align: left;
	color: #FFF;
	text-shadow: none;
	font-size: 50px;
	line-height: 50px;
	text-transform: none;
	margin: 90px 0px 60px 0px;
}
.product_info h1 span {
	color: #DF3E4C;
}
#podstranka .product_info p.motto-medium {
	margin-bottom: 50px;
	max-width: 85%;
}
#podstranka .product_info a.button {
	margin-right: 40px;
	margin-top: 10px;
}
.product_image {
	background-image: url(../images/design/a.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 460px 471px;
	height: 471px;
	margin: 40px 0px 100px 40px;
	text-align: center;
	 white-space: nowrap;
	 position: relative;
}
.product_image img {
	vertical-align: middle;
}
.product_image.nobg {
	background-image: none;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product_more_info ul,
ul.zoznam {
	margin: 20px 0px;
}
.product_more_info ul li,
ul.zoznam li {
	margin: 0px 0px 15px 30px;
	list-style: disc;
}
.product_more_info {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 100px;
}
.product_more_info p {
	margin-bottom: 20px;
}
.product_more_info a.button {
	margin-top: 50px;
}
.product_features {
	padding: 50px 70px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.product_features p, .product_features ul {
	text-align: left;
}
.product_features h4 {
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.product_features span.line {
	margin-bottom: 10px;
}
.product_features p {
	margin: 0px 0px 10px 0px;
}
.product_features ul {
	margin-bottom: 30px;
}
.product_features li {
	list-style: disc;
	margin: 5px 0px 5px 30px;
}
.product_features a.button {
	margin:  10px;
}
	nav.nav-slide a {
		position: fixed;
		top: 47%;
		display: block;
		outline: none;
		text-align: left;
		z-index: 11000;
		padding: 20px;
		opacity: 0.7;
	}
	.nav-slide img {
		position: absolute;
		top: 11px;
		max-width: 56px;
		max-height: 48px;
	}
	nav.nav-slide a:hover {
		opacity:1;
	}
	nav.nav-slide a:hover div {
		background-color: #F9F3F1;
	}
	nav.nav-slide a.prev {
		left: 0px;
	}
	nav.nav-slide a.next {
		right: 0px;
	}
	.nav-slide div {
		position: absolute;
		top: 47%;
		padding: 17px;
		line-height: 18px;
		background-color: #8A879C;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		overflow: hidden;
	}
	.nav-slide a.prev div {
		left: 0px;
		padding-right: 80px;
		-webkit-transform: translateY(-50%) translateX(calc(-100% + 70px));
		transform: translateY(-50%) translateX(calc(-100% + 70px));
	}	
	.nav-slide a.next div {
		right: 0px;
		padding-left: 80px;
		text-align: right;
		-webkit-transform: translateY(-50%) translateX(calc(100% - 70px));
		transform: translateY(-50%) translateX(calc(100% - 70px));
	}
	
	.nav-slide a.prev img {
		right: 10px;
	}
	.nav-slide a.next img {
		left: 10px;
	}
	.nav-slide a:hover div {
		-webkit-transform: translateY(-50%) translateX(0); 
		transform: translateY(-50%) translateX(0);
	}
	.nav-slide h5 {
		position: relative;
		margin: 0;
		color: #150F39;
		white-space: nowrap;	
	}
	.nav-slide div strong {
		display: block;
		font-weight: 900;
		font-size: 12px;white-space: nowrap;
		text-transform: uppercase;
		color: #DF3E4C;
		font-family: 'Lato', sans-serif;
	}
	
/*================== news =====================*/
#podstranka #news > .four {
	margin-bottom: 0px;
	margin-top: 40px;
}
.clanok_detail#podstranka h1 {
	color: #FFF;
	text-shadow: none;
	font-size: 50px;
	line-height: 50px;
	text-transform: none;
}
.clanok_intro {
	text-align: center;
	padding-bottom: 40px;
	position: relative;
	margin-top: 30px;
}
.clanok_intro::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 560px;
  margin-left: -280px;
  height: 100%;
  background-image: url(../images/design/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.clanok_intro h1 {
	margin-bottom: 30px;
	margin-top: 40px;
}
.clanok_detail .eight {
	font-size: 19px;
	line-height: 29px;
}
.clanok_detail .eight p,
.clanok_detail .eight ul,
.clanok_detail .eight img {
	margin-bottom: 35px;
}
.clanok_detail .eight ul li {
	list-style: disc;
	margin: 5px 0px 5px 30px;
}
.clanok_detail .eight p.first,
.clanok_detail .eight p:first-of-type {
	padding-top: 30px;
}
.clanok_detail .eight a {
	color: #FFF;
	background-color: #DF3E4C;
}
.clanok_detail .eight a:hover {
	background-color: transparent;
	border-bottom: 2px solid #DF3E4C;
}
.clanok_detail .two {
	text-align: center;
		padding-top: 30px;
		font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.clanok_detail p.two {
	font-size: 12px;	
	color: #8A879C;
	line-height: 14px;
}
.clanok_detail p.two strong {
	color: #DF3E4C;
	font-size: 50px;
	line-height: 50px;
}
.clanok_detail div.two span {
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}
.clanok_detail div.two span img {
	width: 100%;
	height: 100%;
}
.clanok_detail div.two a {
	font-size: 14px; 
}
.clanok_detail div.two.right {
	float: right;
}
.white_bg {
	background-color: #FFF;
	text-align: center;
	color: #150F39;
	padding: 30px 20px;
	box-sizing: border-box;
}
.white_bg img {
	max-height: 60px;
}
.missions.white_bg img {
	max-height: 100px;
	margin-bottom: 20px;
}
.missions h3 {
	margin-bottom: 20px;
	color: #DF3E4C;
}
.missions {
	margin-top: 40px;
}
.goodies img {
	max-height: 150px;
}
.goodies h4 {
	margin-bottom: 0px !important;
}
.goodies p {
	color: #FFF !important;
	margin: 0px !important;
	padding: 0px !important;
}
/*================== footer =====================*/
#partners {
	background-color: #F9F3F1;
	text-align: center;
	padding: 60px 0px;
	
}
#partners {
	margin-top: -100px;
}

footer {
	padding: 80px 0px;
	background-image: url(../images/design/bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
footer p {
	font-size: 19px;
	margin: 20px 0px;
}
footer .credits p {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #8A879C;
	margin: 0px 0px 15px 0px;
}
footer .credits a {
	color: #FFF;
}
footer .credits .line {
	margin: 30px 0px;
}
footer .credits img {
	max-width: 190px;
}
footer h4 {
	font-size: 18px;
	letter-spacing: 2px;
	color: #8A879C;
	margin: 40px 0px 5px 0px;
	text-transform: uppercase;
}
footer input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background-color: rgba(255,255,255,0.2);
}
::-webkit-input-placeholder { 
  color: #FFF;
}
:-ms-input-placeholder { 
  color: #FFF;
}
::placeholder {
  color: #FFF;
}
footer button {
	border: none;
	background-color: transparent;
	color: #DF3E4C;
	font-size: 14px;
    font-weight: 900;
	 font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
	 cursor: pointer;
	 -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
footer button span {
	margin-right: 10px;
	vertical-align: middle;
}
footer button:hover {
	color: #FFF;
}

#admin_header {
	background-color: #1A1345;
	padding: 15px;
	text-align: right;
	margin-bottom: 40px;
}
#admin_header img {
	width: 220px;
	float: left;
}
#admin_header a {
	margin: 0px 20px;
}
#admin h2 {
	text-align: center;
}
table {
	border-top: 1px solid #8A879C;
	width: 100%;
}
table td {	
	border-bottom: 1px solid #8A879C;
	padding: 5px;
}
table input.button {
	padding: 4px!important;
}
.pagination {
	margin-top: 50px;
}
#opii {
	background: #FFF;
	padding: 15px;
	display: inline-block;
 	position: absolute;
   bottom: 45px;
   left: 45px;
}
#opii img {
	width: 224px;
	float: left;
}
/*================== podstranky =====================*/
#podstranka {
	padding-top: 160px;
	padding-bottom: 300px;
}
#cubesat {
	padding-bottom: 180px;
}
#cubesat h2 {
	text-align: center;
	color: #DF3E4C;
	font-size: 40px;
	margin: 30px 0px;
	text-shadow: none;
}
#cubesat .padding {
	padding: 0px 80px 80px 80px;
	box-sizing: border-box;
}
.components_category {
	min-height: 454px;
	margin-bottom: 40px;
}
.itar-free {
	width: 31px;
	height: 32px;
	display: inline-block;
	background-image: url(../images/design/itar-free.png);
	background-repeat: no-repeat;
	background-size: 31px 32px;
	position: absolute;
	top: 19px;
	left: 20px;
}
.nasa {
	width: 60px;
	height: 48px;
	display: inline-block;
	background-image: url(../images/design/nasa.png);
	background-repeat: no-repeat;
	background-size: 60px 48px;
	position: absolute;
	top: 9px;
	right: 9px;
}
.flight-heritage {
	width: 42px;
	height: 32px;
	display: inline-block;
	background-image: url(../images/design/flight-heritage.png);
	background-repeat: no-repeat;
	background-size: 42px 32px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.coming-soon {
	width: 36px;
	height: 32px;
	display: inline-block;
	background-image: url(../images/design/coming-soon.png);
	background-repeat: no-repeat;
	background-size: 36px 32px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.long-lead-time {
	width: 39px;
	height: 25px;
	display: inline-block;
	background-image: url(../images/design/long-lead-time.svg);
	background-repeat: no-repeat;
	background-size: 39px 25px;
	position: absolute;
	top: 23px;
	left: 20px;
}
.temp-unavailable {
	width: 61px;
	height: 54px;
	display: inline-block;
	background-image: url(../images/design/temp-unavailable.png);
	background-repeat: no-repeat;
	background-size: 61px 54px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.second-badge {
	left: 80px;
}
.third-badge {
	left: 126px;
}
.grayscale {
	filter: grayscale(100%);
}
.videoWrapper {
    position: relative;
    padding-bottom: 53.6%; 
    padding-top: 25px;
    height: 0;
	 box-shadow: 0 10px 26px 0 rgb(0 0 0 / 50%), 0 16px 20px 0 rgb(0 0 0 / 19%) !important;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marquee {
	width: 100% !important;
	overflow: hidden;
}
.marquee img {
	padding: 0px 50px;
}
#partners {
	overflow: hidden;
}
.team_member {
	text-align: center;
	margin-top: 60px!important;
}
.team_member > span {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
}
.team_member > span img {
	width: 100%;
}
.team_member > h3 {
	color: #DF3E4C;
	font-size: 20px;
}
.team_member p {
	margin: 10px 0px;
}
.team_member p a {
	margin: 0px 8px;
}
h2.bigger {
	font-size: 40px!important;
	padding-top: 15px;
}

#podstranka .mission_card h2 {
	text-align: center;
}

img.img_border {
	padding: 10px;
	background-color: rgba(255,255,255,0.1);
}
.spacemanic-role {
	background-image: url(../images/design/a1.png);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 270px;
	margin-top: 130px;
	padding-top: 40px;
}
.spacemanic-role h2 {
	letter-spacing: 6px;
	font-size: 26px;
	margin-bottom: 20px;
}
.green_dot,.white_dot,.red_dot,.orange_dot {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px 3px;
	vertical-align: middle;
}
.green_dot { background-color: #90EE90; }
.red_dot { background-color: #DF3E4C; }
.white_dot { background-color: #FFF; }
.orange_dot { background-color: #FFA500; }

.mission-img {
	margin-top: 90px;
}
#podstranka p.crop {
	margin-top: -220px;
}
#podstranka .mission_card a.crop,
#podstranka .product_info p.crop {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	display: inline-block;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.1);
}
#podstranka .mission_card a.crop span,
#podstranka .product_info p.crop span {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: inline-block;
	overflow: hidden;
	margin-top: 10px;
}
#podstranka .mission_card a.crop img,
#podstranka .product_info p.crop img {
	width: 120px;
	height: 120px;
}
#podstranka .product_info a.button.nomargins {
	margin-right: 0px;
}


.m_t_0 {
	margin-top: 0px !important;
}
/* #Media Queries
================================================== */



	@media screen and (max-height: 30.5em) {
		.overlay nav {
			height: 70%;
			font-size: 34px;
		}
		.overlay ul li {
			min-height: 34px;
		}
	}
	@media only screen and (max-width: 1700px) {
		.hq_planet {
			width: 40%;
			height: 645px;
			right: 0px;
			top: 360px;
		}
	}
	
	
	
	@media only screen and (max-width: 1330px) {
		.ls-nav-right-arrow,.ls-nav-left-arrow {
			display: none!important;
		}
		.planet_bg {
			background-size: 60%;
		}
	}
	
	
	@media only screen and (min-width: 959px) and (max-width: 1400px) {
		
	}
	@media only screen and (max-width: 1240px) {	
		#header .social {
    		margin: 30px 0px 0px 30px;
		}
		strong.logo a  {
			top: 20px;
		}
		#header #trigger-overlay {
			margin-top: 29px;
			right: 25px;
		}
		#intro h1 {
    		font-size: 30px;
    		line-height: 35px;
   		 max-width: 560px;
			 margin-right: 30px;
		}
		#main-slider-wrapper .slider span.number {
			margin-right: 20px;
		}
		#products, #services, #about, #news {
   		 padding-top: 68px;
   		 padding-bottom: 120px;
		}
		.planet_bg {
			background-size: 70%;
		}
		.hq_planet {
			width: 30%;
		}
		.product_image {
			background-size: 410px 420px;
		}
		.product_features {
			padding: 40px;
		}
		#opii {
			bottom: 20px;
			left: 20px;
		}
	}
	@media only screen and (min-width: 959px) and (max-width: 1240px) {
		
	}
	/* Smaller than standard 960 (devices and browsers) */
	/* tu sa lame zobrazenie ako aplikacia a zacnu  
	   sa veci davat pod seba ako klasicky web*/
	@media only screen and (max-width: 959px) {
		#products .ls-nav {
			display: none!important;
		}
		span.playground {
			display: none;
		}
		#opii {
			position: static;
			margin-top: 20px;
		}
		#main-slider-wrapper .slider div.img {
			left: auto;
			right: 20px;
		}
		#main-slider-wrapper .slider div.text {
    		max-width: 100%;
   		 position: static;
			 top: auto;
    		float: none;
			 margin-top: 300px;
		}
		#intro div a {
			margin: 30px 10px 0px 10px;
		}
		.liquid-slider {
			overflow: hidden!important;
		}
		.neg_margin {
			margin-top: 30px !important;
		}
		#products, #services, #about, #news {
   		 padding-top: 60px;
   		 padding-bottom: 100px;
		}
		#services .eight, #services .four {
			width: 100%;
			margin-top: 20px;
		}
		#services .four {
			margin-bottom: 20px;
		}
		#services > .eight > div {
			min-height: 180px;
			width: 33.33%;
		}
		#services .eight > div:nth-child(2),#services .eight > div:nth-child(4),
		#services .eight > div:nth-child(7),#services .eight > div:nth-child(9) {
			display: none;
		}
		.planet_bg {
			background-size: 90%;
		}
		.w, .s{
			display: none !important;
		}
		#about > .six {
			margin-top: 60px;
		}
		#partners {
			margin-top: 0px !important;
			padding: 20px 0px;
		}
		#partners img {
			margin: 10px 20px;
		}
		.hq_planet {
			width: 25%;
		}
		.product_image {
			background-size: 352px 360px;
		}
		.product_features {
			padding: 20px;
		}
		#podstranka .product_info h1 {
			margin: 60px 0px 30px 0px;
		}
		#podstranka .product_info p.motto-medium {
			margin-bottom: 30px;
		}
		p.motto-medium, .product_more_info {
			font-size: 18px;
			line-height: 25px;
		}
		.clanok_intro::before {
 			width: 320px;
  			margin-left: -160px;
		}
		.components_category {
			min-height: 525px;
			margin-bottom: 20px;
		}
		.videoWrapper {
 		   padding-bottom: 52.6%; 
		}
		.marquee img {
			padding: 0px 20px;
		}
		#mission-slider-wrapper h4 {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-bottom: 30px;
}
#mission-slider-wrapper .text {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#mission-slider-wrapper {
	text-align: center;
	
}
#mission-slider-wrapper a.button {
	float: none;
}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 748px) and (max-width: 959px) {
		
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		#header .social,#header.smaller .social {
    		margin: 30px 0px 0px 20px;
		}
		#intro {
			height: auto;
			display: block;
			align-items: stretch;
    		justify-content: flex-start;
		}
		#intro > div, #intro > figure {
    		width: 100%;
    		float: none;
			position: static;
		}
		#intro .drawings {
			float: none;
			width: auto;
			margin: 0px;
			max-height: 200px;
		}
		#intro .drawings svg {
			max-height: 200px;
		}
		#intro > div {
			text-align: center;
		}
		#intro > div h1 {
			max-width: none;
			margin: 0px 30px;
		}
		#intro > figure {
			padding-top: 150px;
			padding-bottom: 30px;
		}
		h2, #podstranka h1 {
			font-size: 50px;
			line-height: 50px;
		}
		.liquid-slider {
			min-height: 0px !important;
		}
		.liquid-slider div.slider {
			padding: 30px !important;
			min-height: 0px !important;
		}
		#main-slider-wrapper .slider h4 {
			float: none;	
			max-width: none;
			margin-top: 0px;
			font-size: 30px;
   		line-height: 35px;
		}
		#main-slider-wrapper .slider div.text {
			margin-top: 30px;
		}
		#main-slider-wrapper .slider span.number {
			display: none;
		}
		#about ul li {
    		width: 45%;
			 height: auto;
    		float: left;
    		margin: 20px 5% 20px 0px;
		}
		#news > .four {
			margin-top: 30px;
		}
		footer .credits {
			margin-top: 50px !important;
		}
		#intro:before {
			animation: none;
  			width: 300px;
  			height: 300px;
  			left: calc(50% - 150px);
			top: calc(50% - 150px);
		}
		.hq_planet {
			display: none;
		}
		.bg.lefted {
			margin-bottom: 50px;
		}
		.bg.lefted > div.four {
			padding: 50px 0px 0px 50px;
		}
		.bg.lefted > div.eight {
			padding: 30px 0px 50px 50px;
		}
		.text .numbers {
			width: 100%;
			margin-left: 0px;
			border: 0;
			padding: 20px 0px;
			border-bottom: 1px solid #8A879C;
			border-top: 1px solid #8A879C;
			margin-top: 30px;
			float: none;
		}
		.text .numbers p strong {
			font-size: 25px;
		}
		.text .numbers p {
			margin-bottom: 20px;
		}
		.product_image {
			background-size: contain;
			margin: 30px 0px!important;
		}
		.product_features {
			margin: 30px 0px 50px 0px!important;
		}
		nav.nav-slide  {
			display: none;
		}
		.clanok_detail .two {
			width: 50%!important;
			margin-bottom: 30px !important;
		}
		#podstranka .product_info h1,
		#services-slider-wrapper h2,
		.clanok_detail#podstranka h1  {
    		font-size: 35px !important;
    		line-height: 40px !important;
		}
		.clanok_detail div.two a {
			display: block; 
		}
		#podstranka #services-slider img {
			width: 100%;
		}
		#podstranka #services-slider img.right {
			margin-left: 0px;
		}
		.components_category {
			min-height: 200px;
		}
		.videoWrapper {
 		   padding-bottom: 50.2%; 
		}
		#intro.intro2  {
			padding-top: 170px;
		}
		#intro.intro2 figure,#intro.intro2 a {
			display: none;
		}
		#intro.intro2 h1,#intro.intro2 h1 span {
			color: #DF3E4C;
			margin: 0px;
		}
		.marquee img {
			padding: 0px 10px;
		}
		.spacemanic-role {
			background-position: center;
			margin-top: 50px;
		}
		.mission-img {
			margin-top: 40px;
		}
		.img_border.mission-img {
			padding: 0px !important;
		}
		
		.contact_info.omega {
			padding-top: 0px;
		}
		img.home-render {
			width: 160px;
			height: auto;
			position: relative;
			left: calc(50% - 80px);
			top: -170px;
		}
		#products .slider h4, 
		#products .slider div.img, 
		#products .slider div.text {
			width: 50%!important;
		} 
		#products .slider div.img img {
			max-width: 250px;
			margin-top: 50px;
		}
		#products .slider div.img a {
			display: none;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 460px) and (max-width: 747px) {
		
	}

	@media only screen and (max-width: 500px) {
		#services > .eight > div {
			min-height: none;
			width: 50%;
		}
	}
	
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		.overlay ul li a {
			font-size: 30px;
			line-height: 30px;
		}
		.overlay ul li a strong {
			margin-left: 20px;
		}
		#header .social, #header.smaller .social {
    		margin: 5px 0px 0px 5px;
			width: 50px;
		}
		#header.smaller {
			height: 60px;
		}
		strong.logo a  {
			top: 10px;
		}
		#header.smaller strong.logo a {
			top: 20px;
		}
		#header #trigger-overlay {
			margin-top: 20px;
			right: 15px;
		}
		#header.smaller #trigger-overlay {
			margin-top: 20px;
			right: 15px;
		}
		#intro:before {
			width: 200px;
  			height: 200px;
  			left: calc(50% - 100px);
			top: calc(50% - 100px);
		}
		.bg.lefted {
			margin-bottom: 30px;
		}
		.bg.lefted > div.four {
			padding: 30px 0px 0px 30px;
		}
		.bg.lefted > div.eight {
			padding: 10px 0px 30px 30px;
		}
		
	}