* {
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
li , a {
    text-decoration: none;
    list-style: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: #eeeeef url(/img/body_bg.jpg) center repeat-y;
}
ul {
    margin-bottom: 0;
}
.container {
    max-width: 940px;
}
.logoHeader {
    width: 100%;
    height: 130px;
    background: url(/img/header_bg.png) no-repeat center;
}
#logo {
    width: 259px;
    height: 82px;
    display: block;
    margin-top: 24px;
    background: url(/img/logo.png) no-repeat;
}
.btnHeader:hover {
    color: #fff;
    background: #154b95 url(/img/btnHeader_bg.png) no-repeat left center;
}
.btnHeader {
    margin-top: 49px;
    height: 35px;
    padding: 0 31px 0 69px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
    font-size: 12px;
    background: #2a5fc0 url(/img/btnHeader_bg.png) no-repeat left center;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.topLine {
    background: #2a5fc0;
    width: 100%;
    line-height: 26px;
}
.topLine li:last-child {
    border-right: 0;
}
.home {
    width: 13px;
    height: 14px;
    display: block;
    float: left;
    margin: 5px 9px 0 0;
    background: url(/img/homeIcon.png) no-repeat left;
}
.phone {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin: 6px 9px 0 0;
    background: url(/img/phoneIcon.png) no-repeat left;
}
.topLine li {
    float: left;
    background: #184d9a;
    height: 26px;
    padding: 0 10px;
    border-right: 1px solid #5b78ad;
}
.topLine ul li a {
    color: #fff;
    font-size: 11px;
}
.flagBG {
    width: 13px;
    height: 10px;
    display: block;
    margin-top: 8px;
    background: url(/img/flagBG.jpg) no-repeat;
}
.flagEN {
    width: 13px;
    height: 10px;
    display: block;
    margin-top: 8px;
    background: url(/img/flagEN.jpg) no-repeat;
}
.liIcon {
    width: 16px;
    height: 14px;
    display: block;
    margin-top: 5px;
    background: url(/img/liIcon.png) no-repeat;
}
.gglIcon {
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 5px;
    background: url(/img/gglIcon.png) no-repeat;
}
.fbIcon {
    width: 8px;
    height: 15px;
    display: block;
    margin-top: 5px;
    background: url(/img/fbIcon.png) no-repeat;
}
.topLine ul.pull-right a {
    display: block;
}
.topLine ul.pull-right li.active {
    border-right: none;
    background: #1d53a6;
}
.topLine ul.pull-right li {
    background: #2a5fc0;
}
.topLine ul.pull-right li:last-child {
    border-right: 1px solid #5b78ad;
}
.navbar {
    margin-bottom: 0 ;
    border-radius: 0 ;
    border: none ;
    position: relative;
    z-index: 9999;
}
.navbar-default {
    background-color: #00386b ;
    height: 70px;
}
.navbar-nav {
    margin-top: 0;
    text-align: center;
}
.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
    background: #2a5fc0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-nav>li:last-child > a {
    border-right: none;
}
.navbar-nav>li>a{
    height: 70px ;
    line-height: 40px ;
    border-right: 1px solid #08407c;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    font-size: 12px ;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background: #00386b;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #2a5fc0;
}
.navbar-default .navbar-collapse {
    border: none;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    background-color: #2a5fc0 ;
    color: #fff;
    border-right: none;
}
.owlCaption h1 a {
    font-size: 33px;
    color: #fff;
    font-weight: 300;
    background: none;
    padding: 0;
}
.owlCaption p {
    font-size: 14px;
    color: #fff;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 38px;
}
.owlCaption a {
    padding: 9px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #2a5fc0;
}
.owlCaption {
    position: absolute;
    top: 22%;
    left: 16%;
    z-index: 9999;
}
.owl-prev {
    background: url(/img/prev.png) no-repeat center;
    width: 59px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -31px;
    font-size: 0;
}
.owl-next {
    background: url(/img/next.png) no-repeat center;
    width: 59px;
    height: 63px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -31px;
    font-size: 0;
}
.news .owl-next,
.news .owl-prev {
    display: none !important;
}
.owl-dot.active {
    background: #3e78e4;
}
.owl-dot {
    width: 11px;
    height: 11px;
    background: #fdfdfd;
    border-radius: 50%;
    float: left;
    margin: 0 4px;
}
.slider .owl-dots {
    bottom: 10px;
}
.owl-dots {
    left: 50%;
    bottom: -20px;
    position: absolute;
    margin-left: -33px;
}
.mr-10 {
    margin-right: -10px;
}
.therms {
    margin-bottom: 50px;
}
.therms h1 a {
    color: #373737;
}
.therms h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 18px;
    background: #eeeeef;
    display: inline;
    padding: 0 22px;
}
.line {
    margin-top: 50px;
    width: 100%;
    height: 26px;
    background: url(/img/line_bg.png) repeat-x center;
}
.therms p {
    color: #4b4949;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
}
.blueCircle img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.blueCircle:hover {
    -webkit-transform: scale(1.15) rotate(0deg);
    -moz-transform: scale(1.15) rotate(0deg);
    -ms-transform: scale(1.15) rotate(0deg);
    -o-transform: scale(1.15) rotate(0deg);
    transform: scale(1.15) rotate(0deg);
    -moz-transition-duration: 0.4s; / Firefox 4 /
    -webkit-transition-duration: 0.4s; / Safari and Chrome /
    -o-transition-duration: 0.4s; / Opera /
}
.blueCircle {
    width: 170px;
    height: 170px;
    background: #2a5fc0;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: 7px solid #e0e0e1;
    padding-top: 15px;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.blueCircle2:hover {
    -webkit-transform: scale(1.15) rotate(0deg);
    -moz-transform: scale(1.15) rotate(0deg);
    -ms-transform: scale(1.15) rotate(0deg);
    -o-transform: scale(1.15) rotate(0deg);
    transform: scale(1.15) rotate(0deg);
    -moz-transition-duration: 0.4s; / Firefox 4 /
    -webkit-transition-duration: 0.4s; / Safari and Chrome /
    -o-transition-duration: 0.4s; / Opera /
}
.blueCircle2 {
    width: 110px;
    height: 110px;
    background: #2a5fc0;
    display: block;
    border-radius: 50%;
    border: 7px solid #e0e0e1;
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.blueCircle2 img{
   margin: 0 auto;
   display: block;
   margin-top: 23px;
}
.thermsInfo2{
    text-align: left;
}
.thermsInfo2 p{
    font-size:13px;
    color: #615f5f;
    margin-top: -5px;
}
.thermsInfo2 h2{
    font-weight: bold;
    margin-top: 10px;
}
.thermsInfo2 a{
    font-size: 17px;
    color: #373737;
}
.img-service{
  display: block;
  max-width: 100%;
  height: auto;
}
.thermsInfo {
    margin-bottom: 50px;
}
.thermsInfo2 a:hover,
.thermsInfo h2 a:hover {
    color: #2A5FC0;
}
.thermsInfo h2 a {
    color: #373737;
}
.thermsInfo h2 {
    font-size: 17px;
    font-weight: 600;
}
.news {
    background: #0c4378 url(/img/news_bg.jpg) no-repeat center;
    min-height: 380px;
    padding-top: 4px;
}
.lineWhite {
    margin-top: 30px;
    height: 26px;
    background: url(/img/lineWhite_bg.png) repeat-x center;
}
.lineWhite h1 a {
    color: #fff;
}
.lineWhite h1 {
    font-weight: 600;
    font-size: 26px;
    background: #073c6f;
    display: inline;
    padding: 0 22px;
}
.newsFeed {
    background: #fff;
    margin-top: 50px;
    min-height: 193px;
}
.newsFeed > a {
    float: left;
    margin-right: 20px;
}
.newsFeed h3 a {
    color: #2b2b2f;
}
.newsFeed h3 {
    font-size:14px;
    font-weight: bold;
    padding-top: 22px;
}
.newsFeed p {
    font-size: 11px;
    color: #908f8f;
}
.footerNav {
    background: #2a5fc0;
}
.footerNav li {
    float: left;
    height: 73px;
    line-height: 73px;
}
.footerNav li a:hover {
    background: #033a6d;
}
.footerNav li a {
    padding: 0 29px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.footerBottom p a,
.footerBottom p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
.footerBottom {
    padding: 10px 0;
    background: #033a6d;
}
.footerSocial {
    display: table;
    margin: 0 auto;
}
.footerSocial li {
    float: left;
    padding: 0 15px;
}

.info{
    font-size: 13px;
    color: #494949;
    margin: 30px 0 90px 0;
}

.info ul {
    margin-bottom: 20px;
}
.info li {
    background: url(/img/tick.png) no-repeat left 4px;
    padding-left: 20px;
    color: #373737;
    font-size:13px;
    font-style: italic;
}

.breadbg {
    background: rgba(11, 45, 77, .85);
    z-index: 100;
}
.breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
}
.imageAbout{
    background: url(/img/about-img.png) no-repeat center;
    height: 140px;
}
.pagename{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-top: 35px;
}
.breadcrumb>.active {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.breadcrumb a {
    color: #5792fe;
    text-transform: uppercase;
    font-size: 11px;
}
.imageExp{
    background: url(/img/exp-img.png) no-repeat center;
    height: 140px;
}
.service{
    margin-bottom: 50px;
}
.imageOdit{
    background: url(/img/accouting-img.png) no-repeat center;
    height: 140px;
}

.infoOdit{
  font-size: 13px;
  color: #494949;
  margin: 30px 0 20px 0;
}
.smalltext{
    font-size: 11px;
    margin-bottom: 30px;
}
.report{
    background: #fff;
    height: 53px;
    margin-bottom: 17px;
}
.pdf-icon{
    background: url(/img/pdf.png) no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin-left: 13px;
    margin-top: 8px;
    float: left;
}
.download-icon{
    background: url(/img/download-icon.png) no-repeat;
    width: 53px;
    height: 53px;
    display: block;
    float:right;
    margin-top: -45px;
}
.report p{
    font-size: 14px;
    color: #716f6f;
    padding-top: 15px;
    margin-left: 67px;
}
/* mitko 04.05.2015  */
.blogExp {
    background: url(/img/blog_bg.jpg) no-repeat center;
    height: 140px;
}
.blockFeed>a {
    float: left;
    margin-right: 17px;
}
.blockFeed {
    background: #fafafa;
    height: auto;
    height: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.087);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.087);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.087);
}
.blockFeed h3 a {
    color: #716f6f;
}
.blockFeed h3 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 24px;
    padding: 10px;
}
.blockFeed p {
    color: #3b3737;
    font-size: 11px;
    line-height: 13px;
    padding: 10px;
}
.read:hover {
    background: #2a5fc0;
    color: #fff;
}
.read {
    margin-right: 10px !important;
    background: #1c45ac;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 25px 0 16px;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.readIcon {
    width: 16px;
    height: 20px;
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 14px;
    background: url(/img/readIcon.png) no-repeat ;
}
.sendRequest {
    text-transform: uppercase;
    margin-top: 0 !important;
}

