/*! HTML5 Boilerplate v4.3.0 | MIT License | https://h5bp.com/ */

/*
|------------------------------------------------------------
|	Base styles: opinionated defaults
|------------------------------------------------------------
*/

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


/*
|------------------------------------------------------------
|	Browse Happy
|------------------------------------------------------------
*/

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/*
|------------------------------------------------------------
|	GENERAL
|------------------------------------------------------------
*/

body {
	position: relative;
	z-index: 1;
	font-family: 'Open Sans', sans-serif !important;
}


.uk-container {
	max-width: 980px !important;
}

.uk-container.full-width {
	max-width: none !important;
}

.uk-container.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}

.uk-h1, .uk-h2, .uk-h3, h3, .uk-h4{
	display: block;
	font-family: 'Oswald', sans-serif !important;
	margin: 0;
	padding: 0;
	font-weight: 300;
	
}

p{
	font-family: 'open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
}

.uk-h1{
	font-size: 85px !important;
	line-height: 95px;
}

.uk-h2{
	font-size: 50px !important;
	line-height: 60px;
}

.uk-h3, h3{
	font-size: 30px !important;
	line-height: 40px;
	text-transform: uppercase;
}

.uk-h3 .grey {
	font-size: 36px !important;
}

.uk-h4{
	font-size: 25px !important;
	line-height: 35px;
	text-transform: uppercase;
}

ul{}

ul li{
	list-style: none;
	font-family: 'open Sans', sans-serif !important;
	font-size: 14px;
	line-height: 25px;
}

ul li a{
	font-family: 'open Sans', sans-serif !important;
	font-size: 14px;
}

.text {
	text-align:justify;
	margin-right: 15px;
}

.center {
	text-align: center !important;
}

.grey{
	color: #919191;
	text-align:justify;
	padding-top:35px;
}

.darkgrey {
	color: #606060 !important;
}

.red{
	color: #f41e2c;
}

.black{
	color: black;
}

.btn{
	display: inline-block;
	border: 1px solid black;
	text-align: center;
	padding: 15px 25px 15px 25px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
}

.btn:hover{
	text-decoration: none;
	color: white;
	background: black;
	-webkit-transition: background 350ms ease;
-moz-transition: background 350ms ease;
-ms-transition: background 350ms ease;
-o-transition: background 350ms ease;
transition: background 350ms ease;

}

.btn.btn-white{
	color: white !important;
	border: 1px solid white !important;
}

.btn.btn-white:hover{
	background: white !important;
	color: black !important;
}

.btn-bg-grey{
	background-color: #919191;
	border: 1px solid #919191;
	color: white;
}

.btn-bg-red{
	background-color: #f41e2c;
	border: 1px solid #f41e2c;
	color: white;
}

.btn-bg-red:hover{
	border: 1px solid black;
}

.solutions-benefits p{
	color: #919191;
}
/*
|------------------------------------------------------------
|	SLIDER
|------------------------------------------------------------
*/

.slider-wrapper{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.slider{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	overflow: hidden;
	text-align: center;

}


.slider .logo-big{
	margin-top: 150px;
}

.slider .slider-caption .uk-h1, .uk-h2{
	color: white;
}

.slider-caption .uk-h1{
	margin-top: 90px;
	line-height: normal;
}

.slider-caption .uk-h2{
	margin-bottom: 80px;
}





/*
|------------------------------------------------------------
|	HEADER
|------------------------------------------------------------
*/

.header-wrapper {
	z-index: 10;
	background-color: white;
	height: auto;
	border-bottom: 1px solid #ebebeb !important;

}

.header {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	height: 80px;
}

.header:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.header .logo img{
	position: absolute;
	left: 0;
	top: 17px;
	width: 186px !important;
}

.header nav {
	margin: 0;
	position: absolute;
	top: 35px;
	right: 0;
	width: auto;
	max-width: 600px;
	text-align: right;
}

.header nav ul {
	margin: 0;
	padding: 0;
	width: auto;	
}

.header nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-right: 25px;
}

.header nav a {
	margin: 0;
	position: relative;
	min-height: 43px;
	display: block;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif !important;
}

