@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=Roboto:400,700|Bevan);
/*=======================================================*\
		MAIN STYLES
\*=======================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  font-weight: 400;
  color: #777;
  background: #333;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bevan", cursive;
  color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #343434;
}

h1 {
  font-size: 0.5rem;
}

h2 {
  font-size: 0.384rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 0.48rem;
  }
}

h3 {
  font-size: 0.3rem;
}

h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

p {
  color: #fff;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='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;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
}

.round {
  border-radius: 5%;
}

.text-muted {
  color: #757575;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }

  .md-right {
    text-align: right;
  }

  .inverse > * {
    float: right;
  }
}
.vertical-hr {
  width: 1px;
  height: 60px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
}

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

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

/*=================      Colors      ====================*/
.bg-primary {
  background: #343434;
}

.bg-secondary {
  background: #757575;
}

.bg-color-1 {
  background: #009688;
}

.bg-primary, .bg-secondary, .bg-color-1 {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6 {
  color: inherit;
}

.primary {
  color: #343434;
}

.secondary {
  color: #757575;
}

.color-1 {
  color: #009688;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + h6 {
  margin-top: 0.4rem;
}

* + p {
  margin-top: 0.37rem;
}

* + .btn {
  margin-top: 0.36rem;
}

* + .offset-0 {
  margin-top: 0;
}
* + .offset-1 {
  margin-top: 0.08rem;
}
* + .offset-2 {
  margin-top: 0.5rem;
}
* + .offset-3 {
  margin-top: 0.5rem;
}

* + .owl-carousel {
  margin-top: 0.65rem;
}

* + #owl-carousel-2 {
  margin-top: 0.32rem;
}

.counter_label + p {
  margin-top: 0.26rem;
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================      Brand     ======================*/
.brand {
  display: inline-block;
}
.brand a:hover {
  color: inherit;
}

/*==================     Buttons    ======================*/
.btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  font-family: "Bevan", cursive;
  display: inline-block;
  min-width: 7.66667em;
  height: 2.22222em;
  line-height: 1;
  padding: 0.5em 0.5em 0.55556em;
  text-align: center;
  font-size: 0.2376rem;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.198rem;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 0.18rem;
  }
}
.btn:hover {
  background: #fff;
  color: #343434;
}
.btn:active {
  background: #e6e6e6;
}

.hr-both {
  display: inline-block;
  position: relative;
}
.hr-both:before, .hr-both:after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  width: 8vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.hr-both:before {
  right: 100%;
  margin-right: 22px;
}
.hr-both:after {
  left: 100%;
  margin-left: 22px;
}
.hr-left {
  display: inline-block;
  position: relative;
}
.hr-left:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  width: 8vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 100%;
  margin-right: 22px;
}
.hr-right {
  display: inline-block;
  position: relative;
}
.hr-right:after {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  width: 8vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 100%;
  margin-left: 22px;
}
@media (max-width: 991px) {
  .hr-both:before, .hr-both:after, .hr-left:before, .hr-left:after, .hr-right:before, .hr-right:after {
    display: none;
  }
}

/*==================     Icons     ======================*/
.icon {
  color: #fff;
  background: #343434;
  display: inline-block;
  width: 2.33333em;
  height: 2.33333em;
  line-height: 2.33333em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.3rem;
}

a.icon:hover {
  background: #fff;
  color: #343434;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 0.28rem;
}
.inline-list a:hover {
  color: #757575;
}

/*==================     Counter    =====================*/
.counter {
  display: block;
  font-size: 100px;
  font-family: "Bevan", cursive;
  line-height: 1;
  color: #fff;
}
.counter_label {
  font-size: 18px;
  font-family: "Bevan", cursive;
  color: #fff;
  text-transform: uppercase;
}

/*==================     Quote     ======================*/
blockquote p:first-child q {
  display: block;
  padding-top: 19px;
  padding-bottom: 22px;
}
blockquote p:first-child:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 40px;
  background: url(../images/quote-1.png);
}
blockquote p:first-child:after {
  display: inline-block;
  content: "";
  width: 28px;
  height: 20px;
  background: url(../images/quote-2.png);
}
blockquote img {
  border-radius: 50%;
}
blockquote cite {
  font-size: 24px;
}
blockquote * + .hr-both {
  margin-top: 24px;
}
blockquote .hr-both + p {
  margin-top: 24px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h2,
.parallax h4,
.parallax p {
  color: #fff;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.68rem;
  background: url(../images/header-bg.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  background: url(../images/pattern-bg.jpg);
  display: block;
}
main section {
  position: relative;
}

.half-circle {
  position: absolute;
  bottom: 100%;
  right: 50%;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 83px;
  width: 172px;
  border-radius: 90px 90px 0 0;
  background: url(../images/pattern-bg.jpg);
}
.half-circle span {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  color: #616161;
  font-size: 18px;
  font-family: "Bevan", cursive;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.half-circle span:after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 9px;
  content: "";
  width: 38px;
  height: 71px;
  background: url(../images/arrow-down.png) center no-repeat;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 1.88rem;
  padding-bottom: 0.86rem;
}
.well-2 {
  padding-top: 1.06rem;
  padding-bottom: 1.87rem;
}
.well-3 {
  padding-top: 0.95rem;
  padding-bottom: 0.49rem;
}
.well-4 {
  padding-top: 0.77rem;
  padding-bottom: 0.93rem;
}
.well-inset-1 {
  padding-top: 0.22rem;
}
.well-inset-2 {
  padding-bottom: 1.7rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  background: url(../images/pattern-bg.jpg);
  color: #fff;
}
footer .copyright {
  font-size: 0.24rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #404040;
}
footer * + .copyright {
  margin-top: 0.29rem;
}
footer * + .inline-list {
  margin-top: 0.54rem;
}
footer .map p {
  color: #757575;
}
