@charset "UTF-8";





/*----------------------------------------
[Table of contents]

  PreLoader
  Extend
1.  Site Styles
  1.1 title 
  1.2 font-size 
  1.3 table-price 
  1.4 panel
  1.5 responsive video
2.  Header
  2.1 logo 
  2.2 box-location 
  2.3 box-telephone 
  2.4 header-menu 
  2.5 top-menu
3.  Revolution Slider
4.  Content
  4.1 offset 
  4.2 fill box background   
  4.3 services-box 
  4.4 box-step 
  4.5 promo-fluid 
  4.6 box-icon-text 
  4.7 box-text 
  4.8 services-box-info 
  4.9 product-box 
  4.10 carousel-blog-box 
  4.11 map 
  4.12 tab-history 
  4.13 permission-box 
  4.14 breadcrumb 
  4.15 box-personal 
  4.16 product-total 
  4.17 social-icon-content 
  4.18 contact-box
  4.19 form
5.  Footer
6.  Icon Animation
-----------------------------------------*/


/* Variables */


/* Mixin */


/* 1. PreLoader */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
}

.loader-wrapper {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  animation: spin 2s ease-in-out infinite;
}

.bubble1,
.bubble2 {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #39c0c0;
}

.bubble2 {
  top: auto;
  bottom: 0;
  background-color: #39c0c0;
}

.bubble1,
.bubble2 {
  animation: bounce 2s ease-in-out infinite;
}

.bubble2 {
  animation-delay: -1.0s;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}






/*  Extend  */

._reset-ul-style {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

._reset-ul-style-2,
.tab-history .nav-tabs,
.social-icon-content,
.social-icon-footer,
.footer-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.divider.divider-47 {
  height: 47px;
}

.divider.divider-80 {
  height: 80px;
}






/* 1. Site Styles
================================================== */

html {
  overflow-x: hidden;
}

body {
  font: 16px/22px "Open Sans", sans-serif;
  color: #454545;
  background-color: #fff;
  font-weight: 400;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #454545;
  outline: 0;
  text-decoration: none;
}

a:active,
a:focus,
a:visited {
  text-decoration: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

.base-color {
  color: #39c0c0;
}






/* 1.1 title
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 42px;
  line-height: 44px;
  padding-bottom: 0;
}

h2 {
  font-size: 34px;
  line-height: 36px;
}

h3 {
  font-size: 28px;
  line-height: 30px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

h1.title-underline,
h2.title-underline {
  padding: 0 0 40px 0;
}

h1.title-underline,
h2.title-underline {
  text-align: center;
  text-transform: uppercase;
}

h2.title-underline,
h2.text-terns {
  font-size: 38px;
}

h1.title-underline:after,
h2.title-underline:after {
  content: '';
  width: 75px;
  height: 3px;
  background: #39c0c0;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  margin-top: 27px;
}

ul.marker-list.category-list {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.parallax-colors-area .title-underline,
.parallax-colors-area p {
  color: #fff;
}

.parallax-colors-area h2.title-underline:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  h1.title-underline,
  h2.title-underline {
    font-size: 24px;
    line-height: 27px;
    padding: 40px 0 60px 0;
  }
  h1.title-underline:after,
  h2.title-underline:after {
    margin-top: 24px;
  }
}

h1.title-underline.text-left,
h2.title-underline.text-left {
  text-align: left;
}

h1.title-underline.text-right,
h2.title-underline.text-right {
  text-align: right;
}






/* end title
================================================== */


/* 1.2 font-size
================================================== */

.font-size-18 {
  font-size: 18px;
  line-height: 24px;
}

.info-text {
  font-size: 18px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}






/* end font-size
================================================== */


/* 1.3 table-price
================================================== */

.table-price {
  padding: 0 0;
}

.table-price table {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64bfba+1,00a2e0+100 */
  background: #64bfba;
  /* Old browsers */
  background: -moz-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #64bfba 1%, #00a2e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64bfba', endColorstr='#00a2e0', GradientType=1);
  /* IE6-9 */
  color: white;
}

.table-price table p {
  color: white;
}

.table-price table {
  width: 100%;
}

.table-price table td {
  font-weight: 400;
  padding: 5px 0;
  border: 1px solid #8acfda !important;
}

.table-price table tr {
  border-bottom: 1px solid #efefef;
}

.table-price table tr td:first-child {
  text-align: left;
  padding-right: 10px;
  /*width: 70%;*/
}

.table-price table tr td:last-child {
  /*text-align: right;*/
  padding-left: 10px;
  /*width: 30%;*/
}

h1.h-sm {
  font-size: 30px;
  line-height: 36px;
  color: #454545;
}

.table-price table tr:last-child {
  border: none;
}

.prices-btn-new {
  display: block !important;
}

.prices-btn-new a:hover {
  background-color: #333 !important;
}






/*29-3-2017*/


/*
.fill-bg-2 {
    background: #f5f5f5;
}
.entry-content .offset-top60 {
    margin-top: 60px;
}
.apps-bnr {
    color: #454545;
    text-align: center;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.apps-bnr .apps-bnr-inside {
    display: inline-block;
    position: relative;
}
.apps-bnr .apps-bnr-caption {
    position: absolute;
    bottom: 16%;
    right: 31.5%;
}
.apps-bnr .apps-bnr-text1 {
    font-size: 38px;
    line-height: 1.05em;
    text-transform: uppercase;
}
.apps-bnr .apps-bnr-text2 {
    margin-top: 0.5em;
    font-size: 22px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.apps-bnr .apps-bnr-btns {
    margin-top: 2em;
}
.apps-bnr .apps-bnr-btns > a {
    display: inline-block;
    margin: 0 6px;
}
*/

.price-block {
  position: relative;
  background-color: #fff;
  margin: 0 10px;
  padding: 23px 0 36px;
  text-align: center;
  color: #454545;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.price-block-title {
  position: relative;
  background-color: #bdbdbd;
  color: #fff;
  font-size: 32px;
  line-height: 33px;
  padding: 20px 15px;
  margin: 0 -10px;
  text-transform: uppercase;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

.price-block-title:before {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 0;
  border-color: transparent #a0a0a0 transparent transparent;
}

.price-block-title:after {
  position: absolute;
  right: 0;
  bottom: -12px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 0;
  border-color: #a0a0a0 transparent transparent transparent;
}

.price-block-price {
  font-size: 60px;
  line-height: 64px;
  font-family: "Open Sans", sans-serif;
  padding: 25px 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  color: #686868;
}

.price-block-details {
  font-size: 26px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #454545;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px;
}

.price-block-details span {
  color: #bdbdbd;
  margin-right: 5px;
}

.price-block ul {
  list-style-type: none;
  margin: 17px 0 0;
  padding: 0;
}

.btn-default.btn-grey {
  background: #686868;
}

.price-block--blue .price-block-title {
  background-color: #39c0c0;
}

.btn-default.btn-blue {
  background: #39c0c0;
}

.btn-default,
.btn-default:visited {
  background: #39c0c0;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 32px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  outline: none !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.price-block .btn {
  margin-top: 24px;
}

.price-block--green .price-block-title {
  background-color: #39c0c0;
}

.price-block .sale-label {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 1;
  width: 96px;
  height: 102px;
  font-size: 24px;
  line-height: 96px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  background: url(../images/sale-label.png) no-repeat 0 0;
  background-size: cover;
}

.price-block-price .price-old {
  color: #595959;
  font-size: 40px;
  padding: 0 15px 0 0;
  text-decoration: line-through;
}

.price-block .btn-default {
  margin-bottom: 0 !important;
}

.price-block--blue .price-block-price,
.price-block--blue .price-block-details span {
  color: #39c0c0;
}

.btn-default.btn-blue {
  background: #39c0c0;
}

.price-block--green .price-block-price,
.price-block--green .price-block-details span {
  color: #39c0c0;
}

.price-block.first-pricing .btn.btn-default {
  background-color: #686868;
}

.price-block.price-block--blue .btn.btn-default {
  background-color: #39c0c0;
}






/* end table-price
================================================== */


/* 1.4 panel-content
================================================== */

.title-base {
  text-align: center;
  font-weight: 400;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 23px;
  text-transform: capitalize;
}

.panel-body {
  padding: 15px;
}

.panel-content p {
  margin-bottom: 21px;
}

.faq-sub-title .title-base {
  font-size: 26px;
}

.panel-content p:last-child {
  margin-bottom: 0;
}

.read-more.bottom-32:hover {
  color: #333;
  text-decoration: underline;
}

.price-block:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}






/* end panel-content
================================================== */


/* 1.4 panel
================================================== */

.panel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.panel .panel-heading {
  padding: 0;
  border-bottom: 2px solid #fff;
}

.panel .panel-title {
  position: relative;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
}

.panel .panel-title a {
  display: block;
  font-weight: bold;
  padding: 15px 45px 15px 32px;
  background: #f5f5f5;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-left: 3px solid #f5f5f5;
}

.panel .panel-title a:hover {
  background: #666666;
  color: #fff;
  border-left: 3px solid #39c0c0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.panel .panel-title a:after {
  position: absolute;
  display: block;
  top: 0px;
  text-align: center;
  right: 0;
  z-index: 0;
  content: "+";
  font-size: 24px;
  line-height: 46px;
  color: #39c0c0;
  width: 70px;
  height: 60px;
}

.panel .active .panel-title a {
  background: #666666;
  color: #fff;
  border-left: 3px solid #39c0c0;
}

.panel .active .panel-title a:after {
  content: "-";
  margin-top: -2px;
}






/* end panel
================================================== */


/* 1.5 responsive video
==================================== */

.video-indent {
  max-width: 585px;
  margin: 0 auto;
  overflow: hidden;
}

.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.myvideo iframe,
.myvideo object,
.myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}






/* /responsive video
==================================== */


/*******************************************************************
* 2. Header
*******************************************************************/


/* 2.1 logo
================================================== */

.logo {
  margin: 40px 0 38px 0;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .logo {
    display: block;
    text-align: center;
    margin: 30px 0 22px 0;
  }
  .logo img {
    max-width: 320px;
    display: inline-block;
  }
}

@media (max-width: 420px) {
  .logo img {
    max-width: 300px;
  }
}






/* /logo
================================================== */


/* 2.2 box-location
================================================== */

header .box-location {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 32px;
  top: 45px;
  font-size: 18px;
  line-height: 26px;
}

header .box-location:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #39c0c0;
}






