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

.clearfix:after {
  clear: both;
}

.white-text {
  color: white;
}

.hide-sm {
  display: block;
}

@media screen and (max-width: 786px) {
  .hide-sm {
    display: none;
  }
}

.show-sm {
  display: none;
}

@media screen and (max-width: 786px) {
  .show-sm {
    display: block;
  }
}

.img-responsive-inline {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

.pos-rel {
  position: relative;
}

.full-height {
  height: 100%;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.padding-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.indented-section {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .container {
    width: 900px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 775px;
  }
}

@media screen and (max-width: 786px) {
  .container {
    width: 580px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    width: 300px;
  }
}

.container-small {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .container-small {
    width: 900px;
  }
}

@media screen and (max-width: 992px) {
  .container-small {
    width: 600px;
  }
}

@media screen and (max-width: 786px) {
  .container-small {
    width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .container-small {
    width: 300px;
  }
}

* {
  margin: 0;
  outline: medium none;
  padding: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background: white;
  font-family: 'Open Sans',sans-serif;
}

h1 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #222222;
  font-weight: normal;
}

h2 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #222222;
  font-weight: normal;
}

h3 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  font-weight: normal;
}

h4 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #1f5b84;
  font-weight: normal;
}

h5 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #222222;
  font-weight: normal;
}

h6 {
  font-family: 'Vollkorn',sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #2a4252;
  font-weight: normal;
}

p {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #808080;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #A3A3A3;
}

.page ul {
  list-style-image: url("../images/listt.png");
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #808080;
  margin-bottom: 25px;
  line-height: 25px;
  margin-left: 30px !important;
}

ol {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #808080;
  line-height: 25px;
  margin-left: 20px;
  margin-bottom: 25px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.page hr {
  background: url(../images/hrt.png) no-repeat top center;
  height: 40px;
  border: none !important;
}

.contact hr {
  background: #EFEFEF;
  margin-top: 20px;
  height: 1px;
  border: none !important;
}

blockquote {
  background: url("../images/qoute1.png") no-repeat scroll left top;
  padding-left: 19px;
  padding-top: 13px;
}

blockquote p {
  background: url("../images/qoute2.png") no-repeat scroll right top;
  display: inline;
  padding-right: 23px;
  padding-top: 9px;
}

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

img {
  border: none;
}

strong {
  font-weight: 400;
}

pre {
  color: #636363;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

.page img.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.page img.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.page img.right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.page table thead tr {
  background: url("../images/head.png");
  color: white;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  height: 50px;
}

.page table thead tr td {
  border: 1px solid #009edb;
  padding: 0 40px;
  text-align: center;
  vertical-align: middle;
}

.page table tbody td {
  border: 1px solid #009edb;
  color: #636363;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.top {
  background: none repeat scroll 0 0 #1F95B1;
  height: 11px;
  margin-bottom: 20px;
  width: 100%;
}

.main_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1080px;
}

#header {
  height: 157px;
  background: white;
  width: 100%;
  border-top: 14px solid #1c1c1c;
  border-bottom: 10px solid #1f5b84;
}

@media screen and (max-width: 786px) {
  #header {
    display: none;
  }
}

.header_inside {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .header_inside {
    text-align: center;
  }
}

.header_inside ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media screen and (max-width: 1080px) {
  .header_inside ul {
    float: none;
    width: auto;
    display: inline-block;
  }
}

.header_inside li {
  width: 162px;
  float: left;
  background: url("../images/border.png") no-repeat scroll right top;
  height: 80px;
  margin-top: 22px;
  text-align: center;
  padding-top: 55px;
}

