@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:500);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #1f1920;
  color: #333;
  font: 400 14px/24px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
}
h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
p {
  font-size: 13px;
  line-height: 23px;
  color: #665f67;
}
p 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;
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
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;
}
.line-1 {
  width: 272px;
  height: 1px;
  display: block;
  background-color: #dbd9db;
  margin: 0 auto;
}
.social {
  border-radius: 147px;
  display: block;
}
.social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 5px;
}
.social li a {
  display: block;
  font-size: 18px;
  color: #FFF;
  background: #643dad;
  border-radius: 147px;
  padding: 8px 0px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.social li a:hover {
  background: #1f1920;
  opacity: 1!important;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.social:hover a {
  opacity: 0.3;
}
#preloader {
  display: table;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  z-index: 9999;
}
#preloader #status {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin: auto;
}
#preloader #status img {
  width: 150px;
}
.comment:before {
  content: '"';
  color: inherit;
}
.comment:after {
  content: '"';
  color: inherit;
}
.list-2 {
  line-height: 23px;
  color: #643dad;
  list-style-type: disc;
}
.list-2 li {
  font-size: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.list-2 span {
  color: #665f67;
  font-size: 13px;
}
.caption-wrapper {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.caption,
.caption-full {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.caption span.date,
.caption-full span.date {
  font-size: 13px;
  color: #643dad;
  font-weight: 400;
  display: block;
}
.caption span.date:before,
.caption-full span.date:before {
  color: inherit;
  content: '\f073';
  font: 400 13px/13px 'FontAwesome';
  position: relative;
  margin-right: 5px;
  top: -1px;
}
.caption p,
.caption-full p {
  color: #FFFFFF;
}
.caption h3,
.caption-full h3 {
  color: #FFFFFF;
}
.caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 0% 30px;
  opacity: 1;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .caption {
  filter: alpha(opacity=100);
}
.caption span.date {
  margin-top: -2%;
  margin-bottom: 2%;
}
.caption-full {
  padding: 0% 50px;
  top: 0%;
  left: auto;
  opacity: 0;
  z-index: 0;
  background: rgba(100, 61, 173, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .caption-full {
  filter: alpha(opacity=0);
}
.caption-full span.date {
  color: #FFF;
  padding-bottom: 10px;
}
.caption-full p {
  margin-bottom: 26px;
  display: block;
}
.caption-full h3 {
  padding-bottom: 13px;
}
/*=======================================================
                        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: 32px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #643dad;
}
.sf-menu > li.active > a {
  color: #643dad;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 10px;
  background: #643dad;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #ffffff;
  background: #643dad;
  line-height: 29px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu ul > li + li {
  border-top: 1px solid #7451b5;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #643dad;
  background: #ffffff;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 105%;
  width: 188px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
  background: #643dad;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #643dad;
  background: #ffffff;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -6px;
  content: '\f107';
  font: 400 12px/12px 'FontAwesome';
}
ul li .sf-with-ul {
  position: relative;
}
ul li .sf-with-ul:before {
  position: absolute;
  right: 10px;
  top: 13px;
  content: '\f105';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  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 'Ubuntu', 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 {
  z-index: 1000;
  opacity: 0.95;
}
.isStuck {
  background: #1f1920;
  border-bottom: 3px solid #643dad;
}
.isStuck .sf-menu ul {
  margin-top: 20px;
}
.isStuck .sf-menu ul ul {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #643dad;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}
.toTop:hover {
  color: #643dad;
  background: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.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 .thumb_overlay:hover .caption {
  z-index: 0;
  opacity: 0;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .thumb .thumb_overlay:hover .caption {
  filter: alpha(opacity=0);
}
.thumb .thumb_overlay:hover .caption-full {
  z-index: 1;
  opacity: 1;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .thumb .thumb_overlay:hover .caption-full {
  filter: alpha(opacity=100);
}
.border-over {
  display: block;
  max-width: 289px;
  margin: 0 auto;
  border-radius: 147px;
  overflow: hidden;
  position: relative;
}
.thumb-1 {
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border-radius: 147px;
  -webkit-border-radius: 147px;
}
.thumb-1 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;
  border-radius: 147px;
}
.thumb-1 .thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 147px;
  -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-1 .thumb_overlay:before {
  content: '\f065';
  position: absolute;
  border-radius: 147px;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb-1 .thumb_overlay:before {
  display: none;
}
.thumb-1:hover .thumb_overlay {
  opacity: 1;
  background: rgba(100, 61, 173, 0.7);
}
.lt-ie9 .thumb-1:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3643dad', endColorstr='#b3643dad');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3643dad', endColorstr='#b3643dad');
  zoom: 1;
}
.lt-ie9 .thumb-1:hover .thumb_overlay:before {
  display: block;
}
/*========================================================
                     HEADER  Section
=========================================================*/
#page_1 .header-top {
  position: absolute;
  background: none;
}
.header {
  position: relative;
}
.header .header-top {
  background: url(../images/header-bg.jpg);
  padding-top: 30px;
  padding-bottom: 27px;
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.header .header-top .brand {
  float: left;
  margin-top: 5px;
}
.header .header-top .brand .brand_name {
  color: #643dad;
  letter-spacing: -0.5px;
}
.header .header-top .brand .brand_slogan {
  position: relative;
  top: -8px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300px;
}
.header .header-top .nav {
  float: right;
  margin-top: 25px;
}
.header .header-bottom {
  width: auto;
  height: 700px;
  position: relative;
}
.header .header-bottom .extra-block {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 19%;
  width: 340px;
  height: 340px;
  margin: auto;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
  padding: 12px 0px;
  background: rgba(100, 61, 173, 0.8);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .header-bottom .extra-block h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}
.header .header-bottom .extra-block h2 + h3 {
  margin-top: 24px;
}
.header .header-bottom .extra-block h3 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #ffffff;
}
.content .block-1 {
  padding-bottom: 69px;
  color: #FFF;
  background: #643dad;
  position: relative;
  z-index: 999;
  text-align: center;
}
.content .block-1 figure {
  margin-top: -150px;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.content .block-1 figure img {
  border-radius: 147px;
}
.content .block-1 h2 {
  font-weight: 500;
  margin-bottom: 16px;
}
.content .block-1 p {
  color: #FFF;
  margin-bottom: 31px;
}
.content .block-2 {
  clear: both;
  text-align: center;
  padding: 57px 0px 51px;
}
.content .block-2 h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.content .block-2 h2 + .box-2 {
  margin-top: 43px!important;
}
.content .block-2 .box-1 {
  margin: 35px 0px 0px;
}
.content .block-2 .box-1.indent-1 {
  margin-bottom: 4px;
}
.content .block-2 .box-1.indent-1 h3 {
  margin-top: 16px;
}
.content .block-2 .box-2 {
  margin: 19px 0px 18px;
}
.content .block-2 .box-2.indent-1 {
  margin: 34px 0px 5px;
}
.content .block-2 .box-2.indent-1 figure {
  margin-bottom: 25px;
}
.content .block-2 .box-2.indent-2 {
  margin-bottom: 0px!important;
}
.content .block-2.indent-1 {
  padding-top: 53px;
}
.content .block-2.indent-2 {
  padding: 56px 0px 54px;
}
.content .block-2.indent-2 h2 {
  margin-bottom: 7px;
}
.content .block-3 {
  text-align: center;
  padding: 45px 0px 59px;
}
.content .block-3 .owl-carousel {
  margin: 42px 0px 50px;
}
.content .block-3 .item:hover .caption {
  z-index: 0;
  opacity: 0;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .content .block-3 .item:hover .caption {
  filter: alpha(opacity=0);
}
.content .block-3 .item:hover .caption-full {
  z-index: 1;
  opacity: 1;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .content .block-3 .item:hover .caption-full {
  filter: alpha(opacity=100);
}
.content .block-4 {
  padding-top: 56px;
  padding-bottom: 61px;
  text-align: center;
}
.content .block-4 h2 {
  font-weight: 500;
}
.content .block-4 h3 {
  color: #643dad;
}
.content .block-4 h2 + h3,
.content .block-4 p + h3 {
  margin-top: 35px;
}
.content .block-4 h3 + .button-4 {
  margin-top: 45px;
}
.content .block-4 h3 + p {
  margin-top: 8px;
}
.content .block-4 p + p {
  margin-top: 13px;
}
.content .block-4 p + .button-4 {
  margin-top: 45px;
}
.content .block-4 p + .list-2 {
  margin-top: 33px;
}
.content .block-4.indent-1 {
  padding-bottom: 56px;
}
.content .block-4 .link-2 {
  margin-top: 37px;
  display: inline-block;
}
.content .block-5 {
  padding: 57px 0px 43px;
  text-align: center;
}
.content .block-5 h2 {
  display: block;
  margin-bottom: 43px;
}
.content .block-5 .gal-box-1 {
  clear: both;
}
.content .block-5 .gal-box-1 .thumb {
  width: 25%;
}
.content .block-5 .gal-box-2 {
  clear: both;
}
.content .block-5 .gal-box-2 .thumb {
  width: 33.33333333%;
}
.content .block-5.indent {
  padding-bottom: 0!important;
}
.content .box-1:before {
  content: attr(data-number);
  display: inline-block;
  width: 86px;
  height: 86px;
  padding: 30px 0px;
  text-align: center;
  font-size: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 147px;
  background: #643dad;
  color: #FFF;
}
.content .box-1 h3 {
  color: #643dad;
  margin-top: 19px;
}
.content .box-1 p {
  display: block;
}
.content .box-1 h3 + p {
  margin-top: 8px;
}
.content .box-2 {
  text-align: center;
}
.content .box-2 h3 {
  color: #643dad;
}
.content .box-2 h3 + p {
  display: inline-block;
  margin-top: 7px;
}
.content .box-2 h4 {
  color: #643dad;
  margin-bottom: 5px;
  font-weight: 500;
}
.content .box-2 p {
  margin-bottom: 5px;
}
.content .box-2 figure {
  margin-bottom: 18px;
}
.content .box-2 figure + h3 {
  margin-top: 22px;
}
.content .box-2 .border-over + h3 {
  margin-top: 22px;
}
.content .box-2 img {
  display: inline-block;
  border-radius: 147px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
#footer {
  padding-bottom: 60px;
  margin-top: 58px;
}
#footer .line-1 {
  background: #353036;
}
#footer .footer-top {
  margin-bottom: 69px;
}
#footer .footer-top h4 {
  color: #FFF;
  margin-left: 5px;
}
#footer .footer-top .list-1 {
  margin-top: 20px;
  line-height: 23px;
  font-size: 12px;
}
#footer .footer-top .fb-like-box {
  margin-top: 5px;
}
#footer .footer-top .fb-like-box,
#footer .footer-top .fb-like-box span,
#footer .footer-top .fb-like-box iframe {
  max-width: 332px;
  width: 100% !important;
  background: #FFF;
  float: right;
}
#footer .social {
  margin: 0 auto;
}
#footer .social:hover a {
  opacity: 1;
}
#footer .social li {
  margin-left: 8px;
  margin-right: 12px;
}
#footer .social li a {
  background: none;
  font-size: 18px;
  width: auto;
  height: auto;
  padding: 0px;
}
#footer .social li a :hover {
  color: #643dad;
}
#footer .footer-bottom {
  color: #353036;
  text-align: center;
}
#footer .privacy-block {
  margin-top: 32px;
  font-size: 12px;
  color: #4c474d;
}
#footer .privacy-block + .social {
  margin-top: 23px;
}
/*==================      Well     ======================*/
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #643dad;
}
.bg01 h2,
.bg01 h3,
.bg01 h4,
.bg01 p {
  color: #ffffff !important;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.button-1 {
  background: #1f1920;
  font-size: 18px;
  padding: 13px 34px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}
