@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=Open+Sans:400,300|Montserrat);
/*=======================================================*\
		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: "Open Sans", sans-serif;
  line-height: 23px;
  font-weight: 400;
  color: #777;
  background: #fff;
  -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 {
  line-height: 1;
  color: #2f343b;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #E42F45;
}

h1 {
  font-size: 0.9rem;
}

h2 {
  font-size: 0.8rem;
}

h3 {
  font-size: 0.6rem;
}

h4 {
  font-size: 0.4rem;
}

h5 {
  font-size: 0.25rem;
  text-transform: uppercase;
}

h6 {
  font-size: 0.2rem;
  text-transform: uppercase;
}

h1, h2, h3, h5 {
  font-family: "Montserrat", sans-serif;
}

h4, h6 {
  font-weight: 300;
}

p {
  font-family: 'Arial';
  color: #bbbaba;
}
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;
}

.img-group {
  position: relative;
  display: inline-block;
}
.img-group img:first-child {
  max-width: 370px;
}
.img-group img + img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 170px;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
  max-width: 270px;
  width: 100%;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

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

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

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

/*==================    Colors    ======================*/
.bg-primary {
  background: #E42F45;
}
.bg-primary .btn {
  background: #2f343b;
}
.bg-primary .btn:active {
  background: #020202;
}

.bg-secondary {
  background: #2f343b;
}

.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: #E42F45;
}
.primary a:hover {
  opacity: .5;
}

.secondary {
  color: #2f343b;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 52px;
}

* + .offset-1 {
  margin-top: 0;
}
* + .offset-2 {
  margin-top: 124px;
}
* + .offset-3 {
  margin-top: 50px;
}

.parallax h2 + h4 {
  margin-top: 12px;
}

h2 + h4 {
  margin-top: 23px;
}

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

h6 + p {
  margin-top: 17px;
}

img + h5 {
  margin-top: 35px;
}

.mg-add {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .mg-add-bottom {
    margin-bottom: 60px;
  }
}

.icon + h3 {
  margin-top: 0.4rem;
}

h3 + .small {
  margin-top: 16px;
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  width: 411px;
  max-width: 80%;
}
.brand a {
  width: 100%;
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #2f343b;
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 238px;
  word-spacing: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 33px 10px 35px 59px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background: #E42F45;
  border-radius: 3px;
  z-index: 2;
}
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 179px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 86px;
  z-index: -1;
  transition: 0.4s all ease;
}
.btn:hover {
  background: #2f343b;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.4);
}
.btn:active {
  background: #020202;
  box-shadow: none;
}
@media (max-width: 991px) {
  .btn {
    margin-bottom: 30px;
  }
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  font-size: 100px;
  line-height: 1;
  color: #E42F45;
}

.icon-2 {
  display: inline-block;
  width: 0.86rem;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 25px;
  color: #fff;
  border-radius: 3px;
  background: #454d57;
  text-align: center;
}

a.icon-2:hover {
  background: #E42F45;
}

.small {
  display: inline-block;
  font-size: 25px;
  font-weight: 300;
  color: rgba(47, 52, 59, 0.5);
  text-transform: uppercase;
}

/*==================      Post     ======================*/
.post time {
  margin-top: 25px;
  display: inline-block;
}
.post time span:first-child {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.post time span:last-child {
  padding-left: 0.28rem;
  font-size: 0.5rem;
  font-weight: 300;
  line-height: 2;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 12px;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #454d57;
  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: #E42F45;
  text-decoration: none;
}

.mobile .toTop,
.tablet .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 {
  color: #fff;
}
.parallax p {
  color: #bbbaba;
}
.parallax h2 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .parallax h2 {
    font-size: 0.6rem;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 98px;
  padding-bottom: 122px;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 1.28rem;
  padding-bottom: 1.28rem;
}
.well-2 {
  padding-top: 1.89rem;
  padding-bottom: 2.03rem;
}
.well-3 {
  padding-top: 1.17rem;
  padding-bottom: 1.25rem;
}
.well-inset-1 {
  padding-top: 0.9rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding-top: 1.39rem;
  padding-bottom: 1.49rem;
  color: #fff;
  background: #2f343b;
}
footer .brand {
  width: 204px;
}
footer .brand a {
  background-color: #E42F45;
}
footer .copyright {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 204px;
  color: #777d80;
}
footer .copyright a:hover {
  color: #2f343b;
}
@media (max-width: 767px) {
  footer .copyright {
    line-height: 2.04rem;
  }
}
footer .inline-list {
  margin-top: 0.6rem;
}
