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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Regular.ttf); 
}
@font-face {
  font-family: "Open Sans Light";
  src: url(fonts/OpenSans-Light.ttf); 
}
  
* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans";
  background: url(img/bg.jpg);
  background-size: cover; }

img {
  max-width: 100%; }

.l-c {
  display: flex;
  justify-content: flex-start;
  width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap; }
@media (min-width: 930px) and (max-width: 1231px) {
  .l-c {
    width: 900px; } }
@media (min-width: 240px) and (max-width: 930px) {
  .l-c {
    width: 100%; } }

header {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 35px; }
header .left {
  display: flex;
  align-items: center;
  width: 30%;
  flex-wrap: wrap; }
@media (min-width: 240px) and (max-width: 900px) {
  header .left {
    width: 100%; } }
header .right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
@media (min-width: 240px) and (max-width: 900px) {
  header .right {
    width: 100%; } }
header .right .top {
  width: 100%;
  justify-content: flex-end;
  display: flex; }
@media (min-width: 600px) and (max-width: 900px) {
  header .right .top {
    position: absolute;
    top: 65px; } }
@media (min-width: 240px) and (max-width: 600px) {
  header .right .top {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap; } }
@media (min-width: 240px) and (max-width: 365px) {
  header .right .top .info {
    width: 100%;
    text-align: center; } }
