@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== TITLES ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== LIST ========== */
/* ======== END LIST ========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */
/* ========================================================
 * 2. GENERAL
 * ======================================================== */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
html,
body {
  height: 100%;
}
body {
  background: url(../img/bg.jpg) repeat 0 0;
  font: 400 14px/28px 'Asap', sans-serif;
  color: #646464;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
/* Images
 	* ------------------------------------------------------- */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
.img_fleft {
  float: left;
  margin-right: 20px;
}
.img_fright {
  float: right;
  margin-left: 20px;
}
.full_width {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.full_width.second {
  margin-bottom: 30px;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.btn1 {
  background: #ee4455;
  color: #ffffff;
  display: inline-block;
  font: normal 13/18px Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn1 .btn:hover {
  background: #323232;
  color: #ffffff;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 55px;
}
p.second {
  margin-bottom: 10px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #646464;
  margin-bottom: 0;
}
h2 {
  font: 400 190px/170px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #f39149;
  margin-bottom: 0;
}
h3 {
  font: 400 48px/48px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #646464;
  margin-top: 0;
  margin-bottom: 25px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #646464;
  margin-bottom: 20px;
}
h4.second {
  font: 400 60px/72px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 17px;
  margin-bottom: 40px;
  text-align: center;
}
h5 {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  color: #646464;
  margin-bottom: 20px;
}
h5.second {
  font: 400 16px/28px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 17px;
  margin-bottom: 10px;
}
h6 {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #646464;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f39149;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.list li {
  font: normal 14px/28px 'Asap', sans-serif;
  color: #ffffff;
  background: url(../img/list_marker.png) 0 8px no-repeat;
  margin-top: 0;
  padding-left: 21px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list li a:hover {
  color: #f39149;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
#header {
  overflow: hidden;
}
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 70px;
  margin-bottom: 90px;
  text-align: center;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../img/menu_bg.jpg) repeat-x;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: none;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
  margin-top: 0;
  margin-right: 0;
}
.tm_navbar {
  position: relative;
  padding: 21px 0 17px 0;
  margin: 0;
  background: none;
  border: none;
  min-height: 20px;
}
.tm_navbar .nav {
  float: none;
  position: relative;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  text-align: center;
  font: 400 12px/14px 'Asap', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin-left: 28px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:before {
  display: block;
  position: absolute;
  content: '/';
  left: -18px;
  top: 2px;
  color: #fff;
}
.tm_navbar .nav > li:first-child:before {
  display: none;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li a {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background: none;
  padding: 2px 12px;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover {
  color: #f39149;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 40px;
  left: -25px;
  width: 125px;
  padding: 15px 0 11px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #1d2a63;
  opacity: 0.9;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: normal 12px/18px 'Asap', sans-serif;
  text-align: left;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #f39149;
  background: none;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 15px 0 11px;
  left: 114px;
  top: -71px;
  width: 113px;
  background: #2a2a2a;
  border: none;
  text-align: center;
}
.tm_navbar .nav ul ul li {
  font: normal 12px/18px 'Asap', sans-serif;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #f39149;
  background: none;
}
.select-menu {
  background: #fff !important;
  display: none !important;
  outline: none;
}
#index2 #header {
  border-bottom: 1px solid #ddd;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#index2 #content {
  padding-top: 22px;
}
#content {
  width: 100%;
}
.central {
  text-align: center;
}
.central_title {
  font-family: 'Asap', sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 38px;
  color: #000;
}
.second_btn {
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.second_btn:hover {
  text-decoration: none;
  color: #f39149;
}
#index2 .row_1 {
  margin-bottom: 0;
}
.row_1 {
  margin-top: 74px;
  padding-bottom: 51px;
  margin-bottom: 26px;
  background: url(../img/row_1.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.row_1.second {
  padding-bottom: 0;
  margin-bottom: 60px !important;
}
.row_1 .central_title {
  color: #fff;
  margin-top: 61px;
  margin-bottom: 18px;
}
.row_1 p {
  color: #fff;
}
.row_1 .second_btn {
  color: #fff;
}
.row_1 .second_btn:hover {
  color: #f39149;
}
.about_box {
  overflow: hidden;
  margin-bottom: 53px;
}
.about_box .about_logo {
  float: left;
  margin-right: 30px;
}
.about_box .about_content {
  overflow: hidden;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
.testimonial_box {
  background: url(../img/testimonial_box.png) no-repeat 0px 8px;
  text-align: center;
  margin-top: 38px;
}
.testimonial_box p {
  font-family: 'Asap', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial_box .autor {
  display: inline-block;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial_box .autor:hover {
  text-decoration: none;
  color: #f39149;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#thumbs .thumb_box {
  min-height: 391px;
  margin-bottom: 49px;
}
#thumbs .touch_img img {
  width: 100%;
}
#thumbs a.touch_img span.expand {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -30px;
  margin-top: -23px;
  color: #fff;
  width: 46px;
  height: 46px;
  background: url(../img/img_hover.png) no-repeat 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
#thumbs a.touch_img:hover span.expand {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -23px;
  color: #fff;
}
#thumbs a.touch_img span.bg {
  background: url(../img/span_bg.png) repeat 0 0;
  position: absolute;
  height: 0;
  bottom: -100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#thumbs a.touch_img:hover span.bg {
  display: block;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.mail_link {
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #f39149;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 50px;
}
.mail_link:hover {
  color: #646464;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#index2 #footer {
  margin-top: 0;
}
#footer {
  width: 100%;
  margin-top: 99px;
  border-top: 1px solid #dddddd;
  padding-top: 57px;
  text-align: center;
  padding-bottom: 76px;
}
#footer .footer_logo {
  display: inline-block;
  margin-bottom: 14px;
}
#footer .copyright {
  font-family: 'Asap', sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 9px;
}
#footer .copyright a {
  color: #545454;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-bottom: 10px;
}
#footer .copyright a:hover {
  color: #ff9124;
  text-decoration: none;
}
#footer .footer_cos {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}
#footer .footer_cos li {
  float: left;
  margin-left: 7px;
  width: 25px;
  height: 24px;
}
#footer .footer_cos li:first-child {
  margin-left: 0;
}
#footer .footer_cos li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer_cos li a.icon1 {
  background: url(../img/footer_cos.png) no-repeat 0px 0px;
}
#footer .footer_cos li a.icon2 {
  background: url(../img/footer_cos.png) no-repeat -32px 0px;
}
#footer .footer_cos li a.icon3 {
  background: url(../img/footer_cos.png) no-repeat -64px 0px;
}
#footer .footer_cos li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 68px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 550px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  right: 50% !important;
  margin-right: -700px !important;
  bottom: 40px;
  background: url(../img/to_top_marker.png) no-repeat center center;
  z-index: 20;
}
#toTop:hover {
  border-color: #f39149;
  border-width: 3px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.info strong {
  display: block;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.info p {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #646464;
  margin-bottom: 0;
}
.info p a {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #f39149;
  margin-bottom: 0;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.info p a:hover {
  color: #646464;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 11px;
  margin-right: 9px;
  width: 248px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 247px;
}
.coll-message {
  position: relative;
}
#contact-form {
  padding-top: 7px;
  margin-bottom: 118px;
  position: relative;
}
#contact-form label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
#contact-form span {
  display: block;
}
#contact-form input,
#contact-form textarea {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font: normal 14px/18px 'Asap', sans-serif;
  color: #646464;
  width: 100%;
  padding: 12px 16px 9px 16px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
}
#contact-form textarea {
  height: 277px;
  resize: none;
  margin: 0 0 30px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: normal 14px/18px 'Asap', sans-serif;
  color: #646464;
  padding: 13px 10px 9px 16px;
  display: block;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .success-message {
  font: normal 14px/18px 'Asap', sans-serif;
  color: #646464;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0;
}
#contact-form.success .success-message {
  height: 50px;
  color: #646464;
  padding: 15px 0;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px 'Asap', sans-serif;
  color: #646464;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .btn1 {
  position: relative;
  border: none;
  z-index: 10;
  text-transform: uppercase;
  font: normal 20px/20px 'Asap', sans-serif;
  color: #ffffff;
  background: #f39149;
  padding: 7px 22px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form .btn1:hover {
  background: #646464;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form span.fields {
  display: inline-block;
  margin-left: 15px;
  margin-top: 2px;
  color: #f39149;
  letter-spacing: -1px;
  font: 400 14px/24px 'Asap', sans-serif;
  vertical-align: top;
}
/*------------ End Contact form ------------*/
/*------------ 404 ------------*/
.form-404 {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 23px;
  margin-bottom: 115px;
}
.form-404 input {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font: 400 14px/18px 'Asap', sans-serif;
  color: #646464;
  width: 280px;
  padding: 10px 12px 11px 13px;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  background: #f7f7f7;
  margin-right: 16px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
}
.form-404 a {
  display: inline-block;
  margin-top: 12px !important;
  vertical-align: top;
  width: 19px;
  height: 19px;
  overflow: hidden;
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
.form-404 a img {
  display: block;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
}
.form-404 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1220px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 244px;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 192px;
    margin-right: 20px;
  }
  .contact-form .coll-3 {
    margin-right: 0px;
  }
  .height_box {
    min-height: 493px;
  }
  #thumbs .thumb_box {
    min-height: 405px;
    margin-bottom: 49px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .about_box .about_logo {
    float: none;
    text-align: center;
  }
  .height_box {
    min-height: 422px;
  }
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  h2 {
    font: 400 65px/110px 'Asap', sans-serif;
  }
  h3 {
    font: 400 30px/35px 'Asap', sans-serif;
  }
  .form-404 input {
    width: 240px;
  }
  .sf-menu {
    display: none !important;
  }
  .select-menu {
    display: block !important;
    border: 1px solid #343434;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .select-menu option {
    padding: 0;
  }
  .map iframe {
    width: 100%;
    height: 250px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
  .central_title {
    font-size: 45px;
    line-height: 45px;
  }
}
/*Core variables and mixins*/
