/* 
* 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 */

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;
}





.show {
	opacity: 1;
}
.hide {
	opacity: 0;
}

#header {
	height: 280px;
	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:436px;
	height: 168px;
	position: absolute;
	top: 60px;
	display: inline;
	background-image: url(../images/stellarfence-logo.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent!important;
	background-size: 436px 168px;
	z-index: 19999;
	left: calc(50% - 218px);
}

#header.smaller strong.logo a{
	background-image: url(../images/stellarfence-logo.svg);
	width: 218px;
	height: 64px;
	left: calc(50% - 109px);
	background-size: 218px 84px;
	top: 15px;
}
#header .social {
	margin: 50px 0px 0px 50px;
}
#header.smaller .social {
	margin: 30px 0px 0px 30px;
}
#header a.button {
	margin: 50px 70px 0px 0px;
}
#header.smaller a.button {
	margin: 15px 30px 0px 0px;
}
.social a {
	opacity: 0.5;
	background-image: url(../images/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 ===================== */

#header img {
	position: absolute;
	left: calc(50% - 80px);
	top: 250px;
}
#header.smaller img {
	display: none;
}

/*================== intro =====================*/

#intro {
	text-align: center;	
	position: absolute;
	top: 0;
	width: 100%;
}
#intro .background {
	padding-top: 250px;
	background-image: url(../images/body-bg.jpg); 
	background-position: center 440px ;
	background-repeat: no-repeat;
}
#intro h1, .motto {
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
.motto {
	margin-top: 30px;
	font-size: 30px;
	line-height: 40px;
}

#intro h1 {
	max-width: 700px;
}
#intro .container {
	padding-top: 640px;
}
#intro footer .container {
	padding-top: 0px;
}
.part2 {
	margin-top: 350px;
}
.part3 {
	margin-top: 50px;
}
.part4 {
	margin-top: 150px;
}
.texty {
	text-align: left;
	position: relative;
}
h2 {
	color: #DF3E4C;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.texty h2 {
	
	box-sizing: border-box;
	padding-left: 13%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	z-index: 9;
	
}
.texty p {
	font-size: 20px;
	line-height: 29px;
	box-sizing: border-box;
	padding-left: 13%;
	float: right;
	z-index: 9;
	position: relative;
	
}
.texty .big-number {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6;
}
.big-number {
	font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    text-align: center;
    color: #150F39;
	 font-family: 'Lato', sans-serif;
		font-weight: 900;
    text-shadow: -1px 0 #8A879C, 0 1px #8A879C, 1px 0 #8A879C, 0 -1px #8A879C;
}

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;
}
#challenge {
	width: 37%;
	float: left;
	box-sizing: border-box;
	padding: 50px 50px 20px 50px;
}
#solution {
	width: 60%;
	float: right;
	position: relative;
	box-sizing: border-box;
	padding: 50px 50px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  
  border-left: 40px solid #150F39;
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: -1;
}




.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/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	min-height: 400px;
	text-align: left;
	margin-bottom: 120px;
	margin-top: 120px;
}
.bg h2 {
	color: #FFF;
}
span.redline {
	width: 40px;
	height: 3px;
	background-color: #DF3E4C;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*================== footer =====================*/


footer {
	padding: 90px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	height: 300px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 100px;
}

::-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;
}


/* #Media Queries
================================================== */



	
	
	
	
	
	
	
	
	@media only screen and (max-width: 1240px) {	
		#header .social {
    		margin: 30px 0px 0px 30px;
		}
		#header a.button {
			margin: 30px 30px 0px 0px;
		}
		
	}
	@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) {
		#intro .background {
	padding-top: 250px;
	background-image: url(../images/body-bg.jpg); 
	background-position: center 440px ;
	background-size: contain;
	background-repeat: no-repeat;
}
#intro h1, .motto {
	margin-top: 70px;
}
.motto {
	margin-top: 30px;
}

#intro .container {
	padding-top: 360px;
}
.texty p {
	font-size: 16px;
	line-height: 26px;
}

#challenge {
	width: 100%;
	float: left;
	padding: 30px;
}
#solution {
	width: 100%;
	float: right;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
}
.arrow-right{
	display: none;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  
  border-top: 30px solid #150F39;
  position: absolute;
  top: 0px;
  left: calc(50% - 30px);
}
.texty img {
	margin-top: 40px;
}
.bg {
	
	padding: 40px;

	min-height: 40px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
#challenge {
	margin-top: 60px;
	margin-bottom: 30px;
}
#solution {
	margin-bottom: 60px;
}
	}

	/* 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;
		}
		.motto {
			font-size: 22px;
			line-height: 28px;
		}
		strong.logo a  {

	width:218px;
	height: 84px;
	background-size: 218px 84px;

	left: calc(50% - 109px);
}
#header {
	height: 180px;
}
#header img {
    top: 160px;
}
#intro .background {
	padding-top: 160px;
	background-position: center 380px ;
}
#header a.button {
    margin: 35px 15px 0px 0px;
	 padding: 0px !important;
	 background-color: transparent!important;
	 color: #DF3E4C;
	 border: none;
}
#header.smaller a.button {
    margin: 35px 15px 0px 0px;
	}
	}

	/* 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: 570px) {
		#intro .background {
	padding-top: 160px;
	background-position: center 380px ;
}
#intro h1 {
	padding: 0px 20px;
			font-size: 24px;
			line-height: 30px;
		}
	}
	
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		
		
		
			#intro .background {
	
	background-position: center 380px ;
}
#intro h1 {
	padding: 0px 20px;
			font-size: 24px;
			line-height: 30px;
		}
		#intro .container {
    padding-top: 160px;
}

	}