@media screen and (max-width: 1080px) {
  .header_inside li {
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .header_inside li {
    width: 120px;
  }
}

.header_inside .last {
  width: 159px;
}

@media screen and (max-width: 1080px) {
  .header_inside .last {
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .header_inside .last {
    width: 120px;
  }
}

.header_inside .logo {
  width: 324px;
}

@media screen and (max-width: 992px) {
  .header_inside .logo {
    width: 235px;
  }
}

.header_inside .logo img {
  margin-top: -55px;
  margin-left: 5px;
}

@media screen and (max-width: 992px) {
  .header_inside .logo img {
    width: 180px;
    margin-top: -35px;
  }
}

.header_inside .first {
  width: 153px;
}

@media screen and (max-width: 1080px) {
  .header_inside .first {
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .header_inside .first {
    width: 100px;
  }
}

.header_inside a {
  text-decoration: none;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  position: relative;
  top: -3px;
  padding-bottom: 59px;
  padding-top: 53px;
}

@media screen and (max-width: 992px) {
  .header_inside a {
    font-size: 15px;
  }
}

.header_inside .logo a {
  top: 0px;
}

.header_inside .first a {
  right: 5px;
}

.header_inside .current {
  border-bottom: 10px solid #009edb;
}

.header_inside .current a {
  color: #009edb;
}

.header_inside li:hover {
  border-bottom: 10px solid #009edb;
}

.header_inside .logo:hover {
  border-bottom: 0px solid #009edb;
}

.header_inside li:hover a {
  color: #009edb;
}

.content_block {
  width: 960px;
  margin: 0 auto;
  font-family: 'Open Sans',sans-serif;
}

.homepage_title {
  background: url("../images/homepage_header.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 345px;
  border-bottom: 1px solid #d6d7d8;
}

.homepage_title .ico img {
  margin: 0 auto;
  display: block;
  padding-top: 29px;
}

.top-slider-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 345px;
}

.top-slider-image * {
  box-sizing: border-box;
}

.prev-arrow {
  background: url("../images/arrow_prev.png") no-repeat;
  width: 75px;
  height: 75px;
  display: block;
}

@media screen and (max-width: 600px) {
  .prev-arrow {
    display: none;
  }
}

.next-arrow {
  background: url("../images/arrow_next.png") no-repeat;
  width: 75px;
  height: 75px;
  display: block;
}

@media screen and (max-width: 600px) {
  .next-arrow {
    display: none;
  }
}

.top-slider-content {
  color: white;
  position: relative;
  z-index: 500;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-slider-content h2 {
  color: white;
  text-transform: uppercase;
  margin-top: 14px;
}

.top-slider-content .slider-caption {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 20px;
  line-height: 32px;
}

@media screen and (max-width: 786px) {
  .top-slider-content .slider-caption {
    padding: 0;
  }
}

/*Owl Carousel*/
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: none;
  opacity: 1;
  border: none;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

/*#slides {
    width: 800px;
    margin:0 auto;
    height:180px;
    position: relative;
}
#slides .slides_container {
    width:800px;
    height:210px;
}

#slides .headline{
    text-align:center;
    margin-top:14px;
}

#slides .headline h2{
    color:white;
    text-transform:uppercase;
}

#slides .caption{
    font-family:'Open Sans',sans-serif;
    font-size:18px;
    font-weight:300;
    color:white;
    width:757px;
    margin:0 auto;
    text-align:center;
    padding-top:18px;
    padding-bottom:18px;
    padding-left:25px;
    padding-right:25px;
    border-top:1px solid white;
    border-bottom:1px solid white;
    margin-top:20px;
    line-height:32px;
}
#slides .next {
    height: 64px;
    left: 880px;
    overflow: hidden;
    position: absolute;
    top: 64px;
    width: 59px;
    z-index: 101;
}

#slides .prev {
    height: 64px;
    left: -139px;
    overflow: hidden;
    position: absolute;
    top: 64px;
    width: 59px;
    z-index: 101;
}

#slides .pagination {
    margin: 15px auto 0;
    width: 100px;
    list-style: none outside none;
}

#slides .pagination li {
    float: left;
    list-style: none outside none;
    margin-left:9px;
}
#slides .pagination li a {
    background-image: url("../images/inactive_page.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 20px;
    overflow: hidden;
    width: 20px;
    text-indent: -9999px;
}
#slides .pagination .current a {
    background-image: url("../images/active_page.png");
}*/
.homepage_services {
  margin: 17px auto 19px auto;
  width: 100%;
  text-align: center;
  border-top: 0;
}

.homepage_services td, .homepage_services th {
  border: 1px solid #d6d7d8;
  border-top: 0;
}

.homepage_services tr:first-child th {
  border-top: 0;
}

.homepage_services tr:last-child td {
  border-bottom: 0;
}

.homepage_services tr td:first-child,
.homepage_services tr th:first-child {
  border-left: 0;
}

.homepage_services tr td:last-child,
.homepage_services tr th:last-child {
  border-right: 0;
}

.homepage_services .ico {
  margin: 0 auto;
  margin-top: 26px;
  width: 75%;
  padding-bottom: 14px;
  border-bottom: 1px dashed #d6d7d8;
}

.homepage_services tr:first-child .ico {
  margin-top: 17px;
}

.homepage_services tr:last-child .title {
  margin-bottom: 9px;
}

.homepage_services .title {
  margin-top: 11px;
  margin-bottom: 15px;
}

.homepage_services .title a {
  font-size: 18px;
  font-family: 'Vollkorn',sans-serif;
  text-transform: uppercase;
  color: #2a4252;
}

.homepage_services tr td:hover a {
  text-decoration: underline;
}

.homepage_services tr td {
  cursor: pointer;
}

@media screen and (max-width: 615px) {
  .homepage_services tr td {
    width: 100%;
    display: block;
    border: 0;
  }
}

.homepage_content {
  background: #009edb;
  text-align: center;
}

.homepage_content .text {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .homepage_content .text {
    width: 100%;
    padding: 20px;
  }
}

.homepage_content .text p {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}

.homepage_content .text h3 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 13px;
}

.homepage_team {
  background: #1f5b84;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 34px;
}

.homepage_team a {
  text-transform: uppercase;
  color: white;
  font-family: 'Vollkorn',sans-serif;
  font-size: 20px;
  border: 1px solid white;
  padding: 12px 28px 8px 37px;
}

.homepage_team a:hover {
  text-decoration: underline;
}

.content_wrap {
  display: inline-block;
  width: 100%;
}

#footer {
  width: 100%;
}

.footer_bottom {
  height: 100px;
  background: #1c1c1c;
}

@media screen and (max-width: 786px) {
  .footer_bottom {
    height: auto;
  }
}

.footer_inside {
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer_links {
  float: left;
  margin-top: 38px;
  color: white;
}

@media screen and (max-width: 786px) {
  .footer_links {
    margin: 0;
    float: none;
    padding: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 786px) {
  .footer-slash {
    display: none;
  }
}

.footer_links a {
  color: white;
}

@media screen and (max-width: 786px) {
  .footer_links a {
    padding: 10px 0;
    display: block;
  }
}

.footer_links a:hover {
  text-decoration: underline;
}

.solution {
  color: white;
  float: right;
  margin-top: 25px;
}

@media screen and (max-width: 786px) {
  .solution {
    float: none;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }
}

.solution span {
  margin-right: 8px;
  font-size: 12px;
}

.footer_top {
  background: #f7f7f7;
  padding: 20px 0;
}

.footer_top table {
  margin-bottom: 10px;
  width: 100%;
}

.footer_top table th {
  font-size: 22px;
  font-family: 'Vollkorn',sans-serif;
  text-transform: uppercase;
  color: #1f5b84;
  text-align: left;
  padding-top: 34px;
  padding-bottom: 6px;
  padding-left: 6px;
  font-weight: normal;
  border-bottom: 1px solid #d6d7d8;
}

@media screen and (max-width: 792px) {
  .footer_top table th {
    display: none;
  }
}

.footer_top table .last_th {
  padding-left: 0px;
}

.footer_top table td {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

@media screen and (max-width: 792px) {
  .footer_top table td {
    display: block;
    width: 100%;
  }
}

.footer_top table .first {
  padding-left: 8px;
  padding-right: 31px;
  padding-top: 17px;
  border-right: 1px solid #d6d7d8;
}

@media screen and (max-width: 792px) {
  .footer_top table .first {
    border-right: 0;
    padding: 0;
  }
}

.footer_top table .newsletter {
  margin-top: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2a4e66;
  font-size: 14px;
  border-style: dashed;
  border-width: 1px 0px 1px;
  border-color: #D6D7D8;
  -moz-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  -webkit-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  -o-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  border-image: url("../images/newsletter_border.png") 27 fill stretch repeat;
  border-image-source: url("../images/newsletter_border.png");
  line-height: 24px;
}

.footer_top table .newsletter .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer_top table .download {
  margin: 0 auto;
  display: block;
  margin-top: 29px;
  padding-right: 5px;
}

.footer_top table .second {
  font-size: 16px;
  width: 325px;
  vertical-align: top;
  border-right: 1px solid #D6D7D8;
}

@media screen and (max-width: 792px) {
  .footer_top table .second {
    width: 100%;
    border-top: 1px solid #D6D7D8;
    border-bottom: 1px solid #D6D7D8;
    border-right: 0;
    margin: 20px 0;
    display: block;
  }
}

.footer_top table .third {
  padding: 0px;
  margin: 0px;
  height: 100px;
}

@media screen and (max-width: 792px) {
  .footer_top table .third {
    height: auto;
  }
}

.footer_top table .contact_information {
  line-height: 35px;
  margin-left: 17px;
  margin-top: 10px;
}

@media screen and (max-width: 786px) {
  .footer_top table .contact_information {
    margin-left: 0;
  }
}

.footer_top table tr {
  height: 38px;
  vertical-align: top;
}

@media screen and (max-width: 992px) {
  .footer_top table tr {
    width: 100%;
    text-align: center;
  }
}

.footer_top table .contact_information .icons {
  width: 36px;
}

@media screen and (max-width: 992px) {
  .footer_top table .contact_information .icons {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
  }
}

.footer_top table .contact_information .place {
  margin-top: 5px;
}

.footer_top table .contact_information .phone {
  top: 5px;
  position: relative;
}

.footer_top table .contact_information .email {
  top: 4px;
  position: relative;
}

.footer_top table .contact_information a {
  color: #2a4e66;
}

.footer_top table .contact_information .location {
  width: 170px;
}

@media screen and (max-width: 992px) {
  .footer_top table .contact_information .location {
    width: 100%;
    text-align: center;
  }
}

.footer_top table .facebook {
  width: 280px;
  margin-left: 15px;
  border-style: dashed;
  border-width: 1px 0px 0px;
  border-color: #D6D7D8;
  -moz-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  -webkit-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  -o-border-image: url("../images/newsletter_border.png") 27 stretch repeat;
  border-image: url("../images/newsletter_border.png") 27 fill stretch repeat;
}

.footer_top table .facebook {
  position: relative;
}

.footer_top table .facebook span img {
  top: 15px;
  position: relative;
  margin-right: 11px;
}

.footer_top table .facebook a {
  top: 7px;
  position: relative;
  color: #2a4e66;
}

.footer_top table .third .fieldset {
  border: 0px;
  margin-left: 13px;
  margin-top: 16px;
  /* height:320px;*/
}

@media screen and (max-width: 786px) {
  .footer_top table .third .fieldset {
    margin-left: 0;
  }
}

.footer_top table .third input {
  border: 1px solid #cccccc;
  clear: left;
  color: #888888;
  display: block;
  font-size: 16px;
  height: 40px;
  margin-bottom: 6px;
  padding-left: 18px;
  text-align: left;
  width: 284px;
  background: #f7f7f7;
  font-weight: 400;
  box-sizing: border-box;
}

@media screen and (max-width: 792px) {
  .footer_top table .third input {
    width: 100%;
  }
}

.footer_top table .third textarea {
  border: 1px solid #cccccc;
  color: #888888;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-height: 158px;
  max-width: 285px;
  min-height: 158px;
  min-width: 287px;
  padding-left: 15px;
  padding-top: 10px;
  width: 287px;
  height: 158px;
  background: #f7f7f7;
  margin-top: 1px;
  box-sizing: border-box;
}

@media screen and (max-width: 792px) {
  .footer_top table .third textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer_top table .third textarea {
    margin-bottom: -5px;
  }
}

.footer_top table .third form {
  padding: 0px;
  margin: 0px;
}

#ContactForm_ContactForm_action_resume {
  display: none;
}

.footer_top table .third .Actions input {
  background: #009edb;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-weight: 300;
  position: absolute;
  z-index: 99;
  top: -41px;
  right: 0px;
  padding-left: 0px;
  border-radius: 0;
}

.form-replacement-btn {
  background: #009edb;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-weight: 300;
  position: absolute;
  z-index: 99;
  top: -40px;
  right: -2px;
  padding-left: 0px;
  border-radius: 0;
}

.form-replacement-btn-contact {
  background: #009edb;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 40px;
  margin-top: -51px;
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-weight: 300;
  position: relative;
  z-index: 99;
}

.footer_top table .third .Actions input:hover {
  text-decoration: underline;
}

.footer_top table .third .Actions {
  position: relative;
  z-index: 99;
}

.logos {
  border-top: 1px solid #d6d7d8;
  border-bottom: 1px solid #d6d7d8;
  padding: 20px 0;
}

@media screen and (max-width: 600px) {
  .logos img {
    margin: 20px auto;
  }
}

.page_title {
  background: url("../images/pages_header.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 136px;
}

.page_title .ico img {
  margin: 0 auto;
  display: block;
  padding-top: 22px;
  max-height: 48px;
}

.page_title .ico {
  margin: 0 auto;
  display: block;
  min-height: 20px;
}

.page_title .headline {
  text-align: center;
  margin-top: 13px;
}

.page_title .headline h2 {
  color: white;
  text-transform: uppercase;
}

.page_contact {
  background: #1f5b84;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 34px;
  margin-top: 30px;
}

.page_contact a {
  text-transform: uppercase;
  color: white;
  font-family: 'Vollkorn',sans-serif;
  font-size: 20px;
  border: 1px solid white;
  padding: 12px 45px 8px 51px;
}

.page_contact a:hover {
  text-decoration: underline;
}

.page {
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
}

.page h1 {
  margin-bottom: 8px;
}

.servises {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.servises li {
  width: 31.2%;
  float: left;
  height: 240px;
  text-align: center;
  background: #f6f6f6;
  margin: 30px 10px 30px 10px;
}

@media screen and (max-width: 1080px) {
  .servises li {
    width: 31.1%;
  }
}

@media screen and (max-width: 992px) {
  .servises li {
    width: 47.4%;
  }
}

@media screen and (max-width: 786px) {
  .servises li {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 60px 0;
  }
}

.servises .inside {
  display: block;
  font-size: 13px;
  line-height: 21px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  top: -40px;
}

.servises .inside h6 {
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  color: #2a4252;
  width: 257px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.servises .inside p {
  font-size: 13px;
  color: #808080;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 18px;
}

.clear {
  clear: both;
}

.team {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.team li {
  width: 31.2%;
  float: left;
  height: 842px;
  text-align: center;
  background: #f6f6f6;
  margin: 30px 10px 30px 10px;
}

@media screen and (max-width: 1080px) {
  .team li {
    width: 31.1%;
  }
}

@media screen and (max-width: 992px) {
  .team li {
    width: 47.4%;
  }
}

@media screen and (max-width: 786px) {
  .team li {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 80px 0;
  }
}

.team .inside {
  top: -53px;
  position: relative;
}

.team .inside h6 {
  text-transform: uppercase;
  color: #2a4252;
  width: 257px;
  margin: 0 auto;
}

.team .inside .position {
  /*border-bottom:1px solid #dddddd;*/
  text-transform: uppercase;
  color: #1f5b84;
  font-size: 15px;
  width: 257px;
  margin: 0 auto;
  /*    margin-bottom:15px;
        top:-9px;
        position:relative;
        padding-bottom:15px;*/
}

.team .inside .email {
  color: #2a4252;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  display: block;
  width: 250px;
  margin: 0 auto 15px auto;
  padding: 8px 0;
  font-size: 15px;
}

.team .inside .email:hover {
  text-decoration: underline;
}

.team .inside p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 15px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

.contact h1 {
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-top: 50px;
}

.contact h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact form {
  border: 0px;
  margin-bottom: 50px;
}

.contact input {
  border: 1px solid #efefef;
  clear: left;
  color: #888;
  display: block;
  font-size: 16px;
  height: 49px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  width: 414px;
  text-transform: uppercase;
  font-weight: normal;
  box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  .contact input {
    width: 100%;
  }
}

.contact label.required {
  color: #C92525;
  float: left;
  font-size: 13px;
  margin: 0px 0 0 0px;
}

.contact textarea {
  border: 1px solid #efefef;
  color: #888;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: normal;
  max-width: 510px;
  min-width: 510px;
  padding-left: 10px;
  padding-top: 10px;
  width: 510px;
  height: 167px;
  float: right;
  position: relative;
  margin-top: -178px;
  text-transform: uppercase;
  box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
  .contact textarea {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0;
    display: block;
    float: none;
  }
}

.contact .Actions input {
  background: #009edb;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 40px;
  margin-top: -50px;
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-weight: 300;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1080px) {
  .contact .Actions input {
    margin-top: 10px;
    float: none;
  }
}

.contact .Actions input:hover {
  text-decoration: underline;
}

#map_canvas {
  width: 100%;
  height: 343px;
}

.contact .contact_info {
  float: right;
  width: 303px;
  height: 264px;
  background: white;
  position: relative;
  margin-top: -322px;
  right: 30px;
  padding-top: 32px;
  padding-left: 14px;
  color: #4c4c4c;
  font-size: 18px;
  font-family: 'Quattrocento Sans',sans-serif;
}

@media screen and (max-width: 992px) {
  .contact .contact_info {
    width: 100%;
    margin-top: 0;
    float: none;
    display: block;
    height: auto;
  }
}

.contact .contact_table {
  vertical-align: top;
  width: 275px;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 992px) {
  .contact .contact_table {
    width: 100%;
  }
}

.contact .contact_table td {
  vertical-align: middle;
  height: 45px;
}

.contact .contact_table tr {
  border-bottom: 1px solid #f4f4f4;
  height: 30px;
}

.contact .contact_table td:first-child {
  min-width: 57px;
}

@media screen and (max-width: 992px) {
  .contact .contact_table td:first-child {
    min-width: unset;
    width: 65px;
  }
}

.contact .contact_table tr:last-child {
  border-bottom: 0px solid #f4f4f4;
}

.contact .contact_table tr:last-child img {
  top: -25px;
  position: relative;
}

.contact .contact_table tr:last-child td {
  padding-top: 12px;
  line-height: 21px;
}

.contact .contact_table td img {
  margin-left: 16px;
}

.contact .contact_table td .phone {
  margin-left: 20px;
}

.contact .contact_table td .place {
  margin-left: 20px;
}

.contact .contact_table .location {
  width: 185px;
}

#result,
span.message.required,
div.errors {
  color: red;
}

.good div {
  color: blue;
}

#MemberLoginForm_LoginForm a, #MemberLoginForm_LostPasswordForm a {
  color: #000000;
}

#MemberLoginForm_LoginForm a:hover, #MemberLoginForm_LostPasswordForm a:hover {
  text-decoration: underline;
}

#MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm, #ChangePasswordForm_ChangePasswordForm {
  margin: 21px 0 0;
}

#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LostPasswordForm fieldset, #ChangePasswordForm_ChangePasswordForm fieldset {
  border: 0 none;
}

#MemberLoginForm_LoginForm label, #MemberLoginForm_LostPasswordForm label, #ChangePasswordForm_ChangePasswordForm label {
  color: #6A6A6A;
  display: block !important;
  font-size: 16px;
  padding-bottom: 10px;
}

#MemberLoginForm_LoginForm .checkbox label, #MemberLoginForm_LostPasswordForm .checkbox label, #ChangePasswordForm_ChangePasswordForm .checkbox label {
  bottom: 5px;
}

#MemberLoginForm_LoginForm input[type="text"], #MemberLoginForm_LoginForm input[type="password"], #MemberLoginForm_LostPasswordForm input[type="email"], #ChangePasswordForm_ChangePasswordForm input[type="password"] {
  border: 1px solid #DCDCDC;
  color: #6A6A6A;
  font-size: 16px;
  height: 38px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 458px;
}

