/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,600,600i,800,800i&subset=latin-ext');
@import "font-awesome.min.css";
@import "simple-line-icons.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*		Mixins 
-------------------------------------------------------------------------------*/
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  font-family: 'Raleway';
  background: white;
  color: #686868;
  overflow-x: hidden;
}
header {
  background: white;
  position: relative;
  z-index: 31;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
header .logo {
  float: left;
  display: block;
  outline: none;
  width: 75px;
  margin: 10px 0;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .logo-2 {
  float: left;
  display: block;
  outline: none;
  width: 400px;
  margin: 10px 0;
}
header .logo-2 img {
  display: block;
  width: 100%;
  height: auto;
}
header .menu-swicth {
  display: none;
  float: right;
  text-decoration: none;
  color: #98887b;
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
}
header .menu {
  list-style: none;
  display: table;
  float: left;
  margin: 30px 0;
  float: right;
}
header .menu li {
  padding: 0 10px;
  display: table;
  float: left;
}
header .menu li a {
  text-decoration: none;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
header .menu li a .fa-home {
  font-size: 20px;
}
header .menu li:last-child {
  padding-right: 0;
}
header .menu:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#referances {
  padding: 40px 0;
}
section#referances h1 {
  color: #98887b;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
}
section#referances ul {
  list-style: none;
  color: #98887b;
}
section#referances ul li {
  color: #686868;
  display: block;
  float: left;
  width: 33.333333333%;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
section#referances ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#calculation {
  padding: 40px 0;
}
section#calculation h1 {
  color: #98887b;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
}
section#calculation .buttons {
  text-align: center;
  margin: 0 0 30px;
}
section#calculation .buttons a {
  text-decoration: none;
  color: #98887b;
  display: inline-block;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
}
section#calculation .buttons .active {
  background: #98887b;
  color: white;
  padding: 0 25px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
section#calculation .tables {
  margin-bottom: 10px;
}
section#calculation .tables .row {
  border-bottom: 1px solid #eeeeee;
}
section#calculation .tables .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#calculation .tables .row .title {
  float: left;
  width: 40%;
}
section#calculation .tables .row .title:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#calculation .tables .row .title img {
  display: block;
  float: left;
  width: 120px;
  height: auto;
}
section#calculation .tables .row .title p {
  font-size: 18px;
  padding-top: 45px;
  line-height: 30px;
  color: #98887b;
}
section#calculation .tables .row .class {
  float: left;
  width: 20%;
  padding-top: 45px;
  line-height: 30px;
  font-size: 30px;
}
section#calculation .tables .row .desription {
  float: left;
  width: 40%;
}
section#calculation .tables .row .desription table {
  width: 100%;
}
section#calculation .tables .row .desription table tr td {
  height: 120px;
  vertical-align: middle;
  line-height: 24px;
}
section#calculation .tables .row:last-child {
  border-bottom: none;
}
section#calculation .table-info {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
}
section#calculation .table-info:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#calculation .table-info .coll {
  width: 50%;
  float: left;
}
section#calculation .table-info .coll table {
  width: 100%;
}
section#calculation .table-info .coll table td {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
section#calculation .table-info .coll table td:first-child {
  width: 30px;
  text-align: center;
}
section#calculation .table-info .coll table td:last-child {
  font-weight: normal;
}
section#calculation .apptable {
  margin-bottom: 20px;
}
section#calculation .apptable tr td {
  line-height: 20px;
  padding: 10px 15px;
  vertical-align: middle;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
section#calculation .apptable tr td:first-child {
  border-left: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
