@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Krona+One|Roboto:400,500,300|Cabin:500,400);
/*========================================================
                       Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #333;
  font: 400 14px/24px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2 {
  font-family: 'Krona One', sans-serif;
}
h1 {
  font-size: 72px;
  line-height: 60px;
}
h2 {
  font-size: 48px;
  line-height: 60px;
}
.h2__mod1 {
  text-transform: uppercase;
  color: #454545;
}
@media (max-width: 479px) {
  .h2__mod1 {
    font-size: 36px;
    line-height: 40px;
  }
}
h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
h4 {
  font-size: 28px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
h6,
dt {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #444444;
}
p,
dd {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #969696;
}
p a:hover,
dd a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href="callto#:"] {
  color: inherit;
  text-decoration: none;
}
a[href="callto#:"]:hover {
  text-decoration: underline;
}
a[href="mailto:#"] {
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 300;
}
a[href="mailto:#"]:hover {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.p__mod {
  font-size: 18px;
  line-height: 26px;
}
.p__skin {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}
.p__skin2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #868686;
}
.p__off {
  margin-top: 0;
}
.color__mod1 {
  color: #ffffff;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 22px;
}
* + h6 {
  margin-top: 25px;
}
* + dl {
  margin-top: 30px;
}
* + img {
  margin-top: 28px;
}
* + .btn {
  margin-top: 24px;
}
* + .address {
  margin-top: 10px;
}
* + .message {
  margin-top: 30px;
}
* + .row {
  margin-top: 28px;
}
* + blockquote {
  margin-top: 20px;
}
h2 + p {
  margin-top: 35px;
}
h1 + .brand_slogan {
  margin-top: 14px;
}
h2 + p + .btn {
  margin-top: 30px;
}
p + .marked-list {
  margin-top: 30px;
}
h3 + .off1 {
  margin-top: 21px;
}
h4 + .btn2 {
  margin-top: 14px;
}
h3 + .contact-form {
  margin-top: 28px;
}
h3 + .owl-carousel-wrap {
  margin-top: 24px;
}
.owl-carousel-wrap + h6 {
  margin-top: 22px;
}
h3 + .recipes {
  margin-top: 26px;
}
h3 + .privacy {
  margin-top: 20px;
}
address + dl {
  margin-top: 16px;
}
.row + .row {
  margin-top: 30px;
}
.box__mod1 + .row {
  margin-top: 91px;
}
.mg-ins {
  padding-top: 6px;
}
.info-list + .info-list {
  margin-top: 49px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  padding: 0px 1px;
}
.sf-menu > li + li {
  margin-left: 57px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #333333;
  padding: 45px 7px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #919191;
  background: #ffffff;
}
.sf-menu > li.active > a {
  color: #919191;
}
.sf-menu ul {
  display: inline-block;
  top: 100%;
  width: 88px;
  padding: 17px 10px;
  margin: 0 auto;
  background: #f5261f;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 35px;
  z-index: 2;
  position: absolute;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #fff799;
}
.sf-menu ul li + li {
  border-top: 1px dashed #fff;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: transparent transparent #f5261f;
  top: -5px;
}
.sf-menu ul ul {
  display: inline-block;
  position: absolute;
  left: 88px;
  top: 80px;
  width: 90px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 35px;
  margin-top: 0;
  z-index: 4;
  text-align: center;
  height: auto;
  padding: 20px 10px;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul > li > a {
  color: #0f0f0f;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #828282;
}
.sf-menu ul ul li + li {
  border-top: 1px dashed #dcdcdc;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 15px 0;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  border: 2px solid #e8e8e8;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 40px;
  color: #585858;
  background-color: transparent;
  font: 400 20px 'Roboto', sans-serif;
  line-height: 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu > li > a {
  color: #333333;
  padding: 20px 10px;
}
.isStuck .sf-menu > li.sfHover > a,
.isStuck .sf-menu > li > a:hover {
  color: #919191;
  background: #ffffff;
}
.isStuck .sf-menu > li.active > a {
  color: #919191;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
  background: #2b2a2a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 206px;
  bottom: 188px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #969696;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
  cursor: pointer;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================     Icons     ======================*/
