@charset "UTF-8";
@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=Asap:400,700|Roboto:400,100,300,300italic,500,700,900|Six+Caps|Lato:900,700);
/*========================================================
										Main Styles
=========================================================*/
body {
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background: #fff;
}

/*================      Typography      =================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  color: #333333;
}

h1,
.heading-1 {
  font-family: 'Roboto';
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
}

h2,
.heading-2 {
  font-size: 30px;
  font-weight: 300;
}

h3,
.heading-3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
}

h4,
.heading-4 {
  font-size: 24px;
  font-weight: 400;
}

h5,
.heading-5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 8px;
}

h6,
.heading-6 {
  font-size: 16px;
}

.logo {
	height: 82px;
}

.lite {
  font-weight: 300;
}

.orange {
	color:#F60;
}

.orange-small {
	color:#F60;
    font-size: 11px;
}
.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .big {
    font-size: 42px;
  }
}
@media (min-width: 1700px) {
  .big {
    font-size: 68px;
  }
}

p.big {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  p.big {
    font-size: 33px;
  }
}

.small {
  font-size: 10px;
}

a.small {
  font-size: 12px;
}

p.small {
  font-size: 14px;
  line-height: 1.71429;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-transf-none {
  text-transform: none;
}

.text-dec-underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

p a:hover, .marked-list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #ff6865;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #ff6865;
}

.link {
  display: inline-block;
  color: #ff6865;
  max-width: 100%;
  font-size: 18px;
  -webkit-transition: .4s;
          transition: .4s;
}
.link:hover {
  opacity: .4;
  color: #c56108;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background-color: #ff6865;
  color: #fff;
}
.bg-primary .btn-primary {
  color: #fff;
  border-color: #fff;
}
.bg-primary .btn-primary:hover {
  background: #fff;
  color: #ff6865;
}
.bg-primary a.link,
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #fff;
}

.bg-default-variant-1 {
  background-color: #f4f4f4;
  color: #777777;
}

.bg-default-variant-2 {
  background-color: #333333;
  color: #fff;
}

/*==================  Colors  ======================*/
.primary-color {
  color: #ff6865;
}

.color-1 {
  color: #333333;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.circle {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .max-width-1 {
    max-width: 285px;
    display: inline-block;
  }
}

a.fa-facebook {
  color: #fff;
  background: #3a5a9f;
  border-color: #3a5a9f;
}
a.fa-facebook:hover {
  color: #3a5a9f;
}

a.fa-twitter {
  color: #fff;
  background: #45b0e3;
  border-color: #45b0e3;
}
a.fa-twitter:hover {
  color: #45b0e3;
}

a.fa-youtube {
  color: #fff;
  background: #d61119;
  border-color: #d61119;
}
a.fa-youtube:hover {
  color: #d61119;
}

a.fa-google-plus {
  color: #fff;
  background: #d61119;
  border-color: #d61119;
}
a.fa-google-plus:hover {
  color: #d61119;
}

a.fa-linkedin {
  color: #fff;
  background: #1783bc;
  border-color: #1783bc;
}
a.fa-linkedin:hover {
  color: #1783bc;
}

a.fa-envelope {
  color: #fff;
  background: #676767;
  border-color: #676767;
  font-size: 12px;
}
a.fa-envelope:hover {
  color: #676767;
}

.top-line {
  border-top: 1px solid #dddddd;
}

.bottom-line {
  border-bottom: 1px solid #dddddd;
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
					 				Main Layout
=========================================================*/
* + .row {
  margin-top: 0px;
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 92px;
  }
}

* + .resp-tabs {
  margin-top: 58px;
}

* + h5 {
  margin-top: 39px;
}

* + .list {
  margin-top: 24px;
}

h5 + * {
  margin-top: 7px;
}

p + p {
  margin-top: 17px;
}

p + .btn {
  margin-top: 45px;
}

h1 + .link {
  margin-top: 10px;
}

p + .inline-list {
  margin-top: 29px;
}

.container > h1 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .container > h1 {
    margin-top: 0;
  }
}

.list + .btn {
  margin-top: 25px;
}

.icon + h4 {
  margin-top: 30px;
}

img + h4 {
  margin-top: 32px;
}

h4 + p {
  margin-top: 17px;
}

/*==================      Offsets     ======================*/
.offset-0 {
  margin-top: 0px;
}

.offset-1 {
  margin-top: 15px;
}

.offset-2 {
  margin-top: 6px;
}

.offset-3 {
  margin-top: 16px;
}

.offset-4 {
  margin-top: 48px;
}

.offset-5 {
  margin-top: 53px;
}