section#calculation .apptable tr th {
  font-weight: 600;
  text-align: left;
  padding: 10px 15px;
  border-left: 1px solid #eeeeee;
}
section#calculation .apptable tr th:first-child {
  text-align: center;
  border-left: none;
}
section#calculation .apptable tr:hover {
  background: #f4f4f4;
}
section#calculation .apptable tr:first-child:hover {
  background: none;
}
section#calculation .download {
  display: none;
  text-align: center;
}
section#calculation .download p {
  font-size: 16px;
  margin-bottom: 20px;
}
section#calculation .calculation-tables h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #98887b;
  margin-bottom: 10px;
}
section#calculation .calculation-tables table {
  border-bottom: 1px solid #98887b;
  margin-bottom: 30px;
}
section#calculation .calculation-tables table tr:nth-child(even) {
  background: white;
}
section#calculation .calculation-tables table tr:nth-child(odd) {
  background: #eeeeee;
}
section#calculation .calculation-tables table .top {
  background: #98887b !important;
  color: white;
}
section#calculation .calculation-tables table .top th {
  padding: 7px 10px;
  font-weight: 600;
}
section#calculation .calculation-tables table .top th input {
  background: white;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  outline: none;
  width: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
section#calculation .calculation-tables table .tit th {
  padding: 7px 10px;
  font-weight: 600;
}
section#calculation .calculation-tables table td {
  padding: 7px 10px;
}
section#news {
  padding: 30px 0;
}
section#news .item {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
section#news .item .img-box {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
section#news .item .img-box .img {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 140%;
  height: auto;
  margin-left: -20%;
  position: absolute;
}
section#news .item .img-box .mask {
  display: block;
  width: 100%;
  height: auto;
}
section#news .item .img-box:hover .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section#news .item h2 {
  outline: none;
  margin-bottom: 10px;
  line-height: 24px;
  height: 48px;
  font-size: 18px;
}
section#news .item h2 a {
  outline: none;
  text-decoration: none;
  color: #686868;
}
section#news .item p {
  color: #8d8d8d;
  line-height: 24px;
  min-height: 72px;
}
section#news .item .dw {
  display: block;
  width: 70%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
section#news .item:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 2px, 0);
  -ms-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
section#news .item:nth-child(3) {
  margin-right: 0;
}
section#news .item:nth-child(6) {
  margin-right: 0;
}
section#news .item:nth-child(9) {
  margin-right: 0;
}
section#news .item:nth-child(12) {
  margin-right: 0;
}
section#news .item:nth-child(15) {
  margin-right: 0;
}
section#news .item:nth-child(18) {
  margin-right: 0;
}
section#news .item:nth-child(21) {
  margin-right: 0;
}
section#news .left {
  float: left;
}
section#news .right {
  float: right;
}
section#news .sidebar {
  float: left;
  width: 35%;
}
section#news .sidebar .fancybox {
  background: rgba(152, 136, 123, 0.05) url(logo-bg-s.png) no-repeat right bottom;
  outline: none;
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(152, 136, 123, 0.1);
}
section#news .sidebar .fancybox img {
  width: 100%;
  height: auto;
  display: block;
}
section#news .content {
  text-align: justify;
  float: right;
  width: 60%;
}
section#news .content h1 {
  font-size: 26px;
  font-weight: 400;
  color: #98887b;
  margin-bottom: 20px;
  line-height: 28px;
}
section#news .content h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 5px;
  display: block;
}
section#news .content p {
  margin-bottom: 10px;
  line-height: 22px;
  display: block;
}
section#news .content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
section#news .content ul li {
  line-height: 22px;
}
section#news .content table {
  margin-bottom: 10px;
}
section#news .content table td {
  line-height: 22px;
  vertical-align: top;
}
section#about {
  padding: 40px 0;
}
section#about h1 {
  color: #98887b;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
}
section#about .slidebar {
  float: left;
  width: 20%;
}
section#about .slidebar ul {
  list-style: none;
}
section#about .slidebar ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
section#about .slidebar ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #686868;
  font-size: 16px;
}
section#about .slidebar ul li .active {
  font-weight: 700;
  color: #98887b;
}
section#about .content {
  text-align: justify;
  padding-top: 5px;
  float: right;
  width: 75%;
  line-height: 24px;
}
section#about .content ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
section#about .content a {
  text-decoration: none;
  color: #98887b;
  font-weight: 600;
}
section#about .content h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
section#about .content p {
  margin-bottom: 10px;
}
section#about .documents {
  padding-top: 5px;
  float: right;
  width: 77%;
  line-height: 24px;
}
section#about .documents:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#about .documents .item {
  width: 23%;
  margin: 0 1% 3% 1%;
  padding: 15px;
  text-decoration: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
