/**/
@import url(//fonts.googleapis.com/css?family=Signika:400,300,600,700);
/* 'Signika', sans-serif */
@import "../css/reset.css";
@import "../css/superfish.css";

/**
Styles the grav form in a material manner. No fancy effects though (easing etcpp.)
 */

.form-field input, .form-field textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #38a390;
    border-radius: 10px;
}

.form-field input:focus, .form-field textarea:focus {
    border: none;
    border-bottom: 3px solid #38a390;

}

.form-field textarea:focus {
    height: 150px;
    width: 300px;
}

#contact > div.buttons {
    padding-top: 15px;
}

#contact > div.buttons > button {
    vertical-align: middle;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    font-size: 1rem;
    outline: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    border: 2px solid #5383C6;
    border-radius: 10px;
    cursor: pointer;
}

#contact > div.buttons > button:nth-child(1) {
    background-color: #3d78c0;
}

#contact > div.buttons > button:nth-child(1):hover, #contact > div.buttons > button:nth-child(2):hover {
    background-color: #3d78c0;
    border-color: #3c7f9f;
    color: #39596e;
}

#contact > div.buttons > button:nth-child(2) {
    color: #0063af;
}

#contact .button {
    margin-top: 10px;
}

div.full #contact .button {
    width: calc(100% + 10px);
}

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    font: 13px/19px Arial, Helvetica, sans-serif;
    color: #ecedef;
    position: relative;
    background: #334960;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Signika', sans-serif;
    color: #ecedef;
}

h2 {
    font-size: 60px;
    padding-top: 101px;
    line-height: normal;
    text-align: center;
}

h3 {
    font-size: 48px;
    line-height: 54px;
}

p {
    margin-bottom: 19px;
    line-height: 145%;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

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

ul.list {

}

/*links*/

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #334960;

}

/*preclass*/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.fleft {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 22px;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

/*header*/

header {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    top: 0;
    overflow: hidden;
    background-color: #334960;
    transition: 0.2s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 0.2s ease;
    text-align: center;
}

h1 {
    padding-top: 28px;
    float: left;
    z-index: 999;

}

header h1 a {
    display: block;
    overflow: hidden;
    width: 108px;
    height: 43px;
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/*Content*/
.content {
    padding-top: 125px;
    text-align: center;
    position: relative;
}

.content:after {
    display: block;
    position: absolute;
    content: '';
    z-index: 1;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37px 50px 0 50px;
    border-color: #334960 transparent transparent transparent;
    left: 50%;
    margin-left: -50px;
    top: 0;

}

#page3:after {
    border-color: #f17c72 transparent transparent transparent;

}

#page4:after {
    border-color: #32ac97 transparent transparent transparent;

}

#page5:after {
    border-color: #7f4c76 transparent transparent transparent;

}

.tm_link {
    color: #fd2614;
}

.tm_link:hover {
    color: #fff;
}

#page1 {
    padding-bottom: 191px;
}

header.page1 .men .hover {
    top: 0;
}

header.page2 .men1 .hover {
    top: 0;
}

header.page3 .men2 .hover {
    top: 0;
}

header.page4 .men3 .hover {
    top: 0;
}

header.page5 .men4 .hover {
    top: 0;
}

#page2 {
    background-color: #f17c72;
    padding-top: 230px;
    padding-bottom: 500px;
    padding-bottom: 190px;
}

header.page2 {
    background-color: #f17c72;
}

header.page2 .hover {
    background-color: #334960;
}

#page3 {
    background-color: #32ac97;
    padding-top: 230px;
}

header.page3 {
    background-color: #32ac97;
}

header.page3 .hover {
    background-color: #46dcc7;
}

#page4 {
    background-color: #7f4c76;
}

header.page4 {
    background-color: #7f4c76;
}

header.page4 .hover {
    background-color: #b288ab;
}

#page5 {
    background-color: #0080a8;
}

header.page5 {
    background-color: #0080a8;
}

header.page5 .hover {
    background-color: #37637f;
}

.content {
}

.slogan h3 {
    margin-bottom: 30px;
}

#page2 h3 span {
  color: #f1f2f4;
    background-color: #009e82;
}

#page2 h3 span, #page2 h3 em {
    display: inline-block;
    padding: 0 3px;
}

#page2 h3 em {
    font-style: normal;
    background-color: #7f4c76;
}

.socials {
    padding-top: 45px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.socials .fa {
    color: #ecedef;
    width: 40px;
    font-size: 30px;
    padding: 13px 10px;
    border-radius: 50%;
    border: 2px solid #ecedef;
}
.socials a:hover {
    opacity: 0.5;
}

.box.maxheight .socials1 .fa {
    font-size: 20px;
    padding: 8px 10px 8px 10px;
    width: 20px;
}

.socials .fa- {
    display: none;
}

.socials a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 69px;
    height: 69px;
    background: 0 0 no-repeat;
}

.socials a + a {
    margin-left: 18px;
    background-position: -87px 0;
}

.socials a + a + a {
    background-position: -175px 0;
}

.socials a + a + a + a {
    background-position: right 0;
}

.text1 {
    font-size: 19px;
    line-height: 19px;
}

