@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Amatic+SC:400,700|Open+Sans:400,700,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #e0b1a9;
  color: #777777;
  font: 400 16px/28px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 50px;
}
h1 a:hover {
  color: inherit;
}
h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h3 {
  font-size: 20px;
  margin-top: 21px;
  line-height: 29px;
	color: #e0b1a9;
}
h4 {
  font-size: 14px;
  line-height: 29px;
}
h5 {
  font-size: 14px;
  line-height: 29px;
}
h6 {
  font-size: 14px;
  line-height: 29px;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: #777777;
}
@media (min-width: 768px) and (max-width: 979px) {
  p {
    font-size: 14px;
  }
}
time {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #555555;
}
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;
  color: #e0b1a9;
}
a:hover {
  color: #e0b1a9;
}
a.a__clr1:hover {
  color: #c89e97;
  text-shadow: #ddbeb9 1px 0px, #ddbeb9 1px 1px, #ddbeb9 0px 1px, #ddbeb9 -1px 1px, #ddbeb9 -1px 0px, #ddbeb9 -1px -1px, #ddbeb9 0px -1px, #ddbeb9 1px -1px;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
  color: #ffffff;
  font-size: 44px;
}
[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;
}
/*=======================================================
                       Main Layout
=========================================================*/
hr + p {
  margin-top: 21px;
}
p.ins1 + .row {
  margin-top: 68px;
}
div + p.offs1 {
  margin-top: 20px;
}
.row + * {
  margin-top: 56px;
}
* + .hr2_offs1 {
  margin-top: 60px;
}
* + .row {
  margin-top: 70px;
}
.row + .hr_offs1 {
  margin-top: 105px;
}
.row + .offs2 {
  margin-top: 45px;
}
hr + .offs2 {
  margin-top: 45px;
}
* + .row_ins1 {
  margin-top: 89px;
}
* + .row_offs2 {
  margin-top: 62px;
}
* + h4 {
  margin-top: 20px;
}
* + [class*="btn"] {
  margin-top: 57px;
}
[class*="btn"] + * {
  margin-top: 19px;
}
hr + .owl-carousel,
hr + .row_ins2 {
  margin-top: 75px;
}
.owl-carousel + hr {
  margin-top: 45px;
}
h4 + p {
  margin-top: 9px;
}
* + .marked-list {
  margin-top: 9px;
}
.marked-list + * {
  margin-top: 9px;
}
* + time {
  margin-top: 25px;
}
time + * {
  margin-top: 10px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 51px;
}
.sf-menu a {
  display: block;
}
.sf-menu {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.sf-menu > li {
  height: 102%;
}
.sf-menu > li > a {
  position: relative;
  padding: 9px 0px;
}
.sf-menu > li > a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(../images/border.png);
  opacity: 0;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: inherit;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li > a:hover:before {
  opacity: 1;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.sf-menu > li.active > a:before {
  opacity: 1;
}
.sf-menu ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: 55px;
  left: -39px;
  width: 114px;
  margin-top: 29px;
  padding: 16px 0 16px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
}
.sf-menu ul > li > a {
  padding-left: 31px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #e0b1a9;
  box-shadow: 1px 1px 3px #777;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul ul {
  font-weight: 400;
  display: none;
  position: absolute;
  top: 21px;
  left: 100%;
  width: 110px;
  margin-top: 29px;
  padding: 16px 0 16px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li + li {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  border: 1px solid #555;
  margin-top: 20px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  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  ======================*/
.stuck_container {
  padding: 10px 0;
}
.isStuck {
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 28px;
}
.isStuck .sf-menu ul ul {
  top: 21px;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 27px;
  line-height: 43px;
  color: #777777;
  background: #ffffff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  border: 2px solid #777777;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.toTop:hover {
  color: #fff;
  background: #777777;
  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;
}
.parallax * {
  color: #ffffff;
}
.parallax a.link {
  text-decoration: underline;
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.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: '+';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 300;
  font-size: 45px;
  line-height: 46px;
  margin-top: -23px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(224, 177, 169, 0.6);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e0b1a9', endColorstr='#99e0b1a9');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e0b1a9', endColorstr='#99e0b1a9');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
/*==========================Brand========================*/
.brand_name {
  position: relative;
  font-size: 40px;
  padding-left: 58px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 45px;
}
.brand_name:before {
  content: '';
  position: absolute;
  height: 45px;
  width: 42px;
  background: url(../images/logo.png);
  left: 0;
  top: 0;
}
.foot_logo:before {
  background: url(../images/logo_foot.png);
}
/*===================  Dashed Blocks ====================*/
.dashed,
.dashed_red {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dashed:before,
.dashed:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/border.png) repeat-x;
  right: 0;
}
.dashed:before {
  top: 1px;
}
.dashed:after {
  bottom: 0px;
}
.dashed_red:before,
.dashed_red:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/border1.png) repeat-x;
}
.dashed_red:before {
  top: -33px;
  right: 0;
  left: 0;
}
.dashed_red:after {
  bottom: -40px;
  right: : 0;
  left: 0;
}
/*===================     Article    ====================*/
article.dashed {
  padding-bottom: 31px;
}
article p {
  margin-top: 24px;
}
article p + time {
  margin-top: 11px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sets12 article.dashed {
    padding-bottom: 0;
  }
  .sets12 article p {
    margin-top: 0;
  }
}
.sets13 time {
  margin-top: 25px;
}
.sets13 time + p {
  margin-top: 10px;
}
.sets13 p {
  padding: 0 30px;
}
@media (max-width: 979px) {
  .sets13 p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=========================  Hr  =======================*/
h2 + hr {
  height: 4px;
  width: 167px;
  margin-top: 23px;
  background: url(../images/hr_sprite.png) center;
  background-position: -7px 9px;
}
hr {
  border: 0;
  height: 19px;
  width: 132px;
  background: url(../images/hr_sprite.png) center;
  background-position: -5px 52px;
}
.parallax h2 + hr,
.bg-primary h2 + hr {
  background-position: -7px 23px;
}
.parallax hr,
.bg-primary hr {
  background-position: -5px 81px;
}
/*==================     Icons     ======================*/
footer .links a {
  font-size: 44px;
}
.links + * {
  margin-top: 128px;
}
.links a + a {
  margin-left: 70px;
}
@media (max-width: 767px) {
  footer .links a {
    font-size: 26px;
  }
  .links + * {
    margin-top: 60px;
  }
  footer .links a + a {
    margin-left: 20px;
  }
}
/*==================    Buttons    ======================*/
a[class*="btn"] {
  color: #ffffff;
  text-decoration: none;
  background: #c89e97;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a[class*="btn"]:active {
  background: #ffdcd6;
}
a[class*="btn"]:hover {
  background: #ffdcd6;
  color: #e0b1a9;
}
.sets7 .btn1 {
  padding: 3px 25px 4px 25px;
}
/*==================   Circle box  ======================*/
.circle-box,
.circle-box-no_hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.crcl_clr1 {
  border: 5px solid #f2e0dc;
  max-width: 75%;
  margin: 0 auto;
}
.circle-box {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circle-box:hover {
  border: 5px solid #c89e97;
}
.circle-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .circle-box {
    max-width: 60%;
    margin: 0 auto;
  }
}
.box-hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-hover [class*='grid_']:hover .circle-box {
  border: 5px solid #c89e97;
}
.box-hover .a__clr1:hover {
  color: #c89e97;
  text-shadow: #ddbeb9 1px 0px, #ddbeb9 1px 1px, #ddbeb9 0px 1px, #ddbeb9 -1px 1px, #ddbeb9 -1px 0px, #ddbeb9 -1px -1px, #ddbeb9 0px -1px, #ddbeb9 1px -1px;
}
@media (max-width: 979px) {
  .sets5 div.circle-box {
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 979px) {
  .sets2 a.circle-box {
    max-width: 90%;
    margin: auto;
  }
}
/*====================      Box      =======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*==================     Blockquote    ======================*/
blockquote.box * {
  color: #e6d7d7;
}
blockquote.box p {
  display: block;
}
blockquote.box cite {
  margin-left: 30px;
}
blockquote.box h4 + p {
  margin-top: 71px;
}
blockquote.box h4 {
  margin-top: 45px;
}
/*==================     Index list    ======================*/
.index-list {
  counter-reset: list;
}
.index-list li {
  position: relative;
  padding-top: 110px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-list [class*='step']:hover *,
.index-list li[class*='step']:hover:after {
  color: #e0b1a9;
}
.index-list [class*='step']:before {
  position: absolute;
  content: '';
  top: 0;
  right: 50%;
  margin-right: -51px;
  width: 103px;
  height: 110px;
}
.index-list li:after {
  position: absolute;
  content: counter(list, decimal-leading-zero);
  counter-increment: list;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #555555;
  bottom: 20%;
  right: 50%;
  margin-right: -15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
}
.step1:before {
  background: url("../images/page-1_sprite.png");
  background-position: 0 0;
}
.step1:hover:before {
  background-position: -107px 0;
}
.step2:before {
  background: url("../images/page-1_sprite.png");
  background-position: -216px 0;
}
.step2:hover:before {
  background-position: -323px 0;
}
.step3:before {
  background: url("../images/page-1_sprite.png");
  background-position: -432px 0;
}
.step3:hover:before {
  background-position: -538px 0;
}
.step4:before {
  background: url("../images/page-1_sprite.png");
  background-position: -648px 0;
}
.step4:hover:before {
  background-position: -755px 0;
}
.index-list li p {
  margin-top: 62px;
}
.sets3 .index-list li[class*='icon']:after {
  color: #ffffff;
  top: 121px;
  margin-right: -19px;
}
.sets3 .index-list li[class*='icon'] {
  padding-top: 101px;
}
.sets3 .index-list li[class*='icon']:before {
  position: absolute;
  top: 28px;
  right: 50%;
  margin-right: -40px;
  font-family: 'FontAwesome';
  font-size: 80px;
}
.sets3 .index-list li.icon1:before {
  content: '\f0e6';
}
.sets3 .index-list li.icon2:before {
  content: '\f017';
}
.sets3 .index-list li.icon3:before {
  content: '\f005';
}
.sets3 .index-list li.icon4:before {
  content: '\f06b';
}
.sets3 .index-list li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sets4 .index-list li {
  padding-top: 0;
  padding-left: 103px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sets4 .index-list li:after {
  color: #555555;
  content: counter(list, decimal-leading-zero) '.';
  margin-right: -19px;
  top: 34px;
  left: 6px;
  font-size: 40px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  text-transform: uppercase;
  width: 47px;
  height: 60px;
  background: url(../images/border.png) repeat-x;
  background-position: 0 55px;
  padding-left: 15px;
}
.sets4 .index-list li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 6px;
  width: 62px;
  height: 2px;
  background: url(../images/border.png) repeat-x;
}
.sets4 .index-list li:nth-child(n+3) {
  margin-top: 59px;
}
/*======================= Marked list ===================*/
.marked-list li {
  position: relative;
  padding-left: 24px;
}
.marked-list li:before {
  content: '\f111';
  position: absolute;
  font-size: 8px;
  font-family: "FontAwesome";
  left: 0;
  top: 1px;
  color: #e0b1a9;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li:hover:before {
  color: #777777;
}
.marked-list li + li {
  margin-top: 9px;
}
.bg-primary .marked-list li:before {
  color: #e6c1ba;
}
.bg-primary .marked-list li a:hover {
  color: #777777;
}
/*==================== Discript list ==================*/
.privacy dl dt {
  color: #555555;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  text-transform: none;
}
.privacy dl dd {
  padding: 0 100px;
}
.privacy dl dt + dd {
  margin-top: 8px;
}
.privacy dl dd + dt {
  margin-top: 58px;
}
@media (max-width: 979px) {
  .privacy dl dd {
    padding: 0 15px;
  }
}
.privacy hr + dl {
  margin-top: 66px;
}
.privacy dl + address {
  margin-top: 30px;
}
.privacy a:hover {
  text-decoration: underline;
  color: inherit;
}
/*========================= Table =====================*/
table {
  width: 100%;
}
table tr,
table tr:nth-child(n+2) {
  background: rgba(255, 255, 255, 0.2);
}
table tr:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.3);
}
table th + th,
table td + td {
  border-left: 1px solid #b2a49a;
}
table td,
table th {
  height: 49px;
  vertical-align: middle;
}
table tr td {
  width: 33%;
}
* + table {
  margin-top: 78px;
}
table + * {
  margin-top: 60px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  padding-top: 29px;
  padding-bottom: 28px;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
  header .nav {
    margin-top: 10px;
  }
}
header .top-border-head {
  height: 100px;
  background: #ffffff url('../images/border_rad_sec.png') center top no-repeat;
  margin-top: 2px;
}
@media (min-width: 1920px) {
  header .top-border-head {
    height: 100px;
    background-size: contain;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
.sets1 h2 {
  color: #ffffff;
}
.sets1 .hr1 + .row {
  margin-top: 73px;
}
.sets1 .row + .hr2 {
  margin-top: 62px;
}
@media (max-width: 1199px) {
  .sets1 .box {
    text-align: center;
  }
  .sets1 .box h4 cite {
    margin-left: 0;
  }
  .sets1 .box_aside {
    display: inline-block;
    float: none;
  }
  .sets1 .box_cnt p {
    text-align: left;
  }
  .sets1 blockquote.box h4 {
    margin-top: 17px;
  }
  .sets1 blockquote.box h4 + p {
    margin-top: 10px;
  }
}
.sets3 * {
  color: #ffffff;
}
.sets4 h4 {
  text-transform: none;
}
.sets4 h4 + p {
  margin-top: 9px;
}
.sets5 .circle-box-no_hover {
  display: inline-block;
}
.sets5 h4 + p {
  margin-top: 9px;
}
.sets5 p {
  padding: 0 14px;
}
@media (max-width: 979px) {
  .sets5 .circle-box-no_hover {
    max-width: 70%;
  }
  .sets5 p {
    padding: 0 5px;
  }
}
.sets7 p + p {
  margin-top: 20px;
}
.sets7 .ins3 {
  padding: 0 100px;
}
@media (max-width: 979px) {
  .sets7 p,
  .sets7 .ins3 {
    padding: 0 5px;
  }
}
.sets8 ul li + li {
  margin-top: 8px;
}
.sets9 h3 {
  position: relative;
  padding-top: 116px;
}
.sets9 h3:before {
  position: absolute;
  content: '';
  width: 105px;
  height: 81px;
  background: url(../images/page-4_sprite1.png);
  background-position: -4px -8px;
  left: 50%;
  margin-left: -52px;
  top: 0;
}
.sets9 .icn2:before {
  background-position: -4px -97px;
}
.sets9 .icn3:before {
  background-position: -4px -191px;
  margin-left: -58px;
}
.sets9 hr + .row {
  margin-top: 54px;
}
.sets9 h3 + p {
  margin-top: 14px;
}
.sets9 p {
  padding: 0 26px;
}
@media (max-width: 767px) {
  .sets9 p {
    padding: 0 5px;
  }
}
.sets10 h4 {
  text-transform: none;
  margin-top: 25px;
}
.sets10 hr + .row {
  margin-top: 75px;
}
.sets10 .dashed {
  padding-bottom: 30px;
}
.sets11 h3 + p {
  margin-top: 15px;
}
.sets11 p {
  padding: 0 30px;
}
@media (max-width: 979px) {
  .sets11 p {
    padding: 0 5px;
  }
}
.sets12 * + .row {
  margin-top: 75px;
}
/*==================   Offs/Ins     ======================*/
.offs1 {
  margin-top: 20px;
}
.ins2 {
  padding-left: 8px;
  padding-right: 8px;
}
.ins3 {
  padding-left: 14px;
  padding-right: 14px;
}
.ins1 {
  padding-left: 215px;
  padding-right: 215px;
}
@media (max-width: 979px) {
  .ins1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ins3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*==================      Well     ======================*/
.well {
  padding-top: 41px;
  padding-bottom: 33px;
}
.well1 {
  padding-top: 65px;
  padding-bottom: 56px;
}
.well2 {
  padding-top: 82px;
  padding-bottom: 81px;
}
.well3 {
  padding-top: 45px;
  padding-bottom: 36px;
}
.well4 {
  padding-top: 65px;
  padding-bottom: 70px;
}
.well5 {
  padding-top: 19px;
  padding-bottom: 64px;
}
.well5__ins3 {
  padding-bottom: 72px;
}
.well5__ins1 {
  padding-bottom: 55px;
}
.well5__ins2 {
  padding-bottom: 60px;
}
.well6 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.well7 {
  padding-top: 65px;
  padding-bottom: 62px;
}
.well8 {
  padding-bottom: 76px;
}
.well__ins1 {
  padding-bottom: 65px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #e0b1a9;
}
.bg-primary * {
  color: #ffffff;
}
.bg-secondary {
  background: #ffffff;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e0b1a9;
  position: relative;
  padding-bottom: 53px;
}
footer * {
  color: #fff;
}
footer h2,
footer form.subscribe-form {
  display: inline-block;
}
footer .btn {
  margin-top: 0;
}
footer p {
  font-size: 14px;
}
footer * + .brand {
  margin-top: 96px;
}
footer * + p {
  margin-top: 15px;
}
footer .top-border + .container {
  margin-top: 20px;
}
footer .top-border {
  height: 90px;
  background: url('../images/border_rad1.png') center top no-repeat;
}
@media (min-width: 1920px) {
  footer .top-border {
    height: 90px;
    background-size: contain;
  }
}
@media (max-width: 1199px) {
  footer h2 {
    display: block;
  }
}