section#about .documents .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
}
section#about .documents .item p {
  font-size: 12px;
  color: #686868;
  line-height: 15px;
  height: 30px;
  text-align: center;
}
section#about .documents .item:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 2px, 0);
  -ms-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
section#contact {
  padding: 0 0 40px;
}
section#contact .map {
  height: 500px;
  margin-bottom: 40px;
}
section#contact h1 {
  color: #98887b;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
}
section#contact .form {
  float: left;
  width: 55%;
}
section#contact .form input,
section#contact .form textarea {
  font-family: 'Raleway';
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  outline: none;
  border: 1px solid #ebe6e2;
  padding: 0 15px;
  height: 40px;
  font-style: italic;
  width: 100%;
  background: #f4f3f2;
}
section#contact .form textarea {
  height: 200px;
  padding: 15px;
}
section#contact .form button {
  display: block;
  background: #98887b;
  border: none;
  color: white;
  outline: none;
  height: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  font-weight: 600;
  margin: 20px 0;
}
section#contact .form .coll {
  margin-bottom: 20px;
  width: 47%;
}
section#contact .form .left {
  float: left;
}
section#contact .form .right {
  float: right;
}
section#contact .address {
  float: right;
  width: 40%;
}
section#contact .address h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 6px;
}
section#contact .address table {
  margin-bottom: 15px;
}
section#contact .address table td {
  vertical-align: top;
  line-height: 22px;
}
section#main-1 {
  padding: 50px 0 100px;
}
section#main-1 .slidebar {
  float: left;
  width: 33%;
}
section#main-1 .slidebar h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
section#main-1 .slidebar h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
section#main-1 .slidebar p {
  line-height: 24px;
  color: #8d8d8d;
}
section#main-1 .content {
  float: right;
  width: 65%;
}
section#main-1 .content .carousel .item {
  text-decoration: none;
  outline: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 15px;
  background: #fbfaf9 url(logo-bg.png) no-repeat right bottom;
}
section#main-1 .content .carousel .item img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
section#main-1 .content .carousel .item h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #686868;
}
section#main-1 .content .carousel .item p {
  color: #686868;
  line-height: 22px;
  font-size: 16px;
  min-height: 110px;
}
section#main-1 .content .carousel .slick-dots {
  list-style: none;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -50px;
}
section#main-1 .content .carousel .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ebebeb;
}
section#main-1 .content .carousel .slick-dots li button {
  background: none;
  border: none;
  text-indent: -100000px;
  outline: none;
  cursor: pointer;
}
section#main-1 .content .carousel .slick-dots li.slick-active {
  background: #98887b;
  border: 2px solid #98887b;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
section#main-2 {
  text-align: center;
  color: white;
  padding: 50px 0;
  background: #eeeeee url(service-image.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
section#main-2 h2 {
  text-align: center;
  font-weight: 300;
  line-height: 46px;
  font-size: 36px;
  margin-bottom: 50px;
}
section#main-2 .coll {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
section#main-2 .coll .icons {
  color: #47c9e5;
  font-size: 42px;
}
section#main-2 .coll h3 {
  font-weight: 200;
  font-size: 17px;
  margin: 20px 0;
}
section#main-2 .coll p {
  line-height: 22px;
  font-size: 12px;
}
section#main-2 .coll a {
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 10px 25px;
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
}
section#main-3 {
  padding: 50px 0;
}
section#main-3 h2 {
  text-align: center;
  font-weight: 300;
  line-height: 46px;
  font-size: 36px;
  margin-bottom: 50px;
}
section#main-3 h2 strong {
  color: #98887b;
}
section#main-3 .top-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
section#main-3 .item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0;
  color: #b4b4b4;
}
section#main-3 .item span {
  margin-bottom: 10px;
  display: block;
  font-size: 80px;
  font-weight: 200;
}
section#main-3 .item p {
  font-size: 24px;
  font-weight: 300;
}
section#main-3 .coll1 {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
section#main-3 .coll2 {
  border-bottom: 1px solid #ebebeb;
}
section#main-3 .coll3 {
  border-right: 1px solid #ebebeb;
}
section#main-4 {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@veri1', endColorstr='@veri2', GradientType=0);
  padding: 50px 0 80px;
}
section#main-4 h2 {
  text-align: center;
  font-weight: 300;
  line-height: 46px;
  font-size: 36px;
  margin-bottom: 30px;
}
section#main-4 h2 strong {
  color: #98887b;
}
section#main-4 .carousel .item {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  outline: none;
  margin: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
section#main-4 .carousel .item .img-box {
  position: relative;
  overflow: hidden;
}
section#main-4 .carousel .item .img-box .img {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 140%;
  height: auto;
  margin-left: -20%;
  position: absolute;
}
section#main-4 .carousel .item .img-box .mask {
  display: block;
  width: 100%;
  height: auto;
}
section#main-4 .carousel .item .img-box .hover {
  display: none;
  background: rgba(152, 136, 123, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section#main-4 .carousel .item .img-box .hover a {
  font-size: 20px;
  text-decoration: none;
  color: #98887b;
  line-height: 60px;
  width: 60px;
  position: absolute;
  display: block;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  background: white;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#main-4 .carousel .item .img-box:hover .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section#main-4 .carousel .item .img-box:hover .hover {
  display: block;
}
section#main-4 .carousel .item .content {
  padding: 30px;
}
section#main-4 .carousel .item .content h3 {
  outline: none;
  margin-bottom: 15px;
  font-size: 18px;
}
section#main-4 .carousel .item .content h3 a {
  outline: none;
  text-decoration: none;
  color: #686868;
}
section#main-4 .carousel .item .content p {
  color: #8d8d8d;
  line-height: 24px;
}
section#main-4 .carousel .item .dw {
  display: block;
  width: 70%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
section#main-4 .carousel .item:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 2px, 0);
  -ms-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
section#main-4 .carousel .slick-dots {
  list-style: none;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -30px;
}
section#main-4 .carousel .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ebebeb;
}
section#main-4 .carousel .slick-dots li button {
  background: none;
  border: none;
  text-indent: -100000px;
  outline: none;
  cursor: pointer;
}
section#main-4 .carousel .slick-dots li.slick-active {
  background: #98887b;
  border: 2px solid #98887b;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