.box {
    background-color: #e6655e;
    border: 3px solid #f4948b;
    padding: 23px 0 24px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    min-width: 180px;
}

.box a {
    font-size: x-large;
}

.box img {
    border: 3px solid #f4948b;
    border-radius: 500px;
    margin-bottom: 19px;
    max-width: 160px;
}

.box .text1 {
    margin-bottom: 1px;
}

.slogan {
    margin-bottom: 117px;
}

.box .services .fa {
    width: 60px;
    font-size: 50px;
    padding: 35px 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #334960;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.box:hover .services .fa {
    color: #ecedef;
    opacity: 0.7;
}

.socials1 {
    margin-top: 19px;
    padding-top: 24px;
    border-top: 2px solid #009e82;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.socials1 a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 31px;
    height: 31px;
    background: 0 0 no-repeat;
    padding-right: 10px;
}

.socials1 a:hover {
    opacity: 0.5;
}

.socials1 a + a {
    width: 32px;
    margin-left: 8px;
    background-position: -39px 0;
}

.socials1 a + a + a {
    background-position: -79px 0;
}

.socials1 a + a + a + a {
    background-position: right 0;
}

#page3 {
    padding-bottom: 190px;
}

#page3 .box {
    color: #fff;
    background-color: #46dcc7;
    border-color: #99d6cb;
    /*padding: 22px 15px 27px;*/
}

#page3 .box p {
    margin: 10px;
}

#page3 .box p {
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    text-align: center;
    text-justify: inter-word;
}

#page3 .box img {
    margin-bottom: 21px;
    border-color: #c8f5ee;
    background-color: #334960;
}

#page3 .box .text1 {
    margin-bottom: 16px;
    padding-top: 15px;
}

#page4 {
    padding-top: 231px;
    padding-bottom: 186px;
}

#page4 h3 {
    margin-bottom: 108px;
}

.company-image {
    filter: grayscale(80%);
}

.companies .text1 {
    margin-bottom: 9px;
    margin-top: 20px;
    height: 38px;
}

.companies a {
    display: inline-block;
    color: #b288ab;
    padding-right: 12px;
    background: initial;
    margin-top: 14px;
}

.companies a:hover {
    color: #fff;
}

.companies .clear {
    height: 35px;
}

.companies .fa {
    font-size: large;
    margin-left: 5px;
}

#page5 {
    padding-top: 230px;
    padding-bottom: 190px;
}

#page5 .slogan {
    margin-bottom: 110px;
}

/****Map***/
.col-1-4.map {
    margin-top: 2.5px;
}
.map {
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
    height: 425px;
}

.map .text1 {
    margin-bottom: 39px;
    color: #fff;
    background-color: #008864;
    display: inline;
    padding: 2px 5px;
}

.map figure {
    position: relative;
    top: 7px;
    border: 1px solid #3c7f9f;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;

}

.map .text1.gmap {
    background-color: transparent;
}

.map figure iframe,
.map figure div {
    width: 100%;
    height: 218px;
    max-width: 100%;
}

.map a {
    color: #373b47;
}

.map a:hover {
    color: #fff;
}

.map address {
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

.map form {
    margin-top: 23px;
    font-size: 17px;
    line-height: 145%;
}

address dt {
    margin-bottom: 40px;
}

address dd span {
    display: inline-block;
    text-align: left;
}

address dd span i {
    margin-right: 5px;
}

.paper-plane {
    width: 21px;
}

/************Footer***********/

footer {
    display: block;
}

footer {
}

footer a:hover {
    color: #f17c72;
}

.copy {
    color: #e0e8ec;
    padding-top: 29px;
    padding-bottom: 30px;
    line-height: 24px;
    text-align: center;
}

/**to top**/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    margin-right: -620px !important;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border: none;
    text-indent: -999px;
    z-index: 999;
    transition: 0s ease;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    margin-left: 10px;
}
#toTop span {
    opacity: 1 !important;
}
#toTop span:before {
    opacity: 1 !important;
    position: absolute;
    color: #ecedef;
    /* padding-left: 20px; */
    font-family: FontAwesome;
    font-size: 52px;
    content: "\f01b";
    text-indent: initial;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 13px;
}

#toTop:hover {
    background-position: right 0;
}

/**
jobs
 */
.zerogrid.jobs {
    width: 100%
}

.jobs-header-image {
    height: 410px;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.jobs-header-image h2 {
    top: 100%;
    position: relative;
    width: 100%;
}
.jobs .zerogrid .wrap-col {
    margin: 0;
}

.content.jobs  {
    padding-top: 73px;
}

.content.jobs li:before {
    font-family: 'FontAwesome';
    content: '\f18e';
    margin:0 5px 0 0;
}

.content.jobs li {
    line-height: 175%;
}

.content.jobs ul {
    padding-bottom: 50px;
}

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

.zerogrid.jobs .text1 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.jobs .text1.formhead {
    color: #fff;
    background-color: #009e82;
    display: inline;
    padding: 2px 5px;
    padding-top: 0;
}

.jobs form {
    padding-top: 25px;
}

.jobs p {
    margin-top: 50px;
}

.langswitcher {
    margin-top: 20px;
}