@font-face {
    font-family: 'LatoLight';
    src: url(css/font/Lato-Light.ttf);
}

@font-face {
    font-family: 'Lato';
    src: url(css/font/Lato-Regular.ttf);
}

@font-face {
    font-family: 'LatoBold';
    src: url(css/font/Lato-Bold.ttf);
}

* {
	font-family: 'Lato', 'OpenSans', "Helvetica", "Helvetica Neue";
    -webkit-font-smoothing: antialiased;
}

body {
	margin:0;
	padding:0;
    overflow-x: hidden;
    background-color: #000;
}

.viewPort {
    width: 100%;
    overflow: hidden;
    float:left;
    position: absolute;
}

a {
	text-decoration:none;
	color:#ccc;
	font-size:11pt;
}

a img {
	border-style: none;
}

h1 {
    background-color: #222423;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: 40px 0 40px 0;
    padding: 10px;
    font-size: 15pt;
    font-family: 'Lato';
    width: 150px;

}
h2 {
    color: #000;
    font-size: 14pt;
}

p, li {
	font-size: 16px;
    font-weight: lighter;
    font-family: 'Lato';
}

button {
    width: 20px;
    height: 20px;
    background-color: #000;
    border: none;
    color: #fff;
    padding:0;
}

header {
    background-color: #222423;
	height: 118px;
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	z-index: 200;
}

header .wrapper {
	margin: auto;
	width: 80%;
	height: 53px;
}

.fontWeightNormal {
   font-family: 'Lato', 'OpenSans', "Helvetica", "Helvetica Neue";
}
#headerLogo {
    height: 80px;
	float: left;
	margin-top: 16px;
}

#mainNavigation {
	float: right;
	font-weight: lighter;
	list-style-type: none;
	padding: 30px 0;
}
#mainNavigation li { 
	float: left;
	color: #ccc;
}
#mainNavigation li a {
    font-family: 'LatoLight';
    font-size: 14pt;
	padding: 0 16px;
    font-weight: normal;
	color: #fff;
}
#mainNavigation li a:hover {
	color: #32d3be;
}

#mainNavigation li a:hover ul { 
	display: block;
}

#mainNavigation li a ul:before {
	display: inline-block;
	position: absolute;
	margin-top: -16px;
	margin-left: 30px;
	content: '';
}

.backgroundColor.primary {
    background-color: #32d3be;
}

.mobileNavigationButton {
	display: none;
}

.page {
    width: 100%;
    margin: 0;
    background-size: cover;
    float: left;
    clear: left;
    display: block;
    padding-bottom: 40px;
    background-color: #fff;
}

.page.news {
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
}

.main {
    margin: auto;
    min-height: 600px;
    width: 100%;
    float: left;
    display: block;
    margin-top: 150px;

}
.contentWrapper {
    max-width: 980px;
    margin: auto;
    float: none;
}

.seperator {
    width: 100%;
    float: left;
    clear: left;
    display: block;
}

/**********************/
/******** NEWS ********/
/**********************/

.news h1 {
    margin-top: 150px;
}

/************************/
/******** SLIDER ********/
/************************/


.swiper-container {
    width: 100%;
    height: 330px;
}

.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}