section#main-5 {
  background: #f4f4f4;
  padding: 50px 0;
}
section#main-5 h2 {
  text-align: center;
  font-weight: 300;
  line-height: 46px;
  font-size: 36px;
  margin-bottom: 50px;
}
section#main-5 h2 strong {
  color: #98887b;
}
section#main-5 .container {
  max-width: 800px;
}
section#main-5 .container input,
section#main-5 .container textarea {
  font-size: 14px;
  font-family: 'Raleway';
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  outline: none;
  border: 1px solid white;
  padding: 0 15px;
  height: 40px;
  font-style: italic;
  width: 100%;
  background: white;
}
section#main-5 .container textarea {
  height: 150px;
  padding: 15px;
}
section#main-5 .container button {
  display: block;
  background: #98887b;
  border: none;
  color: white;
  outline: none;
  height: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  font-weight: 600;
  margin: 20px 0;
}
section#main-5 .container .coll {
  margin-bottom: 20px;
  width: 48%;
}
section#main-5 .container .left {
  float: left;
}
section#main-5 .container .right {
  float: right;
}
section#main-6 {
  text-align: center;
  color: white;
  padding: 70px 0;
  background: #eeeeee url(companies.jpg) no-repeat center center;
}
section#main-6 .carousel a {
  outline: none;
  display: block;
  margin: 25px;
}
section#main-6 .carousel a img {
  display: block;
  width: 100%;
  height: auto;
}
section#products {
  padding: 40px 0;
}
section#products h2 {
  color: #98887b;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 36px;
}
section#products .controls {
  display: table;
  margin: 0 auto 20px;
  text-align: center;
}
section#products .controls button {
  cursor: pointer;
  line-height: 16px;
  float: left;
  display: table;
  background: none;
  border: none;
  font-size: 12px;
  outline: none;
  font-family: 'Raleway';
  padding: 0;
  border-left: 1px solid #686868;
  padding: 0 9px;
}
section#products .controls button:first-child {
  border-left: none;
}
section#products .controls .mixitup-control-active {
  font-weight: 600;
}
section#products .controls:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#products .items .mix {
  border: 1px solid #f3f3f3;
  text-decoration: none;
  text-align: center;
  width: 23%;
  margin: 1%;
  background: #fbfaf9 url(logo-bg-s.png) no-repeat right bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 30px;
  float: left;
  display: block;
}
section#products .items .mix img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 100%;
  height: auto;
}
section#products .items .mix p {
  color: #686868;
  font-weight: 600;
  margin-bottom: 5px;
}
section#products .items .mix span {
  display: block;
  font-size: 12px;
  color: #686868;
}
section#products .items .mix:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section#products .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#documents {
  padding: 30px 0;
}
section#documents h1 {
  color: #98887b;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 40px;
}
section#documents .row {
  width: 45%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin: 0 0 10px;
}
section#documents .row .product {
  text-decoration: none;
  display: table;
  float: left;
}
section#documents .row .product img {
  display: block;
  float: left;
  width: 70px;
  height: auto;
  margin-right: 10px;
}
section#documents .row .product p {
  display: table;
  float: left;
  line-height: 70px;
  color: #686868;
  font-size: 16px;
  font-weight: 600;
}
section#documents .row .product:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#documents .row .document {
  display: table;
  float: right;
}
section#documents .row .document img {
  display: block;
  width: 30px;
  margin: 20px 0;
  height: auto;
}
section#documents .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#documents .right {
  float: right;
}
section#product-detail {
  padding: 10px 0 60px;
}
section#product-detail .content {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  float: right;
  width: 60%;
}
section#product-detail .content h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 36px;
}
section#product-detail .content p {
  margin-bottom: 10px;
  line-height: 30px;
  display: block;
  font-size: 18px;
}
section#product-detail .tabs {
  display: block;
}
section#product-detail .tabs .ui-tabs-nav {
  padding: 0;
  display: block;
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}
section#product-detail .tabs .ui-tabs-nav:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .tabs .ui-tabs-nav li {
  padding: 0 20px;
  display: table;
  outline: none;
  float: left;
  margin-bottom: -1px;
}
section#product-detail .tabs .ui-tabs-nav li a {
  padding: 10px 0 5px;
  display: block;
  color: #686868;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  outline: none;
}
section#product-detail .tabs .ui-tabs-nav .ui-state-active {
  border: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}
