html, body {
    padding: 0;
    margin: 0;
    font-family: roboto, serif;
}


.clear {
    clear: both;
}

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

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

.border {
    border: solid 1px red;
}


.responsive {
    width: 100%;
    height: auto;
}


a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #004F94;
}

a:visited {
    text-decoration: none;
    color: #004F94;
}

a:hover {
    text-decoration: none;
    color: #bc3f45;
}

a:active {
    text-decoration: none;
    color: #004F94;
}


.section {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 2;
    clear: both;
}

.noPaddingUp {
    padding-top: 0;
}

.noPaddingDown {
    padding-bottom: 0;
}

.container {
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


.page {
    margin-bottom: 50px;
    border-bottom: solid 1px #cecece;
}


.center {
    margin-right: auto;
    margin-left: auto;
}

.bg-grey {
    background-color: #f0f0f0;
}

.bg-red {
    background-color: #bc3f45;
}

.bg-black2 {
    background-color: #3b3b3b;
}

.bg-blue {
    background-color: #0075a1;
}

.bg-blue h3 {
    color: white;
}

.bg-blue a {
    color: white;
}

.bg-blue a:link {
    color: white;
}

.bg-blue a:visited {
    color: white;
}

.bg-blue a:hover {
    color: rgb(253, 228, 0);
}

.bg-blue a:active {
    color: white;
}


/* TEMP */
.bg-blue-light {
    background-color: #004F94;
}

.bg-blue-light h3 {
    color: #F8ECEE
}

.bg-blue-light a {
    color: white;
}

.bg-blue-light a:link {
    color: white;
}

.bg-blue-lighte a:visited {
    color: white;
}

.bg-blue-light a:hover {
    color: #bc3f45;
}

.bg-blue-light a:active {
    color: white;
}


/* /TEMP*/

.col20 {
    position: relative;
    width: 20%;
    float: left;
}

.col25 {
    position: relative;
    width: 25%;
    float: left;
}

.col30 {
    position: relative;
    width: 30%;
    float: left;
}

.col33 {
    position: relative;
    width: 33.3%;
    float: left;
}

.col40 {
    position: relative;
    width: 40%;
    float: left;
}

.col50 {
    position: relative;
    width: 50%;
    float: left;
}

.col60 {
    position: relative;
    width: 60%;
    float: left;
}

.col70 {
    position: relative;
    width: 70%;
    float: left;
}

.col75 {
    position: relative;
    width: 75%;
    float: left;
}

.col80 {
    position: relative;
    width: 80%;
    float: left;
}

.col90 {
    position: relative;
    width: 90%;
    float: left;
}

.col100 {
    position: relative;
    width: 100%;
    clear: both;
}

.box {
    margin: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.box1, .box2, .box3 {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.dragUp {
    margin-top: -60px;
    z-index: 1;
}

.dragDown {
    margin-top: 50px;
    z-index: 1;
}

.mTop {
    margin-top: 50px;
}

.mBottom {
    margin-bottom: 50px;
}

.h1title {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
}

.hTitle {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
}

.h2title {
    font-size: 22px;
    color: #535353;
    font-weight: bold;
}

.h3title {
    font-size: 22px;
    color: #535353;
    font-weight: bold;
}

.h4title {
    font-size: 30px;
    color: #414141;
}

.h5title {
    font-size: 30px;
    color: #414141;
}

.h6title {
    font-size: 15px;
    color: #3b3b3b;
}


/* Header */

.topBar {
    position: relative;
    background-color: #f0f0f0;
    line-height: 50px;
    padding: 10px;
}

.topBar .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}


.topBar .topButtons {
    position: relative;
    float: right;
}

.topBar .topButtons a:link {
    text-decoration: none;
    margin-left: 15px;
    color: #004F94;
}

.topBar .topButtons a:visited {
    text-decoration: none;
    color: #004F94;
}

.topBar .topButtons a:hover {
    text-decoration: none;
    color: #bc3f45;
}

.topBar .topButtons a:active {
    text-decoration: none;
    color: #004F94;
}


.topBar .topButtons a.loginBtn {
    position: relative;
    padding: 10px;
    background-color: #004F94;
    color: white;
}

.topBar .topButtons a.loginBtn:hover {
    background-color: #004F94;
}

.topBar .langs {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-top: 2px;
}

.topBar .langs img {
    width: 80px;
    height: auto;
}

.topBar .langs .lang-selected {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
    cursor: pointer;
}

.topBar .langs .langs-more {
    position: absolute;
    display: none;
    top: 58px;
    right: 0;
    padding: 25px 25px 0px 25px;
    border: solid 0px red;
    z-index: 99999;
    background: url('../imgs/transp-white.png') repeat;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.topBar .langs .langs-more .lang img {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
}

.topBar .langs .langs-more .lang:hover {
    opacity: 0.4;
    cursor: pointer;
}


.hero {
    position: relative;
    background: url('../imgs/hero.jpg');
    background-size: cover;
    width: 100%;
    min-height: 600px;
    z-index: 9;
}

.hero-message {
    padding: 20px;
    background-color: #bc3f45;
    color: white;
    margin: 150px auto 0 auto;
    text-align: center;
    max-width: 500px;
}

.hero-message h1 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.hero-message .hero-link {
    position: relative;
    padding-top: 15px;
    margin-right: -10px;
}

.hero-message a {
    color: white;
    background-color: #90292e;
    padding: 10px;
}

.hero-message a:hover {
    background-color: #da8d91;
    color: black;
}


.hero-inside {
    position: relative;
    background: url('../imgs/hero_inside.jpg');
    background-size: cover;
    width: 100%;
    min-height: 350px;
    max-height: 450px;
    z-index: 9;
}

.bg-contact {
    background: url('../imgs/hero_contact.jpg');
    background-size: cover;
}

.bg-faq {
    background: url('../imgs/hero_faq.jpg');
    background-size: cover;
}

.bg-cafe {
    background: url('../imgs/hero_cafe.jpg');
    background-size: cover;
}


.mainMenu {
    position: relative;
    background: url('../imgs/transp-white.png') repeat;
    padding: 10px;
    text-align: right;
    line-height: 70px;
    z-index: 9;
}

.mainMenu a {
    text-decoration: none;
    color: #676564;
    margin-left: 20px;
    padding: 20px 10px 20px 10px;
}

.mainMenu a:visited {
    color: #676564;
}

.mainMenu a:hover {
    color: white;
    background-color: #004F94;
}

.mainMenu a:active {
    color: #676564;
}


.mainMenu a.active {
    background-color: #004F94;
    color: white !important;
}


.mainMenu span {
    position: relative;
    text-align: left;
}

.spanDiv {
    position: relative;
    display: inline-block;
    text-align: left;
}

.subMenu {
    display: none;
    position: absolute;
    top: 58px;
    left: -100px;
    border: solid 0px red;
    width: 300px;
    background: url('../imgs/transp-white_hard.png') repeat;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.subMenu a {
    display: block;
    margin-left: 0;
    padding: 0px 10px 0px 10px;
    border-bottom: solid 1px #e7e7e7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.mainMenuButton {
    width: 45px;
    height: 45px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 45px;
    border: solid 0 #004F94;
    float: right;
    background: url(../imgs/mainMenuButtonArrow.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    display: none;
}

.topButtonsResponsive {
    display: none;
}

/* -- */


.mainBox {
    position: relative;
    background-color: #f0f0f0;
    border: solid 0px black;
    padding: 10px;
    min-height: 150px;
    margin: 5px;
    z-index: 9;
}

.mainBox .title {
    font-size: 18px;
    color: #000000;
    padding: 20px;
}

.mainBox .description {
    padding: 15px;
    color: #000000;
}

.mainBox.box1 {
}

.mainBox.box2 {
    background-color: #ece5e5;
}

.mainBox.box3 {
    background-color: #d5dcde;
}


.box-connector {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #bc3f45;
    top: -50px;
}


a.btn {
    position: relative;
    padding: 10px;
    background-color: #004F94;
    color: white;
}

a.btn:hover {
    background-color: #004F94;
}

button.btn {
    position: relative;
    padding: 10px;
    background-color: #004F94;
    color: white;
}

button.btn:hover {
    background-color: #004F94;
}

.sq {
    max-width: 280px;
    height: 280px;
    line-height: 30px;
    text-align: center;
    color: white;
}

.sq-text {
    padding-top: 100px;
    font-size: 22px;
}


.footer .box {
    font-size: 15px;
}

.footer .h6title {
    padding: 0;
    margin: 0;
}


.hrBlue {
    border: 0;
    border-bottom: solid 1px #2983c3;
    width: 80%;
}


/* Contact Form */

.contact-form {
}


.requireTitle {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: double 5px #bc3f45;
}


.inputBox {
    display: block;
    position: relative;
    padding-bottom: 70px;
    clear: both;
}

.inputBox input {
    width: 60%;
    float: left;
    padding: 15px;
}

.inputBox select {
    width: 60%;
    float: left;
    padding: 15px;
}

.inputBox select option {
    padding: 10px;
}

.inputBox textarea {
    width: 60%;
    float: left;
    padding: 15px;
    min-height: 200px;
}

.inputBox label {
    float: left;
    min-width: 30%;
    max-width: 30%;
    padding: 15px;
}

.inputBox input.danger {
    border: solid #bc3f45 1px;
}


.btn-send {
    padding-top: 20px;
}


.contact-form-nr {
}


/* FAQ */


.faq {
    position: relative;
    margin-bottom: 0px;
}

.faq .question {
    position: relative;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #004F94;
    cursor: pointer;
}

.faq .question:hover {
    background-color: #004F94;
    color: white;
}

.faq .question.active {
    background-color: #004F94;
    color: white;
}

.faq .answer {
    position: relative;
    display: none;
    padding: 10px;
    background-color: #e8eff7;
}


/* tables */


.table-pricelist {
    width: 100%;
}

.table-pricelist td {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #f3f3f3;
}

.table-pricelist th {
    padding: 10px;
    text-align: left;
    background-color: #004F94;
    color: white;
}

ul.yoursms_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.yoursms_bullet {
    /*list-style-image: url('/imgs/yoursms_bullet.jpg');*/
    background: url('/imgs/yoursms_bullet.jpg') no-repeat left top;
    height: 75px;
    padding-left: 44px;
    padding-top: 0;
}


/* Animations */


.sq {
    transition: transform .2s;
    cursor: pointer;
}


.sq:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}





