﻿* { max-height: 100000px; }
header,
footer,
article,
section,
hgroup,
nav,
figure { display: block; }
figure {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background: #007dc6;
    color: #7e7e7e;
    min-width:1000px;
    font: 16px/22px Open Sans, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
a {
    color: #0394ec;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
img {
    border-style: none;
    max-width: 100%;
}
input,
select,
textarea {
    font: 100% Open Sans, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}
form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}
#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.logo,
.text-intro,
h1,
.description,
blockquote,
#content,
#sidebar,
.alignleft,
.article .alignleft img,
.article .alignright,
.article .alignright img,
h2,
.contact-form,
input[type="text"],
input[type="email"],
input[type="tel"],
.submit-holder,
.select-area,
select,
.select-area .center{
    -webkit-transition: all 1s;
    transition: all 1s;
}
#header {
    border-bottom: 7px solid #007dc6;
    position: relative;
}
#header:after {
    content: '';
    background: url(../images/sprite-heb.png) no-repeat 0 -39px;
    width: 450px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin: 0 0 0 -395px;
}
#header .holder {
    max-width: 1007px;
    margin: 0 auto;
    overflow: hidden;
    padding: 13px 0 25px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header .select-form{
    padding:0 2px 17px 0;
}
#header .select-form select{
    float:right;
    width:154px;
}
.logo {
    float: left;
    background: url(../images/logo_heb.png) no-repeat -6px -11px;
    width: 442px;
    height: 59px;
    overflow: hidden;
    text-indent: -9999px;
}
.logo a {
    display: block;
    height: 100%;
}
#footer .text-intro,
#header .text-intro {
    float: right;
    margin: 0 3px 0 0;
    background: url(../images/text-intro.png) no-repeat 0 0;
    width: 394px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999px;
}
#footer .text-intro {
    width: 252px;
    height: 39px;
    background-position: 0 -84px;
    float: none;
    margin: 0;
    display:inline-block;
}
#footer .text-intro a,
#header .text-intro a {
    display: block;
    height: 100%;
}
.visual {
    overflow: hidden;
    border-bottom: 1px solid #007dc6;
    background:#efe5d6;
        position: relative;
}
.visual-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}
.visual .holder {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    
}
.visual .img-visual {
    display: block;
    width: 100%;
    height: auto;
    max-height: 766px;
}
.visual h1 {
      width: 60%;
  text-transform: uppercase;
  margin: 30px 0px 30px 0px;
  color: #007dc6;
  font: 38px/50px Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.visual h1 strong{
    color: rgb(5, 79, 148);
}
.description .description_footer {
    color: #181818;
    font: italic 20px/27px Arial, Helvetica, sans-serif;
    padding: 15px 0 0 30px;
    display: block;
}
.visual .description {
    padding: 12px 14px 12px 15px;
  width: 60%;
  max-height: 59.9%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.57);
}
.visual .description blockquote {
    margin: 0;
    position: relative;
    padding: 0 0 0 30px;
    color: #181818;
    font: italic 25px/32px Arial, Helvetica, sans-serif;
}
.visual .description blockquote:before {
    content: '';
    background: url(../images/sprite-heb.png) no-repeat;
    width: 22px;
    height: 23px;
    position: absolute;
    top: -3px;
    left: -1px;
}
.visual .description blockquote q {
    display: block;
    quotes: none;
    position: relative;
}
/*.visual .description blockquote q strong { display: inline-block; }*/
.visual .description blockquote q:after {
    content: '';
    background: url(../images/sprite-heb.png) no-repeat -107px -3px;
    width: 22px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 -9px 9px;
}
.visual .description blockquote q .quote { display: none; }
.visual .btn-holder {
    background: #dbecf6;
    overflow: hidden;
    width: 100%;
    padding: 3px 7px;
    display:none;
    position:fixed;
    left:0;
    bottom:0;
    z-index:999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.visual .btn-holder .button {
    float: right;
    background: #fe5a00;
    font: 17px/37px Open Sans, Helvetica, sans-serif;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}
/*.visual .btn-holder .button:first-child {
    float: left;
    background: #45ad00;
    padding: 0 0 0 13px;
}*/
/*.visual .btn-holder .button:first-child:before {
    content: '';
    background: url(../images/sprite-01.png) no-repeat -273px -5px;
    width: 27px;
    height: 27px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 9px;
}*/
#main {
    max-width: 1007px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding: 0 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main:after {
    content: '';
    display: block;
    clear: both;
}
#main:before {
    content: '';
    background: #dbecf6;
    position: absolute;
    width: 9999px;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 66.3%;
}
#content {
    float: left;
    width: 66.30%;
    padding: 36px 10px 0 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .article-holder {
    overflow: hidden;
    padding: 0 0 6px;
}
#content .article {
    overflow: hidden;
    border-bottom: 1px solid #eeeded;
    padding: 0 0 22px;
    margin: 0 0 30px;
}
#content .article-holder .article:first-child {
    padding: 0 0 23px;
    margin: 0 0 32px;
}
#content .article2 { padding: 0 0 9px 3px; }
#content .article3 { padding: 0 0 39px; }
.alignleft { float: left; }
.alignright { float: right; }
.article .alignleft {
    width: 23%;
    margin:0 12px 0 0;
}
.article3 .alignleft { 
    padding: 17px 0 0;
    width:22%;
    margin:0 19px 0 0;
}
.article .alignright {
    width: 20.5%;
}
.article .alignleft a { display: block; }
.article .alignleft img {
    width: 100%;
    height: auto;
    float: left;
}
.article .alignright img {
    float: right;
    height: auto;
    width: 100%;
}
.article .description {
    overflow: hidden;
    padding: 9px 0 0;
}
.article-holder .article:first-child .description { padding: 5px 0 0; }
.article .description h1,
.article .description h2 {
    color: #434444;
    margin: 0 0 3px;
    font: bold 20px/24px Open Sans, Helvetica, sans-serif;
    text-transform: uppercase;
}
.article .description h2 { margin: 0 0 8px; }
.article3 .description h2 { margin: 0 0 1px; }
.article .description h1 a,
.article .description h2 a { color: inherit; }
.article .description p { margin: 0; }
#content .services-block {
    overflow: hidden;
    padding: 0 0 0 3px;
}
#content .services-block .services {
    float: right;
    width: 34%;
}
#content .services-block .services:first-child {
    width: 66%;
    float: left;
}
.services h3 {
    margin: 0;
    min-height: 43px;
    color: #434444;
    font: 13px/16px Open Sans, Helvetica, sans-serif;
}
.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    overflow:hidden;
}
.services ul li {
    float: left;
    margin: 0 4% 5px 0;
    width: 100%;
}
#content .services-block .services:first-child li { width: 46%; }
.services ul li a {
    display: inline-block;
    color: #434444;
}
.services ul li a img {
    display: inline-block;
    vertical-align:top;
    margin: 0 0 10px;
}
.services ul li a span { display: block; }
#sidebar {
    float: right;
    width: 33.7%;
    padding: 0 1.5% 0 1.2%;
    background: #dbecf6;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sidebar .contact-form {
    border: 1px solid #007dc6;
    background: #fff;
    text-align: center;
    color: #010101;
    font-size: 14px;
    line-height: 17px;
    margin: -55px 0 38px;
    padding: 12px 3% 7px;
    box-shadow: 22px 20px 0 0 rgba(0, 0, 0, 0.12);
}
#sidebar .contact-form h2 {
    color: #007dc6;
    margin: 0 0 7px;
    font: bold 17px/25px Open Sans, Helvetica, sans-serif;
    text-transform: uppercase;
}
#sidebar .contact-form p { margin: 0 0 17px; }
.contact-form .row {
    margin: 0 0 11px;
    text-align: left;
    position: relative;
}
.contact-form .row.mobile-list { display: none; }
.contact-form .row:after {
    content: '';
    display: block;
    clear: both;
}
.contact-form .tooltip {
    position: absolute;
    top: -7px;
    left: -218px;
    width: 204px;
    word-spacing: -1px;
    padding: 0 0 0 7px;
    height: 29px;
    text-align: left;
    background: #007dc6;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    display: none;
}
.contact-form .tooltip:after {
    content: '';
    background: url(../images/sprite-01.png) no-repeat -250px -3px;
    width: 17px;
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -15px;
}
.contact-form .input-box.error .tooltip,
.contact-form .select-box.error .tooltip { display: block; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    display: block;
    width: 100%;
    color: #353535 !important;
    padding: 5px 8px;
    font: italic 20px/25px Open Sans, Helvetica, sans-serif;
    height: 37px;
    outline: none;
    border: 1px solid #b8b7b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    opacity: 1 !important;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder{
    color: #797979;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder{
    color: #797979;
    opacity:1;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder{
    color: #797979;
}
.contact-form label {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font: 16px/21px Open Sans, Helvetica, sans-serif;
}
.contact-form .tel-holder { padding: 3px 0 0; }
.contact-form .tel-holder:after {
    content: '';
    display: block;
    clear: both;
}
.contact-form .tel-holder .input-box {
    float: right;
    width: 73%;
}
.contact-form .tel-holder .code {
    float: left;
    width: 22.7%;
    background: #ebe9e9;
}
.contact-form .list-holder {
    margin: -4px 0 0;
    position: relative;
}
.contact-form .list-holder .row { position: static; }
.contact-form .list-holder .tooltip { top: -25px; }
.contact-form .select-box {
    position: relative;
    padding: 6px 1px 5px 0;
}
.contact-form select {
    display: block;
    width: 100%;
    color: #797979;
    font: italic 20px/25px Open Sans, Helvetica, sans-serif;
    margin:0;
}
.contact-form .info {
    display: block;
    font: 12px/15px Open Sans, Helvetica, sans-serif;
    color: #000;
    text-align: left;
    margin: -4px 0 20px;
}
.contact-form .submit-holder {
    display: inline-block;
    position: relative;
    width: 84%;
    margin: 0 0 16px;
    background: #fe5a00;
    border-radius: 3px;
    overflow:hidden;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font: bold 33px/59px Open Sans, Helvetica, sans-serif;
    text-shadow: 0 -1px 1px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.contact-form .submit-holder:after {
    content: '';
    background: url(../images/sprite-01.png) no-repeat -41px -3px;
    width: 25px;
    height: 15px;
    overflow: hidden;
    display:inline-block;
    margin:0 -21px 4px 11px;
}
.contact-form input[type="submit"] {
    border: 0;
    background:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    width:100%;
    border-radius: 3px;
    cursor: pointer;
    text-indent:-9999px;
    z-index:9;
}
.contact-form .submit-holder:hover {
    background: #fe8f00;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.contact-form .info-block {
    overflow: hidden;
    position: relative;
    color: #8f8c8c;
    font: 22px/22px Open Sans, Helvetica, sans-serif;
    border-top: 1px solid #d2d1d1;
    padding: 15px 0 11px 23%;
    text-align: center;
}
.contact-form .info-block:before {
    content: '';
    background: url(../images/sprite-01.png) no-repeat -499px -6px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 4.6%;
}
.contact-form .info-block .tel {
    display: block;
    color: #822f1b;
    font-style: normal;
}
#sidebar .comment-block {
    overflow: hidden;
    text-align: center;
}
.comment-block .image-holder {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 9px;
    border: 3px solid #007dc6;
    overflow: hidden;
    border-radius: 100%;
}
.comment-block .image-holder img { vertical-align: top; }
.comment-block blockquote {
    margin: 0;
    overflow: hidden;
    color: #555353;
    font: italic 14px/20px Open Sans, Helvetica, sans-serif;
}
.comment-block blockquote q {
    quotes: none;
    display: block;
    margin: 0 0 17px;
    padding:0 4%;
}
.comment-block blockquote .cite {
    display: block;
    color: #141414;
    font: 12px/15px Open Sans, Helvetica, sans-serif;
}
.comment-block blockquote .cite .author {
    display: block;
    color: inherit;
    text-transform: uppercase;
}
#footer {
    overflow: hidden;
    background: #007dc6;
}
#footer .holder {
    max-width: 1007px;
    margin: 0 auto;
    padding: 9px 1.25% 13px 1.2%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .add-nav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .add-nav li {
    float: left;
    padding: 0 8px 0 9px;
    position: relative;
}
#footer .add-nav li:before {
    content: '';
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}
#footer .add-nav li:first-child:before { background: none; }
#footer .add-nav li a {
    color: #fff;
    text-decoration: underline;
}
#footer .add-nav li a:hover { text-decoration: none; }
#footer .nav{
    list-style:none;
    margin:0;
    padding:20px 0 0;
    clear:both;
    text-align:center;
}
#footer .nav li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    padding:0 5px;
    margin:0 -3px 0 0;
}
#footer .nav li:after{
    content:'';
    background:#fff;
    width:1px;
    height:11px;
    position:absolute;
    top:3px;
    left:0;
}
#footer .nav li:first-child:after{
    display:none;
}
#footer .nav li a{
    color:#fff;
}
#footer .copyright {
    display: block;
    overflow: hidden;
}
#footer .copyright a { color: inherit; }
#footer .text-intro-box{ 
    overflow:hidden;
    background:#fff;
    display:none;
    text-align:center;
    padding:7px 1.35% 8px 0;
}
.jcf-hidden {
    position: absolute !important;
    left: -9999px !important;
}
.select-area {
    position: relative;
    cursor: pointer;
    height: 28px;
    float: right;
    width:154px !important;
    font:14px/18px Open Sans, Helvetica, sans-serif;
    color:#000;
}
.select-area .left{
    float:left;
    width:11px;
    height:28px;
    background:url(../images/bg-select-l.png) no-repeat;
}
.select-area .center {
    padding: 4px 0 0;
    float:left;
    width:115px;
    height:24px;
    color:#757575;
    background:url(../images/bg-select-c.png) repeat-x;
}
.select-area .center img{
    float:left;
    margin:-2px 12px 0 -2px;
}
.select-area .select-opener {
    float:right;
    height: 28px;
    width: 28px;
    background:url(../images/bg-select-r.png) no-repeat;
}
.select-options {
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.10);
    width:128px !important;
}
.select-options .drop-holder {
    overflow: hidden;
    height: 1%;
    background:#fff;
}
.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 6px 0;
    margin: 0;
    font:14px/18px Open Sans, Helvetica, sans-serif;
}
.select-options ul img{
    float:left;
    margin:-2px 12px 0 -3px;
}
.select-options ul li{
    display:block;
    overflow:hidden;
}
.select-options ul a {
    text-decoration: none;
    padding: 3px 0 3px 12px;
    display: block;
    overflow:hidden;
    cursor:  pointer;
    color: #767676;
    height: 1%;
}
.select-options .item-selected a {
    text-decoration: none;
    background: #ddeef2;
}
.select-options .optgroup {
    clear: both;
}
.select-options .optgroup strong {
    display: block;
    padding: 5px;
}
.select-options .optgroup ul a {
    padding-left: 30px;
}


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

    .visual {
        margin: 0 -10%;
    }
}
@media screen and ( max-width:1480px ) {

    .visual {
        margin: 0 -15%;
    }
}