/* /box-location
================================================== */


/* 2.3 box-telephone
================================================== */

.box-telephone {
  position: relative;
  font-weight: 400;
  padding: 0 0 70px 32px;
  top: 45px;
  font-size: 18px;
}

.box-telephone:before {
  content: "\e906";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  font-size: 21px;
  line-height: 27px;
  color: #39c0c0;
}

.box-telephone address {
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.box-telephone address .icon {
  font-size: 18px;
  line-height: 24px;
  color: #39c0c0;
  margin: 0 5px 0 0;
}

@media (max-width: 991px) {
  .box-telephone {
    top: 10px;
    text-align: center;
    padding: 0 0 0 0;
  }
  .box-telephone:before {
    display: none;
  }
  .box-telephone address {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .box-telephone address {
    padding: 0 0 0 40px;
  }
}






/* /box-telephone
================================================== */


/* 2.4 header-menu
================================================== */

.box-nav {
  background-color: #fff;
  /*background: url(../images/box-nav.jpg) top center repeat-x;*/
  width: 100%;
}

.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Open Sans", sans-serif;
  text-align: right;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  /*text-transform: uppercase;*/
}

.menu>li>a {
  text-decoration: none;
  padding: 19px 24px;
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu li.menu-item.current-menu-item a {
  position: relative;
}

.menu li.menu-item.current-menu-item a:after {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #39c0c0;
  bottom:0px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 1;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;*/
}

@media (max-width: 991px) {
  .menu li.menu-item.current-menu-item a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
}

.menu li.menu-item.current-menu-item .sub-menu .sub-menu-item a:after {
  background: none;
}

.menu li.menu-item .sub-menu-item.current-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 1;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu>li>a:after {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #39c0c0;
  bottom:0px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;*/
}

.menu>li>a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .menu li.menu-item.current-menu-item a:after {
    content: "";
    display: block;
    position: absolute;
    background: transparent !important;
  }
}

.comment-list .media-left img {
  max-width: 100%;
  height: auto;
}

.menu>li:hover a:after,
.menu>li.active a:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.menu ul li {
  display: block;
  float: none;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 10px 30px;
  width: 440px;
  position: absolute;
  left: 0px;
  top: -1000px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.21);
  -moz-transition: opacity 0.4s ease, margin 0.4s ease;
  -o-transition: opacity 0.4s ease, margin 0.4s ease;
  -webkit-transition: opacity 0.4s ease, margin 0.4s ease;
  transition: opacity 0.4s ease, margin 0.4s ease;
}

@media (max-width: 991px) {
  .menu ul {
    visibility: visible;
    opacity: 1;
    display: none;
  }
}

.menu ul li {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  display: block;
  color: #454545;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #e3eae5;
  font-weight: 400;
  padding: 24px 0 22px !important;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.menu ul li a:hover {
  color: #39c0c0;
}
.menu li:nth-last-child(2) .sub-menu{
  right: 0;
  left: auto;
  
}
@media (min-width: 992px) {
  .menu ul li:last-child a {
    border: none;
  }
}






/* end header-menu
================================================== */


/*======== 2.5 top-menu ========*/

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 95%;
}

.menu ul ul {
  left: 290px;
  top: 0px;
}

@media (max-width: 990px) {
  .menu li:hover>ul {
    display: block;
  }
}

.mobile-menu {
  float: right;
  display: none;
  width: 53px;
  height: 49px;
  position: static;
  top: 0;
  left: 0;
  background: #39c0c0;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: center;
}

.admin-bar .mobile-menu {
  top: 32px;
}

.mobile-menu span {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 13px;
}