#MemberLoginForm_LoginForm #Password, #MemberLoginForm_LostPasswordForm #Password, #ChangePasswordForm_ChangePasswordForm #NewPassword1, #ChangePasswordForm_ChangePasswordForm #NewPassword2 {
  margin-top: 11px;
}

#MemberLoginForm_LoginForm #Remember, #MemberLoginForm_LostPasswordForm #Remember {
  margin-top: 10px;
}

#MemberLoginForm_LoginForm #Remember input, #MemberLoginForm_LostPasswordForm #Remember input {
  float: left;
}

#MemberLoginForm_LoginForm #Remember label, #MemberLoginForm_LostPasswordForm #remember label {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 15px;
  margin: -2px 0 0 4px;
}

#MemberLoginForm_LoginForm .Actions, #MemberLoginForm_LostPasswordForm .Actions, #ChangePasswordForm_ChangePasswordForm .Actions {
  margin-top: 10px;
}

#MemberLoginForm_LoginForm input[type="submit"], #MemberLoginForm_LostPasswordForm input[type="submit"], #ChangePasswordForm_ChangePasswordForm input[type="submit"] {
  background: none repeat scroll 0 0 #009edb;
  border: 0 none;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#MemberLoginForm_LoginForm input[type="submit"]:hover, #MemberLoginForm_LostPasswordForm input[type="submit"]:hover, #ChangePasswordForm_ChangePasswordForm input[type="submit"]:hover {
  background: none repeat scroll 0 0 #0C768F;
}

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