.sendRequest:hover {
    background: #2a5fc0;
    color: #fff;
}
.sendRequest {
    color: #f0eeee;
    font-size: 11px;
    background: #1c45ac;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
    margin: 35px 0;
    border: none;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}

.blogPrevInfo {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blogPrevInfo h4 {
    color: #474545;
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blogPrevInfo p {
    color: #3b3737;
    font-size: 12px;
}
/*^^^^^^^^^^^^^^^^^^^^ */
/* mitko 05.05.2015  */
.formsRequest {
    margin-bottom: 20px;
}
.formsRequest h4 {
    font-weight: bold;
    font-size: 19px;
    color: #373737;
    margin-top: 38px;
}
.requestExp {
    background: url(/img/request_bg.jpg) no-repeat center;
    height: 140px;
}
.dataContact {
    background: #00386b;
    padding: 25px 15px;
    max-width: 360px;
}
.dataContact input {
    border-radius: 0;
}
.dataContact label {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.formInfo span,
.dataContact label span {
    color: #f13e3e;
}
.formInfo {
    border: 1px solid #b7c8da;
    background: #e4eaf7;
    padding: 10px 15px;
    margin-top: 10px;
    max-width: 360px;
}
.formInfo p {
    font-size: 12px;
    color: #1d4a9c;
    width: 260px;
}
.formInfo i {
    width: 19px;
    height: 18px;
    float: left;
    display: block;
    margin-top: 7px;
    margin-right: 13px;
    background: url(/img/iconForm.png) no-repeat;
}
.contactInfo {
    margin-bottom: 60px;
}
.contactInfo .line {
    margin-bottom: 30px;
}
#googleMap {
    height: 400px;
    position: relative;
}
#googleMap .breadbg {
    position: absolute;
    width: 100%;
}
.contactInfo h4 {
    font-weight: 600;
    font-size: 26px;
    color: #373737;
    background: #eeeeef;
    display: inline-block;
    margin-top: -7px;
    padding-right: 10px;
}
.contactForm input {
    margin-bottom: 13px;
    border: 1px solid #dbe3f1;
    padding-left: 43px;
    height: 45px;
    border-radius: 0;
    font-size: 13px;
    color: #000;
    border-top: none;
}
.contactForm textarea {
    background: #f3f5f8;
    border: 1px solid #dbe3f1;
    resize: none;
    padding: 15px;
    width: 100%;
    min-height: 177px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.contactForm input[type=submit]:hover {
    background: #033a6d;
}
.contactForm input[type=submit] {
    background: #2a5fc0;
    color: #f9f9f9;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}
.contactForm input[type=name] {
    background: #f3f5f8 url(/img/contactImg1.png) left no-repeat;
}
.contactForm input[type=email] {
    background: #f3f5f8 url(/img/contactImg2.png) left no-repeat;
}
.contactForm input[type=tel] {
    background: #f3f5f8 url(/img/contactImg3.png) left no-repeat;
}
.contactForm input[type=text] {
    background: #f3f5f8 url(/img/contactImg4.png) left no-repeat;
}
.infoIcons li a {
    display: block;
    font-size: 14px;
}
.infoIcons li {
    margin-bottom: 20px;
    padding-left: 65px;
    min-height: 44px;
}
.i1 a {
    color: #3b3636;
}
.i2 a:hover,
.i2 a {
    color: #2a5fc0;
    font-weight: 500 !important;
    line-height: 44px;
}
.i3 a {
    padding-top: 13px;
    color: #3b3636;
}
.i1 {
    background: url(/img/iconForm1.png) left no-repeat;
}
.i2 {
    background: url(/img/iconForm2.png) left no-repeat;
}
.i3 {
    background: url(/img/iconForm3.png) top left no-repeat;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* css mitko 05.12.2015 */
.information {
    background: #fff;
    border: 1px solid #507ccb;
    margin-top: -5px;
    border-top: none;
    padding: 20px 15px;
    margin-bottom: 6px;
}
.information label {
    font-size: 13px;
    color: #000;
}

.information .control-label span {
    color: #f13e3e;
}
.information .control-label {
    text-align: left;
    color: #373737;
    font-size: 13px;
}
.information select,
.information input.form-control {
    border-color: #cbcbcc;
    height: 39px;
    line-height: 39px;
    border-radius: 0;
}
.information textarea {
    resize: none;
    border-radius: 0;
    min-height: 100px;
}
.information input[type=checkbox] {
    margin-left: 0;
}
.information select {
    background: url(/img/selectArrow.png) right top no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 20px;
}
/* style checkbox */
.rab input[type=radio],
.ccb input[type=checkbox] {
    display: none;
}
.ccb label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background: url(/img/check.png) left no-repeat;
}
.ccb input[type=checkbox]:checked + label:before {
    content: "";
    background: url(/img/checked.png) left no-repeat;
}
/* style radio buttons */
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #cbcbcc;
}
.radio label:before {
    border-radius: 8px;
}
.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #2a5fc0;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
.formsRequest .sendRequest {
    height: 44px;
    padding: 0 36px;
    font-size: 12px;
    margin-top: 10px !important;
}
.information small {
    display: block;
    font-size: 10px;
    color: #2a5fc0;
}
.breadcrumb>li+li:before {
    content: ">";
    color: #386ed4;
}
/* footer to the bottom */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#siteWrapper {
   min-height:100%;
   position:relative;
}
#content {
   padding-bottom:113px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:113px;   /* Height of the footer */
}

