/*
Theme Name: Tdstone
Theme URI: http://www.tdstone.com
Author: CactusThemes
Author URI: http://www.tdstone.com
Description: Description
Version: 1.0
Text Domain: jw
Domain Path: /languages/
Tags:

*/


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.topbar {
  width: 100%;

  background-color: #103edb;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-header {
  position: relative;
  overflow: hidden;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(34,34,34,0.5);
  border-bottom: 2px solid #c1beba;
  border-top:none;
  border-right: none;
  border-left: none;
  border-radius: 0;

}
.navbar-nav {
  padding-left: 270px;
}
.navbar-default .navbar-nav>li {
  margin-right: 60px;
  position: relative;
}
.navbar-default .navbar-nav>li ul {
    position: absolute;
    width: 200px;
    left: 0;
    background-color: rgba(34,34,34,0.5);
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.navbar-default .navbar-nav>li:hover  ul {
    opacity: 1;
}
.navbar-default .navbar-nav>li ul li {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-default .navbar-nav>li ul li a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>li.current-menu-item>a{
  border-color: #00ff98;
  color: #fff;
}
.home-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 99;
  width: 46px;
  height: 46px;
  border: 1px solid #00ff98;
  background: none;
  color: transparent;
}
.home-slider .slick-arrow:focus {
  outline: none;
}
.home-slider .slick-prev {
  left: 30px;
  padding-left: 15px;
}
.home-slider .slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color:#00ff98;
  font-size: 30px;

  z-index: 999;
}
.home-slider .slick-next {
  right: 30px;
  padding-left: 15px;
}
.home-slider .slick-next::before {
  content: '\f105';
  font-family: FontAwesome;
  color:#00ff98;
  font-size: 30px;
  font-weight: 400;
  z-index: 999;
}
.slide-item {
  position: relative;
}
.text-slide {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15%;
}
.text-slide h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
}
.text-slide h3 {
  font-size: 18px;
}
.topbar {
  position: relative;
}
.logo img{
  position: absolute;
  top: 5px;
  z-index: 999;
}
.left-about h2 {
  margin-top: 80px;
  font-size: 32px;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 0;
}
.left-about h1 {
  font-size: 44px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 44px;
  color: #003aff;
  font-weight: bold;
}
.left-about .readmore {
  color: #0db55a;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  border : 2px solid #0db55a;
}
.about-video {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 60px;
  float: right;
}
.left-heading {
  float: left;
}
.left-heading h3 {
  font-size: 32px;
  text-transform: uppercase;

  margin-top: 55px;
  margin-bottom: 0;
}
.heading-dark .left-heading h3 {
  color: #fff;
}
.heading-light .left-heading h3 {
  color: #303030;
}
.left-heading h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
.heading-dark .left-heading h2 {
    color: #00ff98;
}
.heading-light .left-heading h2 {
    color: #003aff;
}
.right-heading {
  float: right;
}
.right-heading a{
  display: block;
  margin-top: 100px;
  padding: 10px 25px;
  text-transform: uppercase;

}
.heading-dark .right-heading a {
  color: #fff;
  border: 1px solid #fff;
}
.heading-light .right-heading a {
  color: #00ff98;
  border: 1px solid #00ff98;
}
.home-project {
  background-image: url('images/bg-project.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-top: 75px;
}
.item-project {
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.info-project h4 {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.item-project:hover .info-project h4{
  opacity: 1;
}
.info-project h4 {

  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 30px;
}
.info-project a:focus{
  outline: none;
}
.info-project h4 a {
  color: #fff;
  text-transform: uppercase;
}
.item-category {
  position: relative;
}
.info-category {
  
  width: 100%;
}
.info-category h4 {
  float: left;
  margin-top: 17px;
  font-size: 15px;
  width: 100%;
  font-size: 13px;
}

.info-category h4 a {
  color: #000;
  text-transform: uppercase;

}
.info-category a img {
 display: none;
}
.view-more {
  display: block;
  float: right;
}

.mobile-logo {
  text-align: center;
}
.mobile-logo img {
  max-width: 100px;
}
.home-news {
  background-image: url('images/bg-news.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-top: 50px;
}
.thumbnail-news {
  border-bottom: 2px solid #00ff98;
}
.info-news {
  background-color: #fff;
  padding: 18px 30px;
}
.info-news h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.info-news h4 a {
  color: #212121;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.info-news p {
  color: #666;
  line-height: 25px;
}
.info-news p span.tag {
  margin-left: 20px;
}
.item-news {
  margin-top: 32px;
}
.first-item-1  .item-news,.first-item-2  .item-news{
  margin-top: 20px;
}
.brand-slide .slick-arrow {
  display: none!important;
}
.brand-slide .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.brand-slide .slick-dots li {
  display: inline-block;
  list-style: none;

  margin-left: 5px;
  margin-right: 5px;
}
.brand-slide .slick-dots li button {
  width: 14px;
  height: 14px;
  color: transparent;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background-color: #d3d3d3;
}
.brand-slide .slick-dots li button:focus {
  outline:none;
}
.brand-slide .slick-dots li.slick-active button{
  background-color: #003aff;
}
.brands {
  margin-top: 50px;
}
.home-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.home-slider .slick-dots li {
  display: inline-block;
  list-style: none;

  margin-left: 5px;
  margin-right: 5px;
}
.home-slider .slick-dots li button {
  border: none;
  box-shadow: none;
  background:none;
  border: 1px solid #fff;
  color: transparent;
  width: 13px;
  height: 13px;
}
.home-slider .slick-dots li button:focus {
  outline: none;
}
.home-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  border: 2px solid #00ff98;
  margin-top: 1px;
}
.item-project >img,.item-category .thumnail-cat img,.thumbnail-news img{
  width: 100%;
  height: auto;
}
.brand-slide .slick-slide {
  text-align: center;
}
.widget-link ul {
    padding-left: 0px;
}
.widget-link ul li {
    list-style: none;
    line-height: 30px;

}
.widget-link ul li::before {
  content: "• ";
  color: #fff;
  margin-right: 5px;
}
.top-footer {
  background-image: url('images/bg-footer.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 45px;
}
.top-footer h3 {
  color: #00ff98;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.top-footer p, .top-footer ul li a {
  color: #fff;
}
.copyright {
  background-color: #091d5f;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright-text {
  float: left;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px;
}
.social-link {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
.social-link a {
  color: #00ff98;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #00ff98;
  padding-top: 6px;
}
.contact-info {
  padding-left: 90px;
  text-align: right;
}
.contact-info .email {
  margin-left: 20px;
}
.contact-info a {
  color: #fff;
}
.searchbox{
    position:relative;
    min-width:50px;
    width:0%;

    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;

    width:100%;
    background: none;
    border: none;
    height:25px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:16px;

}


.searchbox-icon,
.searchbox-submit{
    z-index: 999;
    display:block;
    position:absolute;
    top:-10px;
    font-size:16px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#fff;
}



.searchbox-open{
    width:100%;
    background: #fff;
}
.page_thumbnail {
  position: relative;
}
.page_thumbnail img {
  width: 100%;
  max-height: 400px;
}
.page_thumbnail h2{
  position: absolute;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  transform: translate(-50%, -50%);
}
.page_thumbnail h2.single-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.breadcumbs {
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom:1px solid #c4cbcf;
  color: #000;
}
.breadcumbs a {
  color:#000;
}
.news-content {
  text-align: center;
  padding-top: 30px;
}
.news-content  section {
  display: none;

}

input {
  display: none;
}
label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 20px 40px;
  text-align: center;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;

}
.tab1 {
  margin-right: 20px;
}


input:checked + label {
  color: #fff;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 5px solid #0ece66;
  background-color: #003aff;
  padding-bottom: 17px;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5
 {
  display: block;
}
.listing-news {
  text-align: left;
  margin-top: 30px;
}
.listing-news .info-news {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
}
.item-large-post {
  margin-top: 20px;
  position: relative;
}
.item-large-post .thumbnail-news {
  border:none;
}
.listing-news .item-large-post .info-news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border:none;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, rgba(0,0,0,0.9)); /* Standard syntax (must be last) */
}
.listing-news .item-large-post .info-news h4 a {
  color: #fff;
}
.listing-news .item-large-post .info-news p {
  color: #fff;
}
.pagination {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.pagination span ,.pagination a{
  padding: 5px 10px;
  margin-right: 5px;

}
.pagination span {
  background-color: #0ece66;
  color: #fff;
}
.pagination a {
  color: #303030;
}
.list-category {
  padding-left: 0;
}
.list-category li {
  list-style: none;

}
.list-category li a{
  display: block;
  padding: 10px 20px;
  border-bottom: 2px solid #ebebeb;
  font-weight: bold;
  color: #1b1916;
}
.list-category li:last-child a {
  border-bottom: none;
}
.list-category li.current-cat a,.list-category li.active a, .list-category li.current_page_item a{
  color: #0ece66;
}
.listing-cat {
    margin-top: 15px;
}
.listing-cat h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1b1916;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.listing-cat h2 {
  margin-top: 15px;
  color: #1b1916;
  font-size: 30px;
  font-weight: bold;
  padding-left: 20px;
}
.content-product {
  border-left: 1px solid #c4cbcf;
  padding-top: 30px;
}
.item-category.item-small {
  margin-top: 15px;
}
.item-category.item-large {
  margin-top: 30px;
}
.product-categories .item-category.item-small {
  margin-top: 30px;
}
.single-content {
  margin-bottom: 50px;
}
.main-content {overflow-x:hidden;}
.content-page {margin-top: 30px;}
@media screen and (max-width: 650px) {
  
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
@media(max-width:992px){
  .listing-cat {
    margin-bottom: 30px;

  }
  .content-product {
    border-left: none;
  }
}
@media(max-width: 768px) {
  .desktop-logo {
    display: none;

  }
  .navbar {
    position: static;
    margin-bottom: 0;
  }
  .item-large {
    margin-bottom: 30px;
  }
  .contact-info {
    padding-left: 10;
  }
  .navbar-nav {
    padding-left: 15px;
  }
  .text-slide {
    top: -60px;
  }
  .text-slide h2 {
    font-size: 32px;
  }
  .item-small {
    margin-top: 28px;
  }
  .item-large img {
    max-height: 420px;
  }
  .page_thumbnail img {
    height: auto;
  }
  .item-large-post .thumbnail-news img {
    height: auto!important;
  }
}
@media(min-width: 768px) {
  .mobile-logo {
    display: none;
  }

}
@media(min-width: 992px) {
  .listing-cat {
    padding-right: 0;
  }
  .listing-producs {
    padding-left: 0;
  }
}
@media(max-width: 480px) {
  .text-slide h2 {
    font-size: 14px;
  }
  .text-slide h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .page_thumbnail h2 {
    font-size: 30px;
  }
  .about-video  {
      width: 100%;
      height: auto;
      border-radius:0;
      
  }
  .about-video iframe {
      height: 220px;
  }
  .home-slider .slick-arrow,.slick-dots li button {display:none!important;}
  .contact-info {padding-left:0;}
  .contact-info a {
      display: block;
      text-align:center;
  }

  .text-slide {top: -30px;}
  .left-about h2 {margin-top:30px;font-size: 22px;}
  .left-about h1 {font-size: 30px;}
  .about-video {margin-top: 30px;}
  .home-project {margin-top: 30px;}
   .left-heading h3 {font-size: 22px; margin-top: 30px;}
   .left-heading h2 {font-size: 30px;}
 .right-heading a {margin-top: 73px; padding: 5px 10px;}
 .info-project {padding-top: 30px;}
 .info-project h4 {margin-top: 15px;font-size: 14px;}
 .listing-news {margin-top:0;}
 .brand-slide .slick-slide img {width: 120px;margin:auto;}
 .brands {margin-top:30px;margin-bottom: 30px;}
 .brand-slide .slick-dots {display:none!important;}
 .top-footer {padding-top: 15px;padding-bottom: 15px;}
 .news-content label {width: 100%; margin-top: 5px;padding: 5px 10px;}
 .news-content {padding-top:10px;}
 .info-news h4 {margin-bottom: 10px;}
 .listing-news .item-large-post .info-news {padding-bottom: 0;}
 input:checked + label {padding-bottom: 0;}
 .navbar-default .navbar-nav>li>a {font-size: 14px;}
 .page_thumbnail h2 {font-size: 20px; margin-top: 0;}
 
}
.home-slider .slick-slide img {width: 100%;height: 650px;}
@media (max-width: 480px) {.home-slider .slick-slide img {height: auto;}}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
@media (min-width: 768px){.item-small-post:height: 560px;}