header .right .top .info a {
  text-decoration: none;
  color: #515658;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 23px; }
header .right .top .info + .info {
  margin-left: 20px; }
@media (min-width: 240px) and (max-width: 365px) {
  header .right .top .info + .info {
    margin-left: 0; } }
header .right .bottom {
  display: flex;
  width: 100%;
  justify-content: flex-end; }
@media (min-width: 240px) and (max-width: 900px) {
  header .right .bottom {
    display: block; } }
header .right .bottom .nav {
  background: url(img/nav.svg) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 15px;
  display: none; }
@media (min-width: 240px) and (max-width: 900px) {
  header .right .bottom .nav {
    display: block; } }
header .right .bottom .menu {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end; }
@media (min-width: 240px) and (max-width: 900px) {
  header .right .bottom .menu {
    margin-top: 10px; } }
@media (min-width: 240px) and (max-width: 900px) {
  header .right .bottom .menu {
    justify-content: flex-start;
    flex-wrap: wrap; } }
header .right .bottom .menu > li {
  margin-right: 25px;
  padding-bottom: 11px;
  margin-bottom: -11px;
  }
@media (min-width: 900px) and (max-width: 1231px) {
  header .right .bottom .menu li {
    margin-right: 10px; } }
@media (min-width: 240px) and (max-width: 900px) {
  header .right .bottom .menu li {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc; } }
header .right .bottom .menu li a {
  color: #515658;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none; }
@media (min-width: 900px) and (max-width: 1231px) {
  header .right .bottom .menu li a {
    font-size: 15px; } }
header .right .bottom .menu li:last-child {
  margin-right: 0; }
header .right .bottom .menu li.current-menu-item > a {
  color: #53585a;
  font-weight: 700; }

.homepage {
  padding-top: 80px; }

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.column-70 {
  width: calc(67% - 10px); }
@media (min-width: 240px) and (max-width: 900px) {
  .column-70 {
    width: 100%; } }
.column-50 {
  width: calc(50% - 10px); }
@media (min-width: 240px) and (max-width: 900px) {
  .column-50 {
    width: 100%; } }

.column-40 {
  width: calc(40% - 10px); }
@media (min-width: 240px) and (max-width: 900px) {
  .column-40 {
    width: 100%; } }

.column-30 {
  width: calc(33% - 10px); }
@media (min-width: 240px) and (max-width: 900px) {
  .column-30 {
    width: 100%; } }

.column-60 {
  width: calc(60% - 10px); }
@media (min-width: 240px) and (max-width: 900px) {
  .column-60 {
    width: 100%; } }

p {
  color: #fff;
  font-size: 15px;
  font-weight: 400; }

h1 {
  font-size: 31px;
  line-height: 28px;
  line-height: 1.3;
 }

h2 {
  font-size: 19px;
  line-height: 28px; }

.ce-bgc {
  width: 100%;
  line-height: 25px;
  color: #fff;
  padding: 45px 32px;
  }
.ce-bgc a {
  color: #9F5459; }

.ce-block-ic img {
  width: 100%; }
.ce-block-ic .caption {
  padding: 25px 40px;
  background-color: #ffffff;
  line-height: 23.01px; }
.ce-block-ic .caption .caption-title {
  color: #222222;
  font-size: 20px;
  margin-bottom: 7px; }
.ce-block-ic .caption p {
  color: #646464; }

.ce-txt {
  padding: 25px 42px; }
.ce-txt h1 {
  line-height: 35px; }
.ce-txt p {
  color: #222222;
  line-height: 23px; }

b {
  font-weight: bold; }

div[class^=ce] {
  margin-bottom: 20px;
  max-width: 100%;
  }

.yell p {
  text-align: center;
  color: #222222;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px; }

.yell {
  width: 942px;
  margin: 0 auto;
  margin-top: 15px; }

.ce-icons {
  width: 100%; }

.ce-icons h2 {
  margin-top: 60px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  }

.iconslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
.iconslist .item {
  width: 140px;
  text-align: center; }
@media (min-width: 240px) and (max-width: 800px) {
  .iconslist .item {
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px; } }
.iconslist .item img {
  margin-bottom: 30px; }
.iconslist .item p {
  color: #222222;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px; }
@media (min-width: 240px) and (max-width: 800px) {
  .iconslist .item p {
    width: 100%; } }

footer {
  margin-top: 40px;
  background-color: #4a4a4a;
  padding-top: 50px; }
footer .l-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
@media (min-width: 740px) and (max-width: 1235px) {
  footer .l-c {
    justify-content: center; } }
footer .block {
  max-width: 100%; }
@media (min-width: 240px) and (max-width: 1235px) {
  footer .block {
    margin-bottom: 20px; } }
footer .block b {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px; }
footer .block h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px; }
footer .block p {
  color: #fff;
  font-size: 14px;
  line-height: 26px; }
footer .block ul {
  list-style: initial;
  color: #fff;
  margin-left: 18px; }
footer .block ul li {
  margin-bottom: 5px; }
footer .block ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px; }
footer .info-1 {
  width: 210px; }
@media (min-width: 620px) and (max-width: 1235px) {
  footer .info-1 {
    width: 50%; } }
@media (min-width: 240px) and (max-width: 620px) {
  footer .info-1 {
    width: 100%;
    text-align: center; } }
footer .info-2 {
  width: 310px; }
@media (min-width: 620px) and (max-width: 1235px) {
  footer .info-2 {
    width: 50%; } }
@media (min-width: 240px) and (max-width: 620px) {
  footer .info-2 {
    width: 100%;
    text-align: center; } }
footer .info-3 {
  width: 350px; }
@media (min-width: 620px) and (max-width: 1235px) {
  footer .info-3 {
    width: 50%; } }
@media (min-width: 240px) and (max-width: 620px) {
  footer .info-3 {
    width: 100%;
    text-align: center; } }
footer .info-4 {
  width: 170px; }
@media (min-width: 620px) and (max-width: 1235px) {
  footer .info-4 {
    width: 50%; } }
@media (min-width: 240px) and (max-width: 620px) {
  footer .info-4 {
    width: 100%;
    text-align: center; }
  footer .info-4 ul {
    list-style: none; } }

.copywrite {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #656565;
  color: #909090;
  padding-bottom: 30px; }
@media (min-width: 240px) and (max-width: 680px) {
  .copywrite .left {
    width: 100%;
    text-align: center;
    margin-bottom: 7px; } }
@media (min-width: 240px) and (max-width: 680px) {
  .copywrite .right {
    width: 100%;
    text-align: center; } }

.ce-txt.big {
  padding-left: 0;
  padding-right: 0; }
.ce-txt.big p {
  font-size: 22px; }
.ce-txt.big h1 {
  font-size: 40px; }

.big2 h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 35px; }
.big2 ul {
  list-style: initial;
  margin-left: 18px; }
.big2 li {
  font-size: 15px;
  color: #646464;
  line-height: 23px; }

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 0;
  }
.breadcrumbs li {
  display: inline; }
.breadcrumbs li a {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none; }
.breadcrumbs li a:after {
  display: inline-block;
  content: '>';
  margin-left: 5px; }
.breadcrumbs li:last-child a:after {
  content: ' '; }

@media (min-width: 240px) and (max-width: 900px) {
  .ce-img {
    text-align: center; } }

@media (min-width: 240px) and (max-width: 900px) {
  .homepage{
    padding-top: 0;
  }
  header .right .bottom .menu{
    display: none;
  }
  .aq-template-wrapper .aq_span8,.aq-template-wrapper .aq_span4, .aq-template-wrapper .aq_span5,.aq-template-wrapper .aq_span6, .aq-template-wrapper .aq_span7, .aq-template-wrapper .aq_span9, .aq-template-wrapper .aq_span3{
    width: 100%!important;
  }
  [class*="aq_span"]{
    margin-left: 0 !important;
  }
  .aq-block-ce_image_block{
    text-align: center;
  }
  .ce-img{
    margin: 0 auto;
    margin-top: 0 !important;
  }
  .ce-bgc{
    /*margin-top: 0 !important;*/
  }
  .ce-block-ic {
    width: 400px;
    max-width: 100%;
    margin: 0 auto!important; } 
}

@media (min-width: 240px) and (max-width: 1240px) {
  .ce-txt, .ce-bgc {
   /* margin-top: 0 !important; */
    } }
.aq_row{
  width: 100%;
}

.ce-bgc p{
  color: inherit;
  font-size: inherit;
  text-align: justify;
}
.aq-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 6px;
}
.aq-block-aq_clear_block.aq-block{
  margin: 0;
}
.aq-block-ce_img_block.aq-block{
  margin-top: 0;
}
.ce-block-ic p{
  font-size: 14px;
}
.h1.big{
  font-size: 40px;
  margin-bottom: 15px;
}
.innerpage .ce-bgc h2{
   font-size: 30px;
   margin-bottom: 11px;
   line-height: 36px;
   font-weight: bold;
   color: #222222;
}

.ce-bgc ul{
  list-style: initial;
  margin-left: 18px;
  line-height: 23px;
}

.breadcrumbs li + li{
  padding-left: 5px;
}
.yell p{
  font-size: 28px!important;
}
em{
  font-style: italic;
}
@media (min-width: 900px){
.sub-menu{position: absolute;background: #dedede;padding: 7px 15px;box-shadow: 0 0 2px 0px #404040;margin-top: 10px;display: none;border-radius: 3px;}
.sub-menu li{
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  padding-top: 4px;
}
.sub-menu li a{
  font-size: 15px!important;
}
.sub-menu li a:hover{
  font-weight: bold!important;
}
.menu > li:hover .sub-menu{
  display: block!important;
}
}
.toggle{
  display: none;
}
@media (max-width: 900px){
header .right .bottom .menu > li{
  margin-bottom: 0;
}
.sub-menu{
  display: none;
}
.toggle{
  width: 5px;
  cursor: pointer;
  height: 7px;
  display: inline-block;
}
.toggle:after{
  content: "\25bc";
  font-size: 11px;
  position: relative;
  left: 11px;
  top: -1px;
}
.menu-item-has-children.open .sub-menu{
  display: block !important;
}
}

.content{
width: 100%;
padding-top: 15px;
}
.blog{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.blog h1{
  margin: 15px 0;
  font-weight: bold;
  width: 100%;
}
.blog .item{width: calc(33.3333% - 30px);margin: 0 15px;background: #fff;cursor: pointer;padding: 0 0 15px;margin-bottom: 15px;}
.blog .item .title{font-size: 17px;margin: 7px 0;padding: 0 7px;}
.blog .item .intro{
padding: 0 7px;
}
.blog .item .intro p{color: #333;margin: 10px 0;font-size: 14px;}
.blog .item .intro a{
color: #000;
font-size: 14px;
font-weight: bold;
}
.blog .item img{
  height: auto;
}
@media (max-width: 690px){
  .blog{
    justify-content: center;
  }
  .blog .item{
    width: 50%;
  }
}
@media (max-width: 390px){
.blog .item{
    width: 100%;
  }
}

.post{
  width: 100%;
}

.post p{
  color: #000;
  font-size: 17px;
}

.ce-bgc h1.big{
  margin-bottom: 20px;
  font-size: 40px;
  font-family: "Open Sans";
}

.light p{
  font-family: Open Sans Light;
}

.bold p{
  font-weight: bold;
}

.ce-block-ic a{
  text-decoration: none;
}
.iconslist a{
  text-decoration: none;
}
strong{
  font-weight: bold;
}
.pid-18 .l-c a, .pid-392 .l-c a{
  color: #fff;
  text-decoration: underline;
}

.pid-18 .l-c p, .pid-392 .l-c p{
  margin-bottom: 15px;
}

#menu-footer-links{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}
#menu-footer-links li a{
  color: #909090;
  text-decoration: none;
  margin-right: 10px;
}
#menu-footer-links li a:after{
  content: '|';
}
#menu-footer-links li:last-child a{
  margin-right: 0;
}
#menu-footer-links li:last-child a:after{
  content: ' ';
}

.pid-394{
  background-size: contain!important;
}

@media (max-width: 900px) {
  .ce-bgc h1.big{
    font-size: 28px;
  }
  .aq-block{
    margin-bottom: 0;
    margin-top: 0;
  }
  div[class^=ce]{
    margin-bottom: 40px !important;
  }

   .ce-bgc.regular{
      background-color: #ffffff6e;
   }

   .ce-bgc h1.big + p{
    text-align: left;
    line-height: 1.4;
   }
   .l-c {
    overflow: hidden;
  }
}