.offset-7 {
  margin-top: 30px;
}

.offset-11 {
  margin-top: 54px;
}

@media (min-width: 992px) {
  .offset-6 {
    margin-top: 57px;
  }
}
/*==================      Col-offsets     ======================*/
[class*="col-"] {
  margin-top: 60px;
}

@media (min-width: 768px) {
  [class*="col-xs"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  [class*="col-"] {
    margin-top: 0px;
  }

  .offset-8 {
    margin-top: 64px;
  }

  .offset-9 {
    margin-top: 30px;
  }

  .offset-10 {
    margin-top: 28px;
  }
}
/*==================     Well     ======================*/
.well-xs,
.well-md,
.well-sm,
.well-lg {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .well-xs,
  .well-md,
  .well-sm,
  .well-lg {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .well-xs,
  .well-md,
  .well-sm,
  .well-lg {
    padding-top: 50px;
  }
}

.well {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .well {
    /*padding-top: 70px;
    padding-bottom: 100px;*/
  }
  .wellx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .well--inset-1 {
    padding-bottom: 170px;
  }
  .well--inset-2 {
    /*padding-bottom: 120px;*/
  }
  .well--inset-3 {
    padding-bottom: 112px;
  }

  .well-xs {
    padding-top: 72px;
    padding-bottom: 63px;
  }
  .well-xs--inset-1 {
    padding-bottom: 95px;
  }
  .well-xs--inset-2 {
    padding-bottom: 115px;
  }

  .well-sm {
    padding-top: 138px;
    padding-bottom: 117px;
  }

  .well-md {
    padding-top: 110px;
    padding-bottom: 108px;
  }
  .well-md--inset-1 {
    padding-bottom: 162px;
  }
  .well-md--inset-2 {
    padding-bottom: 124px;
  }

  .well-lg {
    padding-top: 185px;
    padding-bottom: 107px;
  }
}
/*=======================================================
												Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: 'Six Caps', serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 3px;
  text-transform: lowercase;
}
.brand a:hover {
  color: inherit;
}

/*==================   Iinline-list    =====================*/
.inline-list {
  word-spacing: 2px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*==================   List    =====================*/
.list > li {
  line-height: 44px;
  border-bottom: 1px solid #d6d6d6;
}
.list > li a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #898989;
}
.list > li a:hover {
  color: #ff6865;
}
.list > li:last-child {
  border: none;
}

/*==================   Contact-info    =====================*/
.contact-info .heading-4 + * {
  margin-top: 20px;
}

/*==================   Terms-list    =====================*/
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 40px;
}

.terms-list-1 {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .terms-list-1 dt {
    float: left;
    clear: both;
    min-width: 160px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .terms-list-1 dt {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .terms-list-1 dt:last-of-type {
    text-align: right;
    min-width: 0px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .terms-list-1 dt:last-of-type {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .terms-list-1 dd {
    float: right;
  }
  .terms-list-1 dd:last-of-type {
    float: left;
  }
  .terms-list-1 dd:last-of-type a {
    text-decoration: underline;
  }
}

/*==================  Post  ======================*/
.blog-post {
  max-width: 370px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .blog-post {
    margin-top: 32px;
  }
}
.blog-post .post-content {
  background-color: #fff;
  padding: 28px 17px;
}
.blog-post .post-meta {
  color: #ff6865;
  font-size: 18px;
}
.blog-post * + .post-meta {
  margin-top: 15px;
}
.blog-post .post-meta + * {
  margin-top: 25px;
}
.blog-post .post-meta + p {
  margin-top: 0px;
}
.blog-post * + .link {
  margin-top: 22px;
}
.blog-post h5 {
  font-weight: 300;
}
.blog-post + .blog-post {
  margin-top: 40px;
}

.blog-post.offset-7 {
  /*margin-top: 63px;*/
}

/*==================      Blockquote     =====================*/
.quote {
  position: relative;
}
.quote:before {
  content: "“";
  display: inline-block;
  font-size: 104px;
  line-height: 104px;
  font-family: 'Georgia', sans-serif;
  color: #ff6865;
  position: static;
}
@media (min-width: 992px) {
  .quote:before {
    position: absolute;
    top: 1px;
    left: -3px;
  }
}
@media (min-width: 1200px) {
  .quote:before {
    left: -3px;
  }
}
.quote img {
  border-radius: 50%;
  display: inline-block;
}
.quote p.big {
  font-size: 24px;
  line-height: 1.2;
}
.quote img + p {
  margin-top: 28px;
}
.quote p {
  margin-top: 10px;
}
.quote + .quote {
  margin-top: 125px;
}
@media (min-width: 992px) {
  .quote + .quote {
    margin-top: 40px;
  }
}
.quote * + img {
  margin-top: 27px;
}

.quote--1:before {
  position: static;
  height: 40px;
}
@media (min-width: 992px) {
  .quote--1 {
    padding-left: 47px;
  }
  .quote--1:before {
    position: absolute;
    top: -16px;
  }
}
.quote--1 p + p {
  margin-top: 17px;
}

@media (min-width: 1200px) {
  .quote--2:before {
    top: -15px;
  }
}
.quote--2 p:nth-child(1) {
  padding-left: 27px;
}

/*==================   Pricing-box  ====================*/
.pricing-box {
  background: #fff;
  padding: 40px 60px 56px;
  max-width: 400px;
  margin: 0 auto;
}
.pricing-box h1 {
  font-family: 'Lato', sans-serif;
}
.pricing-box h1, .pricing-box h2, .pricing-box h3, .pricing-box h4, .pricing-box h5, .pricing-box h6,
.pricing-box .heading-1, .pricing-box .heading-2, .pricing-box .heading-3, .pricing-box .heading-4, .pricing-box .heading-5, .pricing-box .heading-6 {
  color: #898989;
}
.pricing-box .price-container {
  margin-top: 22px;
  display: block;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 90px;
  color: #333333;
}
.pricing-box .price-container .price {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
}
.pricing-box sup {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  top: 12px;
  left: 2px;
}
.pricing-box .list > li {
  line-height: 44px;
  border-bottom: none;
  border-bottom: 1px solid #d6d6d6;
}
.pricing-box .list > li:last-child {
  border: none;
}
.pricing-box .btn {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
.pricing-box .btn {
  margin-top: 24px;
}
.pricing-box * + .list {
  margin-top: 3px;
}

.active-box {
  background-color: #ff6865;
  color: #fff;
  position: relative;
  padding: 84px 60px 104px;
}
@media (min-width: 992px) {
  .active-box {
    top: -46px;
  }
}
.active-box .price-container,
.active-box h1, .active-box h2, .active-box h3, .active-box h4, .active-box h5, .active-box h6,
.active-box .heading-1, .active-box .heading-2, .active-box .heading-3, .active-box .heading-4, .active-box .heading-5, .active-box .heading-6 {
  color: #fff;
}
.active-box a:hover {
  color: #c56108;
}
.active-box .list li {
  border-bottom: 1px solid #ce6e1a;
}
.active-box .list li a {
  color: #fff;
}

/*==================   Flex List    =====================*/
.flex-list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .flex-list li {
    display: table-cell;
    vertical-align: middle;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li .icon:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list li + li {
  /*margin-top: 38px;*/
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #333333;
}
.icon-primary:hover {
  color: #fff;
  background-color: #ff6865;
  border-color: #ff6865;
}

.icon-sm {
  position: relative;
}
.icon-sm:before {
  font-size: 33px;
  line-height: 33px;
  position: absolute;
  left: -14px;
}

.icon-sm-1:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-xs {
  width: 22px;
  height: 22px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
}
.icon-xs:hover {
  background-color: transparent;
}

.icon-xs--1 {
  font-size: 14px;
}
.icon-xs--1:before {
  position: relative;
  top: -3px;
  left: -4px;
}

.icon-sm-1 {
  font-size: 34px;
}

.icon-sm-2 {
  font-size: 34px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.icon-md {
  width: 136px;
  height: 136px;
  font-size: 55px;
  line-height: 136px;
  border-width: 1px;
  border-style: solid;
}

.icon-lg {
  width: 120px;
  height: 120px;
  border-width: 1px;
  border-style: solid;
  font-size: 48px;
  line-height: 120px;
}
@media (min-width: 992px) {
  .icon-lg {
    width: 166px;
    height: 166px;
    line-height: 166px;
    font-size: 60px;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*==================     Buttons     ======================*/
.btn {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.btn:hover {
  background: transparent;
  cursor: pointer;
}
.btn:active {
  background: transparent;
  cursor: pointer;
}

.btn-primary {
  border: 1px solid #ff6865;
  color: #ff6865;
}
.btn-primary:hover {
  background: #ff6865;
  color: #fff;
}
.btn-primary:active {
  background: #de6d09;
  color: #fff;
}

.btn-default {
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 10;
}
.btn-default:before, .btn-default:after {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c92220;
    background: -webkit-linear-gradient(top, #f5e52a0%, #2DA411 100%) repeat scroll 0% 0%;
    background: linear-gradient(to bottom, #e55855 0%, #c92220 100%) repeat scroll 0% 0%;
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity .4s ease-out;
          transition: opacity .4s ease-out;
}
.btn-default:after {
    background: -webkit-linear-gradient(top, #f5e52a0%, #2DA411 100%) repeat scroll 0% 0%;
    background: linear-gradient(to bottom, #c92220 0%, #e55855 100%) repeat scroll 0% 0%;
  opacity: 0;
}
.btn-default:hover {
  color: #fff;
}
.btn-default:hover:after {
  opacity: 1;
}
.btn-default:hover:before {
  opacity: 0;
}
.btn-default:active {
  color: #fff;
}
.btn-default:active:after {
  opacity: 0.8;
}
.btn-default:active:before {
  opacity: 0;
}

.btn-xs {
  font-size: 16px;
  min-width: 191px;
  padding: 20px 0px;
}

.btn-sm {
  padding: 8px 5px;
  font-size: 22px;
  min-width: 191px;
  border-radius: 0;
}

.btn-sm-1 {
  min-width: 180px;
  font-size: 22px;
  padding: 15px 5px;
}

.btn-md {
  min-width: 230px;
  font-size: 22px;
  padding: 16px 5px;
}

.btn-lg {
  min-width: 150px;
  font-size: 18px;
  padding: 19px 5px 19px;
}

/*==================   Thumbnail    ======================*/
.gallery-item {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 370px;
  position: relative;
}
.gallery-item:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .gallery-item:hover:before {
  display: block;
}
.gallery-item img {
  width: 100%;
  -webkit-transition: all .5s ease 0s;
          transition: all .5s ease 0s;
}
.gallery-item:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(246, 135, 36, 0.86);
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
  padding: 85px 25px 30px;
}
.gallery-item .thumb_overlay h1, .gallery-item .thumb_overlay h2, .gallery-item .thumb_overlay h3, .gallery-item .thumb_overlay h4, .gallery-item .thumb_overlay h5, .gallery-item .thumb_overlay h6,
.gallery-item .thumb_overlay .heading-1, .gallery-item .thumb_overlay .heading-2, .gallery-item .thumb_overlay .heading-3, .gallery-item .thumb_overlay .heading-4, .gallery-item .thumb_overlay .heading-5, .gallery-item .thumb_overlay .heading-6 {
  color: #fff;
}
.gallery-item .thumb_overlay .inline-list {
  word-spacing: 30px;
}
.gallery-item .thumb_overlay a {
  display: inline-block;
  color: #fff;
  margin-left: 18px;
}
.gallery-item .thumb_overlay a:hover {
  color: #333333;
}
.gallery-item .thumb_overlay p + .inline-list {
  margin-top: 0;
}
.gallery-item .thumb_overlay h4 {
  text-transform: uppercase;
}
.gallery-item .thumb_overlay h4 + p {
  margin-top: 5px;
}
.gallery-item .thumb_overlay .inline-list span:before {
  font-size: 20px;
}
@media (min-width: 768px) {
  .gallery-item .thumb_overlay {
    padding: 20px 25px 20px;
  }
}
@media (min-width: 1200px) {
  .gallery-item .thumb_overlay {
    padding: 85px 25px 30px;
  }
  .gallery-item .thumb_overlay p + .inline-list {
    margin-top: 16px;
  }
  .gallery-item .thumb_overlay h4 + p {
    margin-top: 17px;
  }
  .gallery-item .thumb_overlay .inline-list span:before {
    font-size: 33px;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fff;
}
.parallax .big {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .parallax .big {
    font-size: 27px;
  }
}
.parallax * + p {
  margin-top: 20px;
}
.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;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
@media (min-width: 768px) {
  .resp-tabs-list li {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .resp-tabs-list li {
    padding: 17px 30px 14px;
    font-size: 22px;
  }
}
.resp-tabs-list li:hover {
  color: #ff6865;
  border-color: #ff6865;
}
.resp-tabs-list .resp-tab-active {
  color: #ff6865;
  border-color: #ff6865;
}
.resp-tabs-list li + li {
  margin-left: 4px;
}

.resp-tabs-container {
  padding-top: 29px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}
.resp-tab-content [class*="col-"] {
  margin-top: 28px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 479px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    color: #ff6865;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #F7941D;
    line-height: 1.2;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #E5E5E5 none repeat scroll 0% 0%;
    border-color: #D8D8D8;
    color: #000;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}
@media (min-width: 992px) {
  .sf-menu {
    margin-right: 45px;
  }
}
@media (min-width: 1200px) {
  .sf-menu {
    margin-right: 129px;
  }
}

.sf-menu > li > a {
  color: #4b4b4b;
  font-size: 14px;
  padding: 38px 25px;
  font-family: 'Roboto';
  font-weight: 400;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #ff6865;
}
.sf-menu > li.active > a {
  background: #ff6865;
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding: 46px 20px;
  }
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #323232;
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  padding: 8px 30px;
  text-transform: none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #ff6865;
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li a {
  font-size: 14px;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #ff6865;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -6px;
  content: "";
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ff6865;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #ff6865;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%) repeat scroll 0% 0%;
 background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%) repeat scroll 0% 0%;
  font-size: 18px;
  width: 100%;
  z-index: 9999999;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  padding-left: 33px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .stuck_container {
    position: static;
  }
}

.isStuck {
  position: fixed;
  top: 55px;
  background: #ff6865;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%) repeat scroll 0% 0%;
  background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%) repeat scroll 0% 0%;
  z-index: 999;
  min-height: 67px;
}
.isStuck .search-form_toggle {
  top: 17px;
}
.isStuck .sf-menu > li > a {
  padding: 23px 27px;
}
.isStuck .brand {
  padding: 0;
  line-height: 1; 
  display: none;
  margin-top:5px;
  margin-bottom:5px;
  height:32px;
}

.isStuck .brand .logo {
	height:50px;
}

@media (min-width: 992px) {
  .isStuck .brand {
    display: block;
  }
}


@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
  .logo {
	  height:70px;
	  padding: 5px 5px 5px 0px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 37px;
  line-height: 37px;
  color: #00bbe4;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #00bbe4;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
							HEADER  Section
=========================================================*/
header {
  background: #333333;
  text-align: center;
}
header .top-section {
  display: none;
  padding: 10px 25px 7px 35px;
}
header .top-section .contact-info {
  font-size: 10px;
  text-transform: uppercase;
  color: #d8d8d8;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}
header .top-section .contact-info li:nth-child(1) a {
  padding-left: 14px;
  padding-right: 9px;
}
header .top-section .contact-info li:nth-child(1) > span {
  padding-top: 2px;
  padding-right: 5px;
}
header .top-section .contact-info li:nth-child(2) {
  padding-top: 2px;
  padding-left: 29px;
  height: 17px;
  position: relative;
}
header .top-section .contact-info li:nth-child(2):before {
  content: '';
  height: 13px;
  width: 1px;
  border-left: 1px dotted #a0a0a0;
  position: absolute;
  top: 3px;
  left: -1px;
}
/*@media (min-width: 768px) {*/
  header .top-section {
    display: block;
  }
/*}*/
@media (min-width: 992px) {
  header {
    text-align: left;
  }
  header .brand {
    float: left;
    padding: 8px 0px 0 0;
  }
  header nav {
    float: right;
  }
}
@media (min-width: 1200px) {
  header .brand {
    float: left;
    padding: 14px 0px 0 0;
  }
}
header section {
  position: relative;
}
header a[href^="callto:"] {
  color: #ff6865;
}
header a[href^="callto:"]:hover {
  color: #c56108;
}
header .inline-list {
  float: left;
}
header .inline-list span {
  display: inline-block;
}
header .inline-list--1 {
  float: right;
}
header .fa-phone:before {
  top: -1px;
  left: -6px;
}
header .fa-envelope-o:before {
  left: -14px;
}

/*========================================================
						CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 100vh;
}

/*========================================================
						 FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
  color: #8f8f8f;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer nav a {
  color: #dddddd;
  font-size: 14px;
  font-weight: 400;
}
footer .copyright,
footer a[href^="callto:"] {
  color: #fff;
}
footer .copyright {
  font-size: 12px;
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
}
footer .active {
  color: #de6d09;
}
footer .list > li {
  line-height: 24px;
  border-bottom: none;
}
footer .list a {
  font-size: 11px;
}
footer a:hover {
  color: #fff;
}
footer .big {
  font-size: 16px;
}
footer .small {
  font-size: 11px;
}
footer .inline-list {
  word-spacing: 32px;
}
footer .inline-list li {
  display: block;
}
footer .inline-list a {
  text-transform: uppercase;
}
footer * + .copyright {
  margin-top: 20px;
}
footer * + .list {
  margin-top: 10px;
}
footer * + p {
  margin-top: 23px;
}
footer * + .nav {
  margin-top: 104px;
}
footer a[href^="callto:"] {
  font-weight: normal;
}
footer a[href^="callto:"]:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .inline-list li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  footer .well {
    padding-top: 143px;
  }
  footer .big {
    font-size: 27px;
  }
}