.fa {
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'FontAwesome';
}
.fa-book,
.fa-coffee,
.fa-cutlery,
.fa-thumbs-o-up,
.fa-comment,
.fa-pencil-square-o {
  height: 127px;
  width: 127px;
  background: #fff;
  font-size: 45px;
  line-height: 127px;
}
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  -o-transform: translateY(-32%);
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
}
.brand_name {
  display: inline-block;
  font-family: 'Krona One', sans-serif;
  font-size: 72px;
  line-height: 60px;
  position: relative;
  color: #fff;
}
.brand_name:before {
  content: url(../images/logo_img.png);
  position: absolute;
  top: -59px;
  left: 16px;
}
@media (max-width: 767px) {
  .brand_name {
    font-size: 60px;
    line-height: 60px;
  }
  .brand_name:before {
    top: -50px;
    left: 9px;
  }
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 38px;
    line-height: 40px;
  }
  .brand_name:before {
    left: -2px;
    top: -35px;
  }
}
.brand_slogan {
  letter-spacing: 0.2em;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.footer-brand {
  margin-top: 24px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer-brand {
    text-align: center;
  }
}
.footer-brand .brand_name {
  display: inline-block;
  position: relative;
  font-family: 'Krona One', sans-serif;
  font-size: 42px;
  line-height: 35px;
  color: #494949;
}
.footer-brand .brand_name:before {
  content: url(../images/logo_img-footer.png);
  top: -34px;
  left: 7px;
  position: absolute;
}
@media (max-width: 1199px) {
  .footer-brand .brand_name:before {
    left: 77px;
  }
}
@media (max-width: 979px) {
  .footer-brand .brand_name:before {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .footer-brand .brand_name:before {
    left: 9px;
  }
}
@media (max-width: 479px) {
  .footer-brand .brand_name:before {
    left: 62px;
  }
}
.brand2 {
  padding: 75px 0 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .brand2 {
    padding: 40px 0 20px;
  }
}
.brand2 .brand_name {
  display: inline-block;
  font-family: 'Krona One', sans-serif;
  font-size: 72px;
  line-height: 60px;
}
.brand2 .brand_name .brand_name:before {
  top: -18px;
  left: 312px;
}
@media (max-width: 767px) {
  .brand2 .brand_name {
    font-size: 60px;
    line-height: 60px;
  }
  .brand2 .brand_name:before {
    top: -50px;
    left: 102px;
  }
}
@media (max-width: 479px) {
  .brand2 .brand_name {
    font-size: 38px;
    line-height: 40px;
  }
  .brand2 .brand_name:before {
    left: 57px;
    top: -35px;
  }
}
.brand2 .brand_slogan {
  letter-spacing: 0.2em;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
/*==================    Buttons    ======================*/
.btn,
.btn2,
.btn3 {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn {
  background: #424242;
  padding: 10px 26px 9px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
.btn:hover {
  background: #969696;
}
.btn:active {
  background: #454545;
}
.btn2 {
  background: #fff;
  padding: 6px 16px;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  color: #666;
}
.btn2:hover {
  background: #333333;
  color: #fff;
}
.btn2:active {
  background: #5c5555;
}
.btn3 {
  background: transparent;
  padding: 9px 25px;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
}
.btn3:hover {
  color: #f5261f;
  border-color: #f5261f;
}
.btn3:active {
  background: #af898d;
}
.btn.btn__mod1 {
  background: #f5261f;
}
.btn.btn__mod1:hover {
  background: #c12d28;
}
.btn.btn__mod1:active {
  background: #f54f49;
}
.btn.btn__mod2 {
  background: #facc5c;
}
.btn.btn__mod2:hover {
  background: #f6d584;
}
.btn.btn__mod2:active {
  background: #daaa37;
}
.btn.btn__mod3 {
  background: #abda1e;
}
.btn.btn__mod3:hover {
  background: #c6ed51;
}
.btn.btn__mod3:active {
  background: #9ac029;
}
.btn.btn__mod4 {
  padding: 11px 26px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box__mod1 {
  width: 100%;
  background: #fff;
  padding: 25px 0;
  text-align: center;
}
.box__mod1 h3 {
  line-height: 40px;
  display: inline-block;
  padding: 14px 52px 0 2px;
}
@media (max-width: 1199px) {
  .box__mod1 {
    text-align: center;
  }
  .box__mod1 h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .box__mod1 {
    text-align: center;
  }
  .box__mod1 h3 {
    font-size: 25px;
    line-height: 28px;
    padding: 0;
  }
}
/*================      Post-list     ===================*/
.post-list li {
  margin-left: 50px;
}
.post-list li + li {
  margin-top: 60px;
}
.post-list li time {
  display: inline-block;
  width: 121px;
  height: 121px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #424242;
  background: #fff;
  padding-top: 39px;
  margin-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.post-list li time span {
  font-size: 45px;
  line-height: 19px;
}
.post-list li time em {
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
}
.post-list li h4 {
  text-transform: uppercase;
  color: #3e3d44;
  font-weight: 300;
  padding-top: 14px;
  font-size: 27px;
}
.post-list li:hover time {
  color: #fff;
  background: #333;
}
@media (max-width: 979px) {
  .post-list li {
    margin-left: 0;
  }
  .post-list li + li {
    margin-top: 50px;
  }
  .post-list .box {
    text-align: center;
  }
  .post-list .box_aside {
    float: none;
  }
  .post-list .box time {
    margin-right: 0;
  }
  .post-list h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .post-list .box_cnt__no-flow {
    clear: both;
  }
}
@media (max-width: 767px) {
  .post-list {
    text-align: center;
  }
  .post-list li {
    margin-left: 0;
  }
  .post-list .box_aside {
    display: inline-block;
    float: none;
  }
  .post-list .box_aside time {
    margin-right: 0;
  }
}
/*==================     Article-info      ==================*/
.article-info {
  padding-top: 40px;
  background: #fff;
  border-top: 8px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-info img + p {
  color: #444444;
}
.article-info h3 + h6 {
  margin-top: 21px;
}
@media (max-width: 979px) {
  .article-info h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .article-info img {
    width: 100%;
  }
  .article-info h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.border1 {
  border-top-color: #f5261f;
}
.border2 {
  border-top-color: #facc5c;
}
.border3 {
  border-top-color: #abda1e;
}
/*==================    Block3   ======================*/
.block3 {
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block3 h3 + p {
  margin-top: 15px;
}
.img__mod img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .img__mod img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .block3 {
    text-align: center;
  }
  .img__mod {
    text-align: center;
  }
  .img__mod img {
    margin: 0 auto;
  }
}
/*==================   Parallax =====================*/
.parallax h2 {
  font-family: 'Krona One', sans-serif;
  font-size: 100px;
  line-height: 72px;
  color: #ffee79;
  text-transform: uppercase;
  margin-top: 15px;
}
.parallax h2 > span {
  font-size: 72px;
  line-height: 93px;
  color: #fff;
}
.parallax p + .btn3 {
  margin-top: 30px;
}
.parallax p + .off {
  margin-top: 26px;
}
.parallax h2 + p {
  margin-top: 25px;
}
.parallax h3 + p {
  margin-top: 25px;
}
.parallax p + p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .parallax h2 {
    font-size: 60px;
    line-height: 68px;
  }
  .parallax h2 > span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .parallax h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .parallax h2 > span {
    font-size: 34px;
    line-height: 36px;
  }
  .parallax p {
    font-size: 18px;
    line-height: 20px;
  }
}
/*====================== Inline-list =====================*/
.inline-list {
  margin-top: 12px;
  margin-left: 45px;
}
@media (max-width: 1199px) {
  .inline-list {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .inline-list {
    margin: 0 80px;
  }
}
@media (max-width: 479px) {
  .inline-list {
    margin: 0;
  }
}
.inline-list:before,
.inline-list:after {
  content: "";
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
}
.inline-list li + li {
  margin-left: 4px;
}
/*==================   Social    ========================*/
.social {
  text-align: center;
}
.social .fa {
  font-size: 20px;
  line-height: 56px;
  border: 1px solid #e0e0e0;
}
.social .fa:hover {
  border-color: #3e3d44;
}
@media (max-width: 979px) {
  .social .fa {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
  }
}
/*==================  Copyright  ======================*/
.copyright {
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  color: #575757;
  word-spacing: 0.3em;
  padding-top: 13px;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .copyright {
    padding-left: 0;
    text-align: center;
  }
}
.copyright a {
  padding-left: 21px;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright span {
  position: relative;
}
.copyright span:after {
  content: "";
  display: block;
  height: 28px;
  border-left: 1px solid #a7a7a7;
  position: absolute;
  right: -15px;
  top: -5px;
}
/*==================   Address  =======================*/
.address {
  display: inline-block;
  color: #868686;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.address a[href="mailto:#"] {
  line-height: 60px;
}
@media (max-width: 979px) {
  .address {
    text-align: center;
  }
}
/*==================   Marked-list  =====================*/
.marked-list li {
  position: relative;
  padding-left: 24px;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 14px 'FontAwesome';
  line-height: inherit;
}
.marked-list li a {
  color: #969696;
  font-size: 18px;
  font-weight: 300;
}
.marked-list li a:hover {
  color: #444;
}
.marked-list li .marked-list li a:hover {
  color: #036b7e;
  text-decoration: none;
}
.marked-list__mod li {
  padding-left: 25px;
}
.marked-list__mod li:before {
  left: 0;
}
.marked-list.col1 li:before {
  color: #f5261f;
}
.marked-list.col2 li:before {
  color: #facc5c;
}
.marked-list.col3 li:before {
  color: #abda1e;
}
/*====================   Block4   =======================*/
.block4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block4 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.block4 h6 + p {
  line-height: 21px;
}
.block4__ins {
  padding: 0 15px;
}
.block4__off h6 + p {
  margin-top: 20px;
}
/*=====================  Block5  =======================*/
.block5 {
  background: #fff;
  padding-bottom: 36px;
}
.block5 h6,
.block5 p {
  padding: 0 20px;
}
/*====================   Block6   =======================*/
@media (max-width: 767px) {
  .block6 + .block6 {
    margin-top: 30px;
  }
}
/*====================  Blockquote =====================*/
blockquote q {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  blockquote q {
    font-size: 16px;
    line-height: 18px;
  }
}
blockquote cite {
  font-size: 15px;
  line-height: 23px;
}
/*=====================  Contacts ======================*/
.contacts {
  text-align: center;
}
.contacts dt,
.contacts dd {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #858585;
}
.contacts dt {
  float: left;
  margin-left: 15px;
}
.contacts dd {
  float: right;
  margin-right: 15px;
}
.contacts dd a:hover {
  color: #000;
}
.contacts dl.dl__mod {
  text-align: center;
  clear: both;
}
.contacts dl.dl__mod dd,
.contacts dl.dl__mod dt {
  display: inline-block;
  float: none;
}
.contacts dl.dl__mod dt {
  line-height: 26px;
}
.contacts dd + dt {
  clear: both;
}
/*=====================  Privacy ======================*/
.privacy * + dt {
  margin-top: 17px;
}
.privacy * + dd {
  margin-top: 21px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/page-2_header-bg.jpg");
}
header .nav {
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Nav     ========================*/
.nav {
  background: #fff;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 82px;
}
.well__ins {
  padding-bottom: 76px;
}
.well__ins2 {
  padding-top: 71px;
}
.well__ins3 {
  padding-bottom: 70px;
}
.well2 {
  padding-top: 0;
  padding-bottom: 86px;
}
.well2__ins {
  padding-bottom: 117px;
}
.well3 {
  padding-top: 45px;
  padding-bottom: 91px;
}
.well4 {
  padding-top: 65px;
  padding-bottom: 70px;
}
.well4__skin {
  padding-top: 70px;
  padding-bottom: 76px;
}
.well5 {
  padding-top: 92px;
  padding-bottom: 64px;
}
.well5__skin {
  padding-bottom: 70px;
  padding-top: 71px;
}
.well6 {
  padding-bottom: 98px;
  padding-top: 62px;
}
.well6__ins {
  padding-bottom: 82px;
}
.well7 {
  padding-bottom: 77px;
  padding-top: 69px;
}
.well7__ins {
  padding-top: 0;
}
.well7__ins2 {
  padding-top: 72px;
}
.well7__ins3 {
  padding-bottom: 82px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ffffff;
}
.bg-section {
  background: #f2f2f2;
}
.bg-section2 {
  background: #dddfdf;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  position: relative;
}
footer:after {
  content: "";
  background: url("../images/footer_bg.png") repeat-x;
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