.header nav a:link,
.header nav a:active,
.header nav a:visited {
	text-decoration: none;
}

.header nav a:hover {
	text-decoration: none;
	color: #f41e2c;
}


.navigation .menu-login a{
	display: inline;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	background-color: #f41e2c;
	color: white !important;
	padding: 10px 20px 10px 20px;
	}

.navigation .menu-login a:hover{
	background-color: black;
	-webkit-transition: background 350ms ease;
-moz-transition: background 350ms ease;
-ms-transition: background 350ms ease;
-o-transition: background 350ms ease;
transition: background 350ms ease;
}
/*
|------------------------------------------------------------
|	CONTENT
|------------------------------------------------------------
*/

.content-wrapper {
	padding: 40px 10px 65px;
}

.content-wrapper-bg-grey{
	background-color: #f8f8f8;
}

.content-wrapper-bg-black{
	background-color: #f41e2c;
}
.content-inner{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	width: auto;
	overflow: hidden;
	position: relative;
}

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

.content-center{
	text-align: center;
}

.content-left{
	text-align: left;
}

.content-right{
	text-align: right;
}







/*
|------------------------------------------------------------
|	SLIDER
|------------------------------------------------------------
*/

.content-wrapper-swiper {
	padding: 40px 10px;
}

.content-wrapper-swiper .content {
	margin-bottom: 0 !important;
}

.swiper-container {
    margin: 60px auto 20px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    height: 160px;
}
.swiper-wrapper {
    height: 100% !important;
}
.swiper-slide {
    margin: 0;
    padding: 0;
    position: relative;
    
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
}

.swiper-slide a img {
    margin: 0 !important;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    border: 0;
}

.swiper-pagination-bullet-active {
    background-color: #f41e2c;
}







/*
|------------------------------------------------------------
|	PAGES
|------------------------------------------------------------
*/

.mokup-macbook{
	display: block;
	width: 100%;
	height: auto;
	min-height: 362px;
	background-image: url('../img/img-mokup-macbook.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 85%;
}

.mokup-devices{
	display: block;
	background-image: url('../img/mokup-devices.png');
	background-size: 130% !important;
	padding-top: 75px;
}

.mokup-macbook img{
	margin-top: 59px;
	width: 404px;
	height: 256px;
}

.icon-section{
	position: relative;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 20px 0px 20px 0px;
	min-height: 250px;
}

.icon-section img{
	display: none;
	z-index: 0;
	position: absolute;
	max-width: 100px;
	top: -50px;
	left: 50%;
	margin-left: -50px;

}

.icon-section .uk-h3{
	font-size: 25px !important;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: 400;
}

.icon-section ul{
	margin: 0;
	padding: 0;
}

.icon-section ul li{
	list-style: none;
	color: #919191;
	font-size: 14px;
}

.banner-wrapper{}

.banner{
	display: block;
	position: relative;
	width: 100%;
	min-height: 720px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/bg-banner-users.png');
}


.banner.banner-users{
	min-height: initial;
	min-height: none;
	max-height: 600px !important;

}

.banner.banner-googlemaps{
	min-height: 350px;
	max-height: 350px !important;
/* 	margin-top: 100px; */
}


.banner.banner-googlemaps #map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner.banner-googlemaps #map img {
	max-width: initial;
	max-width: none;
}


.users-section .uk-h3, .users-section .uk-h4, .users-section .uk-h4 a, .users-section p{
	color: white;
}

.users-section .uk-h4{
	margin-top: 80px;
	margin-bottom: 10px;
}

.users-section .uk-h4 a:hover{
	color: #f41e2c;
	text-decoration: none;
}

.users-section ul{
	margin: 0;
	padding: 0;
}

.users-section ul li{
	list-style: none;
	color: white;
	font-size: 14px;
}

.users-section p{
	margin-top: 50px;
}

.users-section .mokup-imac{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 378px;
	margin-top: 150px;
}

.content-jobdescription{
	position: relative;
}

.job-description{
	background-color: #f8f8f8;
	padding: 20px;
}