.swiper-container-vertical > .swiper-wrapper{
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position:relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;

    -webkit-transform:translate3d(0px,0,0);
    -moz-transform:translate3d(0px,0,0);
    -o-transform:translate(0px,0px);
    -ms-transform:translate3d(0px,0,0);
    transform:translate3d(0px,0,0);

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .swiper-slide:hover div {
    background-color: #32d3be;
    color: #fff;

}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


.slider {
   background-image: url(img/concrete_bg.jpg);
   overflow: hidden;
}
.slider ul {
    display: block;
    width: 2000px;
}

.slider .swiper-slide {
    display: inline-block;
    margin-right: 30px;
}
.slider .swiper-slide div {
    background-color: #fff;
    width: 225px;
    height: 128px;
    margin-top: 184px;
    float: right;
    padding: 10px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.slider .swiper-slide h2 {
    margin: 10px 0 10px 0;
}
.slider .swiper-slide p {
    margin: 0;
    font-size: 10pt;
}
.slider .primary {
    color: #fff;
    float: right;
    padding: 4px 6px;
    font-size: 9pt;
}

.emptyTemplate {
    width: 120px;
}

.template_small, .template_medium, .template_large {
    height: 330px;
    background-color: #f99;
    display: block;
    color: #666;
    background-size: cover;
}

.template_small {
    width: 489px;

}
.template_medium {
    width: 270px;

}
.template_large {
    width: 464px;

}

/***************************/
/******** SOLUTIONS ********/
/***************************/

.solutions {
    margin: auto;
    background-color: #fff;
}
.solutions h1 {
    background-color: #222423;
    color: #fff;
}

.solutions .navigation {
    width: 440px;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.solutions .navigation li {
    width: 200px;
    height: 200px;
    background-color: #32d3be;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 11pt;
    font-family: 'LatoBold';
    font-weight: bold;
    color: #000;
}

.solutions .navigation li.active {
    background-color: #249a8c;
}

.solutions .navigation li span.title {
    font-size: 40pt;
    padding-top: 60px;
    float: left;
    width: 100%;
    text-align: center;
}

.solutions .navigation li span.bottom {
    margin-top: 25px;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.solutions .navigation li button {
    float: right;
}

.solutions .content h2 {
    margin: 8px;
}

.solutions .content {
    display: block;
    float: right;
    width: 540px;
    min-height: 420px;
    background-color: #e8e8e8;
}

.solutions .content .icon {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}

.solutions .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.solutions .content ul li {
    float:left;
    clear: left;
    width: 100%;
    padding-bottom: 10px;
}
.solutions .content ul li p, .solutions .content ul li {
    font-size: 11pt;
}
.solutions .content ul li p, .solutions .content ul li ul {
    padding: 0;
    margin: 0;
    padding: 5px 20px;
}

.solutions .content ul li ul {
    list-style-type: disc;
    padding-left: 40px;
}

.solutions .content ul li ul li {
    padding: 5px 0;
}

.solutions .content ul li h3 {
    margin: 0;
    padding: 7px 48px 7px 10px;
    padding-left: 48px;
    background-color: #c1c1c1;
    background-size: 17px;
    background-position-x: 16px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url(img/arrow_right.jpg);
    font-size: 11pt;
    margin: 0;
    margin-bottom: 10px;
}
.solutions .content ul li h3.active {
    background-image: url(img/arrow_down.jpg);
}


/****************************/
/******** REFERENCES ********/
/****************************/
.references {
    background-image: url(img/references_bg.jpg);
}

/**************************/
/******** PARALLAX ********/
/**************************/

.parallax1, .parallax2 {
    height: 360px;
    background-position: center;
}

.parallax1 {
    background-image: url(img/parrallex_1.jpg);
}
.parallax2 {
    background-image: url(img/parrallex_2.jpg);
}


/*************************/
/******** CONTACT ********/
/*************************/

.contact {
    background-image: url(img/concrete_bg.jpg);
    padding-bottom: 40px;
}

.contact .mail {
    background-color: #fff;
    padding: 40pt;
    width: 320px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-box-shadow: 7px 9px 31px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 9px 31px -5px rgba(0,0,0,0.75);
    box-shadow: 7px 9px 31px -5px rgba(0,0,0,0.75);
    position: absolute;
    margin-top: 90px;
    margin-left: 30px;
}
.contact .mail a {
    font-family: 'Lato';
    font-size: 20pt;
    color: #000;
}

.contact img {
    margin-top: 50px;
    float: right;
}

.mailSection {
    float: left;
    clear: left;
    width: 100%;
}

/************************/
/******** FOOTER ********/
/************************/
.menu-footer-navigation-container {
    width: auto;
}
footer {
    background-color: #222423;
    float: left;
    clear: left;
    width: 100%;
    color: #fff;
}

footer img {
    margin-top: 13px;
    width: 190px;
}
footer div {
    margin: auto;
    width: 80%;
}

footer p, footer a {
    float: left;
}

footer li {
    margin: 8px 0;
}

footer li a {
    margin: 0 10px;
}

footer p {
    margin: 15px 0 15px 45px;
    line-height: 1.5;
    font-family: 'Lato';
    font-size: 11pt;
}

footer ul {
    float: right;
    list-style-type: none;
}
ul li {
    float: left;
}

/*
$screen-size-mobile-min    : 0px;
$screen-size-mobile-max    : 755px;

$screen-size-1-min         : 756px;
$screen-size-1-max         : 1003px;

$screen-size-2-min         : 1004px;
$screen-size-2-max         : 1159px;

$screen-size-3-min         : 1160px;
$screen-size-3-max         : 1300px;
*/

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1159px) {


}

@media only screen and (max-width: 1003px) {

    .solutions .content, .solutions .navigation {
        width: 80%;
        margin: 0 10%;
    }
    .solutions .content {
        width: 78%;
        margin: 15px 11%;
    }
    .solutions .navigation li {
        width: 23%;
        margin: 1%;
    }

    header {
        height: 80px;
    }
    #headerLogo {
        margin: 15px;
    }
    #headerLogo img {
        width: 220px;
    }

    #mainNavigation {
        margin: 0;
    }
}
@media only screen and (max-width: 755px) {

    .page, .contentWrapper {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    header {
        height: 50px;
    }
    #headerLogo {
        margin: 0;
    }
    #headerLogo img {
        width: 190px;
    }

    .page.contact .mail {
        font-size: 14pt;
        padding: 20pt;
        position: inherit;
        text-align: center;
        width: 240px;
        margin: auto;
    }
    .page.contact img {
        width: 70%;
        float: none;
        margin: auto;
        margin-top: 40px;
        display: block;
    }

    .contact .mail a {
        font-size: 14pt;
    }

    .mobileNavigationButton {
        display: block;
        background-image: url(img/mobile_main_navigation@2x.png);
        width: 40px;
        height: 40px;
        background-size: 100%;
        float: right;
        margin: 0;
        margin-top: 4px;
    }
    .mobileNavigationButton span {
        display: none;
    }
    #mainNavigation {
        display: none;
    }

    #mainNavigationMobile {
        position: absolute;
        top: 50px;
        margin: 0;
        left: 0;
        list-style-type: none;
        padding: 0;
    }

    #mainNavigationMobile, #mainNavigationMobile li {
        width: 100%;
        background-color: #fff;

    }
    #mainNavigationMobile li {
        padding: 0;
    }
    #mainNavigationMobile li a {
        width: 100%;
        float: left;
        padding: 30px;
        display: block;
        color: #000;
    }
    #mainNavigationMobile li a {
        border-bottom: 1px solid #ccc;
    }
    .solutions .content {
        min-height: auto;
    }
    .solutions .content, .solutions .navigation {
        width: 98%;
        margin: 0 1%;
    }
    .solutions .content {
        margin-top: 15px;
    }
    .solutions .navigation li {
        width: 48%;
        margin: 1%;
    }

    footer p {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    footer .footer-logo {
        width: 100%;
        text-align: center;
    }
    .menu-footer-navigation-container {
        width: 100%;
        text-align: center;
        min-height: 70px;
        float: left;
    }

    #menu-footer-navigation {
        float: none;
        min-height: 50px;
        padding: 0;
    }
    #menu-footer-navigation li a, #menu-footer-navigation li, footer a {
        float: none;
        display: inline-block;
    }

    /*
    * Swiper
    */

    .emptyTemplate {
        width: 20px;
    }

}
