@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700,900,300,300italic);
@import url(//fonts.googleapis.com/css?family=Sansita+One);
@import url(http://fonts.googleapis.com/css?family=Lato);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #ffffff;
  font: 14px/24px 'Roboto', sans-serif;
}
a {
  color: #25292e;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  color: #626262;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #f44336;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #cccccc;
  background: #626262;
}
::selection {
  color: #cccccc;
  background: #626262;
}
/*========================================================
										HEADER styles
=========================================================*/
#stuck_container {
  position: relative;
  z-index: 9;
}
#header {
  border-top: 4px solid #f44336;
}
#header h1 {
  text-align: center;
  float: left;
  color: #f44336;
  text-transform: uppercase;
  margin: 40px 20px 0 20px;
}
#header h1 .fa-tint {
  font-size: 85px;
  line-height: 66px;
  border-right: 1px solid #f44336;
  float: left;
  padding: 17px 14px 0 0;
  margin: 0 15px 0 6px;
}
#header h1 a {
  color: #f44336;
  font: 78px/78px 'Sansita One', cursive;
  text-transform: none;
  text-align: left;
}
#header h1 a span {
  font: 300 16px/16px 'Lato', sans-serif;
  display: block;
  letter-spacing: -0.2px;
  margin-top: -10px;
}
#header .header_content {
  text-align: right;
}
#header .social {
  font-size: 12px;
  text-transform: uppercase;
  color: #797979;
  float: right;
  margin: 23px 59px 0 0;
}
#header .social a {
  background: #c2c2c2;
  margin-left: 2px;
  display: inline-block;
  line-height: 25px;
}
#header .social a:hover {
  background: #00bcd4;
}
#header .social .fa {
  font-size: 13.8px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
