/* ----- RESET CSS ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {line-height: 1;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul {list-style: none;}
blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input, select {vertical-align: middle;}

/* ----- HELPER CSS ----- */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

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

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {clear: both;}

/* ----- MAIN CSS ----- */

body {
    background: #fdfdfd;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 17px;
    min-width: 960px;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.pre-head {
    background: #323232;
    height: 40px;
}

.lang {float: left;}

.lang li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    height: 40px;
}

.lang a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    line-height: 38px;
    padding: 0 14px;
}

.lang a:hover,
.lang a:focus,
.lang .active a {
    background: #005844;
}

.telno {
    float: right;
    color: #fff;
    line-height: 38px;
}

.logo {
    display: inline-block;
    vertical-align: top;
    width: 372px;
    height: 83px;
    background: url(../img/logo.png) no-repeat;
    margin-top: 21px;
    margin-bottom: 17px;
}

.internal header {
    margin-top: 20px;
    margin-bottom: 30px;
}

.internal .logo {margin-left: 50px;}

.internal .main-menu {
    float: none;
    margin-top: 5px;
    display: table-cell;
}

.internal .wrap-banner .banner,
.internal .wrap-banner .banner img {
    width: 480px;
    height: 157px;
}

.internal .wrap-banner {position: relative;}

.internal .wrap-banner .banner {
    position: absolute;
    right: 0;
    top: -187px;
}

.internal .banner-desc {
    font-size: 21px;
    width: 260px;
    bottom: 40px;
}

.internal .main-menu a {padding: 0 15px;}

.main-menu {
    float: right;
    margin-top: 28px;
    background: #b3e5db;
    position: relative;
    z-index: 10;
}

.main-menu li {
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
    height: 32px;
    background: #00a886;
}

.main-menu a {
    display: block;
    height: 32px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    padding: 0 18px;
}

.main-menu a:hover,
.main-menu a:focus {
    background: #005844;
}

.main-menu .active {background: #ef3763;}

.banner {
    position: relative;
    display: block;
    height: 305px;
    background: #003d26;
    margin-bottom: 35px;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-desc {
    position: absolute;
    right: 0;
    bottom: 65px;
    z-index: 10;
    color: #fff;
    font-size: 26px;
    width: 320px;
    padding: 17px 18px;
    background: #ed174b;
}

.services {margin-bottom: 10px;}

.services li {
    min-width: 50%;
    float: left;
    list-style-type: none;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 40px;
}

.services li:first-child,
.services li:nth-child(2) {
    padding-top: 0;
}

.services li:nth-child(2n+1) .service-img {margin-left: 0;}
.services li:nth-child(2n) {border-right: 0;}

.services li:last-child,
.services li:nth-last-child(2) {
    border-bottom: 0;
}

.service-img {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: 175px;
}

.service-img img {max-width: 175px;}

.service-text {
    display: inline-block;
    vertical-align: top;
    width: 270px;
}

.service-name {
    font-size: 28px;
    display: block;
    line-height: 36px;
    margin-bottom: 8px;
}

.service-desc {
    line-height: 18px;
    display: block;
    margin-bottom: 25px;
}

.services .more {
    display: inline-block;
    float: right;
    background: url(../img/more.png) no-repeat;
    width: 80px;
    height: 26px;
    line-height: 24px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
}

.services .more:hover {background-position: 0 -26px;}

.content-menu {
    margin-bottom: 15px;
    display: inline-block;
}

.content-menu li {display: inline-block;}

.content-menu a {
    padding: 5px 10px;
    display: inline-block;
    color: #ed174b;
}

.content-menu a:hover {text-decoration: none;}

.content-menu .active a {
    background: #dcdcdc;
    color: #323232;
    text-decoration: none;
}

.content {margin-bottom: 100px;}

.wrap-content {
    width: 720px;
    float: left;
}

.content h1 {
    font-size: 28px;
    display: block;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: normal;
}

.content h2 {
    font-size: 19px;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #323232;
}

.content p + h2,
.content p + h2 {
    margin-top: -10px;
}

.content p {
    line-height: 18px;
    display: block;
    margin-bottom: 25px;
    color: #323232;
}

.content a {color: #ed174b;}
.content a:hover {text-decoration: none;}

.content ul,
.content ol {
    color: #323232;
    line-height: 20px;
    margin-bottom: 20px;
}

.content ul {margin-left: 16px;}
.content ol {margin-left: 21px;}

.content p + ul,
.content p + ol {
    margin-top: -15px;
}

.content dl {
    color: #323232;
    line-height: 18px;
}

.content dt {float: left;}
.content dd {float: right;}

.wrap-sidebar {
    float: right;
    width: 225px;
}

.sidebar-banner {
    background: #e2e2e2;
    padding: 15px;
}

.sidebar-banner img {margin-bottom: 10px;}

.sidebar-banner span {
    display: block;
    margin-bottom: 20px;
}

.sidebar-banner .button {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.contact-info {margin-top: 95px;}

.contact-info .block-name {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 19px;
}

.maps {
    margin-bottom: 15px;
    background: #eee;
}

.form-field-block,
.form-text-block {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

.form-field-block {
    width: 265px;
    margin-right: 65px;
}

.form-text-block {width: 367px;}

.wrap-form-block label {
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
    color: #323232;
}

.wrap-form-block input,
.wrap-form-block textarea {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #e2e2e2;
    border: 0;
}

.wrap-form-block input {
    line-height: 26px;
    height: 26px;
    padding: 0 5px;
}

.wrap-form-block textarea {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    padding: 0 5px;
    resize: none;
    margin-top: 0px;
    height: 134px;
}

footer {
    background: #464646;
    padding-top: 30px;
}

.footer-block-wrap {
    margin: 0 auto;
    width: 750px;
    margin-bottom: 30px;
}

.footer-block {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #595959;
    padding-left: 25px;
    padding-right: 65px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-block.block1 {width: 200px;}
.footer-block.block2 {width: 250px;}
.footer-block.block3 {width: 300px;}

.footer-block-title {
    color: #fff;
    font-size: 19px;
    text-align: left;
    display: table;
    margin-bottom: 25px;
}

.footer-block-menu {
    display: block;
    text-align: left;
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-block-menu a,
.footer-block-menu {
    text-decoration: none;
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 22px;
}

.footer-block-menu a:hover {color: rgba(237,23,75,.6);}

.icon {
    float: left;
    width: 25px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    margin-right: 5px;
}

.icon-home {background-position: 0 0;}
.icon-phone {background-position: 0 -20px;}
.icon-mail {background-position: 0 -40px;}

.copy {
    font-size: 14px;
    color: #969696;
    text-align: center;
    background: #323232;
    height: 40px;
    line-height: 40px;
}

.button {
    color: #fff !important;
    background: #ed174b;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 17px;
    cursor: pointer;
}

.button:hover {background: #00a886;}

#form-contact .error input, #form-contact .error textarea{
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#form-contact .error input, #form-contact .error textarea,#form-contact .error label, #form-contact div.error {
    color: #B94A48;
}
.alert-success {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    border-radius: 4px 4px 4px 4px;
    color: #468847;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}