/* Home page */

#home {
    background: #0087EF;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#home .main,
#home .caroussel,
#home .features,
#home .footer {
    position: relative;
    z-index: 1;
}
#home #header {
    position: fixed;
    z-index: 10;
	background: #0087EF;
}
#home #header, 
#home #header .content,
#home #header .logo,
#home #header .userlogin {
    height: 80px;
    line-height: 80px;
}
#home #header .logo img {
    height: 55px;
}
#home #header .userlogin {
    float: right;
    line-height: 80px;
}
#home .caroussel .content .button:hover,
#home #header .userlogin .button:hover {
    color: #118def;
}
#home .main > .content {
    box-shadow: 0 3px 0 #0087EF;
}
#home .caroussel .content,
#home .features .content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#home .caroussel {
    padding: 170px 15px 70px 15px;
    color: #fff;
	text-align: center;
}
#home .caroussel .content h1 {
    font-size: 3.8em;
    font-weight: 500;
	line-height: normal;
    margin-bottom: 30px;
}
#home .caroussel .content .button,
#home .features .content-block .button {
    font-size: 20px;
    height: 66px;
    line-height: 66px;
    padding: 0 60px;
    margin-top: 30px;
}
#home .caroussel .content .button {
	margin-top: 60px;
}
#home .features {
    padding: 60px 15px;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
	background: #fff;
}
#home .features .content-block {
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-top: 60px;
}
#home .features .content-block:first-child {
    margin-top: 0;
}
#home .features .content-block:last-child {
	display: flex;
	flex-direction: column;
    align-items: center;
}
#home .features .content-block .block {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 48%;
    min-height: 130px;
}
#home .features .content-block .block .left-image {  
    background-color: #0087EF;
    min-width: 130px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
    border-radius: 100%;
}
#home .features .content-block .block .right-text {
    margin-left: 20px;
}
#home .features .content-block .block h2 {
   	font-weight: 500;
}
#home .features .content-block .block h3 {
    margin-top: 10px;
}
#home .features .content-block .block:nth-child(1) {
    margin-right: 4%;
}
#home .features .content-block:nth-child(1) .block:nth-child(1) .left-image {
    background-image: url('../img/chrono.svg');
}
#home .features .content-block:nth-child(1) .block:nth-child(2) .left-image {
    background-image: url('../img/shield.svg');
}
#home .features .content-block:nth-child(2) .block:nth-child(1) .left-image {
    background-image: url('../img/lock.svg');
}
#home .features .content-block:nth-child(2) .block:nth-child(2) .left-image {
    background-image: url('../img/map.svg');
}
#home .features .content-block:nth-child(3) .block:nth-child(1) .left-image {
    background-image: url('../img/organize.svg');
}
#home .features .content-block:nth-child(3) .block:nth-child(2) .left-image {
    background-image: url('../img/devices.svg');
}
#home .main {
    min-height: calc(100vh - 339px);
    padding: 80px 15px 0 15px;
}
#home .main .content.box {
    display: flex;
    flex-direction: column;
	color: #333;
    background: #fff;
    width: 100%;
    max-width: 1170px;
    padding: 40px 25px;
    margin: 0 auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    min-height: 100%;
}
#home .main .content.box h1 {
    font-size: 42px;
    margin-bottom: 40px;
	color: #118def;
}
#home .main .content.box h2 {
    font-size: 22px;
}
#home .main .content.box h3 {
    font-size: 16px;
}
#home .main .content.box .form {
    min-width: 340px;
    width: 40%;
    margin: 0 auto;
}
#home .main .content.box input,
#home .main .content.box select,
#home .main .content.box textarea {
	background: #fff;
    border: 1px solid #118def;
	color: #333;
}
#home .main .content.box .form .buttons {
    margin-top: 40px;
}
/* Footer */

#home .footer {
    color: #fff;
    padding: 25px 0;
    text-align: center;
}
#home .footer .content {
    display: inline-block;
}
#home .footer a {
    color: #fff;
    padding: 5px 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
}
#home .footer a:hover {
    background: #fff;
    color: #118def;
}
#home .footer a.icon-language {
    width: 24px;
}
#home .footer a.language > span:first-child {
    margin-right: 8px;
}
#home .footer a:first-child {
    margin-left: 0;
}
#home .footer a:last-child {
    margin-right: 0;
}
#home .footer .copyright {
    margin-top: 30px;
}
/* links page */

.icons-link a {
    margin-right: 5px;
}
/* Help, privacy, terms page */
.help h2, .privacy h2, .terms h2 {
    margin-top: 30px;
}
.help h2:first-child, .privacy h2:first-child, .terms h2:first-child {
    margin-top: 0;
}
.privacy h3 {
    margin-top: 20px;
}
.help h3 {
    clear: left;
    margin-top: 30px;
    margin-bottom: 10px;
}
.help ol,
.help p {
    clear: left;
    float: left;
    margin-bottom: 20px;
}
.help ol li, 
.terms li {
    margin-left: 26px;
    margin-bottom: 5px;
    list-style: square;
}

@media only screen and (max-device-width: 640px) {
    #home #header,
    #home #header .content,
    #home #header .logo,
    #home #header .userlogin {
        height: 60px;
        line-height: 60px;
    }
    #home #header .logo img {
        height: 40px;
    }
    #home .main:not(*:root) {
        min-height: calc(100vh - 399px);
    }
    #home .main {
        padding: 60px 15px 0 15px;
    }
    #home .main .box {
        padding: 30px 20px 0 20px;
    }
    #home .main .box h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #home .main .box .content {
        min-width: 100%;
        width: 100%;
        min-height: 100%;
    }
    #home .main .box .content .form {
        min-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #home .main .content.box {
        padding: 40px 15px;
    }
    #home .main .content.box h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    #home .main .content.box h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    #home .main .content.box .form {
        min-width: 100%;
        width: 100%;
    }
    #home .caroussel .content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #home .caroussel .content .row {
        min-width: 100%;
        text-align: center;
    }
    #home .caroussel .content .row h1 {
        font-size: 28px;
        line-height: 1.4em;
    }
    #home .caroussel .content .row:nth-child(1) {
        margin-bottom: 30px;
    }
    #home .caroussel .content .row .button,
    #home .features .content-block .button {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
        margin-top: 20px;
    }
    #home .caroussel {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    #home .features {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #home .features .content-block {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    #home .features .content-block .block {
        float: none;
        width: 100%;
    }
    #home .features .content-block .block .left-image {  
        min-width: 100px;
        height: 100px;
    }
    #home .features .content-block .block:last-child {
        margin-top: 20px;
    }
    #home .features .content-block .block h2 {
        font-size: 18px;
    }
    #home .features .content-block .block h3 {
        font-size: 16px;
        margin-top: 5px;
    }
    #home .features .content-block .block:nth-child(1) {
        margin-right: 0;
    }
    #home .footer {
        margin-top: 0;
    }
    #home .footer .content {
        text-align: center;
    }
    #home .footer .content a {
        font-size: 14px;
        float: none;
    }
    #home .footer .copyright {
        margin-top: 20px;       
        font-size: 12px;
    }
}