.mobile-logo {
  display: inline-block;
  margin: 20px 0;
  width: 200px;
}

@media screen and (max-width: 600px) {
  .mobile-logo {
    width: 160px;
  }
}

.mobile-nav-wrapper {
  position: relative;
  display: none;
}

@media screen and (max-width: 786px) {
  .mobile-nav-wrapper {
    display: block;
  }
}

.mobile-nav-wrapper .menu-button {
  position: absolute;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.mobile-menu li {
  border-bottom: 1px solid #c2c2c2;
}

.mobile-menu li:first-of-type {
  border-top: 1px solid #c2c2c2;
}

.mobile-menu li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #333333;
}

.mobile-menu li a:hover {
  color: #009edb;
}

.col-custom-4 {
  width: 25%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 600px) {
  .col-custom-4 {
    width: 100%;
    float: none;
    display: block;
  }
}

.col-custom-3 {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 600px) {
  .col-custom-3 {
    width: 100%;
    float: none;
    display: block;
  }
}

.footer-title {
  font-size: 22px;
  font-family: 'Vollkorn',sans-serif;
  text-transform: uppercase;
  color: #1f5b84;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #d6d7d8;
  margin: 10px 0;
  padding: 5px 0;
}

@media screen and (max-width: 992px) {
  .footer-title {
    text-align: center;
    border-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */