@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800&subset=latin,latin-ext');

body {
  font-family: 'Open Sans', sans-serif;
  color: #1f5350;
  background: url(../img/bg-pattern.jpg) repeat;
  padding-top: 20px;
}

body * {
  transition: all 0.2s ease-out;
}

.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

.container-1-2 {
  width: 50%;
  float: left;
}

.container-1-3 {
  width: 33.3%;
  float: left;
}

.container-2-3 {
  width: 66.6%;
  float: left;
}

.content-container {
  overflow: hidden;
  background: #fff;
  padding: 0 25px;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  bottom: 248px;
}

header {
  height: 80px;
  width: 100%;
  background: #fff;
}

header .container {
  padding: 0 5px 0 20px;
}

header .logo {
  display: block;
  float: left;
  margin-top: 20px;
}

header nav {
  float: right;
  margin-top: 18px;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding: 10px 15px;
}

header nav ul li:hover a,
header nav ul li.current_page_item,
header nav ul li.current-menu-item {
  color: #e9b820;
}

#nav-trigger {
  background: none;
  height: 50px;
  width: 50px;
  display: block;
  float: right;
  margin-top: 15px;
  margin-right: 16px;
  border: solid red 1px;
  border: none;
  display: none;
}

#nav-trigger span {
  display: block;
  background: #1f5350;
  height: 4px;
  width: 30px;
  margin: 4px auto;
}

#nav-trigger.active span {
  background: #e9b820;
}

#intro-bg {
  height: 420px;
  width: 100%;
  background: #ececec;
  position: relative;
}

#intro-bg .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider-container {
  position: absolute;
  height: 420px;
  width: 100%;
  transition: all 0s ease;
}

.slider-container * {
  transition: all 0s ease;
}

.bg-img-1 {
  height: 400px;
  width: 100%;
  background: url(../img/intro-bg-1.jpg) no-repeat center center;
  background-size: cover;
}

#intro-email-link {
  display: block;
  height: 70px;
  width: 96px;
  background: #1f5350 url(../img/email-icon.png) center center no-repeat;
  position: absolute;
  right: 20px;
}

#intro-email-link:hover {
  background: #112e2c url(../img/email-icon.png) center center no-repeat;
}

.slogan {
  position: absolute;
  right: 20px;
  bottom: 248px;
}

.home .slogan {
  bottom: 96px;
}

#main {
  margin-top: -215px;
  position: relative;
  z-index: 2;
}

.home #main {
  margin-top: -60px;
}

.intro-1-3 {
  width: 32%;
  background: #fff;
  float: left;
  padding: 0 20px;
  display: block;
  margin-bottom: 60px;
  margin-right: 2%;
}

.intro-1-3:nth-child(3n) {
  margin-right: 0;
}

.intro-1-3 h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  line-height: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.intro-1-3 h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  line-height: 50px;
}

.intro-1-3 .img-container {
  overflow: hidden;
}

.intro-1-3 .img-container img {
  display: block;
  width: 100%;
}

.intro-1-3 .text-container {
  font-size: 14px;
  font-weight: 300;
  word-break: keep-all;
  padding: 0;
}

.intro-1-3:hover .img-container img {
  transform: scale(1.05);
}

.intro-1-3:hover h3,
.intro-1-3:hover h4 {
  color: #e9b820;
}

.intro-1-3:nth-child(3n + 1) {
  clear: both;
}

/*
.text-container {
  padding: 0 0 80px;
}
*/
.text-container ul {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  list-style: circle;
}

.about-us-ctn {
  background: #fff;
  padding: 0 25px;
}

#about-us-page .container-1-2:nth-child(1) {
  padding-right: 25px;
}

#about-us-page .container-1-2:nth-child(2) {
  padding-left: 25px;
}

#about-us-page h2 {
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
}

#about-us-page p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0;
}

#about-us-page q {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
  display: block;
}

#about-us-page a {
  color: #e9b820;
  font-weight: 700;
}

#about-us-page a:hover {
  text-decoration: underline;
}

#contacts {
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  padding: 25px;
}

#contacts ul {
  line-height: 1.5em;
  list-style: none;
  padding: 0;
}