/* pager */

.pager {
    margin: 0;
}

.pager li.disabled {
    display: none;
}

.pager li a[rel='next'], .pager li a[rel='prev'] {
    border-radius: 0;
    color: #f0eeee;
    font-size: 11px;
    background: #1c45ac;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
    margin: 35px 0;
    border: none;
    -moz-transition-duration: 0.2s; /* Firefox 4 */
    -webkit-transition-duration: 0.2s; /* Safari and Chrome */
    -o-transition-duration: 0.2s; /* Opera */
}

.pager li a[rel='next'] {
    float: right;
}

.pager li a[rel='prev'] {
    float: left;
}

.pager li a[rel='next']:hover, .pager li a[rel='prev']:hover {
    background: #2a5fc0;
    color: #fff;
}

#googlemap {
    width: 100%;
    height: 400px;
}

/* footer to the bottom */

label.hnt {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    margin-right: 10px;
    padding-left: 50px;
    background: #f4f4f7 url(/img/panel_plus.png) left no-repeat;
    border: 1px solid #96aeda;
    border-radius: 0 !important;
    cursor: pointer;
    color: #2a5fc0;
    font-size: 17px;
    font-weight: normal;
}

.selected {
    height: 60px;
    color: #fff !important;
    background: #2a5fc0 url(/img/panel_minus.png) left no-repeat !important;
    line-height: 60px;
    border:none;
}

input.hintable {
    display: none;
}

.alert {
    margin: 0;
    margin: 20px 0;
}

.form-horizontal .form-group {
    margin: 0;
    margin-bottom: 15px;
}