@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Krona+One);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #939a9c;
  font: 300 14px/24px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #273236;
}

h2 {
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
h2 span {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: -3px;
}

h3 {
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
h3.mod1 {
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  color: #be625f;
}

h4 {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]: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;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #767872;
}

.link1 {
  color: #be625f;
}
.link1:hover {
  color: #939a9c;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

.brand + nav {
  margin-top: 96px;
}

nav + hr {
  margin-top: 16px;
}

hr + h2 {
  margin-top: 93px;
}

h2 + .row {
  margin-top: 42px;
}

h2 + .row.mod1 {
  margin-top: 52px;
}

h2 + .row.team-list {
  margin-top: 9px;
}

h2 + .btn2 {
  margin-top: 57px;
}

h2 + .marked-list2 {
  margin-top: 31px;
}

h2 + .row.index-list {
  margin-top: 20px;
}

h2 + p {
  margin-top: 27px;
}

.row + hr {
  margin-top: 114px;
}

p + .btn3 {
  margin-top: 26px;
}

p + .marked-list2 {
  margin-top: 22px;
}

p + .btn3.mar1 {
  margin-top: 40px;
}

p + p {
  margin-top: 24px;
}

.article_section-main + .container {
  margin-top: 67px;
}

.num + h4 {
  margin-top: 20px;
}

h4 + p {
  margin-top: 12px;
}

img + h3.mod1 {
  margin-top: 40px;
}

h2 + p.martop1 {
  margin-top: 52px;
}

.marBot1 {
  margin-bottom: -44px;
}
@media (max-width: 992px) {
  .marBot1 {
    margin-bottom: -50px;
  }
}

.marBot2 {
  margin-bottom: 172px;
}
@media (max-width: 991px) {
  .marBot2 {
    margin-bottom: 100px;
  }
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 30px;
  line-height: 115px;
  font-family: "Krona One", sans-serif;
  color: #273236;
  text-transform: uppercase;
}
.brand_name .logo {
  margin: 0 10px;
  display: inline-block;
  width: 58px;
  height: 128px;
  background: url(../images/logo.png) 0 0 no-repeat;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 14px;
}
.inline-list a {
  display: inline-block;
  width: 93px;
  height: 93px;
  line-height: 93px;
  border: 1px solid #939a9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  color: #273236;
}
@media (max-width: 991px) {
  .inline-list a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }
}
.inline-list a:hover {
  color: #fff;
  background-color: #be625f;
}

/*==================    Quote     ======================*/
blockquote {
  margin-top: 11px;
}
blockquote q {
  display: block;
  position: relative;
  background: #fcfcfc;
  padding: 41px 40px 46px;
  font-style: italic;
}
blockquote q:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 100%;
  margin-top: 6px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13.5px 0 13.5px;
  border-color: #fcfcfc transparent transparent transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
blockquote .wrapper {
  margin-top: 34px;
}
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 30px;
  margin-right: 20px;
}
blockquote cite {
  margin-top: 21px;
  display: block;
  font-size: 14px;
  color: #273236;
}
blockquote cite span {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -1px;
}
blockquote cite a:hover {
  color: #be625f;
}
blockquote p + cite {
  margin-top: 8px;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-top: 65px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .marked-list {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 11199px) {
  .marked-list.mod1 {
    margin-right: 0;
    text-align: right;
  }
  .marked-list.mod1 li {
    padding-left: 0;
    padding-right: 64px;
  }
  .marked-list.mod1 li:before {
    left: auto;
    right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 64px;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: -9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #273236;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 54px;
}
@media (max-width: 1199px) {
  .marked-list li + li {
    margin-top: 30px;
  }
}
.marked-list li h4 + p {
  margin-top: 12px;
  color: #273236;
}
.marked-list a:hover {
  color: #be625f;
}

/*==================  Marked List2  ======================*/
.marked-list2 {
  margin-bottom: 30px;
  color: #273236;
}
.marked-list2 li {
  position: relative;
  padding-left: 19px;
}
.marked-list2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #273236;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list2 li + li {
  margin-top: 16px;
}
.marked-list2 a:hover {
  color: #be625f;
}

/*==================  team-list  ======================*/
.team-list {
  margin-top: 20px;
}
.team-list > div {
  margin-top: 48px;
}
.team-list img {
  width: 100%;
}
.team-list .team_section {
  padding: 30px 10px 32px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #273236;
}
.team-list .team_section h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.team-list .team_section .inline-list li + li {
  margin-left: 6px;
}
.team-list .team_section .inline-list a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .team-list .team_section .inline-list a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}
.team-list .team_section h4 + p {
  margin-top: 6px;
}
.team-list .team_section p + .inline-list {
  margin-top: 21px;
}

