/* 

Multi Profile
http://www.templatemo.com/preview/templatemo_457_multi_profile

TABLE OF CONTENT
    1. Universal Styles
    2. Site Name and Navigation
    3. Welcome Header
    4. Section
    5. Who We Are
    6. Blog Excerpt
    7. Features
    8. Footer Nav
    9. About
    10. Profile
    11. Contact
    12. Media Queries
	
-----------------------*/

/* 1. Universal Styles */

ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
a {
  color: #363636;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  color: #696969;
}
.transparent-link {
  color: white;
}
.footer-feedback-container {
  width: 180px !important;
}
.transparent-link:hover {
  color: #cfcfcf;
}
.green-link {
  color: #00cd00;
}
.green-link:hover {
  color: #00ff00;
}
.gray-link,
.gray-link:hover {
  color: #bebebe;
}
.black-link,
.black-link:hover {
  color: black;
}
.templatemo-container {
  max-width: 1920px;
  margin: 0 auto;
}
.templatemo-container2 {
  width: 1920px;
  margin: 0 auto;
}
.dropdown-menu {
  margin-left: 20px;
}
.centered-block {
  margin: 0 auto;
}
.header-menu {
  padding-top: 10px;
  margin-bottom: 10px;
}
.header-phone-btn {
  width: 215px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.header-phone {
  width: 220px;
  /*margin-top: -10px !important;*/
}
.btn-custom-icon {
  font-size: 16px;
  position: absolute;
  left: 0;
}
.btn,
.btn-default,
.btn-submit,
.close {
  outline: none !important;
}
.menu-item {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
section {
  padding-top: 35px;
  padding-bottom: 35px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.light-gray-bg {
  background-color: #f2f2f2;
}

/* 2. Site Name and Navigation */
.header-bg {
  background: white;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08292b', endColorstr='#1b434c', GradientType=1 );
}
.custom-pages {
  min-height: 500px !important;
}
.site-logo {
  height: auto;
  width: 400px;
  margin-top: 30px;
  margin-left: 15px;
}
.basket {
  display: inline-block;
  line-height: 80px;
  margin-left: -60px;
  background: url(../img/basket-custom.png) no-repeat center center;
  background-size: 50px 50px;
}
.call {
  display: inline-block;
  width: 200px;
  background: url(../img/call.png) no-repeat 0px center;
  background-size: 20px 20px;
  text-indent: 20px;
}
.email {
  display: inline-block;
  width: 200px;
  background: url(../img/email.png) no-repeat 0px center;
  background-size: 20px 20px;
  text-indent: 20px;
}
.ruler {
  display: inline-block;
  width: 200px;
  background: url(../img/ruler.png) no-repeat 0px center;
  background-size: 20px 20px;
  text-indent: 20px;
}
.basket-title {
  margin-left: 120px;
}
.site-name,
.templatemo-nav-container {
  padding-left: 0;
  padding-right: 0;
  height: 90px;
}
.site-name-container {
  background: white;
}
.features {
  background: #e8e8e8;
  color: black;
}
.features-content {
  color: black;
  position: relative;
}
.reviews-content {
  width: 1125px;
  padding: 10px;
}
.slogan {
  color: #00cd00;
}
.site-name {
  color: #00cd00;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90px;
  margin-left: 10px;
}
.mobile-menu-icon {
  display: none;
}
.templatemo-nav-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 100;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.templatemo-nav {
  margin: 0 auto;
  margin-top: 0px;
  z-index: 3;
  -webkit-transform: skewX(-16deg) skewY(0);
  transform: skewX(-16deg) skewY(0);
}
/*-------------------------*/
.main-nav-submenu {
  display: none;
  position: absolute;
  width: 190px;

  -webkit-transform: skewX(16deg) skewY(0deg);
  transform: skewX(16deg) skewY(0deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.main-nav-submenu li {
  position: relative;
  overflow: hidden;
  width: 190px;
  height: 45px !important;
}
.main-nav-submenu li a {
  font-size: 13px !important;
  background: #e8e8e8 !important;
  padding-left: 15px !important;
  padding-right: 5px !important;
  /*-webkit-box-shadow: inset 0px 0px 13px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 13px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 13px 0px rgba(255,255,255,1);*/
  padding-top: 9px !important;
  color: #000 !important;
  background: #e8e8e8 !important;
  text-align: left !important;
}
.main-nav-submenu li a:hover {
  background: #1c86ee !important;
  color: white !important;
}
.main-nav > li:hover .main-nav-submenu,
.main-nav > li:hover .main-nav-submenu li {
  display: block;
}
.dublicate-menu li {
  display: inline-block;
  margin: 5px;
  padding: 2px;
}
/*--------------------------------*/
.main-nav a span {
  display: block;
  -webkit-transform: skewX(16deg) skewY(0);
  transform: skewX(16deg) skewY(0);
  font-weight: bolder;
  font-size: 16px;
}
.templatemo-nav ul {
  overflow: hidden;
}
.templatemo-nav li {
  list-style: none;
  float: left;
  font-weight: 700;
}
.templatemo-nav li a {
  display: inline-block;
  margin: -1px;
  padding: 0;
  list-style-type: none;
  background: #00cd00;
  font-weight: lighter;
  color: white;
  height: 70px;
  width: 144px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 18px;
}
.templatemo-nav-infobar {
  background-color: white;
}
.tm-about-container-2 {
  height: 250px;
}
.item-info {
  background: white;
  border: 3px solid #00cd00;
  border-radius: 15px 15px 15px 15px;
  margin: 10px;
  padding: 10px;
}
.comment-info {
  background: white;
  border: 1px solid #dcdcdc;
  margin: 5px;
  width: 369px;
}
.comment-text {
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  margin: 0px 10px 15px;
  height: 100px;
}
.comment-logo {
  margin-left: 10px;
  padding: 20px 10px;
  height: 50px;
}
.comment-info2 {
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  margin: 15px 10px 20px;
}
.news-info {
  background: #dcdcdc;
  margin: 10px;
  padding: 0;
}
.service-item {
  min-height: 100px;
  padding: 5px;
  color: black;
}
.news-info-head {
  width: 100%;
  color: #00cd00;
  padding: 5px;
}
.templatemo-nav .active {
  background: #1c86ee;
  color: white;
}
.templatemo-nav li a:hover {
  background: #1c86ee;
  color: white;
}
.templatemo-nav li:hover a {
  color: white;
}
/* 3. Welcome Header */
.header-img {
  background: url(../img/header-img.jpg) no-repeat center center;
  background-size: cover;
  height: 540px;
}
.header-img-2 {
  background: url(../img/header-img-2.jpg) no-repeat center center;
  background-size: cover;
  height: 539px;
}
.col-centered {
  display: inline-block;
  float: none;
}
.row-centered {
  text-align: center;
}
.header-img-3 {
  background: url(../img/header-img-3.jpg) no-repeat center `;
  background-size: cover;
  height: 520px;
}

.welcome-container {
  background: #1b434c;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    color-stop(100%, rgba(19, 54, 64, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    to(rgba(19, 54, 64, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcome-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.welcome-title,
.welcome-description {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  max-width: 700px;
}
.welcome-divider-lines-img {
  display: inline-block;
  width: 6px;
  height: 49px;
  margin-left: 20px;
  margin-right: 20px;
}

/* 4. Section */
.section-title-container {
  margin-bottom: 60px;
}
.section-title {
  font-weight: 700;
  font-size: 42px;
}
.section-title-underline {
  margin-bottom: 5px;
  margin-top: 0;
}
.section-title-underline-blue {
  border-bottom: 2px solid #08292b;
  margin: 5px auto 0 auto;
  width: 40px;
}
.section-title-underline-white {
  border-bottom: 2px solid #fff;
  margin: 5px auto 0 auto;
  width: 40px;
}
.font-weight-300 {
  font-weight: 300;
}
.section-title-2 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 0;
}
.gray-text {
  color: #9c9c9c;
}
.green-text {
  color: #00cd00;
}
.blue-text {
  color: #1c86ee;
}
.white-text {
  color: #ffffff;
}
.silver-bg {
  background: #cfcfcf;
}
.ul-1 {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0 1em;
  list-style: none;
  line-height: 2em;
}
.ul-1 li:before {
  content: "\2192";
  color: #08292b;
  padding: 10px;
}
.btn-degree {
  -webkit-transform: skewX(-16deg) skewY(0);
  transform: skewX(-16deg) skewY(0);
}
.btn-blue {
  background: #1c86ee;
  color: white;
  margin-right: 30px;
}
.btn-blue:hover {
  background: #00cd00;
}
.btn-green {
  background: #00cd00;
  color: white;
  margin-right: 30px;
}
.btn-green:hover {
  background: #1c86ee;
}
.footer-phone {
  font-size: 20px;
  width: 200px;
}
.btn-footer {
  font-size: 12px;
  padding: 10px;
  width: 180px !important;
  border-radius: 3px 3px 3px 3px;
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  background: #00cd00;
  color: white;
}
.btn-transparent {
  border: 1px solid #000;
  color: #000;
}
.btn-transparent:hover {
  color: #568a96;
  border-color: #568a96;
}
.btn-transparent,
.btn-blue {
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-green {
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.img-thumbnail {
  border-radius: 0;
  padding: 8px;
}
.carousel-container {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
.crsl-items {
  margin: 0 auto;
  max-width: 340px;
}
.crsl-nav {
  overflow: hidden;
  position: relative;
  top: -185px;
}
.crsl-nav .previous {
  float: left;
}
.crsl-nav .next {
  float: right;
}

/* 5. Who We Are */
.tm-blocks-container {
  overflow: hidden;
  max-width: 310px;
  margin: 0 auto;
}
.tm-block {
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  float: left;
  width: 155px;
  height: 155px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.tm-block-link {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tm-block-link:hover {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.green-bg {
  background-color: #079704;
}
.green-bg2 {
  background-color: #00cd00;
}
.red-bg {
  background-color: #aa2020;
}
.yellow-bg {
  background-color: #d5ba06;
}
.justify-text {
  text-align: justify;
}

/*==================================================
 * http://www.paulund.co.uk/creating-different-css3-box-shadows-effects
 * Effect 1
 * ===============================================*/
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.section-shadow-bottom {
  background-image: url(../img/section-shadow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* 6. Blog Excerpt */
.posts-container {
  background: url(../img/blog-divider.png) top center no-repeat;
  max-width: 900px;
  margin: 0 auto;
}
.post-excerpt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 85px;
}
.post-excerpt-left {
  float: left;
  margin-bottom: 85px;
}
.post-excerpt-right {
  float: right;
  margin-top: 85px;
}
.post-content {
  background-color: #333;
  padding: 15px;
  max-width: 300px;
}
.post-excerpt-left .post-content {
  text-align: right;
}
.post-title {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.post-description {
  color: #b2b0b0;
  font-size: 13px;
  margin: 0;
}
.post-date-container {
  background: #225965;
  height: auto;
  width: 85px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.post-month {
  color: #3dd0d3;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.post-date {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.post-arrow-container {
  padding-top: 15px;
}
.rotate-arrow {
  /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 40px;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-container {
  max-width: 800px;
  margin: 0 auto;
}
.tm-progress-container {
  width: 360px;
  max-width: 100%;
}
.tm-progress-container-left {
  float: left;
}
.tm-progress-container-right {
  float: right;
}
.tm-progress-label {
  overflow: hidden;
}
.tm-progress {
  border-radius: 0;
}
.tm-progress .progress-bar {
  background-color: #225965;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* 8. Footer nav */
.footer-nav {
  font-size: 12px;
  border-top: 2px solid #bebebe;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer-nav h3 {
  font-size: 14px;
  font-weight: 700;
}
.outline-none {
  outline: none !important;
  text-decoration: none !important;
}
.footer-nav li {
  list-style: none;
  line-height: 2em;
}
.footer-nav p,
.footer-nav li a {
  color: #9c9c9c;
}
.footer-nav li a:hover {
  color: #9c9c9c;
}
.blue-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 20px;
}
.blue-divider div {
  height: 100%;
}
.blue-divider .dark-blue-bg {
  width: 30%;
}
.blue-divider .blue-bg {
  background-color: #1b434c;
  width: 60%;
}
.payment-logo {
  width: 50px;
}
.social-logo {
  width: 50px;
}
.dark-blue-bg {
  background-color: #072628;
}
.blue-divider-bg-graphic {
  background: #08292b url(../img/header-lines.jpg) right center no-repeat;
  width: 10%;
}
.copyright-text {
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

/* 9. About */
.tm-img-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.tm-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 38, 40, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-img-container:hover .tm-img-overlay {
  opacity: 1;
}
.img-title {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.img-description {
  color: #0fea7b;
}
.img-title,
.img-description {
  text-align: center;
}
.tm-about-left {
  max-width: 603px;
}
.tm-about-right {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
/* Flexbox fix for IE 10 http://stackoverflow.com/questions/16808815/ie10-flexbox-p-element-non-wrapping */
.about-h3 {
  font-size: 18px;
  font-weight: 700;
}
.about-description {
  line-height: 1.6em;
  font-size: 14px;
}
.recent-post-container {
  max-width: 369px;
  margin-left: auto;
  margin-right: auto;
}
.recent-post-title {
  font-size: 22px;
}
.font-weight-700 {
  font-weight: 700;
}
.red-text {
  color: red;
}

/* 10. Profile */
.folio-filters {
  width: 100%;
}
.folio-filters li {
  display: inline-block;
  margin-left: 10px;
}
.folio-filters li a {
  display: block;
  padding: 8px 30px;
  font-weigth: bold;
  text-transform: uppercase;
  color: #5c5c5c;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.folio-filters li a:hover,
.folio-filters li.current a {
  background: #1b434c;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    color-stop(100%, rgba(19, 54, 64, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    to(rgba(19, 54, 64, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
  color: white;
}
.folio-filters li a:focus {
  text-decoration: none; /* Remove underline after click in IE */
}
.folio-item {
  text-align: center;
}

/* 11. Contact */
.contact-point {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.contact-point-icon {
  width: 60px;
  text-align: center;
}
.contact-point-icon,
.contact-point-detail-container {
  padding: 10px;
}
.form-control {
  border-radius: 0;
  background-color: #c1ffc1;
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.btn-submit {
  border: 0;
  margin-right: 0;
  width: 100%;
}
.google-map-container {
  border: 1px solid #ddd;
  padding: 5px;
}
.google-map {
  height: 420px;
}

/* scrolltop section */
.go-top {
  background-color: #00cd00;
  font-size: 26px;
  bottom: 2em;
  right: 10px;
  color: #fff;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  z-index: 9999;
}
.go-top:hover {
  background: #1c86ee; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #1c86ee 0%,
    #1c86ee 45%,
    #196ad3 81%,
    #196ad3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #1c86ee 0%,
    #1c86ee 45%,
    #196ad3 81%,
    #196ad3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #1c86ee 0%,
    #1c86ee 45%,
    #196ad3 81%,
    #196ad3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c86ee', endColorstr='#196ad3',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
/* 13. Catalog */
.item,
.configurator {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  margin: 0 auto 30px;
}
.item {
  height: 425px;
  width: 370px;
}
.configurator {
  height: 575px;
  width: 370px;
}

.item:hover {
  cursor: pointer;
}

.item1 {
  background-image: url(../img/catalogue/window.png);
}
.item2 {
  background-image: url(../img/catalogue/balcony.png);
}
.item3 {
  background-image: url(../img/catalogue/construction2.png);
}
.item4 {
  background-image: url(../img/catalogue/construction.png);
}
.item5 {
  background-image: url(../img/catalogue/window_palitra.png);
}
.item6 {
  background-image: url(../img/catalogue/teplica.png);
}
.item7 {
  background-image: url(../img/catalogue/cottedge_glass.png);
}
.item8 {
  background-image: url(../img/catalogue/summer_window.png);
}
.item9 {
  background-image: url(../img/catalogue/cottedge_window.png);
}
.item10 {
  background-image: url(../img/catalogue/steel_door.png);
}
.item11 {
  background-image: url(../img/catalogue/furniture.png);
}
.item12 {
  background-image: url(../img/catalogue/design.png);
}
.item13 {
  background-image: url(../img/catalogue/pay_cash.png);
}
.item14 {
  background-image: url(../img/catalogue/oplata.png);
}
.item15 {
  background-image: url(../img/catalogue/time_money.png);
}
.item16 {
  background-image: url(../img/gallery/balcony.png);
}
.item17 {
  background-image: url(../img/gallery/commercial_glass.png);
}
.item18 {
  background-image: url(../img/gallery/cottedge_glass.png);
}
.item19 {
  background-image: url(../img/gallery/home_glass.png);
}
.item20 {
  background-image: url(../img/catalogue/plast.png);
}
.item21 {
  background-image: url(../img/gallery/commercial1.png);
}
.item22 {
  background-image: url(../img/gallery/ostekleniye.png);
}

.item .title,
.configurator .title {
  color: #2f2e2d;
  font-size: 20px;
  font-weight: 600;
  padding: 40px 45px 0;
}

.item3 .title {
  padding-top: 30px;
}

.item:hover .title {
  position: relative;
  color: #fff;
  z-index: 7;
}

.item .title span,
.configurator .title span {
  border-bottom: 1px solid #2f2e2d;
}

.item:hover .title span,
.configurator:hover .title span {
  border: none;
}

.item .text {
  position: absolute;
  bottom: 50px;
  color: #484847;
  padding: 0 45px;
}
.configurator .text {
  color: #484847;
  margin-top: 20px;
}

.item .text_hover {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 205, 0, 0.7);
  color: #fff;
  padding: 145px 45px 0;
  z-index: 5;
}
.catalog-item-btn {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #1c86ee;
  border-radius: 3px;
  color: #fff;
  position: relative;
  top: 97px;
  z-index: 100;
  padding: 15px 0px;
}
.item .calculate {
  padding: 15px 45px;
}
.item:hover .catalog-item-btn {
  display: block;
}
.item:hover .text_hover {
  display: block;
}
.item:hover .text {
  color: #fff;
  z-index: 100;
}
.ttl img {
  border: 5px solid #ffffff;
  border-radius: 30px;
  margin: 5px;
}
.ttl img:hover {
  border: 5px solid #1c86ee;
  cursor: pointer;
}
.door-item {
  -webkit-transform-style: preserve-3D;
  -webkit-perspective: 250px;
  -webkit-transform-origin: 0 50%;
  -webkit-transition: all 1s;

  -moz-transform-style: preserve-3D;
  -moz-perspective: 250px;
  -moz-transform-origin: 0 50%;
  -moz-transition: all 1s;

  transform-style: preserve-3D;
  perspective: 250px;
  transform-origin: 0 50%;
  transition: all 1s;
}
.door-wrapper:hover .door-item {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* About */
.about-menu {
  list-style: none outside;
  padding: 0;
  text-align: center;
}
.about-menu li {
  display: inline-block;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.about-menu li:last-child {
  margin-right: 0px;
}
.about-menu li a {
  background: #ebedec;
  text-transform: uppercase;
  padding: 5px 18px;
  display: block;
  font-size: 14px;
  line-height: normal;
  -webkit-transform: skewX(-16deg) skewY(0);
  transform: skewX(-16deg) skewY(0);
}
.about-menu a span {
  display: block;
  -webkit-transform: skewX(16deg) skewY(0);
  transform: skewX(16deg) skewY(0);
}
.about-menu li.active span {
  color: #00cd00;
}

.mdf-items {
  margin-top: 50px 0 50px 0;
}
/*.mdf-items img {
	width: 100px;
	height: 100px;
	margin: 10px;
	border-radius: 10px 10px 10px 10px;
}*/
.contact-content-container input[type="radio"]:checked + label {
  background: #1c86ee;
}
.config-material-content-container
  input[type="radio"]:not(.styled_radio_btn):checked
  + label {
  background: #1c86ee;
}
.our-partners {
  display: inline-block;
}

.container-2 a {
  text-decoration: underline;
}
.container-2 ul,
.container-2 ol {
  margin-left: 20px;
  padding: 0;
  line-height: 24px;
}

/*.templatemo-nav ul,
.footer-block ul {
	margin: 0;
	padding: 0;
}*/

.window-calc-header {
  padding-bottom: 60px;
  background: url(../img/steps-stripe.png) 50% 100% no-repeat;
}
.window-calc .step-number span {
  font-size: 12px;
  position: absolute;
  margin-left: -20px;
  margin-top: 35px;
}
.step {
  cursor: default;
  color: white !important;
}
.window-calc .step-number {
  font-size: 36px;
  padding: 10px;
  margin-bottom: -5px;
}
.window-calc .step-text {
  position: absolute;
  margin-left: 50px;
  margin-top: -50px;
  vertical-align: middle;
  color: #cfcfcf;
}
.window-calc-container {
  margin-top: 60px;
}
.step-number {
  border-bottom: 5px solid #cfcfcf;
  color: #cfcfcf;
}
.selected .step-number {
  border-bottom: 5px solid #cfcfcf;
  background: #1c86ee;
  color: white;
}
.selected .step-text {
  color: white !important;
}
.glazing {
  display: inline-block;
}
.glazing2 {
  display: inline-block;
  border: 1px solid #ebebeb;
  padding: 20px;
  margin: 10px 30px 10px 30px;
}
.brand_logo_img {
  background: url(../img/logo.png) 0 0 no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: -48px;
  background-size: contain;
}
.glazing2:hover {
  border: 1px solid #1c86ee;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.glazing-description-text {
  max-width: 250px;
  width: auto;
  padding-bottom: 30px;
}
.glazings-selector {
  padding-bottom: 40px;
}
.next-prev-wrapper {
  background: #cfcfcf;
}
.next-prev-title {
  color: #fff;
  padding-top: 5px;
}
.btn-next {
  margin: 20px 0;
}
.step-container {
  min-width: 170px;
}
.step_one_img {
  cursor: pointer;
}
.glazing_step3_row {
  width: 570px;
}

/*--------RANGED BUTTONS--------*/
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.3px 0;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 1px inset;
  background: #ebebeb;
  border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #1c86ee;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  /*background: rgba(54, 126, 189, 0.78);*/
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1.8px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #9affff;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: rgba(42, 100, 149, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: rgba(48, 113, 169, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1.8px solid #00001e;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #9affff;
  cursor: pointer;
  height: 11.4px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0.78);
}
input[type="range"]:focus::-ms-fill-upper {
  background: rgba(54, 126, 189, 0.78);
}
input[type="range"][orient="vertical"] {
  transform: rotate(270deg);
}
/*------------------------------------*/
.sizes-height {
  margin-top: -50px;
}

/*input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
text-indent: 5px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #CFCFCF;
}
input[type="radio"] + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
input[type="radio"] + label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #00CD00;
}
input[type="radio"]:checked + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #1C86EE;
}*/

/*----------------------------------------------*/
.styled_radio_btn {
  display: none;
}
.styled_radio_btn + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-indent: 5px;
}
.styled_radio_btn + label:before,
.styled_radio_btn + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #cfcfcf;
}
.styled_radio_btn + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
.styled_radio_btn + label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #00cd00;
}
.styled_radio_btn:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #1c86ee;
}

.window-place {
  display: inline-block;
  width: 310px !important;
  height: 258px !important;
  margin-left: -100px;
}

a[href$=".doc"],
a[href$=".docx"] {
  background: url(../img/word.png) no-repeat scroll 2px 0 transparent;
  margin-top: 5px;
  padding-left: 22px;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  background: url(../img/xlsx.png) no-repeat scroll 2px 0 transparent;
  margin-top: 5px;
  padding-left: 22px;
}
a[href$=".pdf"] {
  background: url(../img/pdf.png) no-repeat scroll 2px 0 transparent;
  margin-top: 5px;
  padding-left: 22px;
}

.product-items img {
  max-width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.product-items p {
  padding: 5px;
}
div.product-items {
  text-align: center;
}
#btn-on-map,
#btn-on-list {
  display: none;
}
#btn-on-map:checked ~ #contact-content2 {
  display: none;
}
#btn-on-list:checked ~ #contact-content1 {
  display: none;
}

#btn-material1,
#btn-material2,
#btn-material3 {
  display: none;
}
#btn-material1:checked ~ #material2-content,
#material3-content {
  display: none;
}
#btn-material2:checked ~ #material2-content {
  display: block;
}
#btn-material2:checked ~ #material1-content,
#material3-content {
  display: none;
}
#btn-material3:checked ~ #material3-content {
  display: block;
}
#btn-material3:checked ~ #material1-content,
#material2-content {
  display: none;
}
/* 12. Media Queries */
@media screen and (max-width: 1199px) {
  .our-partners {
    display: block;
  }
  .bonus-ico,
  .products-ico {
    width: 50%;
  }
  .glazing_step3_row {
    width: auto !important;
    float: none;
    margin: 0 auto;
  }
  .site-logo {
    width: 240px;
  }
  .site-name {
    font-size: 26px;
  }
  .site-name-container {
    width: 250px;
  }
  .templatemo-nav li a {
    width: 160px;
    font-size: 16px;
  }
  .btn-submit {
    font-size: 12px !important;
  }
  .reviews-content {
    width: 750px;
    padding: 10px;
  }
  .templatemo-nav {
    -webkit-transform: skewX(-16deg) skewY(0);
    transform: skewX(-16deg) skewY(0);
  }
  .comment-info {
    margin: 5px;
  }
  .btn-submit {
    font-size: 18px;
  }
  .header-img {
    height: 360px;
  }
  .header-img-2 {
    height: 380px;
  }
  .header-img-3 {
    height: 360px;
  }
  .welcome-title {
    font-size: 20px;
  }
  .blue-divider .dark-blue-bg {
    width: 30%;
  }
  .blue-divider-bg-graphic {
    width: 20%;
  }
  .blue-divider .blue-bg {
    width: 50%;
  }
  /*.go-top { right: 1em; }*/
}
@media screen and (max-width: 1060px) {
  .btn-footer {
    width: 160px !important;
    font-size: 10px;
  }
  .footer-phone {
    font-size: 18px;
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .main-nav-submenu li {
    height: 50px !important;
  }
  .main-nav-submenu li a {
    font-size: 11px !important;
  }
  .bonus-ico,
  .products-ico {
    width: 70%;
  }
  .section-title {
    font-size: 24px;
  }
  .header-menu {
    margin-bottom: 0;
  }
  #menu1 {
    font-size: 12px;
  }
  .header-menu table {
    margin-left: 250px;
  }
  .dropdown-menu {
    margin-left: 30px;
    font-size: 12px;
  }
  .site-name {
    font-size: 26px;
  }
  .site-name-container {
    width: 100px;
  }
  .site-logo {
    width: 200px !important;
  }
  .btn-footer {
    width: 180px !important;
    font-size: 12px;
  }
  .btn-submit {
    font-size: 10px !important;
  }
  .header-phone h3 {
    font-size: 16px;
  }
  .header-phone-btn {
    width: 160px !important;
    font-size: 10px;
    margin-left: -20px;
  }
  .call {
    display: inline-block;
    width: 160px;
    background: url(../img/call.png) no-repeat 5px center;
    background-size: 14px 14px;
    text-indent: 25px;
  }
  .ruler {
    display: inline-block;
    width: 160px;
    background: url(../img/ruler.png) no-repeat 5px center;
    background-size: 14px 14px;
    text-indent: 25px;
  }
  .footer-phone {
    font-size: 20px;
    width: 200px;
  }
  .footer-block .payment-block,
  .footer-block .social-block {
    margin-left: 0px;
  }
  .templatemo-nav li a {
    width: 120px;
    height: 60px;
    font-size: 12px;
  }
  .footer-block .row,
  .footer-block h3 {
    text-align: left;
  }
  .about-h3 {
    font-size: 15px;
  }
  .site-logo {
    width: 150px;
  }
  .header-img {
    height: 270px;
  }
  .header-img-2 {
    height: 300px;
  }
  .header-img-3 {
    height: 280px;
  }
  .welcome-wrapper {
    display: inline-block;
  }
  .welcome-divider-lines-img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .carousel-container {
    margin-top: 50px;
  }
  .tm-blocks-container {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-excerpt {
    height: auto;
  }
  .post-excerpt-left {
    margin-bottom: 50px;
  }
  .post-excerpt-right {
    margin-top: 70px;
  }
  .post-content {
    max-width: 200px;
  }
  .feature-container {
    max-width: 738px;
  }
  .contact-left,
  .contact-right {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 899px) {
  .reviews-content {
    width: 369px;
    padding: 10px;
  }
  .comment-info {
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .next-prev-title {
    padding-top: 0px;
  }
  .main-nav-submenu {
    display: none !important;
  }
  .contact-content-container {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .header-menu {
    margin-bottom: 10px;
  }
  .header-menu table {
    margin: 0 auto;
  }
  .go-top {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  .about-menu li a {
    font-size: 14px;
  }
  .about-menu li {
    display: block;
    margin-right: 0px;
  }
  .about-menu a span {
    -webkit-transform: skewX(0deg) skewY(0);
    transform: skewX(0deg) skewY(0);
  }
  .about-menu li a {
    -webkit-transform: skewX(0deg) skewY(0);
    transform: skewX(0deg) skewY(0);
  }
  .main-nav a span {
    display: block;
    -webkit-transform: skewX(0deg) skewY(0);
    transform: skewX(0deg) skewY(0);
  }
  .bonus-ico,
  .products-ico {
    width: 250px;
    height: 210px;
  }
  .dropdown-menu {
    margin-left: -15px;
    font-size: 12px;
  }
  .dropdown-myitem {
    font-size: 12px;
  }
  .header-menu {
    width: 100%;
  }
  .header-phone h3 {
    font-size: 14px;
  }
  .btn-submit {
    font-size: 8px !important;
  }
  .site-name-container {
    width: 100%;
    text-align: center;
  }
  .site-logo {
    width: 130px !important;
  }
  .service-item {
    min-height: auto !important;
  }
  .rslides_container {
    margin-top: 0px !important;
  }
  .tm-about-container-2 {
    height: auto;
  }
  .footer-block .payment-block,
  .footer-block .social-block {
    margin: 0;
  }
  .footer-phone,
  .footer-feedback-container {
    width: 100% !important;
  }
  .footer-block,
  .footer-block .row,
  .footer-block h3,
  .footer-block .footer-feedback-container {
    text-align: center;
  }
  .site-name-container,
  .site-name {
    height: 50px;
  }
  .templatemo-nav {
    -webkit-transform: skewX(0deg) skewY(0);
    transform: skewX(0deg) skewY(0);
    margin-left: 0px;
    margin-top: 0px;
    background: #d3d3d3;
  }
  .templatemo-nav li:hover {
    background: #bebebe;
    color: black;
  }
  .site-logo {
    width: 100px;
    margin: 5px;
    display: inline-block;
  }
  .site-name {
    line-height: 50px;
  }
  .header-phone {
    width: 140px;
  }
  .header-phone-btn {
    width: 115px;
  }
  .header-menu {
    display: inline-block;
    float: left;
  }
  .mobile-menu-icon {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  .mobile-menu-icon .fa {
    color: white;
    background-color: #00cd00;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    padding-left: 11px;
  }
  .templatemo-nav-container {
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 50px;
    right: 10px;
  }
  .templatemo-nav {
    display: none;
  }
  .templatemo-nav li {
    float: none;
  }
  .templatemo-nav li a {
    background: none;
    color: green;
  }
  .templatemo-nav li a:hover {
    background: none;
    color: #00ee76;
  }
  .templatemo-nav .active {
    background: none;
    color: #1c86ee;
  }
  .welcome-divider-lines-img {
    height: 35px;
  }
  .post-excerpt-left,
  .post-excerpt-right {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .post-arrow-container {
    display: none;
  }
  .posts-container {
    background: none;
  }
  .post-content {
    max-width: 300px;
  }
  .post-excerpt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .feature-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tm-progress-container {
    margin: 0 auto;
  }
  .tm-progress-container-left,
  .tm-progress-container-right {
    float: none;
  }
  .footer-block {
    margin-bottom: 30px;
  }
  .tm-about-left {
    margin: 0 auto 50px auto;
  }
  .tm-about-container-2 {
    margin-bottom: 50px;
  }
  .folio-filters li {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .blue-divider .dark-blue-bg {
    width: 10%;
  }
  .blue-divider-bg-graphic {
    width: 40%;
  }
  .blue-divider .blue-bg {
    width: 50%;
  }
  .btn-submit {
    font-size: 10px;
  }
  .header-phone-btn {
    width: 160px !important;
    font-size: 10px;
    margin-left: -20px;
  }
  .section-title {
    font-size: 20px;
  }
  .site-logo {
    width: 120px !important;
  }
  .call {
    display: inline-block;
    width: 160px;
    background: url(../img/call.png) no-repeat 5px center;
    background-size: 14px 14px;
    text-indent: 25px;
  }
  .ruler {
    display: inline-block;
    width: 160px;
    background: url(../img/ruler.png) no-repeat 5px center;
    background-size: 14px 14px;
    text-indent: 25px;
  }
  .dropdown-toggle {
    font-size: 10px;
  }
  .basket {
    background-size: 40px 40px;
  }
  .basket-title {
    margin-left: 100px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .item {
    height: 375px;
    width: 320px;
  }
  .item1 {
    background-position: -25px 0px !important;
  }
  .item2 {
    background-position: -25px 0px !important;
  }
  .item3 {
    background-position: -25px 0px !important;
  }
  .item4 {
    background-position: -25px 0px !important;
  }
  .item5 {
    background-position: -25px 0px !important;
  }
  .item6 {
    background-position: -25px 0px !important;
  }
  .item7 {
    background-position: -25px 0px !important;
  }
  .item8 {
    background-position: -25px 0px !important;
  }
  .item9 {
    background-position: -25px 0px !important;
  }
  .item10 {
    background-position: -25px 0px !important;
  }
  .item11 {
    background-position: -25px 0px !important;
  }
  .item12 {
    background-position: -25px 0px !important;
  }
  .item13 {
    background-position: -25px 0px !important;
  }
  .item14 {
    background-position: -25px 0px !important;
  }
  .item15 {
    background-position: -25px 0px !important;
  }
  .item16 {
    background-position: -25px 0px !important;
  }
  .item17 {
    background-position: -25px 0px !important;
  }
  .item18 {
    background-position: -25px 0px !important;
  }
  .item19 {
    background-position: -25px 0px !important;
  }

  .step-container {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .section-title {
    font-size: 18px;
  }
  .header-phone-btn {
    width: 140px !important;
    font-size: 10px;
    margin-left: -20px;
  }
  .call {
    display: inline-block;
    width: 140px;
    background: url(../img/call.png) no-repeat 5px center;
    background-size: 10px 10px;
    text-indent: 15px;
  }
  .ruler {
    display: inline-block;
    width: 140px;
    background: url(../img/ruler.png) no-repeat 5px center;
    background-size: 10px 10px;
    text-indent: 15px;
  }
  .reviews-content {
    width: 300px;
    padding: 10px;
  }
  .comment-info {
    margin: 5px;
  }
  .comment-text {
    height: auto;
  }
  .tm-block {
    width: 120px;
    height: 120px;
  }
  .tm-blocks-container {
    max-width: 240px;
  }
  .folio-filters li {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .btn-blue {
    margin-right: 8px;
  }
  .btn-transparent,
  .btn-blue-gradient {
    padding: 10px 15px;
  }
  .ul-1 {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .reviews-content {
    width: 250px;
  }
  .section-title {
    font-size: 16px;
  }
  .btn-submit {
    font-size: 8px;
  }
  .header-phone h3 {
    font-size: 12px;
  }
  .header-phone-btn {
    width: 110px !important;
    font-size: 8px;
  }
  .call {
    text-indent: 0;
    background: none;
    width: 110px !important;
  }
  .ruler {
    text-indent: 0;
    background: none;
    width: 110px !important;
  }
  #ruler {
    margin-left: 28px;
  }
  #menu1 {
    font-size: 10px;
  }
  .go-top {
    bottom: 3em;
    /*right: 1em;*/
  }
  .site-logo {
    width: 100px !important;
  }
}
@media screen and (max-width: 360px) {
  .crsl-nav {
    top: -127px;
  }
  .reviews-content {
    width: 200px;
  }
  .templatemo-container {
    width: 100% !important;
  }
}

/* modal */

.order {
  display: inline-block;
  width: 135px;
  background: #00cd00;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.order:hover {
  background: #1c86ee;
  color: white;
}

.gallery a {
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 28px;
  margin-bottom: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* new */

#email .call {
  background-image: url(../img/email.png);
}

.comments .message {
  position: relative;
  float: right;
  width: 90%;
  font: normal 300 17px/23px Roboto, helvetica, arial, sans-serif;
  padding: 3%;
  border: 1px solid #999;
  border-radius: 12px;
  box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
  margin: 20px 0px;
}

.comments .message:nth-child(2n) {
  float: left;
}

.form-custom h2 {
  color: #00cd00;
  line-height: 35px;
  margin: 20px 0;
}

.form-custom .form-control {
  background: #fff;
  border-radius: 4px;
}

.form-custom .btn-custom {
  background: #00cd00;
  border-color: #339900;
}

.work {
  text-align: center;
  color: #fff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.work a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
}

.work img {
  border-radius: 10px;
}

.work:hover {
  opacity: 0.7;
  color: #91fb91;
  background: #91fb91;
}
/*------------------*/
@media only screen and (min-width: 176px) and (max-width: 319px) {
  .header-menu table td {
    max-width: 150px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu table td {
    max-width: 150px !important;
  }
  .item {
    height: 325px;
    width: 270px;
  }
  .item1 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item2 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item3 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item4 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item5 {
    background-position: -45px 0px !important;
  }
  .item6 {
    background-position: -45px 0px !important;
  }
  .item7 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item8 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item9 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item10 {
    background-position: -45px 0px !important;
  }
  .item11 {
    background-position: -45px 0px !important;
  }
  .item12 {
    background-position: -45px 0px !important;
    background-size: 150%;
  }
  .item13 {
    background-position: -45px 0px !important;
  }
  .item14 {
    background-position: -45px 0px !important;
  }
  .item15 {
    background-position: -45px 0px !important;
  }
  .item16 {
    background-position: 25px 40px !important;
    background-size: 150%;
  }
  .item17 {
    background-position: 25px 40px !important;
    background-size: 150%;
  }
  .item18 {
    background-position: 25px 40px !important;
    background-size: 150%;
  }
  .item19 {
    background-position: 25px 40px !important;
    background-size: 150%;
  }
  .item20 {
    background-position: -15px 0px !important;
    background-size: 150%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 629px) {
}
@media only screen and (min-width: 630px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .main-nav a span {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .templatemo-nav li a {
    width: 158px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1379px) {
}
@media only screen and (min-width: 1380px) and (max-width: 1920px) {
}
ul.space {
  margin-left: 2.5em;
}

.layout_margin {
  margin-bottom: 10px;
}

.mb-3,
.mt-3 {
  margin-bottom: 1rem !important;
}

.main-nav li:nth-child(2) .main-nav-submenu li:nth-child(9) {
  height: auto !important;
}

.btn-footer1 {
  font-size: 12px;
  padding: 10px;
  width: 180px !important;
  border-radius: 3px 3px 3px 3px;
  background: #e0e0e0;
  background: -moz-linear-gradient(
    top,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  );
  background: -webkit-linear-gradient(
    top,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #e0e0e0 0%,
    #e0e0e0 43%,
    #cfcfcf 58%,
    #cfcfcf 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cfcfcf',GradientType=0 );
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  background: #00cd00;
  color: black;
}