.mobile-menu:hover {
  background: #39c0c0;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

@media (max-width: 991px) {
  .box-nav .logo-wrap img {
    margin: auto;
    max-height: 80px;
  }
  .top-social,
  .top-header .quick-info {
    padding-top: 5px;
  }
  .menu ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu {
    text-align: left;
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .admin-bar .mobile-menu {
    top: 46px;
  }
  .box-nav {
    top: 10.9em;
    z-index: 77;
  }
  .box-nav nav {
    clear: both;
    margin: 0;
    top: 3.6em;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a:after {
    display: none;
  }
  .menu li a,
  .menu li span {
    background: #ffffff;
    color: #797979;
    padding: 11px 20px;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
  }
  .menu li a:hover,
  .menu li:hover>a,
  .menu li span:hover {
    background: #fff;
    color: #39c0c0;
    border-left: 3px solid #39c0c0;
  }
  .menu ul {
    display: block;
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .menu ul li a {
    line-height: initial;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff;
    text-align: left;
    padding-left: 30px !important;
    font-size: 14px;
  }
  .menu ul li a:hover,
  .menu ul li:hover>a {
    border-left: 3px solid #39c0c0;
  }
  .menu ul ul {
    left: 0;
  }
}






/*=============  /top-menu ============= */


/*******************************************************************
* End Header
*******************************************************************/


/*******************************************************************
* 3 Revolution Slider
*******************************************************************/

.rs-slider {
  position: relative;
  z-index: 1;
}

.rs-slider .rs-text-1 {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 0.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1600px) {
  .rs-slider .rs-text-1 {
    font-size: 32px;
  }
}

@media (max-width: 1229px) {
  .rs-slider .rs-text-1 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .rs-slider .rs-text-1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .rs-slider .rs-text-1 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .rs-slider .rs-text-1 {
    font-size: 12px;
  }
}

.rs-slider .rs-text-2 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 0.2em;
  text-align: center;
}

@media (max-width: 1600px) {
  .rs-slider .rs-text-2 {
    font-size: 18px;
  }
}

@media (max-width: 1229px) {
  .rs-slider .rs-text-2 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .rs-slider .rs-text-2 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .rs-slider .rs-text-2 {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .rs-slider .rs-text-2 {
    font-size: 8px;
  }
}

.rs-slider .rs-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 17px 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: background 0.25s ease !important;
  -o-transition: background 0.25s ease !important;
  -webkit-transition: background 0.25s ease !important;
  transition: background 0.25s ease !important;
}

@media (max-width: 1600px) {
  .rs-slider .rs-btn {
    padding: 15px 22px;
  }
}

@media (max-width: 1229px) {
  .rs-slider .rs-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .rs-slider .rs-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .rs-slider .rs-btn {
    padding: 6px 12px;
    font-size: 10px;
  }
}






/* Revolation slider css 2017-02-01 */

.layer-slide-text,
.rs-text-1 {
  text-align: center !important;
}

.rs-slider .rs-text-2.color-grey {
  margin-top: 1em;
}

.rs-slider .color-grey {
  color: #454545;
  text-transform: uppercase;
}

.home-about-area {
  display: inline-block;
  margin-top: -70px;
}

@media (max-width: 561px) {
  .rs-slider .color-grey br {
    display: none;
  }
}

.rs-slider .rs-btn:hover {
  color: #fff;
  background: #111;
}

.rs-slider .btn-green {
  background: #39c0c0;
}

.rs-slider .btn-blue {
  background: #39c0c0;
}

.rs-slider .tp-caption.tp-scale {
  position: relative;
}

.rs-slider .tp-caption.tp-scale:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #162d45;
  opacity: 0.4;
  z-index: 1;
  -moz-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

.rs-slider .tp-caption.tp-scale.zoom:after {
  opacity: 0.1;
}

.rs-slider .tp-caption.tp-scale img,
.rs-slider .tp-caption.tp-full-image img {
  width: 100% !important;
  height: auto !important;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.rs-slider .tp-caption.tp-full-height img {
  max-height: 100% !important;
  width: auto !important;
}

.rs-slider .tp-caption.tp-scale {
  overflow: hidden;
}

.rs-slider .tp-caption.tp-scale.zoom img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.rs-slider .tp-caption.tp-hovertext .rs-text-1,
.rs-slider .tp-caption.tp-hovertext .rs-text-2 {
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.rs-slider .tp-caption.tp-hovertext.dark .rs-text-1,
.rs-slider .tp-caption.tp-hovertext.dark .rs-text-2 {
  color: #454545;
}

.rs-slider .tp-caption.tp-hovertext.dark .rs-text-1 {
  margin-top: -1.2em;
  padding-bottom: 1.2em;
}

.rs-slider .tp-caption.tp-hovertext.color .rs-text-1,
.rs-slider .tp-caption.tp-hovertext.color .rs-text-2 {
  color: #454545;
}

.rs-slider .tp-caption.tp-hovertext.color .rs-text-1 {
  margin-top: -1.2em;
  padding-bottom: 1.2em;
}

.rs-slider .tp-caption.tp-hovertext.up .rs-text-1 {
  margin-top: -1.2em;
  padding-bottom: 1.2em;
}






/*  NAV SLIDER  */

.tp-leftarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}

.tp-rightarrow.default {
  z-index: 1;
  cursor: pointer;
  position: relative;
  background: none !important;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
  top: 50% !important;
  margin-top: -20px !important;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  color: #39c0c0;
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: 'laundry';
  font-size: 39px;
  line-height: 40px;
  cursor: pointer;
}

.tp-leftarrow.default:before {
  content: "\e927";
}

.tp-rightarrow.default:before {
  content: "\e928";
}






/*******************************************************************
* End rs-slider
*******************************************************************/


/*******************************************************************
* 4. Content
*******************************************************************/


/* 4.1 offset
================================================== */

.page-content .container,
.page-content .content {
  margin-top: 72px;
}

.service-pages .container {
  margin-top: 0 !important;
}

@media (max-width: 560px) {
  .page-content .container,
  .page-content .content {
    margin-top: 50px;
  }
}

.page-content .offset-top-35 {
  position: relative;
  margin-top: -35px;
  z-index: 3;
}

@media (max-width: 700px) {
  .page-content .offset-top-35 {
    margin-top: 0;
  }
}

.page-content .offset-top0 {
  margin-top: 0px;
}

.page-content .offset-top50 {
  margin-top: 50px;
}

.page-content .offset-top60 {
  margin-top: 60px;
}

.page-content .offset-top90 {
  margin-top: 90px;
}

.offset-top0 {
  margin-top: 0px !important;
}






/* offset
================================================== */


/* 4.2 fill-bg
================================================== */

.fill-bg-1 {
  background: #39c0c0;
  color: #fff;
}

.fill-bg-2 {
  background: #f5f5f5;
}

.fill-bg-3 {
  background: #39c0c0;
  color: #fff;
}






/* fill-bg
================================================== */


/* 4.3 services-box
================================================== */

.services-box-mobile .slick-dots {
  bottom: -10px;
}

.services-box {
  text-align: center;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  padding: 52px 30px 30px 30px;
  min-height: 339px;
}

.services-box:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-box:hover svg {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.services-box:hover .title {
  margin-top: 23px;
  margin-bottom: 20px;
}

.services-box svg {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 90px;
  width: 100%;
}

.services-box .icon {
  font-size: 90px;
  line-height: 90px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin: 0 0 0 -45px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.services-box .icon-box {
  height: 125px;
}

.services-box .title {
  margin-top: 43px;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.services-box p {
  font-weight: 400;
}

.services-box.fill-bg-1 {
  color: #fff;
}

@media (max-width: 767px) {
  .service-box-1 {
    position: relative;
    top: 0px !important;
  }
}

.services-box.fill-bg-1 .icon {
  color: #fff;
}

.services-box.fill-bg-1 svg {
  fill: #fff;
}

.text-terns {
  text-transform: uppercase;
  font-size: 36px;
}

.services-box.fill-bg-2 {
  color: #5e5e5e;
}

.services-box.fill-bg-2 .icon {
  color: #454545;
}

.services-box.fill-bg-2 svg {
  fill: #454545;
}

.services-box.fill-bg-3 {
  color: #fff;
}

.services-box.fill-bg-3 .icon {
  color: #fff;
}

.services-box.fill-bg-3 svg {
  fill: #fff;
}






/* /services-box
================================================== */


/* 4.4 box-step
================================================== */

.fill-bg-green {
  background: #39c0c0;
}

.fill-bg-aquamarine {
  background: #46d8cc;
}

.fill-bg-blue-light {
  background: #39c0c0;
}

.fill-bg-blue-dark {
  background: #366dc0;
}

.img-responsive1 {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.box-step {
  padding: 29px 0 18px 0;
  overflow: hidden;
}

.step-container .box-step .item::after {
  background: rgba(0, 0, 0, 0) url("../images/icons/step-arrow2.png") no-repeat scroll 0 0 / cover;
  content: "";
  height: 100px;
  position: absolute;
  right: -24%;
  top: 0;
  width: 120px;
}

.box-step .item:nth-child(3)::after {
  right: -24%;
}

.box-step .item:nth-child(4)::after {
  right: -60%;
}

.step-container .box-step .item:nth-child(2n+1)::after {
  background: rgba(0, 0, 0, 0) url("../images/icons/step-arrow1.png") no-repeat scroll 0 0;
}

.box-step .item:last-child::after {
  background: none;
}

.box-step h2 {
  margin-bottom: 41px;
  padding: 0 15px;
  text-align: center;
}

.box-step .item {
  float: left;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  .box-step .item {
    text-align: center;
  }
  .box-step .item:after {
    display: none;
  }
}

.box-step .item .title {
  font-family: "MyriadPro-Text";
  font-size: 17px;
  line-height: 24px;
}

.box-step .item:hover .title {
  color: #454545;
  margin-top: 25px;
  margin-bottom: 10px;
}

.box-step .item:hover .description {
  color: #39c0c0;
}

.box-step .item:hover .icon img {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.box-step .item:last-child {
  margin-right: 0;
}

.box-step .icon {
  text-align: center;
}

.box-step .icon img {
  height: auto;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.box-step .description {
  text-align: center;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-top: 23px;
  margin-bottom: 0;
  /*font-weight: bold;*/
  font-size: 21px;
  line-height: 25px;
  font-family: "MyriadPro-Text";
}

.box-step .title {
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 15px;
  font-size: 15px;
}






/* /box-step
================================================== */


/* 4.5 promo-fluid
================================================== */

.promo-fluid {
  background: #46d8cc;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 52px 36px 48px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.promo-fluid:hover {
  background: #39c0c0;
  color: #fff;
}

.home-youtube {
  padding: 10px 50px;
}






/* /promo-fluid
================================================== */


/* 4.6 box-icon-text
================================================== */

.box-color-white {
  color: #fff;
}

.box-color-white .title-underline {
  color: #fff;
}

.box-color-white .title-underline:after {
  background: #fff;
}

.box-icon-text {
  text-align: left;
  padding-bottom: 40px;
  overflow: hidden;
}

.box-icon-text .description {
  width: 80%;
  padding-top: 13px;
  margin-left: 78px;
}

.box-icon-text .title {
  line-height: 25px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 17px;
}

.box-icon-text .title a {
  color: #fff;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.box-icon-text .title a:hover {
  color: #39c0c0;
}

.box-icon-text .icon {
  font-size: 50px;
  line-height: 50px;
  color: #39c0c0;
  display: inline-block;
  position: absolute;
}






/* /box-icon-text
================================================== */


/* 4.7 box-text
================================================== */

.box-text {
  padding: 15px 0 50px 0;
  overflow: hidden;
}

.footer-social li a .fa {
  color: #212121;
}

.footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #212121;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-social li {
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  .box-text {
    padding: 15px 0 20px 0;
  }
}

.box-text .title {
  color: #454545;
  padding-bottom: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.box-text .title a {
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #454545;
  font-size: 24px;
}

.box-text .title:hover a {
  color: #39c0c0;
}






/* /box-text
================================================== */


/* 4.8 services-box-info
================================================== */

.services-box-info-carousel .services-box-info {
  border: 1px solid #dddddd;
  text-align: center;
  margin-top: 80px;
  padding: 0 30px 30px;
  display: block;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .services-box-info {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .permission-box-mobile .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}

.services-box-info .img {
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 227px;
  height: 227px;
  overflow: hidden;
  z-index: 1;
}

.service-box-1 {
  position: relative;
  top: -70px;
}

.services-box-info .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-box-info .img img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-info .title {
  margin-top: 47px;
  padding-bottom: 25px;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  font-size: 22px;
  margin-bottom: 0px;
}

.services-box-info:hover {
  border: 1px solid #39c0c0;
}

.services-box-info-carousel .slick-dots {
  bottom: -20px;
}

.services-box-info:hover .title {
  color: #39c0c0;
}

.services-box-info:hover .img:after {
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
}






/* /services-box-info
================================================== */


/* 4.9 product-box
================================================== */

.product-box-mobile .slick-dots {
  bottom: -10px;
}

.product-box {
  text-align: center;
  display: block;
  padding: 10px 0 25px 0;
}

.product-box .icon {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 40px;
  display: inline-block;
  color: #5e5e5e;
  margin-bottom: 48px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.product-box .title {
  font-weight: 500;
  text-align: center;
  font-size: 28px;
}

.product-box .description {
  padding-top: 2px;
  font-family: "MyriadPro-Text";
  font-size: 19px;
  line-height: 25px;
}

.product-box:hover .icon {
  color: #39c0c0;
}






/* /product-box
================================================== */


/* 4.10 carousel-blog-box
================================================== */

@media only screen and (min-width: 1025px) {
  .carusel--parallax {
    background-attachment: fixed;
  }
}

.carusel--parallax {
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.carousel-blog-box {
  padding: 14px 0 87px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .carousel-blog-box {
    padding: 14px 0 0;
  }
}

.carousel-blog-box a {
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .carousel-blog-box .col-xs-3:after {
    content: "“";
    display: inline-block;
    position: absolute;
    top: -20px;
    right: 170px;
    font-size: 150px;
    line-height: 150px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #39c0c0;
  }
}

.carousel-blog-box .img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: right;
  width: 123px;
  height: 123px;
  background: #39c0c0;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.carousel-blog-box .img:before {
  /*content: "\e909";
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 37px;
  font-size: 50px;
  font-family: 'laundry';*/
}

@media (max-width: 767px) {
  .carousel-blog-box .img {
    width: 55px;
    height: 55px;
  }
  .carousel-blog-box .img:before {
    top: 14px;
    left: 10px;
    font-size: 36px;
  }
}

.carousel-blog-box .center-y {
  height: 123px;
  display: table-cell;
  vertical-align: middle;
}

.carousel-blog-box .title {
  margin-bottom: 0;
  line-height: 29px;
  color: #39c0c0;
  font-weight: bold;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.carousel-blog-box .title a {
  color: #39c0c0;
}

@media (max-width: 420px) {
  .carousel-blog-box .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.carousel-blog-box .description .desc {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-style: normal;
}

.carousel-blog-box .description {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 420px) {
  .carousel-blog-box .description {
    font-size: 18px;
    line-height: 22px;
  }
}






/*5-4-2017*/

#modalOrder h2 {
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 38px;
  color: #444;
}

#success {
  color: #2990d6;
}

#error {
  color: #c0392b;
}

#success,
#error {
  display: none;
  height: 70px;
}

.form-row {
  display: inline-block;
  width: 100%;
}

.form-row .form-row-label {
  width: 173px;
  float: left;
  padding: 10px 0 0 0;
  line-height: 22px;
}

.form-row .form-row-group {
  width: calc(100% - 173px);
  float: right;
  margin-bottom: 18px;
}

.form-row .form-row-group .form-control--50 {
  float: left;
  width: calc(50% - 5px);
  margin: 0 5px 0 0;
}

.form-row .form-row-label--lg {
  width: 260px;
  float: left;
  padding: 10px 0 0 0;
  line-height: 22px;
}

.form-row .form-row-group--time {
  width: 38%;
  float: right;
}

.form-row .form-row-group .form-control--30 {
  float: left;
  width: calc(30% - 5px);
}

.datetimepicker-wrap {
  position: relative;
}

.datetimepicker-wrap:before {
  content: "\e93a";
  font-family: 'laundry';
  position: absolute;
  display: block;
  top: 7px;
  right: 11px;
  font-size: 18px;
  line-height: 27px;
  color: #999;
  z-index: 9;
}

.timepicker-wrap:before {
  content: "\e907";
  font-family: 'laundry';
  position: absolute;
  display: block;
  top: 7px;
  right: 11px;
  font-size: 18px;
  line-height: 27px;
  color: #999;
  z-index: 9;
}

.form-row .form-row-group .form-control {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 12px;
  height: 42px;
  margin-bottom: 0;
}

.form-row .form-row-group--date {
  width: 58%;
  float: left;
}

.form-row .form-row-label--lg {
  width: 260px;
  float: left;
  padding: 0;
  line-height: 22px;
}

.timepicker-wrap {
  position: relative;
}

.form-row {
  display: inline-block;
  width: 100%;
}

.form-row .required {
  color: red;
}

.form-row .form-row-group .form-control--50:last-child:not(:only-child) {
  float: left;
  width: calc(50% - 5px);
  margin: 0 0 0 5px;
}

#modalOrder .btn {
  margin-top: 15px;
}

.form-row .form-row-label--lg+.form-row-group {
  width: calc(100% - 260px);
}

.form-row-group input[type="checkbox"],
.form-row-group input[type="radio"] {
  border: 0;
  height: 20px;
  margin-left: -25px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 20px;
}

.form-row-group label {
  position: relative;
  top: -25px;
  padding-left: 30px;
  min-width: 140px;
}

.form-row-group.form-new .clearfix {
  display: inline-block;
}

.form-row-group span.wpcf7-list-item {
  display: inline-block;
  margin: 0px 80px 0px 0px;
}

.wpcf7-list-item.first.last {
  margin-left: 20px;
  margin-top: 20px;
}

.checkbox,
.radio {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.form-row-group span.wpcf7-form-control-wrap.classradio {
  margin-left: 20px;
  padding-top: 20px;
  display: inline-block;
}






/* /carousel-blog-box
================================================== */


/* 4.11 map
================================================== */

#map {
  height: 389px;
  width: 100%;
}






/* /map
================================================== */


/* 4.12 tab-history
================================================== */

.tab-history {
  padding-top: 30px;
}

.tab-history .nav-tabs {
  border: none;
  position: relative;
}

.tab-history .nav-tabs:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dddddd;
  top: -6px;
  position: absolute;
  display: block;
}

.tab-history .nav-tabs li {
  width: 16.66%;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  top: -12px;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.tab-history .nav-tabs li a {
  display: block;
  padding: 36px 0 0 0;
  border: none;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.tab-history .nav-tabs li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #39c0c0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  left: 50%;
  top: 0;
  position: absolute;
  margin-left: -6px;
}

.tab-history .nav-tabs li:hover a {
  background: none;
  border: none;
}

.tab-history .nav-tabs li:hover:before {
  background: #39c0c0;
}

.tab-history .nav-tabs li.active a {
  border: none;
  background: none;
}

.tab-history .nav-tabs li.active:before {
  background: #39c0c0;
  width: 21px;
  height: 21px;
  top: -4px;
  margin-left: -9px;
}

.tab-history .nav-tabs li {
  text-align: center;
}

.tab-history .tab-content {
  padding: 40px 0 0 0;
  text-align: left;
  display: block;
  overflow: hidden;
}

.tab-content .tab-pane img {
  display: block;
  width: 100%;
  height: auto;
}

.tab-history .tab-content .img {
  margin: 25px 0 0 0;
  width: 100%;
  height: auto;
}

.tab-history .tab-content .title {
  padding: 0 0 17px 0;
}






/* tab-history
================================================== */


/* 4.13 permission-box
================================================== */

.permission-box-mobile .slick-dots {
  bottom: -10px;
}

.permission-box {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.permission-box .icon {
  font-size: 50px;
  line-height: 50px;
  color: #39c0c0;
  position: absolute;
}

.permission-box .description {
  padding: 0 0 0 79px;
}

.permission-box .title {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 27px;
  padding: 10px 0 15px 0;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #454545;
}

.permission-box:hover .title {
  color: #39c0c0;
}






/* /permission-box
================================================== */


/* 4.14 breadcrumb
================================================== */

.breadcrumb {
  border-bottom: 1px solid #dce9ee;
  background: #fff;
}

.breadcrumb ul {
  padding: 0;
  margin: 0 0 0 24px;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #b6bdc0;
  /*padding: 0 0 0 20px;*/
  /*margin-right: 10px;*/
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb li:before {
  content: '\e928';
  font-family: 'laundry';
  font-size: 8px;
  left: 0;
  position: absolute;
  display: inline-block;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #b6bdc0;
}

.breadcrumb li a:hover {
  color: #39c0c0;
}

.breadcrumb li:first-child {
  padding: 0;
}

.error404 .content-area {
  margin-top: 70px;
}

.breadcrumbs span,
.breadcrumbs span a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #b6bdc0;
  padding: 0 0 0 5px;
  margin-right: 10px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

body.single-post .breadcrumb {
  margin-bottom: 50px;
}

.search-no-results .breadcrumb {
  margin-bottom: 50px;
}

.error404 .page-header {
  margin-top: 0 !important;
}






/* /breadcrumb
================================================== */


/* 4.15 box-personal
================================================== */

.box-personal {
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
  display: block;
}

.box-personal .img {
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.box-personal .img:after {
  content: '';
  position: absolute;
  width: 102%;
  height: 102%;
  left: -1%;
  top: -1%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-personal .img img {
  width: 100%;
  height: auto;
}

.box-personal .title {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  font-size: 22px;
  margin-bottom: 0;
  color: #454545;
}

.box-personal .description {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
}

.box-personal:hover .title {
  color: #39c0c0;
}

.box-personal:hover .img:after {
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hentry {
  margin: 0px;
}






/* /box-personal
================================================== */


/* 4.16 product-total
================================================== */

.product-total {
  padding: 20px 0 78px;
  overflow: hidden;
}

.product-total .icon {
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  color: #39c0c0;
  margin-bottom: 33px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-total .title {
  font-size: 48px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-total .description {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 9px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-total:hover .icon {
  color: #fff;
}

.product-total:hover .description {
  margin-top: 29px;
  margin-bottom: -20px;
}

.product-total:hover .title {
  color: #39c0c0;
}






/* /product-total
================================================== */


/* 4.17 social-icon-content
================================================== */

.social-icon-content {
  text-align: right;
  margin-top: 25px;
}

.social-icon-content li {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 12px;
}

.social-icon-content li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  color: #404040;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social-icon-content li a:hover {
  background: #404040;
  color: #fff;
}

.social-icon-content li:first-child {
  margin-left: 0;
}






/* /social-icon-content
================================================== */


/* 4.18 contact-box
================================================== */


/* contact-box-01
================================================== */

.contact-box-01 {
  position: relative;
  padding-right: 33px;
  text-align: right;
  font-weight: 400;
}

.contact-box-01 .title,
.contact-box-02 .title,
.contact-box-03 .title {
  line-height: 24px;
  color: #454545;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

.contact-box-01:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 0;
  font-size: 21px;
  line-height: 27px;
  color: #39c0c0;
}

@media (max-width: 767px) {
  .contact-box-01 {
    padding: 0;
    text-align: center;
  }
  .contact-box-01:before {
    position: relative;
    margin-bottom: 15px;
  }
}






/* /contact-box-01
================================================== */


/* contact-box-02
================================================== */

.contact-box-03,
.contact-box-02 {
  position: relative;
  padding-right: 33px;
  margin-top: 29px;
  text-align: right;
  font-weight: 400;
}

.contact-box-03:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 0;
  font-size: 21px;
  line-height: 27px;
  color: #39c0c0;
}

.contact-box-02:before {
  content: "\e906";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 0;
  font-size: 21px;
  line-height: 27px;
  color: #39c0c0;
}

@media (max-width: 767px) {
  .contact-box-03,
  .contact-box-02 {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
  .contact-box-03:before,
  .contact-box-02:before {
    position: relative;
    margin-bottom: 15px;
  }
}






/* /contact-box-02
================================================== */


/* contact-box-03
================================================== */

.contact-box-03 {
  margin-top: 29px;
  text-align: right;
}

.contact-box-03 a {
  text-decoration: underline;
}

.contact-box-03 a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .contact-box-03 {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}






/* /contact-box-03
================================================== */


/* 4.19 form
================================================== */

.form-control {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #959595;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px;
  height: 50px;
  margin-bottom: 20px;
}

textarea.form-control {
  margin-bottom: 30px;
}

.control-label {
  font-weight: 400;
}

.form-control:focus {
  border-color: #39c0c0;
  outline: 0;
  box-shadow: none;
}

.btn-default,
.btn-default:visited {
  background: #39c0c0;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 32px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  outline: none !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}

.btn-default:hover,
.btn-default:visited:hover,
.price-block.first-pricing .btn.btn-default:hover,
.price-block.price-block--blue .btn.btn-default:hover {
  background: #000;
  color: #fff;
}

.btn-default.btn-blue {
  background: #39c0c0;
}

.btn-default.btn-blue:hover {
  background: #000;
  color: #fff;
}

.social-icon-content {
  text-align: right;
  float: right;
  margin-top: 75px;
  overflow: hidden;
}

.social-icon-content li {
  display: inline-block;
  float: none;
}

@media (max-width: 767px) {
  .social-icon-content {
    text-align: center;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 35px;
  }
}

form label.error {
  display: block;
  color: #ff0000;
  font-size: 12px;
  opacity: 1;
}

#success,
#error {
  display: none;
  height: 70px;
}

#success span,
#error span {
  display: block;
}

#success span p,
#error span p {
  margin-top: 15px;
}

#success span p {
  color: #2990d6;
}

#error span p {
  color: #c0392b;
}

.comment-list .media-left img {
  max-width: 100%;
  height: auto;
}

.column-right .search_form button.btn-default {
  margin-bottom: 0;
}






/* form
================================================== */


/*******************************************************************
* End Content
*******************************************************************/


/*******************************************************************
* 5. Footer
*******************************************************************/

.social-icon-footer li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 12px;
}

.social-icon-footer li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  color: #404040;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social-icon-footer li a:hover {
  background: #404040;
  color: #fff;
}

.social-icon-footer li:first-child {
  margin-left: 0;
}

.footer-separator {
  border-bottom: 1px solid #1ba5dd;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 28px;
  margin-bottom: 50px;
}

.promo-footer {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 25px;
}

.promo-footer .text-1 {
  color: #cce5ff;
  text-transform: uppercase;
  margin-right: 11px;
}

.promo-footer .text-2 {
  font-weight: 500;
}

.copyright-box {
  padding-bottom: 40px;
  font-weight: 400;
  line-height: 24px;
}

footer {
  margin-top: 0px;
  position: relative;
}

footer .box-location {
  position: relative;
  font-weight: 400;
  padding: 0 0 28px 32px;
  font-size: 18px;
  line-height: 26px;
}

.site-footer .logo-footer img {
  padding-top: 20px;
}

footer .box-location:before {
  content: "\e908";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
}

.time-table {
  position: relative;
  font-weight: 400;
  padding: 0 0 28px 35px;
  font-size: 18px;
  line-height: 26px;
}

.time-table:before {
  content: "\e907";
  font-family: 'laundry';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  color: red;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
}

.footer-link li {
  padding: 0 0 3px 0;
}

.footer-link li a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.footer-link li a:hover {
  text-decoration: none;
}

.main-footer {
  padding-bottom: 30px;
}

footer {
  background: #212121;
  color: #dddddd;
  padding: 37px 0 0 0;
}

footer a {
  color: #dddddd !important;
}

footer .container:last-child {
  margin-top: 47px;
}

@media (max-width: 1229px) {
  footer .footer-separator .pull-left,
  footer .footer-separator .pull-right {
    width: 100%;
  }
  footer .logo-footer img {
    max-width: 280px;
    height: auto;
  }
}

@media (max-width: 991px) {
  footer .footer-col {
    margin-bottom: 30px;
  }
  footer {
    /*text-align: center;*/
  }
  footer .footer-link li {
    display: inline-block;
    padding: 0 15px;
  }
  footer .box-location {
    width: 250px;
    margin: 0 auto;
    text-align: left;
  }
  footer .time-table {
    width: 250px;
    margin: 0 auto;
    text-align: left;
  }
  footer .footer-separator {
    border-top: 1px solid #1ba6df;
    margin-top: 25px;
  }
  footer .copyright-box {
    border-top: 1px solid #1ba6df;
    padding-top: 35px;
  }
  footer .promo-footer>span {
    display: block;
    width: 100%;
    float: inherit;
  }
}

@media (max-width: 500px) {
  footer .promo-footer {
    font-size: 28px;
    line-height: 35px;
  }
}

footer .footer-separator {
  padding: 30px 0;
}

footer .container:last-child {
  margin-top: 30px;
}

footer .copyright-box {
  padding-bottom: 30px;
}






/*******************************************************************
* End Footer
*******************************************************************/


/*******************************************************************
* 6. Blog
*******************************************************************/


/* post
================================================== */

.blog-post {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 55px;
  }
}

.blog-post .post-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
  width: 100%;
  height: auto;
  border: 0;
}

.blog-post .post-image {
  position: relative;
  margin-bottom: 36px;
  border-radius: 0;
}






/*.blog-post .post-image img {
  width: 100%;
}*/

.blog-post .post-image .post-link-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.blog-post .post-image .post-link {
  font-size: 44px;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  font-family: "MyriadPro-Text", sans-serif;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 767px) {
  .blog-post .post-image .post-link {
    font-size: 4vw;
  }
}

.blog-post .post-image .post-link:hover {
  color: #39c0c0;
  text-decoration: none;
}

.blog-post .post-title {
  font-size: 24px;
  line-height: 1.1em;
  font-family: "MyriadPro-Bold", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #454545;
}

@media (max-width: 667px) {
  .blog-post .post-title {
    font-size: 30px;
  }
}

.blog-post .post-title,
.blog-post .post-title a {
  font-weight: bold;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.blog-post .post-title a:hover {
  color: #39c0c0;
}

.blog-post .post-meta {
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.blog-post .post-meta li {
  /*float: left;*/
  display: inline-block;
  padding-right: 24px;
  font-size: 14px;
  line-height: 18px;
}

.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
  display: inline-block;
  vertical-align: top;
}

.blog-post .post-meta li i.icon {
  font-size: 18px;
  padding-right: 5px;
  color: #39c0c0;
  width: auto;
  height: auto;
}

.blog-post .post-meta li:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .blog-post .post-meta li {
    padding-right: 10px;
  }
}

.blog-post .post-meta li.post-message {
  font-size: 15px;
}

.blog-post .post-teaser {
  margin-bottom: 10px;
}

.column-right .blog-post .post-teaser p,
.column-right .blog-post .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}

.column-right .blog-post .post-title a {
  font-family: "MyriadPro-Bold", sans-serif;
}

.blog-post .post-author {
  margin: 20px 0 18px;
  font-size: 16px;
  font-style: italic;
}

.blog-post .post-author img {
  margin-right: 20px;
  border-radius: 50%;
}

.blog-post .post-quote {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 10% 8% 10% 16%;
  color: #fff;
  overflow: hidden;
}

.blog-post .post-quote p {
  position: relative;
  font-size: 24px;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 300;
  color: #fff !important;
}

@media (max-width: 667px) {
  .blog-post .post-quote p {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .blog-post .post-quote p {
    font-size: 12px;
  }
}

.blog-post .post-quote p:after {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  content: '“';
  display: block;
  position: absolute;
  top: -80px;
  left: -70px;
  color: #39c0c0;
  font-size: 155px;
  line-height: 1em;
  font-style: normal;
}

@media (max-width: 667px) {
  .blog-post .post-quote p:after {
    top: -60px;
    left: -50px;
    font-size: 100px;
  }
}

@media (max-width: 400px) {
  .blog-post .post-quote p:after {
    top: -35px;
    left: -40px;
    font-size: 70px;
  }
}

.blog-post .post-quote .quote-author {
  margin-bottom: 10px;
  position: relative;
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
}

@media (max-width: 400px) {
  .blog-post .post-quote .quote-author {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.blog-post.single {
  margin-bottom: 0;
}






/* blogpost carousel
================================================== */

.post-carousel {
  overflow: hidden;
}

.post-carousel .slick-prev,
.post-carousel .slick-next,
.post-carousel .slick-prev:focus,
.post-carousel .slick-next:focus {
  width: 54px;
  height: 84px;
  padding: 0;
  background-color: #fff;
  text-align: center;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
  opacity: 0.7;
  background-color: #fff;
}

.single-post h1.decor.color,
.blog h1.decor.color {
  font-size: 38px;
  margin: 40px 0px 50px;
  color: #454545;
}

.post-carousel .slick-prev {
  left: 0;
}

.post-carousel .slick-next {
  right: 0;
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
  color: #454545;
  font-size: 30px;
  font-family: 'laundry';
}

.post-carousel .slick-next:before {
  content: '\e928';
  padding-left: 7px;
}

.post-carousel .slick-prev:before {
  content: '\e927';
  padding-right: 7px;
}






/* post preview
================================================== */

.post-preview {
  margin-top: 22px;
  margin-bottom: 65px;
}

.post-preview .post-image {
  margin-bottom: 20px;
}

.post-preview .post-meta {
  margin-bottom: 15px;
  font-size: 13px;
}

.post-preview .post-author {
  margin: 0 0 10px;
}

.post-preview .post-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.view-more-post {
  margin-bottom: 30px;
}






/* sidebar block
================================================== */

.side-block {
  margin-bottom: 60px;
}

.side-block h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
}

.side-block:last-child {
  border-bottom: 0;
}






/* comments
================================================== */

.comments {
  padding-top: 15px;
}

.comments .comment {
  margin: 30px 0 30px;
  display: inline-block;
  width: 100%;
}

.comments .comment .userpic {
  width: 92px;
  height: 92px;
  float: left;
  margin: 0 23px 0 0;
  font-size: 40px;
  line-height: 92px;
  background-color: #39c0c0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .comments .comment .userpic {
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
  }
}

.comments .comment .text {
  overflow: hidden;
  padding-top: 10px;
}

.comments .comment .text .meta {
  padding-bottom: 10px;
  font-size: 14px;
}

.comments .comment .text .meta a.reply {
  padding: 0 5px 1px;
  border-radius: 2px;
  color: #fff;
  background-color: #39c0c0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.comments .comment .text .meta a.reply:hover {
  background-color: #39c0c0;
}

.comments .comment .text .author {
  padding-right: 8px;
  font-size: 16px;
}

.comments .comment .text .date {
  padding: 0 20px 0 8px;
}

.comments .comment.replay {
  margin-left: 115px;
}

@media (max-width: 767px) {
  .comments .comment.replay {
    margin-left: 0px;
  }
}

.pagination h2.screen-reader-text {
  display: none;
}

.nav-links .page-numbers {
  padding: 10px 15px;
  border: 1px dotted #ccc;
}

.comment-form {
  margin-bottom: 50px;
}

.comment-form .textarea-custom {
  height: 235px;
}






/* category list
================================================== */

.category-list {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}

.category-list>li {
  position: relative;
  padding: 10px 10px 0px 20px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: none;
}

.column-right .form-control {
  padding: 10px 10px;
}

.category-list>li:last-child {
  border-bottom: 0;
}

.category-list>li a {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list>li a:hover {
  text-decoration: none;
  color: #39c0c0;
}

.category-list>li:after {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  font-family: 'laundry';
  content: "\e928";
  font-size: 12px;
  color: #39c0c0;
}






/* tags
================================================== */

.tag,
.tags-list li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 4px 4px 0;
  text-decoration: none;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #8f8f8f;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tag:hover,
.tags-list li a:hover {
  background-color: #39c0c0;
  color: #fff;
}

.tags-list {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.tags-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 2px;
}






/* blockquote
================================================== */

blockquote {
  position: relative;
  padding: 0 0 0 25px;
  margin: 35px 0 20px 0;
  border-left: 0;
}

blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 25px;
  border-left: 4px solid #39c0c0;
}

blockquote .quote-author {
  font-weight: 500;
  padding-left: 25px;
}






/* card blog post (masonry)
================================================== */

.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  /*margin-top: 10px;*/
  overflow: visible;
}

.blog-isotope .blog-post {
  position: relative;
  float: left;
  /*width: calc(33.333% - 20px);*/
  padding: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-isotope .blog-post {
    /* width: calc(50% - 15px); */
  }
}

@media (max-width: 667px) {
  .blog-isotope .blog-post {
    width: 100%;
  }
}

.blog-isotope .blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}

.blog-isotope .blog-post .post-content {
  padding: 0 15px;
}

.blog-isotope .blog-post .post-image {
  margin-bottom: 20px;
}

.blog-isotope .blog-post .post-image .post-link {
  font-size: 22px;
}

@media (max-width: 1229px) {
  .blog-isotope .blog-post .post-image .post-link {
    font-size: 18px;
  }
}

.blog-isotope .blog-post .post-meta {
  display: none;
  margin-bottom: 15px;
  font-size: 13px;
}

.blog-isotope .blog-post .post-author {
  margin: 0 0 10px;
  display: none;
}






/* 1-3-2017 */

.post_loop_cont_wrap {
  height: auto;
}

.post_loop_cont {
  height: 100%;
}

.blog-isotope .post_loop_cont_wrap,
.blog-isotope .post_loop_cont {
  height: 100%;
}

.ajax_load_post_img {
  display: none;
}

.blog-isotope .blog-post .post-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  /* text-transform: uppercase; */
}

.blog-isotope .blog-post .post-carousel {
  overflow: hidden;
}

.blog-isotope .blog-post .post-carousel .slick-prev,
.blog-isotope .blog-post .post-carousel .slick-next,
.blog-isotope .blog-post .post-carousel .slick-prev:focus,
.blog-isotope .blog-post .post-carousel .slick-next:focus {
  width: 44px;
  height: 64px;
  padding: 0;
}

.post-author .post-meta span {
  padding: 0px 5px;
}

.blog-isotope .blog-post .post-carousel .slick-prev:before,
.blog-isotope .blog-post .post-carousel .slick-next:before {
  font-size: 30px;
  line-height: 64px;
}

.blog-isotope .blog-post .post-carousel .slick-next:before {
  padding-left: 5px;
}

.blog-isotope .blog-post .post-carousel .slick-prev:before {
  padding-right: 5px;
}

.blog-isotope .blog-post .post-quote p {
  font-size: 20px;
}

@media (max-width: 1229px) {
  .blog-isotope .blog-post .post-quote p {
    font-size: 16px;
  }
}

.blog-isotope .blog-post .post-quote p:after {
  top: -60px;
  left: -50px;
  font-size: 120px;
}

@media (max-width: 1400px) {
  .blog-isotope .blog-post .post-quote p:after {
    top: -55px;
    left: -45px;
    font-size: 100px;
  }
}

.blog-isotope .blog-post .post-quote .quote-author {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
}






/* calendar
================================================== */

.calendar__header {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 18px;
}

header address.box-location {
  font-style: normal;
}

.calendar__footer {
  font-size: 15px;
  padding: 10px 0 0;
}

.calendar__footer a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calendar__footer a:hover {
  color: #39c0c0;
}

.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #222;
  font-size: 15px;
  width: 100%;
  max-width: 350px;
}

.calendar th,
.calendar td {
  border: 1px solid #eee;
  color: #484848;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calendar th:hover,
.calendar td:hover {
  background-color: #f5f5f5;
}

.calendar th {
  background-color: #f5f5f5;
}

.calendar tr:first-child td {
  color: #222;
  font-weight: 700;
  padding-bottom: 10px;
}

.calendar .selected,
.calendar .selected:hover {
  background-color: #39c0c0;
  color: #fff;
}






/*7-4-2017*/

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  border: none;
}






/* helpers
================================================== */

.vert-wrap,
.vert-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.blog-isotope .post-image .post-quote .vert-wrap {
  display: block;
  width: 100%;
  max-height: 186px;
  height: 100%;
  overflow: hidden;
}

.vert-wrap .vert,
.vert-wrapper .vert {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.divider-line {
  clear: both;
  height: 70px;
  margin-top: 70px;
  border-top: 1px solid #d3d4d7;
}

@media (max-width: 767px) {
  .divider-line {
    margin-top: 40px;
    height: 40px;
  }
}






/*******************************************************************
* End Blog
*******************************************************************/


/*******************************************************************
* 7. Icon Animation
*******************************************************************/

.svg-washer-icon:hover .disc,
.services-box:hover .disc {
  animation: rotateDisc 300ms 400ms infinite linear;
}

.svg-washer-icon .disc {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 64% 0;
}

@-webkit-keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-moz-keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@-o-keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.svg-hanger-icon .hanger {
  transform-origin: 50% 0%;
}

.svg-hanger-icon:hover .hanger,
.services-box:hover .hanger {
  animation: hanger 1000ms infinite linear;
}

@-webkit-keyframes hanger {
  0% {
    transform: rotateY(0deg);
  }
  66% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@-moz-keyframes hanger {
  0% {
    transform: rotateY(0deg);
  }
  66% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@-o-keyframes hanger {
  0% {
    transform: rotateY(0deg);
  }
  66% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes hanger {
  0% {
    transform: rotateY(0deg);
  }
  66% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.svg-hanger-icon .clothes {
  transform-origin: 50% 0%;
}

.svg-hanger-icon:hover .clothes,
.services-box:hover .clothes {
  animation: clothes 3000ms infinite linear;
}

@-webkit-keyframes clothes {
  0% {
    fill: #39c0c0;
  }
  33% {
    fill: #39c0c0;
  }
  34% {
    fill: #454545;
  }
  65% {
    fill: #454545;
  }
  66% {
    fill: #2a6496;
  }
  100% {
    fill: #2a6496;
  }
}

@-moz-keyframes clothes {
  0% {
    fill: #39c0c0;
  }
  33% {
    fill: #39c0c0;
  }
  34% {
    fill: #454545;
  }
  65% {
    fill: #454545;
  }
  66% {
    fill: #2a6496;
  }
  100% {
    fill: #2a6496;
  }
}

@-o-keyframes clothes {
  0% {
    fill: #39c0c0;
  }
  33% {
    fill: #39c0c0;
  }
  34% {
    fill: #454545;
  }
  65% {
    fill: #454545;
  }
  66% {
    fill: #2a6496;
  }
  100% {
    fill: #2a6496;
  }
}

@keyframes clothes {
  0% {
    fill: #39c0c0;
  }
  33% {
    fill: #39c0c0;
  }
  34% {
    fill: #454545;
  }
  65% {
    fill: #454545;
  }
  66% {
    fill: #2a6496;
  }
  100% {
    fill: #2a6496;
  }
}

.svg-vacuumcleaner-icon .tube {
  transform-origin: 0% 0%;
}

.svg-vacuumcleaner-icon:hover .tube,
.services-box:hover .tube {
  animation: tube 1000ms infinite linear;
}

@-webkit-keyframes tube {
  0% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}

@-moz-keyframes tube {
  0% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}

@-o-keyframes tube {
  0% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}

@keyframes tube {
  0% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(-2deg);
  }
}

.svg-vacuumcleaner-icon .hose {
  transform-origin: 100% 50%;
}

.svg-vacuumcleaner-icon:hover .hose,
.services-box:hover .hose {
  animation: hose 1000ms infinite linear;
}

@-webkit-keyframes hose {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes hose {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-o-keyframes hose {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes hose {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.svg-vacuumcleaner-icon .vacuumcleaner {
  transform-origin: 0% 0%;
}

.svg-vacuumcleaner-icon:hover .vacuumcleaner,
.services-box:hover .vacuumcleaner {
  animation: vacuumcleaner 1000ms infinite linear;
}

@-webkit-keyframes vacuumcleaner {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes vacuumcleaner {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}

@-o-keyframes vacuumcleaner {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes vacuumcleaner {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}

.rs-glow-1 {
  animation: glow 1500ms infinite linear;
}

.rs-glow-2 {
  animation: glow 2500ms infinite linear;
}

.rs-glow-3 {
  animation: glow 3500ms infinite ease;
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animated:not(.no-animate) {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animation {
  opacity: 0;
  opacity: 1\9;
}

.animation.no-animate {
  opacity: 1 !important;
  animation-name: none !important;
  -webkit-animation-name: none !important;
}






/* footer animation */

div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../images/icons/buble.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.bubble-1 {
  bottom: -28px;
  left: 58%;
  animation: bubble-movement 4s infinite ease-in -2.66s;
}

.bubble-2 {
  bottom: -126px;
  left: 48%;
  animation: bubble-movement 4s infinite ease-in -6.94s;
}

.bubble-3 {
  bottom: -10px;
  left: 30%;
  animation: bubble-movement 4s infinite ease-in -4.1s;
}

.bubble-4 {
  bottom: -58px;
  left: 23%;
  animation: bubble-movement 4s infinite ease-in -2.47s;
}

.bubble-5 {
  bottom: -65px;
  left: 85%;
  animation: bubble-movement 4s infinite ease-in -1.34s;
}

.bubble-6 {
  bottom: -195px;
  left: 91%;
  animation: bubble-movement 4s infinite ease-in -2.86s;
}

.bubble-7 {
  bottom: -105px;
  left: 70%;
  animation: bubble-movement 4s infinite ease-in -0.1s;
}

.bubble-8 {
  bottom: -123px;
  left: 48%;
  animation: bubble-movement 4s infinite ease-in -0.45s;
}

.bubble-9 {
  bottom: -37px;
  left: 19%;
  animation: bubble-movement 4s infinite ease-in -0.98s;
}

.bubble-10 {
  bottom: -190px;
  left: 4%;
  animation: bubble-movement 4s infinite ease-in -2.08s;
}

.bubble-11 {
  bottom: -22px;
  left: 33%;
  animation: bubble-movement 3s infinite ease-in -5.39s;
}

.bubble-12 {
  bottom: -189px;
  left: 32%;
  animation: bubble-movement 3s infinite ease-in -1.3s;
}

.bubble-13 {
  bottom: -90px;
  left: 15%;
  animation: bubble-movement 3s infinite ease-in -4.47s;
}

.bubble-14 {
  bottom: -75px;
  left: 10%;
  animation: bubble-movement 3s infinite ease-in -6.97s;
}

.bubble-15 {
  bottom: -187px;
  left: 8%;
  animation: bubble-movement 3s infinite ease-in -3.33s;
}

.bubble-16 {
  bottom: -62px;
  left: 92%;
  animation: bubble-movement 3s infinite ease-in -0.17s;
}

.bubble-17 {
  bottom: -116px;
  left: 44%;
  animation: bubble-movement 3s infinite ease-in -5.5s;
}

.bubble-18 {
  bottom: -4px;
  left: 39%;
  animation: bubble-movement 3s infinite ease-in -1.56s;
}

.bubble-19 {
  bottom: -141px;
  left: 57%;
  animation: bubble-movement 3s infinite ease-in -1.53s;
}

.bubble-20 {
  bottom: -188px;
  left: 56%;
  animation: bubble-movement 3s infinite ease-in -0.77s;
}

.bubbleContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

@-webkit-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

@-moz-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

@-o-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

@keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

.entry-footer {
  margin: 15px 0;
}

.comment-respond h5.color {
  padding-bottom: 12px;
  margin-bottom: 0;
}

body.page:not(.home) h1 {
  font-size: 36px;
}






/*
body.page:not(.home) h1,
body.page:not(.home) h2{
  padding-bottom: 0;
}
*/

body.page:not(.home) .entry-content table th,
body.page:not(.home) .entry-content table td {
  border: 1px solid #d1d1d1;
  padding: 10px;
}

body.page h1.page-title {
  margin-bottom: 30px;
}

.comment-list .media-left img {
  max-width: 100%;
  height: auto;
}






/* unit test */

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}

address {
  margin-bottom: 20px;
  line-height: 1.42857143;
  font-style: italic;
}

.post-teaser span,
.post-teaser em,
.post-teaser strong {
  font-size: 15px !important;
}






/* 13-02-2017 unite test */

.widget_nav_menu ul>li>ul.sub-menu>li>ul.sub-menu ul.sub-menu {
  padding-left: 0;
}

.widget_nav_menu ul>li>ul.sub-menu li>ul.sub-menu li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_nav_menu ul>li>ul.sub-menu li>ul.sub-menu.category-list>li>a {
  margin-left: 15px;
}

ol>li {
  margin-top: 8px;
}

.column-right ul {
  padding-left: 0;
  padding-bottom: 0;
}

.post-image img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.textwidget>form select option {
  width: 250px;
}

.comments .comment .comment {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .comments .comment .comment {
    margin-left: 0px;
  }
}






/*new add services */

.category-list-aside {
  background: #f5f5f5;
  margin: 0 0 30px;
  padding: 0 !important;
  list-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.category-list-aside>li:hover,
.category-list-aside>li.current-menu-item {
  background-color: #39c0c0;
}

.category-list-aside>li:hover a,
.category-list-aside>li.current-menu-item a {
  color: #fff;
}

.category-list-aside>li a {
  display: block;
  padding: 15px 20px 15px 22px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #454545;
}

.marker-list.category-list-aside>li:after {
  content: "";
}

.category-list-aside>li {
  position: relative;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-bottom: 1px solid #eaeae9;
  padding: 0 !important;
}

.marker-list {
  margin: 0 0 15px;
  padding: 5px 0 0;
  list-style: none;
}

.marker-list>li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
}

.marker-list>li:after {
  position: absolute;
  top: 2px;
  left: 8px;
  display: block;
  font-family: 'laundry';
  content: "\e916";
  font-size: 12px;
  color: #39c0c0;
}

.table-title {
  background-color: #666;
  border-left: 6px solid #39c0c0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 20px 24px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px;
}

.table-row {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 8px 38px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table-row+.table-row {
  border-top: 1px solid #efefef;
}

.table-row:hover {
  background-color: #f9f9f9;
}

.contact-box {
  padding: 26px 20px;
  margin-bottom: 35px;
  background: #39c0c0;
}

.contact-box .-icon,
.contact-box [class*='icon-'] {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-size: 21px;
}

.contact-box-row:first-child {
  margin-top: 0;
}

.contact-box-row {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding-left: 35px;
  margin-top: 16px;
}

.contact-box-row-title {
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "MyriadPro-Bold", sans-serif;
}

.btn-default.btn-lg {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

.btn-default.btn-lg [class*='icon-'] {
  padding-right: 10px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.box-step .title span {
  color: #39c0c0;
}

.text-banner {
  display: block;
  text-decoration: none;
  min-height: 126px;
  padding: 22px 10%;
  text-align: center;
  background-size: 100% auto;
}

.text-banner-inside {
  font-size: 32px;
  line-height: 41px;
  color: #454545;
  font-family: "Open Sans", sans-serif;
}

.base-color {
  color: #39c0c0;
}

.text-banner .vc_column-inner {
  padding-top: 0px !important;
}

.text-banner .wpb_content_element {
  margin-bottom: 0px;
}

.row.services-box-info-carousel {
  padding: 0px 0px 30px;
}

.services-box-info-carousel .slick-dots li:not(.slick-active) button::before {
  color: #dedede;
}

.services-box-info-carousel .slick-prev:before {
  content: '\e92a';
}

.services-box-info-carousel .slick-next:before {
  content: '\e92b';
}

.services-box-info-carousel .slick-prev:before,
.services-box-info-carousel .slick-next:before {
  font-family: 'laundry';
  font-size: 36px;
  line-height: 1;
  color: #000;
  opacity: .7;
}

.animated:not(.no-animate) {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

@media (min-width: 992px) {
  header.header--sticky>.container {
    display: none;
  }
  header.header--sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
  }
  .header--sticky .breadcrumb {
    display: none;
  }
}

.vc_parallax .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: fixed !important;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
}

.post-container img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 5px;
  margin-bottom: 15px;
}

.top-header {
  background-color: #525252;
  height: auto;
}

.top-header .box-location:before,
.top-header .box-telephone:before {
  color: #ffffff;
}

.top-social li .-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*background-color: #fff;*/
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.top-social li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.top-social {
  padding-top: 5px;
  float: right;
  text-align: right;
  margin-bottom: 0px;
}

.top-header .quick-info {
  padding-top: 3px;
  line-height: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.box-nav {
  border-bottom: 1px solid #39c0c0
}

.menu>li:hover>a {
  color: #39c0c0
}

.menu>li.-active>a {
  background-color: #f4f4f4;
  color: #39c0c0
}

.menu>li>a {
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.box-nav .logo-wrap {
  padding-top: 10px;
}

.breadcrumb {
  padding: 12px 15px;
}

.footer .logo-footer {
  width: 170px;
}

footer ul li .fa {
  width: 20px;
  text-align: center;
  color: #dddddd;
}

footer .footer-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  color: #efefef;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

footer a,
footer p {
  font-family: "Open Sans", sans-serif;
}

footer a {
  color: #dddddd !important
}

footer .container {
  margin-top: 0 !important;
}

.footer-bottom a {
  color: #dddddd;
  background: none;
}

.footer-bottom {
  padding: 15px 0;
  background: rgba(0, 0, 0, .5);
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom p,
.footer-bottom {
  font-size: 13px;
  text-align: center;
  color: #adadad;
}

.blog-post .post-teaser p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /*line to show*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #454545;
}

.customer-section .vc_hidden {
  opacity: 1 !important;
}

.services-list .product-box .description {
  padding-left: 8%;
  padding-right: 8%;
}

.services-list .product-box .button-wrap .btn-view-detail:hover {
  background-color: #39c0c0;
  color: #fff;
}

.services-list .product-box .button-wrap .btn-view-detail {
  font-family: "MyriadPro-Text";
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #39c0c0;
  color: #39c0c0;
  text-transform: uppercase;
  width: 160px;
  max-width: 100%;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  -ms-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.page.container {
  /*padding-top: 50px;*/
}

.services-item .icon img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.services-item:hover .icon img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.services-item {
  margin-bottom: 33px;
}

.services-item.left .icon {
  width: 80px;
  height: 80px;
  float: right;
}

.services-item .icon img {
  width: 80px;
  height: 80px;
  border: 2px solid #29ABE2;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-item .ket {
  min-height: 130px;
}

.services-item.left .ket {
  text-align: right;
  margin-right: 100px;
}

.services-item.left .ket h4 {
  text-align: right;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  font-family: "MyriadPro-Bold", sans-serif;
  font-weight: 700;
}

.services-item.right .icon {
  width: 80px;
  height: 80px;
  float: left;
}

.services-item.right .ket {
  text-align: left;
  margin-left: 100px;
}

.services-item .ket img,
.services-item .ket h4 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.services-item .ket:hover img {
  filter: grayscale(100);
}

.services-item .ket:hover h4 {
  color: #39c0c0;
}

.services-item .ket h4 {
  font-size: 18px
}

.middle-wrap .services-item-image img {
  margin: auto;
  display: block;
}

.step-container .vc_hidden {
  opacity: 1 !important;
}

.step-container {
  padding-left: 15px;
  margin-right: 15px;
}

.padding-t-40 {
  padding-top: 40px;
}

.top-about-container * {
  color: #fff;
}

.top-about-container .title-underline:after,
.top-about-container .title-underline:after {
  background-color: #fff;
}

.top-about-container {
  /*background-color: #39c0c0;*/
  color: #fff;
  background: #64bfba;
  background: -moz-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  background: -webkit-linear-gradient(left, #64bfba 1%, #00a2e0 100%);
  background: linear-gradient(to right, #64bfba 1%, #00a2e0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64bfba', endColorstr='#00a2e0', GradientType=1);
}

.owl-brand-section .item {
  margin-bottom: 30px;
}

.owl-brand-section .item img {
  margin: auto;
}

.owl-brand-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.owl-brands.owl-theme .owl-nav {
  margin: 0;
}

.widget_search input {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
}

.widget_search .search_form .btn {
  padding: 10px 15px;
}

.widget_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}

.widget_search input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}

.widget_search input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}

.widget_search input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}

.title-underline {
  font-family: "MyriadPro-Text";
  letter-spacing: 1px;
}

.lz-iCon-service-detail {
  margin-right: 5px;
}

.bottom-about-container * {
  color: #454545
}

.bottom-about-container {
  background: #fff !important;
  
}

.bottom-about-container p,
.bottom-about-container h2 {
	color: #454545 !important;
}

.bottom-about-container h2::after {
	background-color: #454545;
}

.bottom-about-container.top-about-container .title-underline:after {
  background-color: #454545
}

@media (max-width: 1224px) {
  .services-item .ket {
    min-height: 152px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 900px) {
  .lz-page-desc {
    width: 80%;
    margin: auto
  }
}

@media screen and (max-width: 1199px) {
  .section-services .container,
  .top-header .container {
    width: auto;
  }
}

@media (max-width: 1031px) {
  .services-item .ket {
    min-height: 174px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 991px) {
  .step-container .container {
    width: auto;
  }
  .services-item .ket {
    min-height: 140px;
  }
  .box-nav .logo-wrap img {
    margin: auto;
    max-height: 80px;
  }
  .top-social,
  .top-header .quick-info {
    padding-top: 5px;
  }
}

@media (max-width: 787px) {
  .services-item .ket {
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .services-item .ket {
    min-height: auto;
  }
}

@media (max-width: 500px) {
  .col-mb-12 {
    width: 100%;
  }
  .customer-section .carousel-blog-box .img {
    float: none;
    margin: auto;
    display: block;
  }
}

.lz-page-desc p {
  margin: 0px;
}

.camket-container .box-step .icon img {
  height: 52px;
}

.blog-isotope .blog-post .view-more-blog p a {
  color: #39c0c0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-isotope .blog-post .view-more-blog p a:hover {
  color: #454545;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+1),
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+1) .blog-post {
  color: #FFF;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+2),
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+2) .blog-post {
  background-color: #212112;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+3),
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+3) .blog-post {
  background-color: #F6F6F6;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+4),
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+4) .blog-post {
  background-color: #39C0C0;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(2n+1) .post-title a,
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(2n+1) .post-teaser p,
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n) .view-more-blog a {
  color: #454545;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(2n+1) .view-more-blog a,
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+1) .view-more-blog a {
  color: #39c0c0;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(2n+2) .post-title a,
#post-2387 .post_loop_cont_wrap .blog-item:nth-child(2n+2) .post-teaser p {
  color: #FFF;
}

#post-2387 .post_loop_cont_wrap .blog-item:nth-child(4n+1) {
  border: 1px solid rgba(200, 200, 200, .5);
}

#post-2387 .post_loop_cont_wrap .blog-item .post-title a {
  font-family: "MyriadPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 24px;
}

#post-2387 .post_loop_cont_wrap .blog-item .post-teaser p {
  font-family: "MyriadPro-Text", sans-serif;
}

#post-2387 .post_loop_cont_wrap .blog-item {
  padding: 30px 30px;
  margin-top: 40px;
}

#post-2387 .post_loop_cont_wrap .blog-item .blog-post,
#post-2387 .post_loop_cont_wrap .blog-item .blog-post .post-image {
  margin-bottom: 0;
}

#post-2387 .post_loop_cont_wrap .blog-item .blog-post .post-image {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 350px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .btn-default.btn-lg.btn-download{
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px;
  }
  .top-header .top-social{
    float: none;
    text-align: center;
    padding-bottom: 5px;
  }
  .top-header .top-social li{
    float: none;

  }
  #post-2387 .post_loop_cont_wrap .blog-item .blog-post .post-image {
    margin-bottom: 20px;
    height: auto;
    padding: 0;
  }
  #post-2387 .post_loop_cont_wrap .blog-item .blog-post .post-content {
    padding: 0;
  }
  #post-2387 .post_loop_cont_wrap .blog-item {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
}

@media (min-width: 767px) {
  #post-2387 .post_loop_cont_wrap .blog-item .blog-post .post-image {
    padding-right: 0px;
    padding-left: 0;
  }
}

.column-right .post-preview .post-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.blog-pagination .pagination {
  margin: 0;
}

.blog-pagination .pagination li.active a {
  background-color: #39c0c0;
  border-color: #39C0C0;
}

#post-2387 .entry-content .vc_column-inner .blog-isotope.lz-section {
  margin-top: 0px !important;
}

.widget-title {
  color: #454545;
}

.top-header .quick-info a {
  color: #FFF;
}

.logo-wrap {
  padding-top: 5px !important;
  padding-bottom: 5px;
}

.logo-wrap img {
  height: 72px;
}

.slick-track .product-box .title a,
.slick-track .product-box .title a span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.slick-track .product-box:hover img {
  filter: grayscale(0);
}


.slick-track .product-box:hover .title a {
  color: #39C0C0;
}

.slick-track .product-box:hover .title a span {
  color: #454545;
}

.customer-wrapper .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}


/* By HuuTan  */


/* 22/07/2017 */


/* Trang chi tiet dich vu */

#smart_contact_box-2 .contact-box-row * {
  color: #FFF;
}
/* trang khach hang */
.top-about-container.bottom-about-container .vc_column-inner  h2,
.top-about-container.bottom-about-container .vc_column-inner p {
  color: #FFF;
}

.bottom-about-container.top-about-container .title-underline::after {
  background-color: #FFF;
}

.owl-brand-section {
  background-color: #FFF;
}

.owl-brand-section .div-logo-partner {
  display: inline-block;
}
.owl-brand-section .brands {
  text-align: center;
}
.owl-brand-section .div-logo-partner img {
  height: 50px;
  width: auto;
  max-width: 100%;
  margin: 10px;
  
  filter: grayscale(100);
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
}

.owl-brand-section .div-logo-partner:hover img {
  filter: grayscale(0);
}
.owl-brand-section .item {
  margin-top: 30px;
}

/* callback popup */

.callback-popup .modal-body >div >p, 
.callback-popup .modal-body >div >p >a {
  font-weight: 500; 
}
.btn-download{
  max-width: 100%;
}
.top-header .top-social .lang img{
  display: inline-block;
  height: 16px;
  margin-top: 5px;
}

@media (max-width: 767px) {
	.top-header .top-social .lang img{
  margin-top: 2px;
	}
}

@media (min-width: 450px) and (max-width: 767px) {
	.top-header > .container > .row {
		position: relative;
	}
	.top-header > .container > .row .top-social {
		position: absolute;
		display: inline-block;
		right: 10px;
		top: -70px;
	}
}
.top-about-container .vc_empty_space {
	height: 5px !important;
}
.top-about-container .padding-t-40 {
	padding-top: 20px !important;
}

.section-services .vc_column-inner .vc_empty_space {
	display: none;
} 
.section-services .services-item.left:last-child,
.section-services .services-item.right:last-child {
	
}

#brands-list div.item {
	padding: 0 15px !important;
}

@media (min-width: 992px) {
	#brands-list div.item {
		padding: 0 45px !important;
	}
}
@media (max-width: 1199px){
  .menu>li>a{
    padding-left: 14px;
    padding-right: 14px;
  }
}