#header .location,
#header .phone,
#header .search {
  display: inline-block;
}
#header .phone,
#header .location {
  color: #333333;
  font: 600 18px/22px 'Roboto', sans-serif;
}
#header .phone .fa,
#header .location .fa {
  float: left;
}
#header .phone {
  width: 325px;
  text-align: left;
  margin: 24px 32px 0 0;
}
#header .phone .fa {
  font-size: 47px;
  margin: 5px 3px 0 0;
}
#header .location {
  width: 220px;
  text-align: left;
  margin: 7px 53px 0 0;
}
#header .location .fa {
  font-size: 59px;
  margin: 5px 14px 0 0;
}
#header #search {
  border: 1px solid #333333;
  margin: 17px 59px 45px 0;
  width: 336px;
}
#header #search input {
  border: none;
  background: none;
  color: #333333;
  font-size: 16px;
  line-height: 52px;
  padding: 0 10px;
  width: 260px;
  overflow: hidden;
}
#header #search .fa {
  color: #333333;
  font-size: 32px;
  line-height: 52px;
  margin-right: 22px;
}
#header #search .fa:hover {
  color: #f44336;
}
.index #header {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  #header .location {
    margin-right: 20px;
    font-size: 16px;
  }
  #header .phone {
    margin-right: 5px;
    width: 288px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 979px) {
  #header h1 {
    float: none;
    margin: 20px auto;
  }
  #header h1 span {
    text-align: center;
    margin-left: 70px;
  }
  #header h1 .fa {
    float: none;
  }
  #header .social {
    float: none;
    margin: 20px auto;
    text-align: center;
  }
  #header .location .fa,
  #header .phone .fa {
    font-size: 35px;
    width: 30px;
    margin-right: 5px;
  }
  #header .location,
  #header .phone,
  #header .search {
    display: block;
    margin: 15px auto;
    float: none;
    width: 336px;
  }
  #header #search {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    background: #00bcd4;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  #header h1 .fa {
    font-size: 70px;
  }
  #header h1 a {
    font-size: 65px;
  }
  #header h1 a span {
    font-size: 14px;
    margin-top: -20px;
    margin-left: 90px;
  }
  #header .location,
  #header .phone {
    width: auto;
    margin-left: 10px;
  }
  #header .location span,
  #header .phone span {
    font-size: 16px;
  }
  #header #search {
    width: 280px;
  }
  #header #search input {
    width: 204px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: calc(100% - 50px);
  text-align: left;
  margin-right: 30px;
  padding: 0 25px;
  background: #00bcd4;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.sf-menu > li > a {
  color: #ffffff;
  font: 400 24px/80px 'Roboto', sans-serif;
  padding: 0 16px;
  text-transform: uppercase;
  display: inline-block;
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: #455a64;
}
.sf-menu > li.current > a {
  color: #333333;
}
.sf-menu > li.current > a:hover {
  color: #ffffff;
}
.sf-menu .sfHover > a {
  color: #ffffff !important;
  background: #455a64;
}
.sf-menu ul .sfHover > a {
  color: #fff !important;
  background: #f44336;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 80px;
  left: 0;
  background: #455a64;
  color: #ffffff;
  min-width: 235px;
  z-index: 999;
  display: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  color: #ffffff;
  font: 100 14px/40px 'Lato', sans-serif;
  padding-left: 32px;
  display: block;
}
.sf-menu ul li a:hover {
  background: #f44336;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.sf-menu ul .sf-with-ul:after {
  font-family: "FontAwesome";
  content: "\f054";
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .sf-menu ul {
    top: 90px;
  }
  .sf-menu > li > a {
    line-height: 90px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu ul {
    top: 90px;
  }
  .sf-menu > li > a {
    font: 400 18px/90px 'Roboto', sans-serif !important;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 235px;
  z-index: 4;
  min-width: 157px;
  border: none;
}
.sf-menu ul ul a {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 90%;
    border-color: #cccccc;
    color: #666;
    font-size: 16px;
    padding: 5px;
    margin: 13px auto;
    background: #ffffff;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #f44336;
  z-index: 9;
  left: 0;
}
.isStuck h1 .fa-globe {
  font-size: 70px !important;
  line-height: 50px !important;
}
.isStuck h1 a {
  font: 900 60px/50px 'Sansita One', cursive !important;
}
.isStuck h1 a span {
  font-weight: 300;
}
.isStuck .sf-menu ul {
  top: 50px;
  box-shadow: 1px 1px 5px #333;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
.isStuck .sf-menu > li > a {
  font: 400 18px/50px 'Roboto', sans-serif !important;
}
.isStuck #search {
  margin-top: 27px;
}
.isStuck #search input {
  line-height: 30px;
}
.isStuck #search .fa {
  font-size: 26px;
  line-height: 30px;
}
.isStuck .header_block-1 {
  display: none;
}
@media only screen and (max-width: 1599px) {
  .isStuck {
    background: #f44336;
    z-index: 9;
    left: 0;
  }
  .isStuck h1 .fa-globe {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .isStuck h1 a {
    font: 900 42px/50px 'Sansita One', cursive !important;
  }
  .isStuck h1 a span {
    font-weight: 300;
  }
  .isStuck .sf-menu > li > a {
    font: 400 16px/50px 'Roboto', sans-serif !important;
  }
  .isStuck #search {
    margin-top: 27px;
  }
  .isStuck #search input {
    line-height: 30px;
    width: 100px !important;
  }
  .isStuck #search .fa {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .isStuck #search {
    display: none;
  }
  .isStuck .sf-menu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .isStuck h1 {
    margin-left: 10px;
  }
  .isStuck h1 .fa-globe {
    font-size: 30px !important;
    line-height: 50px !important;
  }
  .isStuck h1 a {
    font-size: 25px !important;
  }
  .isStuck nav {
    margin-right: 0 !important;
  }
  .isStuck .sf-menu > li > a {
    font: 400 16px/50px 'Roboto', sans-serif !important;
    padding: 0 5px;
  }
  .isStuck #search {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .isStuck {
    display: none;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  color: #25292e;
}
h2 {
  line-height: 60px;
  font-size: 56px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #455a64;
}
h3 {
  font-size: 34px;
  line-height: 34px;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
h5 {
  font: 22px/24px 'Roboto', sans-serif;
  color: #25292e;
  margin-bottom: 20px;
}
p {
  font: 14px/24px 'Roboto', sans-serif;
  color: #626262;
}
.full-width-container {
  width: 100%;
}
.dark-bg {
  background: #cccccc;
}
.btn {
  border: none;
  font: 400 20px/58px 'Roboto', sans-serif;
  text-align: center;
  background: #455a64;
  color: #ffffff;
  padding: 0 25px;
  display: inline-block;
}
.btn:hover {
  background: #f44336;
  color: #ffffff;
}
.sub_head {
  font: 300 24px/26px 'Roboto', sans-serif;
  text-align: center;
  margin: 0 auto;
  color: #797b7b;
  margin-bottom: 30px;
}
.bd-ra {
  border-radius: 50%;
}
.img_container img {
  width: 100%;
}
.bg_blue {
  background: #00bcd4;
}
.bg_red {
  background: #f44336;
}
.bg_green {
  background: #8bc34a;
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
.index .block-2 {
  padding: 94px 0 101px;
  background: #f9f9f9;
  border-bottom: 1px solid #d0d6d8;
}
.index .block-2 h2 {
  margin-bottom: 76px;
}
.index .block-2 h3 {
  margin-bottom: 25px;
}
.index .block-2 .btn {
  margin-top: 44px;
}
.index .owl-desc {
  background: #455a64;
  padding: 26px 38px 30px;
}
.index .owl-desc h4 {
  color: #ffffff;
  margin-bottom: 12px;
}
.index .owl-desc p {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
.index .owl-element .item {
  margin-bottom: 30px;
}
.index .owl-element .item img {
  width: 100%;
}
.index .block-3 {
  padding: 96px 0;
}
.index .block-3 h2 {
  margin-bottom: 99px;
}
.index .block-3 .owl-carousel a {
  display: block;
  position: relative;
}
.index .block-3 .owl-carousel .img_container {
  overflow: hidden;
}
.index .block-3 .owl-carousel .img_container div.filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom.png) 50% 50% no-repeat rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index .block-3 .owl-carousel .img_container:hover div.filler {
  opacity: 1;
  /*&:before {
						font-family: "FontAwesome";
						content: "\f00e";
						font-size: 60px;
						color: @wh-color;
						display: block;
						width: 100%;
						top: 50%;
						height: 0;
						text-align: center;
						position: absolute;
					}
					.fa {
						font-size: 60px;
						color: @wh-color;
						display: block;
						width: 100%;
						top: 50%;
						height: 0;
						text-align: center;
						position: absolute;
					}*/
}
.index .block-4 {
  padding: 61px 0 70px;
}
.index .block-4 h2 {
  color: #ffffff;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: 0;
}
.index .block-4 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
  letter-spacing: -0.5px;
}
.index .block-4 .btn {
  font-size: 34px;
  background: none;
  border: 2px solid #ffffff;
  line-height: 72px;
  margin-top: 20px;
  width: 210px;
}
.index .block-4 .btn:hover {
  background: #ffffff;
  color: #f44336;
}
.index .block-5 {
  padding: 110px 0;
  background: #f9f9f9;
}
.index .block-5 h2 {
  color: #00bcd4;
  margin-bottom: 60px;
}
.index .block-5 h5 {
  margin-bottom: 27px;
  line-height: 34px;
  letter-spacing: -0.7px;
}
.index .block-5 .element li {
  border-top: 1px solid #e1e1e1;
  padding: 23px 0 29px;
}
.index .block-5 .element li:first-child {
  border-top: none;
  padding-top: 0;
}
.index .block-5 .element h6 {
  cursor: pointer;
  padding-right: 85px;
  position: relative;
  font-size: 16px;
  color: #00bcd4;
}
.index .block-5 .element h6 span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #626262;
  position: absolute;
  right: 0;
  top: 2px;
}
.index .block-5 .element .description {
  display: none;
}
.index .block-5 .element .open span {
  border-color: #00bcd4;
  color: #00bcd4;
}
.index .block-5 .element .close span {
  border-color: #626262;
  color: #626262;
}
.index .block-5 .a__mod-link {
  color: #00bcd4;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  margin-top: 34px;
}
.index .block-5 .a__mod-link span {
  font-size: 22px;
  margin-right: 5px;
}
.index .block-5 .a__mod-link:hover {
  color: #f44336;
}
.index .block-6 {
  background: #f9f9f9;
  border-bottom: 1px solid #d0d6d8;
  border-top: 1px solid #d0d6d8;
}
.index .block-6 ul {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.index .block-6 ul li {
  display: table-cell;
  height: 209px;
  vertical-align: middle;
  overflow: hidden;
}
.index .block-6 ul li a {
  display: block;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index .block-6 ul li a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index .block-6 ul img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.index .block-7 {
  padding: 95px 0;
}
.index .block-7 h2 {
  font-size: 50px;
  color: #25292e;
  margin-bottom: 30px;
}
.index .block-7 h2 span {
  color: #626262;
}
.index .block-7 span {
  float: none !important;
}
.index .block-7 #pinterest {
  height: 440px;
}
.index .block-7 #pinterest iframe {
  height: 100%;
  width: 100%;
}
.index .block-7 .facebook {
  height: 440px;
}
.index .block-7 .facebook iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .index .owl-desc {
    padding: 30px 20px;
  }
  .index .owl-desc h4 {
    font-size: 23px;
  }
  .index .block-4 .btn {
    width: auto;
    font-size: 28px;
  }
  .index .block-7 h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 979px) {
  .index .block-4 h2 {
    font-size: 55px;
  }
  .index .block-4 .btn {
    font-size: 20px;
  }
  .index .block-7 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-2 article {
    margin-bottom: 50px;
  }
  .index .block-5 .a__mod-link {
    margin-bottom: 40px;
  }
  .index .block-6 ul li {
    display: block;
    height: 80px;
  }
  .index .block-6 ul li img {
    width: auto;
  }
  .index .block-7 .social_block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .index #pinterest {
    width: 101%;
  }
}
.index-1 .block-1 {
  background: #f9f9f9;
  border-bottom: 1px solid #d0d6d8;
  padding: 97px 0 76px;
}
.index-1 .block-1 h2 {
  margin-bottom: 82px;
}
.index-1 .block-1 .item {
  margin-bottom: 30px;
}
.index-1 .block-1 .item a {
  display: block;
  position: relative;
}
.index-1 .block-1 .item a img {
  width: 100%;
}
.index-1 .block-1 .item a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-1 .block-1 .item a:hover div {
  opacity: 1;
}
.index-1 .block-1 .item a:hover div:before {
  font-family: "FontAwesome";
  content: "\f00e";
  font-size: 60px;
  color: #ffffff;
  display: block;
  width: 100%;
  top: 50%;
  text-align: center;
  position: absolute;
}
.index-1 .block-1 .description {
  background: #455a64;
  padding: 26px 38px 30px;
}
.index-1 .block-1 .description h4 {
  color: #ffffff;
  margin-bottom: 12px;
}
.index-1 .block-1 .description p {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
.index-1 .block-2 {
  padding: 95px 0 92px;
}
.index-1 .block-2 h2 {
  color: #00bcd4;
  margin-bottom: 84px;
}
.index-1 .block-2 h4 {
  font-size: 16px;
  color: #00bcd4;
  margin-top: 24px;
}
.index-1 .block-2 p {
  font-size: 14px;
}
.index-1 .block-2 .element img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index-1 .block-2 .element {
    margin-bottom: 40px;
  }
}
.index-2 .block-1 {
  background: #f9f9f9;
  border-bottom: 1px solid #d0d6d8;
  padding: 97px 0 106px;
}
.index-2 .block-1 h2 {
  margin-bottom: 83px;
}
.index-2 .block-1 h3 {
  margin-bottom: 35px;
}
.index-2 .block-1 .btn {
  margin-top: 35px;
}
.index-2 .block-2 {
  background: #f9f9f9;
  padding: 97px 0 121px;
}
.index-2 .block-2 h2 {
  margin-bottom: 77px;
}
.index-2 .block-2 .bd-ra {
  background: #f44336;
  color: #ffffff;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  text-align: center;
  margin-top: 6px;
}
.index-2 .block-2 .element h3 {
  margin-bottom: 25px;
}
.index-2 .block-2 .element .btn {
  margin-top: 45px;
}
.index-2 .block-3 {
  background: #f44336;
  padding: 61px 0 65px;
  letter-spacing: 0;
}
.index-2 .block-3 h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 76px;
}
.index-2 .block-3 h3 {
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  margin-top: -10px;
}
.index-2 .block-4 {
  background: #f9f9f9;
  padding: 110px 0 99px;
  border-bottom: 1px solid #d0d6d8;
}
.index-2 .block-4 h2 {
  color: #00bcd4;
  margin-bottom: 64px;
}
.index-2 .block-4 h3 {
  margin-bottom: 25px;
}
.index-2 .block-4 img {
  margin-bottom: 24px;
  width: 100%;
}
.index-2 .block-5 {
  padding: 98px 0 57px;
}
.index-2 .block-5 h2 {
  color: #00bcd4;
  margin-bottom: 35px;
}
.index-2 .block-5 li {
  border-top: 1px solid #e1e1e1;
  position: relative;
}
.index-2 .block-5 li:first-child {
  border-top: none;
}
.index-2 .block-5 li .item {
  padding: 25px 0 30px;
}
.index-2 .block-5 li h6 {
  cursor: pointer;
  padding-right: 90px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #00bcd4;
}
.index-2 .block-5 li h6 span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #626262;
  position: absolute;
  color: #626262;
  right: 0;
  top: -2px;
}
.index-2 .block-5 li .open span {
  color: #00bcd4;
  border-color: #00bcd4;
}
.index-2 .block-5 li .description {
  display: none;
  bottom: 0;
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .index-2 .block-2 .bd-ra {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .index-2 .block-2 .bd-ra {
    height: 44px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .index-2 .img_container {
    margin-bottom: 30px;
  }
  .index-2 .block-2 .bd-ra {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 50px auto 20px;
  }
  .index-2 .block-3 h2 {
    font-size: 50px;
  }
  .index-2 .block-4 article {
    margin-bottom: 50px;
  }
  .index-2 .block-5 li:nth-child(2n),
  .index-2 .block-5 li:nth-child(3n) {
    border-top: 1px solid #e1e1e1;
  }
}
.index-3 .block-1 {
  padding: 97px 0 0;
  background: #f9f9f9;
}
.index-3 .block-1 h2 {
  margin-bottom: 3px;
}
.index-3 .block-1 li {
  padding: 80px 0;
}
.index-3 .block-1 li:nth-child(2n) {
  background: #ffffff;
  padding: 50px 0;
}
.index-3 .block-1 .right-column {
  position: relative;
}
.index-3 .block-1 .filler {
  width: 1px;
  position: absolute;
  background: #d0d0d0;
  top: 10px;
  bottom: 10px;
  right: 35px;
}
.index-3 .block-1 .content {
  padding-left: 50px;
  position: relative;
  padding-left: 57px;
}
.index-3 .block-1 .content:before {
  content: "“";
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  color: #455a64;
  position: absolute;
  top: 32px;
  left: 0;
}
.index-3 .block-1 .content p {
  font-size: 24px;
  line-height: 32px;
  color: #25292e;
}
.index-3 .block-1 .content .name {
  color: #00bcd4;
  margin-top: 40px;
  font-size: 20px;
}
.index-3 .block-2 {
  background: #f44336;
  padding: 60px 0 65px;
  letter-spacing: 0;
}
.index-3 .block-2 h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 76px;
}
.index-3 .block-2 h3 {
  font-size: 28px;
  font-weight: 300;
  margin-top: -10px;
  color: #ffffff;
}
.index-3 .block-3 {
  padding: 110px 0 86px;
}
.index-3 .block-3 h2 {
  color: #00bcd4;
  margin-bottom: 50px;
}
.index-3 .block-3 li {
  padding: 7px 0 7px 25px;
  position: relative;
}
.index-3 .block-3 li a {
  font-size: 16px;
}
.index-3 .block-3 li a:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #00bcd4;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-3 .block-3 li a:hover:before {
  left: 5px;
}
@media only screen and (max-width: 979px) {
  .index-3 .block-1 .filler {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .block-1 .right-column img {
    display: block;
    margin: 0 auto 20px;
  }
  .index-3 .block-1 .right-column .filler {
    display: none;
  }
  .index-3 .block-2 h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
.index-4 .block-1 {
  padding: 97px 0 80px;
  background: #f9f9f9;
}
.index-4 .block-1 h2 {
  margin-bottom: 77px;
}
.index-4 .block-1 li {
  line-height: 20px;
  font-size: 20px;
  background: #455a64;
  padding: 19px 20px;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-4 .block-1 li a {
  color: #ffffff;
}
.index-4 .block-1 li:hover {
  background: #f44336;
}
.index-4 .block-1 li.select {
  background: #f44336;
}
.index-4 .block-1 h3 {
  margin-bottom: 32px;
}
.index-4 .block-1 h4 {
  margin-bottom: 30px;
}
.index-4 .block-1 p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .index-4 .block-1 h4 {
    margin-top: 40px;
  }
}
.index-5 .block-1 {
  background: #f9f9f9;
  padding: 95px 0 80px;
  border-bottom: 1px solid #d0d6d8;
}
.index-5 .block-1 h2 {
  margin-bottom: 83px;
}
.index-5 .info .tel {
  width: 135px;
  display: inline-block;
}
.index-5 .info a {
  color: #00bcd4;
}
.index-5 .info a:hover {
  color: #f44336;
}
.index-5 .block-2 {
  padding: 97px 0 90px;
}
.index-5 .block-2 h2 {
  color: #00bcd4;
  margin-bottom: 58px;
}
.index-5 .block-2 h3 {
  margin-bottom: 25px;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 767px) {
  .index-5 .block-2 h3 {
    margin: 40px 0 20px;
  }
}
.index-6 .block-1 {
  background: #f9f9f9;
  padding: 95px 0;
}
.index-6 .block-1 h2 {
  margin-bottom: 77px;
}
.index-6 .block-1 h3 {
  margin: 30px 0 25px;
}
.index-6 .block-1 a {
  display: inline-block;
  color: #00bcd4;
  margin: 30px 0;
}
.index-search h2 {
  margin: 100px 0 80px;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #455a64;
  padding: 120px 0 0;
}
#footer h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 26px;
}
#footer p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  line-height: 24px;
}
#footer .social {
  text-align: center;
  padding: 64px 0 90px;
}
#footer .fa {
  width: 88px;
  height: 88px;
  display: inline-block;
  line-height: 88px;
  color: #ffffff;
  background: none;
  margin: 0 15px;
  font-size: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .fa:hover {
  color: #f44336;
}
#footer #map-canvas {
  height: 412px;
}
#footer .copyright {
  margin-top: 17px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  border-top: 1px solid #8f9ca2;
  padding: 110px 0;
}
#footer .copyright span {
  color: #ffffff;
}
#footer .copyright a {
  color: #ffffff;
}
#footer .copyright a:hover {
  color: #00bcd4;
}
@media only screen and (max-width: 767px) {
  #footer h2 span {
    padding: 0 10px;
  }
  #footer h2 span span {
    display: none;
  }
  #footer .loc {
    margin-left: 0;
  }
  #footer h3 {
    margin-top: 30px;
  }
  #footer .fa {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .fa {
    margin: 0 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #cd362b;
  width: 45px;
  height: 45px;
  font-size: 48px;
  line-height: 45px;
  z-index: 20;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #647d89;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-bottom: 100px;
    z-index: 8;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