section#product-detail .tabs .ui-tabs-nav .ui-state-active a {
  color: #98887b;
  font-weight: 700;
}
section#product-detail .tabs .ui-tabs-panel {
  padding: 20px;
  border: 1px solid #eeeeee;
  border-top: none;
}
section#product-detail .tabs .ui-tabs-panel h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
  display: block;
  color: #98887b;
}
section#product-detail .tabs .ui-tabs-panel p {
  margin-bottom: 10px;
  line-height: 22px;
  display: block;
}
section#product-detail .tabs .ui-tabs-panel ul,
section#product-detail .tabs .ui-tabs-panel ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
section#product-detail .tabs .ui-tabs-panel ul li,
section#product-detail .tabs .ui-tabs-panel ol li {
  line-height: 22px;
}
section#product-detail .tabs .ui-tabs-panel table {
  margin-bottom: 10px;
}
section#product-detail .tabs .ui-tabs-panel table td {
  line-height: 22px;
  vertical-align: top;
}
section#product-detail .tabs .ui-tabs-panel .doctable {
  width:100%;
}
section#product-detail .tabs .ui-tabs-panel .doctable tr:hover {
  background: #fbfbfb;
}
section#product-detail .tabs .ui-tabs-panel .doctable td {
  border-top:1px solid #eee;
  padding: 5px 0;
  font-weight: 600;
}
section#product-detail .tabs .ui-tabs-panel .doctable tr:first-child td {
  border-top:none;
}
section#product-detail .tabs .ui-tabs-panel .doctable td a {
  text-decoration: none;
  color: #796e65;
  font-weight: bold;
}
section#product-detail .tabs .ui-tabs-panel strong {
  font-weight: 600;
}
section#product-detail .sidebar {
  float: left;
  width: 35%;
}
section#product-detail .sidebar .fancybox {
  outline: none;
  display: block;
}
section#product-detail .sidebar .fancybox .main-image {
  width: 100%;
  height: auto;
  display: block;
}
footer {
  background: #2a3338;
  color: #e3e3e3;
}
footer .bottom {
  text-align: center;
  background: #20272b;
  padding: 25px 0;
}
footer .bottom a {
  text-decoration: none;
  color: white;
}
footer .coll {
  width: 33.333333333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 20px 0;
}
footer .coll h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
footer .coll p {
  font-weight: 300;
  line-height: 26px;
}
footer .coll .social {
  margin-top: 20px;
  list-style: none;
}
footer .coll .social li {
  padding-right: 15px;
  display: inline-block;
}
footer .coll .social li a {
  text-decoration: none;
  color: #e3e3e3;
  font-size: 16px;
}
footer .coll .news-item {
  color: #e3e3e3;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
footer .coll .news-item .img-box {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 20%;
  overflow: hidden;
  position: relative;
}
footer .coll .news-item .img-box .mask {
  display: block;
  width: 100%;
  height: auto;
}
footer .coll .news-item .img-box .img {
  display: block;
  width: 160%;
  height: auto;
  position: absolute;
  margin-left: -30%;
}
footer .coll .news-item .content {
  padding-top: 8px;
  float: right;
  width: 75%;
}
footer .coll .news-item .content h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .coll .news-item .content p {
  font-size: 14px;
  line-height: 18px;
}
footer .coll .news-item:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .coll .address table td {
  vertical-align: top;
  line-height: 22px;
  padding-bottom: 10px;
}
.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0.7;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-rotate.in {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */

}
.effect-rotate {
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Safari */
  transform: rotate(-40deg);
  /* Standard syntax */

}
.effect-rotate-right.in {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */

}
.effect-rotate-right {
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -webkit-transform: rotate(40deg);
  /* Safari */
  transform: rotate(40deg);
  /* Standard syntax */

}
.effect-slide-right-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right-bottom {
  -webkit-transform: translate3d(30%, 50%, 0);
  transform: translate3d(30%, 50%, 0);
  opacity: 0.7;
}
.effect-slide-right-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right-top {
  -webkit-transform: translate3d(30%, -50%, 0);
  transform: translate3d(30%, -50%, 0);
  opacity: 0.7;
}
.effect-slide-left-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left-bottom {
  -webkit-transform: translate3d(-30%, 50%, 0);
  transform: translate3d(-30%, 50%, 0);
  opacity: 0.7;
}
.effect-slide-left-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left-top {
  -webkit-transform: translate3d(-30%, -50%, 0);
  transform: translate3d(-30%, -50%, 0);
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 0 30px;
  }
  footer .coll {
    width: 100%;
  }
  section#main-5 .container .coll {
    width: 100%;
  }
  section#calculation .tables {
    margin-bottom: 10px;
  }
  section#calculation .tables .row .title {
    width: 100%;
  }
  section#calculation .tables .row .title:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#calculation .tables .row .title img {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  section#calculation .tables .row .title p {
    text-align: center;
    padding: 0;
  }
  section#calculation .tables .row .class {
    width: 100%;
    padding-top: 10px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
  }
  section#calculation .tables .row .desription {
    width: 100%;
  }
  section#calculation .tables .row .desription table {
    margin: 10px 0 20px;
    width: 100%;
  }
  section#calculation .tables .row .desription table tr td {
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 24px;
  }
  section#calculation .tables .row:last-child {
    border-bottom: none;
  }
  section#calculation .table-info .coll {
    width: 100%;
  }
  section#calculation .apptable {
    display: none;
  }
  section#calculation .download {
    display: block;
  }
  section#main-3 .item {
    width: 100%;
  }
  section#main-3 .coll1 {
    border: none;
    border-bottom: 1px solid #ebebeb;
  }
  section#main-3 .coll2 {
    border: none;
    border-bottom: 1px solid #ebebeb;
  }
  section#main-3 .coll3 {
    border: none;
    border-bottom: 1px solid #ebebeb;
  }
  section#main-3 .coll4 {
    border: none;
  }
  section#main-3 .top-title {
    font-size: 14px;
  }
  section#main-3 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section#main-2 .coll {
    width: 100%;
    margin-bottom: 20px;
  }
  section#main-2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section#main-1 .slidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  section#main-1 .content {
    width: 100%;
  }
  section#about .slidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  section#about .content {
    width: 100%;
  }
  section#about .documents {
    width: 100%;
  }
  section#about .documents .item {
    width: 100%;
  }
  section#referances h1 {
    font-size: 30px;
  }
  section#referances ul li {
    width: 100%;
  }
  section#news .item {
    width: 100%;
  }
  section#news .sidebar {
    width: 100%;
  }
  section#news .content {
    width: 100%;
  }
  section#products .items .mix {
    width: 100%;
  }
  section#contact h1 {
    font-size: 30px;
  }
  section#contact .form {
    width: 100%;
  }
  section#contact .address {
    width: 100%;
  }
  section#documents h1 {
    font-size: 30px;
  }
  section#documents .row {
    width: 100%;
  }
  section#documents .row .product img {
    width: 40px;
  }
  section#documents .row .product p {
    line-height: 40px;
  }
  section#documents .row .document img {
    margin: 5px 0;
  }
  header .logo-2 {
    width: 200px;
  }
  header .menu {
    display: none;
    width: 100%;
  }
  header .menu li {
    width: 100%;
  }
  header .menu-swicth {
    display: block;
  }
  section#product-detail .sidebar {
    width: 100%;
  }
  section#product-detail .content {
    width: 100%;
  }
  section#product-detail .tabs {
    display: block;
  }
  section#product-detail .tabs .ui-tabs-nav {
    padding: 0;
    display: block;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
  }
  section#product-detail .tabs .ui-tabs-nav:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#product-detail .tabs .ui-tabs-nav li {
    padding: 0 20px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    float: left;
    margin-bottom: 0px;
    border: 1px solid #eeeeee;
    border-bottom: none;
  }
  section#product-detail .tabs .ui-tabs-nav li a {
    padding: 10px 0 5px;
    display: block;
    color: #686868;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    outline: none;
  }
  section#product-detail .tabs .ui-tabs-nav .ui-state-active {
    border-bottom: 1px solid white;
  }
  section#product-detail .tabs .ui-tabs-nav .ui-state-active a {
    color: #98887b;
    font-weight: 700;
  }
  section#product-detail .tabs .ui-tabs-panel {
    padding: 20px;
    border: 1px solid #eeeeee;
    border-top: none;
  }
  section#product-detail .tabs .ui-tabs-panel h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
    display: block;
    color: #98887b;
  }
  section#product-detail .tabs .ui-tabs-panel p {
    margin-bottom: 10px;
    line-height: 22px;
    display: block;
  }
  section#product-detail .tabs .ui-tabs-panel ul,
  section#product-detail .tabs .ui-tabs-panel ol {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  section#product-detail .tabs .ui-tabs-panel ul li,
  section#product-detail .tabs .ui-tabs-panel ol li {
    line-height: 22px;
  }
  section#product-detail .tabs .ui-tabs-panel table {
    margin-bottom: 10px;
  }
  section#product-detail .tabs .ui-tabs-panel table td {
    line-height: 22px;
    vertical-align: top;
  }
  section#product-detail .tabs .ui-tabs-panel strong {
    font-weight: 600;
  }
}