.map-container ul {
  list-style: none;
  padding: 0;
}

#contacts ul a {
  color: #e9b820;
  font-weight: 700;
  line-height: 50px;
}

#contacts ul a:hover {
  text-decoration: underline;
}

#contacts .contact-person {
  margin-top: 100px;
}

#news-page {
  background: #fff;
  padding: 25px;
}

#news-page .news-block {
  margin: 0 0 25px 0;
  font-size: 14px;
  font-weight: 300;
}

#news-page .news-block .container-1-3 {
  padding-right: 25px;
}

#news-page .news-block .container-1-3 img {
  width: 100%;
  display: block;
}

#news-page .news-block h4 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

#news-page .news-block .meta-info {
  font-weight: 300;
  font-size: 14px;
  color: #699d9a;
}

#sub-nav ul li {
  display: inline-block;
  margin-right: -5px;
}

#sub-nav ul li a {
  font-size: 24px;
  font-weight: 300;
  display: block;
  padding: 0 12px;
  line-height: 58px;
}

#sub-nav ul li:nth-child(1) {
  background: #F6F58C;
}

#sub-nav ul li:nth-child(1):hover {
  background: #f2f15d;
}

#sub-nav ul li:nth-child(2) {
  background: #CFE1A0;
}

#sub-nav ul li:nth-child(2):hover {
  background: #bbd579;
}

#sub-nav ul li:nth-child(3) {
  background: #B5D2AE;
}

#sub-nav ul li:nth-child(3):hover {
  background: #97c08d;
}

#sub-nav ul li:nth-child(4) {
  background: #A0C7B9;
}

#sub-nav ul li:nth-child(4):hover {
  background: #80b4a1;
}

#sub-nav ul li:nth-child(5) {
  background: #92BEB9;
}

#sub-nav ul li:nth-child(5):hover {
  background: #72aba4;
}

#sub-nav ul li:nth-child(6) {
  background: #82B2AF;
}

#sub-nav ul li:nth-child(6):hover {
  background: #629f9b;
}

#sub-nav ul li:nth-child(7) {
  background: #71A4A3;
}

#sub-nav ul li:nth-child(7):hover {
  background: #588a89;
}

#sub-nav ul li:nth-child(8) {
  background: #619899;
}

#sub-nav ul li:nth-child(8):hover {
  background: #4d797a;
}



#sub-nav ul li.current-menu-item,
#sub-nav ul li.current-page-ancestor {
  background: #fff;
}

#sub-nav ul li.current-menu-item:hover {
  background: #fff;
}

#product-sub-sub-nav {
  background: #fff;
  padding: 25px 13px 10px;
}

#product-sub-sub-nav ul {
  font-weight: 800;
  font-size: 18px;
  padding: 0;
}

#product-sub-sub-nav ul li {
  display: inline-block;
}

#product-sub-sub-nav ul li a {
  color: #1f5350;
  display: block;
  padding: 0 12px;
  line-height: 58px;
}

#product-sub-sub-nav ul li a:hover {
  text-decoration: none;
  color: #e9b820;
}

#product-sub-sub-nav ul li.current_page_item a {
  color: #e9b820;
}

.product-container {
  margin-top: 15px;
  padding: 25px;
  background: #fff;
}

.product-container dl {
  margin: 0 !important;
}

/*
.product-container .container-1-3 img {
  width: 100%;
  display: block;
}
*/
.product-container .container-2-3 {
  padding-left: 22px;
}