.button-1:hover {
  background: #FFF;
  color: #643dad;
}
.button-2 {
  background: #643dad;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 17px;
  border-radius: 3px;
  font-weight: 500;
}
.button-2:hover {
  color: #643dad;
  background: #FFF;
}
.button-3 {
  background: #643dad;
  font-size: 18px;
  padding: 10px 32px 16px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  font-weight: 500;
}
.button-3:hover {
  background: #1f1920;
}
.button-4 {
  background: #643dad;
  font-size: 18px;
  padding: 10px 37px 16px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  font-weight: 500;
}
.button-4:hover {
  background: #1f1920;
}
/*==================    Links    ======================*/
.link-1 {
  color: #FFF;
  text-decoration: none;
}
.link-1:hover h3 {
  text-decoration: underline;
}
.link-2 {
  color: #643dad;
  text-decoration: none;
}
.link-2:hover {
  text-decoration: underline;
}
.link-3 {
  color: #4c474d;
}
.link-3:hover {
  text-decoration: underline;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .caption-full span.date {
    padding-bottom: 2px;
  }
  .caption-full p {
    margin-bottom: 8px;
    display: block;
    line-height: 14px;
  }
  .caption-full h3 {
    padding-bottom: 3px;
    line-height: 20px!important;
  }
  .fb-like-box,
  .fb-like-box span,
  .fb-like-box iframe {
    max-width: 252px;
    width: 100% !important;
    background: #FFF;
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  .caption-full h3 {
    line-height: 20px!important;
    padding-bottom: 0px!important;
    padding-top: 3px;
  }
  .caption-full p {
    line-height: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .block-5 .gal-box-2 .thumb {
    width: 100%!important;
  }
  .block-5 .gal-box-1 .thumb {
    width: 50%!important;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand {
    display: inline-block;
    float: none!important;
  }
  .header .extra-block {
	
    top: 0px!important;
    bottom: 0px;
    width: 300px!important;
    height: 300px!important;
    padding: 10px 0px!important;
  }

  .fb-like-box,
  .fb-like-box span,
  .fb-like-box iframe {
    float: none!important;
  }
  .block-5 .gal-box-1 .thumb {
    width: 100%!important;
  }
  .content .block-1 figure,
  .content .block-1 .button-1 {
    margin-top: 70px;
  }
  .content .block-2 .box-1,
  .content .block-2 .box-2,
  .content .block-2 .box-2.indent-2 {
    margin: 50px 0px 70px!important;
  }
  .footer {
    text-align: center;
  }
  br {
    display: none;
  }
}