@media screen and ( max-width:1279px ) {
    .visual {
        margin: 0 -30%;
    }

}


@media screen and ( max-width:1024px ) {
    body { min-width:320px;}

    .visual {
      margin: 0 -30% 0 -55%;
    }
    .visual .holder {
      margin: 0 12% 0 30%;
    }

    .logo{
        width: 371px;
        height: 49px;
        background-position: -5px -187px;
    }
    #header .text-intro{
        width: 325px;
        height: 50px;
        background-position: 0 -133px;
    }
    .visual h1 {
        width: 50%;
        font: 32px/38px Arial, Helvetica, sans-serif;
        margin: 20px 0px 20px 0px;
        
    }
    .visual .description blockquote {
      font: italic 20px/28px Arial, Helvetica, sans-serif;
    }
    .visual .description {
      width: 55%;
    }

    .contact-form input[type="text"],
     .contact-form input[type="email"],
     .contact-form input[type="tel"] { font: italic 18px/25px Open Sans, Helvetica, sans-serif; }
    .contact-form select { font: italic 18px/25px Open Sans, Helvetica, sans-serif; }
    .contact-form .submit-holder {
        font: bold 27px/40px Open Sans, Helvetica, sans-serif;
    }
    .contact-form .submit-holder:after{ margin:0 -21px 2px 11px;}
    .contact-form .info-block:before { left: 1.6%; }
    .contact-form .info-block {
        padding: 15px 0 19px 27%;
        font: 15px/17px Open Sans, Helvetica, sans-serif;
    }

}