/*=============      Pricing Table      =================*/
.pricing-table > li > div {
  margin-top: 8px;
  padding: 28px 0px 36px;
  text-align: center;
  color: #273236;
  background: #fcfcfc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing-table > li > div h4 {
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
  color: #273236;
  text-transform: uppercase;
  font-weight: 400;
}
.pricing-table .price {
  display: inline-block;
  position: relative;
  font-size: 24px;
  width: 131px;
  height: 131px;
  line-height: 122px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #be625f;
  text-align: center;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
.pricing-table .price:after {
  content: "/month";
  font-size: 10px;
  line-height: 14px;
  position: relative;
  text-align: center;
  display: block;
  margin-top: -40px;
}
.pricing-table ul li {
  padding: 12px 0;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table ul li:nth-child(2n-1) {
  background: #edeeee;
}
.pricing-table .btn {
  padding: 19px 35px;
}
.pricing-table * + .price {
  margin-top: 29px;
}
.pricing-table * + ul {
  margin-top: 34px;
}
.pricing-table * + .btn {
  margin-top: 32px;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 1199px) {
  .pricing-table > li,
  .pricing-table > li.active {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .pricing-table > li.active {
    margin-top: 30px;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  margin-top: 50px;
  position: relative;
  padding-left: 81px;
}
.index-list li:before {
  content: counter(li,decimal);
  counter-increment: li;
  position: absolute;
  top: -10px;
  left: 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #273236;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
  clear: left;
}

/*==================  List1  ======================*/
.list1 {
  margin-top: 12px;
}
.list1 li {
  position: relative;
  padding: 0 20px;
  /*margin-top: 30px;*/
  padding-bottom: 47px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .list1 li {
    padding: 0;
  }
}
.list1 li h3 {
  margin-top: 34px;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
}
.list1 li h3 + p {
  margin-top: 17px;
}
.list1 li:before {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 93px;
  color: #273236;
  font-size: 24px;
  text-align: center;
  line-height: 93px;
  border: 1px solid #939a9c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .list1 li:before {
    top: 0;
    font-size: 28px;
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
}

/*==================   Contact List   ======================*/
.contact-list address {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
  color: #be625f;
}
.contact-list li dl {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #939a9c;
  padding: 39px 5px 40px;
  overflow: hidden;
  color: #273236;
}
.contact-list li dt {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.contact-list li dd {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .contact-list li dd {
    font-size: 14px;
  }
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 58px;
  padding-bottom: 0;
}
.privacy dt {
  font-size: 18px;
  line-height: 28px;
  color: #273236;
  text-transform: uppercase;
  font-weight: 400;
}
.privacy dt + dd {
  margin-top: 10px;
}
.privacy dd + dt {
  margin-top: 40px;
}
.privacy a {
  font-size: 16px;
  font-weight: 400;
  color: #be625f;
}
.privacy a:hover {
  color: #273236;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #be625f;
}

.bg1 {
  background: #eeeeed;
}

.color1 {
  color: #be625f;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 19px 50px;
  text-transform: uppercase;
  color: #273236;
  border: 1px solid #273236;
  display: inline-block;
}
.btn:hover {
  color: #fff;
  background: #be625f;
}
.btn:active {
  color: #fff;
  background: #a64744;
}

.btn2 {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background: #be625f;
  padding: 20px 62px;
  padding-right: 60px;
  text-indent: -21px;
  position: relative;
  text-transform: uppercase;
}
.btn2:before {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f061';
  font-size: 14px;
  line-height: 46px;
  top: 9px;
  right: 34px;
  color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn2:hover {
  color: #be625f;
  background: #150909;
}
.btn2:active {
  color: #be625f;
  background: #150909;
}

.btn3 {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #273236;
  text-transform: uppercase;
}
.btn3:hover {
  color: #be625f;
}
.btn3:active {
  color: #be625f;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  color: #273236;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 23px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  text-transform: uppercase;
  padding: 2px 13px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.sf-menu > li > a:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 8px;
  left: 0;
  bottom: -14px;
  background: #be625f;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #be625f;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  width: 100%;
}
.sf-menu > li.active > a {
  color: #be625f;
}
.sf-menu > li.active > a:before {
  width: 100%;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 29px;
  padding: 10px 0 10px;
  background: #be625f;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  text-align: left;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #5e2826;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -29px;
  left: 100%;
  width: auto;
  min-width: 180px;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #5e2826;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 25px;
  }
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
  .sf-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #be625f;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
}
.isStuck .brand, .isStuck hr, .isStuck h2, .isStuck .btn2 {
  display: none;
}
.isStuck .brand + nav {
  margin-top: 6px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #273236;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #be625f;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*=================       Tabs     ======================*/
.tab1 .resp-tabs {
  margin-top: 17px;
}
.tab1 .resp-tabs-list {
  overflow: hidden;
  position: relative;
}
.tab1 .resp-tabs-list li {
  cursor: pointer;
  padding: 16px 48px 14px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #93989a;
  float: left;
  margin-right: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 9px;
}
@media (max-width: 1199px) {
  .tab1 .resp-tabs-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab1 .resp-tabs-list li:hover, .tab1 .resp-tabs-list li.resp-tab-active {
  padding-top: 24px;
  margin-top: 1px;
  background-color: #be625f;
}
.tab1 .resp-accordion {
  display: none;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #93989a;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.tab1 .resp-accordion:hover, .tab1 .resp-accordion.resp-tab-active {
  background-color: #be625f;
}
.tab1 .resp-tab-content {
  display: none;
  background-color: #fff;
  border: 1px solid #93989a;
  padding: 44px 30px 33px 46px;
}
.tab1 .resp-tab-content p + .btn {
  margin-top: 30px;
}
.tab1 .resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .tab1 .resp-accordion {
    display: block;
  }
  .tab1 .resp-tabs-list {
    display: none;
  }
}

.tab2 .resp-tabs {
  margin-top: 66px;
  text-align: center;
}
.tab2 .resp-tabs-list {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
}
.tab2 .resp-tabs-list li {
  cursor: pointer;
  padding: 16px 48px 17px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #93989a;
  float: left;
  margin-right: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 21px;
  margin-top: 1px;
}
@media (max-width: 1199px) {
  .tab2 .resp-tabs-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab2 .resp-tabs-list li:hover, .tab2 .resp-tabs-list li.resp-tab-active {
  background-color: #be625f;
}
.tab2 .resp-accordion {
  display: none;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #93989a;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.tab2 .resp-accordion:hover, .tab2 .resp-accordion.resp-tab-active {
  background-color: #be625f;
}
.tab2 .resp-tab-content {
  margin-top: 73px;
  display: none;
  background-color: #fff;
  text-align: left;
}
.tab2 .resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .tab2 .resp-accordion {
    display: block;
  }
  .tab2 .resp-tabs-list {
    display: none;
  }
}

/*==================  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;
}

/*==================      Skew     ======================*/
.skew {
  position: relative;
}
.skew_sub-1, .skew_sub-2 {
  overflow: hidden;
}
.skew_sub-1, .skew_sub-2, .skew_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: 0 50%;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}
.skew_cnt {
  position: relative;
  z-index: 2;
}
.skew__deg-6 {
  /*parameter $val: true/false - to set rhombus or triangle*/
  margin-top: -4.87805%;
  margin-bottom: -4.87805%;
  padding-top: 4.87805%;
  padding-bottom: 4.87805%;
  color: #273236;
}
.skew__deg-6_before-inset {
  padding-bottom: 4.87805%;
}
.skew__deg-6_after-inset {
  padding-top: 4.87805%;
}
.skew__deg-6 .skew_sub-1 {
  transform: skewY(-5.5722deg);
  margin-top: 4.87805%;
  margin-bottom: -4.87805%;
}
.skew__deg-6 .skew_sub-2 {
  transform: skewY(11.1444deg);
  margin-top: -9.7561%;
  margin-bottom: 9.7561%;
}
.skew__deg-6 .skew_bg {
  transform: skewY(-5.5722deg);
  margin-top: 4.87805%;
  margin-bottom: -4.87805%;
}
.skew__deg-6 .lt-ie9 [class*="_before-inset"] {
  padding-bottom: 0;
}
.skew__deg-6 .lt-ie9 [class*="_after-inset"] {
  padding-top: 0;
}
.skew__deg-6 .skew_bg:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 275px;
  left: 0;
  bottom: -3px;
  background: #eeeeed;
}
@media (max-width: 1199px) {
  .skew__deg-6 .skew_bg:after {
    height: 155px;
  }
}
@media (max-width: 992px) {
  .skew__deg-6 .skew_bg:after {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .skew__deg-6 .skew_bg:after {
    height: 125px;
  }
}
@media (max-width: 570px) {
  .skew__deg-6 .skew_bg:after {
    height: 128px;
  }
}
@media (max-width: 440px) {
  .skew__deg-6 .skew_bg:after {
    height: 108px;
  }
}
@media (max-width: 320px) {
  .skew__deg-6 .skew_bg:after {
    /*display: none;*/
  }
}
@media (max-width: 1199px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 175px;
  }
}
@media (max-width: 992px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 150px;
  }
}
@media (max-width: 540px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 125px;
  }
}
@media (max-width: 398px) {
  .skew__deg-6 .skew_bg.mod1:after {
    height: 130px;
  }
}
@media (max-width: 320px) {
  .skew__deg-6 .skew_bg.mod1:after {
    /*display: none;*/
  }
}
.skew__deg-7 {
  /*parameter $val: true/false - to set rhombus or triangle*/
  margin-top: -4.87805%;
  margin-bottom: -4.87805%;
  padding-top: 4.87805%;
  padding-bottom: 4.87805%;
}
.skew__deg-7_before-inset {
  padding-bottom: 4.87805%;
}
.skew__deg-7_after-inset {
  padding-top: 4.87805%;
}
.skew__deg-7 .skew_sub-1 {
  transform: skewY(-5.5722deg);
  margin-top: 9.7561%;
  margin-bottom: -9.7561%;
}
.skew__deg-7 .skew_sub-2 {
  transform: skewY(11.1444deg);
  margin-top: -9.7561%;
  margin-bottom: 9.7561%;
}
.skew__deg-7 .skew_bg {
  transform: skewY(-5.5722deg);
  margin-top: 4.87805%;
  margin-bottom: 4.87805%;
}
.skew__deg-7 .lt-ie9 [class*="_before-inset"] {
  padding-bottom: 0;
}
.skew__deg-7 .lt-ie9 [class*="_after-inset"] {
  padding-top: 0;
}

/*--- start Development (to delete) ======================================================== */
.preview-container {
  display: none;
  opacity: 0.6;
  z-index: 99999999999;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.preview-container.display {
  display: block;
}

.preview-container_bg {
  position: absolute;
  top: 0;
  height: 8000px;
  width: 2050px;
  left: 50%;
  margin-left: -1045px;
  -webkit-filter: opacity(1);
  filter: hue-rotate(120deg);
  filter: invert(1);
  filter: opacity(1);
}

.pr-bg-1 {
  margin: 0 0 0 0;
  height: 8000px;
}

.pr-bg-1 .preview-container_bg {
  background: url(../2.jpg) 50% 0 no-repeat;
}

.develop {
  position: relative;
  min-height: 702px;
  box-sizing: border-box;
}

/* Development (to delete)
========================================================*/
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding: 29px 0 139px;
  background: #fff;
  background: url(../images/header_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  header {
    padding-bottom: 2px;
  }
}
header.main_page {
  padding: 29px 0 170px;
}
@media (max-width: 991px) {
  header.main_page {
    padding-bottom: 70px;
  }
}
header hr + h2 {
  margin-top: 170px;
}
@media (max-width: 991px) {
  header hr + h2 {
    margin-top: 50px;
  }
}
header h2 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 479px) {
  header h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
header h2 span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 8px;
}
@media (max-width: 479px) {
  header h2 span {
    font-size: 18px;
  }
}
header h2 span + span {
  padding-top: 13px;
  padding-bottom: 0;
  font-family: "Krona One", sans-serif;
  font-size: 40px;
  color: #be625f;
}
@media (max-width: 479px) {
  header h2 span + span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  header hr {
    display: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #fff 17%);
  background-image: linear-gradient(to bottom, #efefef 0%, #fff 17%);
  background-repeat: repeat-x;
}

/*==================      article_section in tabs     ======================*/
.tab2 .article_section-main .article_section {
  width: 100%;
  float: none;
  overflow: hidden;
  background: #273236;
  margin-bottom: 19px;
}
.tab2 .article_section-main .article_section a:hover {
  color: #be625f;
}
.tab2 .article_section-main .article_section .btn3 {
  color: #fff;
}
.tab2 .article_section-main .article_section .btn3:hover {
  color: #be625f;
}
.tab2 .article_section-main .article_section img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .tab2 .article_section-main .article_section img {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .tab2 .article_section-main .article_section img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
}
.tab2 .article_section-main .article_section article {
  overflow: hidden;
  position: relative;
  margin-top: 47px;
  padding-top: 20px;
  padding-left: 91px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.tab2 .article_section-main .article_section article:before {
  content: '\f0b1';
  position: absolute;
  left: 25px;
  top: 9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "FontAwesome";
}
@media (max-width: 1199px) {
  .tab2 .article_section-main .article_section article {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .tab2 .article_section-main .article_section article {
    padding-left: 55px;
  }
  .tab2 .article_section-main .article_section article:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .tab2 .article_section-main .article_section article {
    padding: 20px;
  }
  .tab2 .article_section-main .article_section article:before {
    display: none;
  }
}
.tab2 .article_section-main .article_section article time {
  color: #be625f;
}
.tab2 .article_section-main .article_section article h4 {
  color: #fff;
}
@media (max-width: 479px) {
  .tab2 .article_section-main .article_section article h4 {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
  }
}
.tab2 .article_section-main .article_section article h4 + time {
  margin-top: 5px;
}
.tab2 .article_section-main .article_section article p + .btn3 {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .tab2 .article_section-main .article_section article p + .btn3 {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .tab2 .article_section-main .article_section article {
    margin-top: 0;
  }
  .tab2 .article_section-main .article_section article:before {
    display: none;
  }
}

/*==================      article_section     ======================*/
.article_section-main.main_page {
  overflow: hidden;
  margin-top: 61px;
}
.article_section-main.main_page a:hover {
  color: #eacdcc;
}
@media (max-width: 479px) {
  .article_section-main.main_page {
    padding: 3px;
    background: #fff;
  }
}
.article_section-main.main_page .article_section {
  width: 50%;
  float: left;
  overflow: hidden;
  background: #be625f;
}
.article_section-main.main_page .article_section:nth-child(2), .article_section-main.main_page .article_section:nth-child(3) {
  background: #273236;
}
.article_section-main.main_page .article_section:nth-child(2) time, .article_section-main.main_page .article_section:nth-child(3) time {
  color: #939a9c;
}
@media (min-width: 980px) and (max-width: 11199px) {
  .article_section-main.main_page .article_section:nth-child(1), .article_section-main.main_page .article_section:nth-child(3) {
    text-align: right;
  }
  .article_section-main.main_page .article_section:nth-child(1) img, .article_section-main.main_page .article_section:nth-child(3) img {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
  }
  .article_section-main.main_page .article_section:nth-child(1) article, .article_section-main.main_page .article_section:nth-child(3) article {
    padding-left: 0;
    padding-right: 91px;
  }
  .article_section-main.main_page .article_section:nth-child(1) article:before, .article_section-main.main_page .article_section:nth-child(3) article:before {
    left: auto;
    right: 25px;
  }
}
.article_section-main.main_page .article_section img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 479px) {
  .article_section-main.main_page .article_section img {
    max-width: 150px;
  }
}
.article_section-main.main_page .article_section article {
  overflow: hidden;
  position: relative;
  margin-top: 47px;
  padding-top: 20px;
  padding-left: 91px;
}
.article_section-main.main_page .article_section article:before {
  content: '\f040';
  position: absolute;
  left: 25px;
  top: 9px;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "FontAwesome";
}
@media (max-width: 991px) {
  .article_section-main.main_page .article_section article {
    padding-left: 55px;
  }
  .article_section-main.main_page .article_section article:before {
    left: 0;
  }
}
@media (max-width: 600px) {
  .article_section-main.main_page .article_section article {
    padding-left: 0px;
  }
  .article_section-main.main_page .article_section article:before {
    display: none;
  }
}
.article_section-main.main_page .article_section article time {
  color: #fff;
}
.article_section-main.main_page .article_section article h4 {
  color: #fff;
}
@media (max-width: 479px) {
  .article_section-main.main_page .article_section article h4 {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
  }
}
.article_section-main.main_page .article_section article time + h4 {
  margin-top: 17px;
}
@media (max-width: 479px) {
  .article_section-main.main_page .article_section article time + h4 {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .article_section-main.main_page .article_section {
    width: 100%;
    float: none;
    margin-bottom: 1px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .article_section-main.main_page .article_section article {
    padding-left: 0px;
    margin-top: 0;
  }
  .article_section-main.main_page .article_section article:before {
    display: none;
  }
}

p.p_cite {
  position: relative;
  font-style: italic;
  color: #be625f;
}
p.p_cite:before {
  position: relative;
  display: inline-block;
  content: '\201c';
  font-size: 30px;
  line-height: 15px;
  top: 3px;
  left: -4px;
  margin-right: 8px;
  color: #be625f;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.num {
  width: 132px;
  height: 132px;
  line-height: 132px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #273236;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.video1 {
  width: 100%;
  height: 473px;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 35px;
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 132px;
  padding-bottom: 186px;
}

.well2 {
  padding-top: 14px;
  padding-bottom: 11px;
}

.well3 {
  padding-top: 217px;
  padding-bottom: 119px;
}

.well4 {
  padding-top: 127px;
  padding-bottom: 96px;
}

.well5 {
  padding-top: 127px;
  padding-bottom: 244px;
}

.well6 {
  padding-top: 28px;
  padding-bottom: 11px;
}

.well7 {
  padding-top: 222px;
  padding-bottom: 191px;
}

.well8 {
  padding-top: 80px;
  padding-bottom: 85px;
}
.well8 h2 {
  color: #fff;
}
.well8 .btn2 {
  float: right;
  background: #273236;
  margin-top: 26px;
}

.well9 {
  padding-top: 127px;
  padding-bottom: 146px;
}

.well10 {
  padding-top: 127px;
  padding-bottom: 123px;
}

.well11 {
  padding-top: 105px;
  padding-bottom: 97px;
}

.well12 {
  padding-top: 127px;
  padding-bottom: 121px;
}

.well13 {
  padding-top: 127px;
  padding-bottom: 144px;
}

.well14 {
  padding-top: 0;
  padding-bottom: 94px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  font-weight: 400;
  font-size: 16px;
  padding: 151px 0 100px;
  text-align: center;
  background: #fff;
}
footer .brand + .inline-list {
  margin-top: 83px;
}
footer .inline-list + p {
  margin-top: 39px;
}
footer a:hover {
  color: #be625f;
  text-decoration: none;
}