.job-description p, .job-description ul li, job-description ul li a{
	color: #606060;
}


.job-description ul {
}

.job-description li {
	padding: 2px 3px;
	list-style-type: square;
	color: #f41e2c !important;
}

.job-description li span {
	color: #606060 !important;
}

.job-description hr {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	border: 0;
}

.job-description .hr-30 {
	margin: 30px auto;
}

.job-description .hr-60-40 {
	margin: 60px auto 40px;
}

.job-description .btn {
	border: 0 !important;
}


.job-description .btn:hover,
.job-description .btn:focus {
	background-color: #dc1c28 !important;
}



.sidebar-careers{
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	padding: 20px;
	padding-bottom: 80px;
}

.sidebar-careers .uk-h3{
	color: white;
}

.sidebar-careers ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.sidebar-careers ul li{}

.sidebar-careers ul li a{
	color: #f41e2c;
	font-style: 16px;
}

.sidebar-careers ul li a:hover{
	text-decoration: none;
}

.img-about{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/about.png');
}

/*
|------------------------------------------------------------
|	FORMS
|------------------------------------------------------------
*/


 .uk-form{
	text-align: left;
	margin: 0 auto;
	max-width: 625px;
	padding-top: 40px;
	margin-bottom: 40px;
}


.contact-form{
	text-align: center;
	height: auto !important;
}

.contact-form #username {
	display: none !important;
}

.content-form .uk-h3{
	color: #f41e2c;
}


.uk-form input,
.uk-form textarea {
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 22px !important;
}

.contact-form input {
	text-align: center !important;
}

.uk-form textarea {
	padding-top: 12px !important;
	min-height: 210px !important;
}

.uk-form input:focus,
.uk-form textarea:focus {
	background-color: #fff !important;
	border-color: #f41e2c !important;
}


.uk-form-row{
	margin-bottom: 30px;
}

.uk-form-label{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: black;
	font-family: 'Oswald', sans-serif !important;
}

#form-s-it{
	width: 100%;
	max-width: 625px;
	height: 55px;
}

.uk-form-controls label{
	font-size: 18px;
	padding-left: 20px !important;
}

#form-s-t{
	width: 100%;
	max-width: 625px !important;
}

.uk-form .btn-bg-red:hover{
	background-color: white;
	color: black;
}


.contact-form .input-error,
.contact-form .input-error:focus,
.offer-form .input-error,
.offer-form .input-error:focus {
	border-color: #ec4848 !important;
}



.contact-form .error,
.offer-form .error {
	display: none;
	color: #ec4848 !important;
}

.contact-form .response {
	color: white;
	font-size: 16px;
}

.content-form{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	overflow: hidden;
	padding-top: 40px;
	background-color: #f8f8f8;}
	
.login-form label{
	color: white;
}

.content-modular{
	margin-top: 80px !important;
}

.content-modular.icon-section{
	min-height: 200px;
	height: auto;
}

.content-modular.icon-section .uk-h3{
	position: relative;
	margin: 0;
	margin-left: 30px;
	}

.content-modular.icon-section img{
	margin-left: 0px;
	left: 40px;
}

.content-modular.icon-section p{
	margin-left: 30px;
	margin-top: 10px;
	color: #919191;
}
/*
|------------------------------------------------------------
|	FOOTER
|------------------------------------------------------------
*/

.footer-wrapper {
	background-color: black;
	height: auto;
}

.footer {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	overflow: hidden;
	min-height: 280px !important;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.footer .uk-h3{
	color: white;
	margin-bottom: 40px;
	margin-top: 40px;
}

.footer p, .footer a{
	color: white;
	font-size: 25px;
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300;
}

.footer img{
	margin-right: 5px;
}

.content-copy p{
	font-size: 14px;
	color: #606060;
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 40px;
	text-transform: uppercase;
}






/*
|------------------------------------------------------------
|	Helper classes
|------------------------------------------------------------
*/

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	  `contenteditable` attribute is included anywhere else in the document.
 *	  Otherwise it causes space to appear at the top and bottom of elements
 *	  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