@media screen and ( max-width:768px ) {
    body {
        font: 16px/22px Open Sans, Helvetica, sans-serif;
    }
    .visual {
      margin: 0 -30%;
    }
    .select-area{
        width:84px !important;
    }
    #wrapper{ margin:0 0 43px;}
    .hold #wrapper{ margin:0;}
    #header { border-bottom-width: 5px; }
    #header:after {
        height: 5px;
        width: 200px;
        background-position: -35px -28px;
        left: 0;
        margin: 0;
        bottom: -4px;
    }
    #header .holder { padding: 11px 7px 10px 13px; }
    #header .select-form{
        float:right;
        padding:0;
    }
    #header .select-form select{
        width:84px;
    }
    .select-options{
        width:58px !important;
        text-indent:-9999px !important;
    }
    .select-options ul{
        padding:5px 0;
        text-indent:-9999px;
    }
    .select-options ul li a span{
        display:none !important;
    }
    .select-options ul a{
        padding:2px;
        text-indent:-9999px;
    }
    .select-area .center{
        text-indent:-9999px;
        width:35px;
        padding:0 10px 0 0;
        height:28px;
        overflow:hidden;
    }
    .select-area .center img{
        display:block;
        float:none;
        margin:2px auto 7px;
    }
    .select-options ul img{
        float:none;
        display:block;
        margin:0 auto;
    }
    .logo {
        width: 199px;
        height: 26px;
        background-position: -26px -129px;
    }
    #header .text-intro { display: none; }
    .visual h1 {
        position: absolute;
      font: 30px/36px Open Sans, Helvetica, sans-serif;
      top: -5px;
      /* left: 3.2%; */
        width: 40%;
      letter-spacing: -1px;
    }
    .visual .holder {
        overflow: visible;
        margin: 0 18% 0 18%;
    }
    .visual-box {
        position: static;
    }
    .visual .description {
        position: static;
        background: #fff;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 3% 25px;
        border-top: 2px solid #007dc6;
        margin: 0;
    }
    .visual .description blockquote q:after {
        display: none;
    }
    .visual .description blockquote:before { display: none; }
    .visual .description blockquote {
        padding: 0;
        font: italic 17px/19px Open Sans, Helvetica, sans-serif;
    }
    .visual .description blockquote q { padding: 0 0 22px; }
    .visual .description blockquote q strong:after{display:none;}
    .visual .description blockquote q .quote { display: inline-block; }
    .visual .description blockquote q img { display: none; }
    .visual .btn-holder { display: block; }
    .hold .visual .btn-holder { display: none; }
    #main { padding: 0; }
    #main:before { display: none; }
    #content {
        float: none;
        width: 100%;
        padding: 15px 10px 0 18px;
    }
    #content .article { margin: 0 0 5px; }
    #content .article2 { padding: 0 0 9px; }
    #content .article-holder .article:first-child {
        padding: 0 0 12px;
        margin: 0 0 9px;
    }
    .article .description h1,
     .article .description h2 {
        font: bold 15px/18px Open Sans, Helvetica, sans-serif;
        text-transform: none;
    }
    .article .alignleft { width: 27.3%; }
    .article3 .alignleft {
        padding: 14px 0 0;
    }
    .article .alignright {
        margin: 0 5px 0 0;
        width: 27.5%;
    }
    .article .alignleft img,
    .article .alignright img{ width:auto;}
    .article .description { padding: 7px 0 0; }
    .article-holder .article:first-child .description { padding: 10px 0 0; }
    #content .services-block { display: none; }
    #sidebar {
        float: none;
        width: 100%;
        margin: -29px 0 0;
    }
    #sidebar .contact-form {
        margin: 0;
        border: 0;
        background: none;
        box-shadow: none;
        padding: 12px 3.5% 5px 2.7%;
    }
    .contact-form .tooltip{
        right:auto;
        left:0;
        top:-29px;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact-form .list-holder .tooltip{ top:-23px;}
    .contact-form .tooltip:after{display:none;}
    #sidebar .contact-form h2 { font: bold 15px/18px Open Sans, Helvetica, sans-serif; }
    #sidebar .contact-form p { margin: 0 0 11px; }
    .contact-form input[type="text"],
     .contact-form input[type="email"],
     .contact-form input[type="tel"] { font: italic 20px/25px Open Sans, Helvetica, sans-serif; }
    .contact-form .row.mobile-list {
        display: block;
        margin: -7px 0 12px;
    }
    .contact-form .tel-holder { padding: 0; }
    .contact-form .tel-holder > input[type="tel"]{ padding:5px 5px;}
    .contact-form .info { margin: 0 0 6px; }
    .contact-form .submit-holder {
        width: 100%;
        margin: 0;
        padding:0 16% 0 10%;
    }
    .contact-form .submit-holder:after {
        background-position: -74px -4px;
        margin:0 -21px 0 11px;
    }
    .contact-form .submit-holder { height: 50px;  font:bold 28px/52px Open Sans, Helvetica, sans-serif
    }
    .contact-form .info-block { display: none; }
    #sidebar .comment-block { display: none; }
    #footer {
        background: #fff;
        text-align: center;
        border-bottom: 3px solid #007dc6;
    }
    #footer .holder { 
        padding:0;
        background:#007dc6;
        text-align:center;
    }
    #footer .add-nav{
        float:none;
        overflow:hidden;
        padding:10px 0;
    }
    #footer .add-nav li{
        float:none;
        display:inline-block;
        vertical-align:top;
    }
    #footer .copyright{
        margin:0 0 10px;
    }
    #footer .nav{
        padding:0 0 10px;
    }
    #footer .text-intro-box { 
        display: block;
    }
    .description .description_footer {
        padding: 0;
    }
}

@media screen and ( max-width:480px ) {
    .visual h1 {
        font: 14px/20px Open Sans, Helvetica, sans-serif;
        width: 35%;
    }
}

.contact-form .submit-holder {
    cursor: pointer;
}
.visual .btn-holder a{
    color:white;
    text-decoration: none;
}
.contact-form .info-block .tel,
.contact-form .info-block .tel a {
    display: block;
    color: #822f1b;
    font-style: normal;
    text-decoration: none;
}
.contact-form input[type="submit"],.contact-form button {
    border: 0;
    background:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    width:100%;
    border-radius: 3px;
    cursor: pointer;
    text-indent:-9999px;
    z-index:9;
}

.contact-form .input-box.error .tooltip,
.contact-form .select-box.error .tooltip { display: block; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    
    font: italic 15px/25px Open Sans, Helvetica, sans-serif;
    
}

/*.contact-form .list-holder .tooltip { top: auto; }*/

.contact-form .tooltip {
    position: absolute;
    top: 5px;
    right:0;
    left: -218px;
    width: 205px;
    word-spacing: -1px;
    padding: 0 0 0 7px;
    height: 29px;
    text-align: left;
    background: #007dc6;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
}