.product-container .container-2-3 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.product-container .container-2-3 .product-specs {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.product-container .container-2-3 .product-specs a {
  display: inline-block;
  padding: 5px 20px;
  background: #1f5350;
  margin-left: 10px;
}

.product-container .container-2-3 .product-specs a:hover {
  background: #fff;
  text-decoration: none !important;
}

.product-container table {
  background: #c4e6e1;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.product-container table td,
.product-container table th {
  padding: 10px 20px;
}

.product-container table th {
  width: 30%;
}

.private-product {
  width: calc(50% - 9px);
}

.private-product:nth-child(4n) {
  margin-left: 18px;
}

.private-product .private-product .container-2-3 {
  padding-right: 25px;
}

.product-list-container .clear {
  display: none;
}

.product-list-container .clear:nth-child(4n+1) {
  display: block;
}

footer {
  line-height: 40px;
  background: #eee;
  font-size: 11px;
  color: #999;
  text-align: center;
}

footer a {
  font-weight: bold;
}

footer a:hover {
  text-decoration: underline;
}

.pagination {
  text-align: center;
}

.pagination span,
.pagination a {
  display: inline-block;
  padding: 10px 15px;
  background: #1f5350;
  color: #fff;
  font-weight: 700;
}

.pagination span.current {
  background: #e9b820;
}

.map-container {
  margin-top: 20px;
  background: #fff;
  padding: 25px;
}

.container-1-3 img {
  border: none !important;
}

.wp-caption-text {
  display: none !important;
}

/***************************************************/
/***************************************************/
/*RESPONSIVE STUFF*/
/***************************************************/
/***************************************************/


/*============================================
1000px
============================================*/
@media (max-width:1000px) {

  body {
    padding-top: 0;
  }

  .intro-1-3 {
    padding: 0 10px;
  }

  .intro-1-3 h3 {
    font-size: 24px;
  }

  #sub-nav ul li a {
    font-size: 20px;
  }

  #product-sub-sub-nav ul li a {
    font-size: 16px;
  }

}

/*============================================
800px
============================================*/
@media (max-width:1100px) {

  #nav-trigger {
    display: block;
  }

  header {
    border-bottom: 1px solid #ddd;
  }

  header nav {
    position: absolute;
    z-index: 3;
    top: 80px;
    margin: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
  }

  header nav.show {
    height: auto;
    padding: 20px 0;
  }

  header nav ul li {
    display: block;
    text-align: center;
  }

  h1 {
    bottom: 0;
    top: 120px;
    font-size: 46px;
  }

  #sub-nav ul li {
    width: 50%;
  }

  #product-sub-sub-nav ul li a {
    font-size: 14px;
  }

  #sub-nav {
    background: #fff;
  }
}

/*============================================
768px
============================================*/
@media (max-width:768px) {

  #intro-email-link {
    height: 50px;
    width: 66px;
  }

  .intro-1-3 {
    width: 80%;
    margin: 0 auto 60px;
    float: none;
  }

  .intro-1-3:nth-child(2),
  .intro-1-3:nth-child(6) {
    margin: 0 auto 60px;
  }

  .container-1-2 {
    width: 100%;
  }

  /*
    #about-us-page .container-1-2:nth-child(1), #about-us-page .container-1-2:nth-child(2) {
        padding: 0;
    }
*/

  .container-1-3 {
    width: 100%;
  }

  .container-2-3 {
    width: 100%;
  }

  #news-page .news-block .container-1-3 {
    padding: 0;
  }

  #news-page .news-block {
    margin-bottom: 80px;
  }

  .news-block .container-2-3 p {
    text-align: justify;
  }

  #contacts .container-1-3 {
    margin-bottom: 80px;
  }

  #contacts ul {
    float: left;
  }

  #contacts .contact-person {
    margin: 0;
  }

  .product-container .container-2-3 {
    padding-left: 0;
  }

  .product-container .container-1-3 img {
    width: 80%;
    margin: 0 auto;
  }

  .map-container .container-1-3 {
    margin-bottom: 40px;
  }

  .map-container .container-2-3 {
    display: none;
  }

  .private-product:nth-child(4n) {
    margin-left: 0;
    padding: 25px;
  }

  .slogan {
    width: 300px;
  }

}

/*============================================
580px
============================================*/
@media (max-width:580px) {

  h1 {
    left: 20px;
    top: 30px;
  }

  .slogan {
    width: 300px;
  }

  .intro-1-3 {
    width: 100%;
  }

  .container {
    padding: 0;
  }

  #sub-nav ul li a {
    font-size: 18px;
  }

  #contacts .container-2-3 {
    display: none;
  }

  #contacts .container-1-3 {
    margin-bottom: 0;
  }

  #sub-nav ul li {
    width: 100%;
  }

  .product-container .container-2-3 .product-specs a {
    margin-top: 10px;
  }

  .product-container .container-1-3 img {
    width: 100%;
  }
}