/*To change this license header, choose License Headers in Project Properties.To change this template file, choose Tools | Templatesand open the template in the editor.*//*     Created on : Dec 17, 2014, 4:00:24 PM    Author     : Narmandakh*/.product-container {     }.product-header {    background-image: url('img/tmp/product_head.png');    background-position: center center;    padding-bottom: 70px;    background-repeat: no-repeat;    min-height: 300px;}@media (min-width: 980px) and (max-width: 1200px) {      .product-header {        min-height: 300px !important;    }}@media (min-width: 768px) and (max-width: 980px) {      .product-header {        min-height: 200px !important;    }}@media (min-width: 640px) and (max-width: 768px) {      .product-header {        min-height: 160px !important;    }}@media (min-width: 400px) and (max-width: 640px) {      .product-header {        min-height: 130px !important;    }}@media (max-width: 400px) {      .product-header {        min-height: 100px !important;    }}.product-title {    color: white;}.product-sub-title {    color: white;    font-size: 12px;    max-height: 88px;    padding: 10px 40px;    text-align: center;}.product-list-container {}.product-accordion {}.product-accordion > section {    list-style: none;    color: #343434;    padding-top: 5px;    text-align: center;    -webkit-transition: background 0.8s ease-out;      -moz-transition: background 0.8s ease-out;      -o-transition: background 0.8s ease-out;      transition: background 0.8s ease-out;}.product-accordion > section:hover {    background-color: #f6f6f6;}.product-accordion > section:hover  h3{    background-image: url("img/icon/minus_icon_blue.png");}.product-accordion > section > h3 {    font-size: 13px;    margin-bottom: 15px;    margin-top: 15px;    padding-left: 70px;    text-transform: uppercase;    text-align: left;    background-image: url("img/icon/plus_icon_blue.png");    background-repeat: no-repeat;    background-position: left 20px center;    cursor: pointer;}table.product-sub-table {    width: 100%;    margin-bottom: 0px;}table.product-sub-table tr {    border-top: 1px solid #1bb7ff;}table.product-sub-table tr td {    background-color: #0094da;    border-right: 1px solid #1bb7ff;    color: white;    cursor: pointer;    height: 61px;    -webkit-transition: all ease 0.5s;    -moz-transition: all ease  0.5s;    transition: all ease 0.5s;}table.product-sub-table tr td:hover {    background-color: #3879c9;}table.product-sub-table tr td:last-child {    border-right: none;}table.product-sub-table tr td span {    /*display: none;*/}.product-accordion:hover .accordion-item:hover .accordion-item-content,.product-accordion .accordion-item--default .accordion-item-content {    height: 61px;}.accordion-item-content,.product-accordion:hover .accordion-item-content {    height: 0;    overflow: hidden;    transition: height 1s;}.product-thumbnails {    margin-bottom: 30px;    margin-top: 40px;}.product-thumbnail {    padding-left: 0px;    padding-right: 25px;    margin-bottom: 30px;}.product-thumbnail-first-child {    padding-left: 0px;}.product-thumbnail-last-child {    padding-right: 0px  !important;}.product-thumbnail-inner {    border: 1px solid #eaeaea;    border-top: 2px solid #3879c9;    height: 300px;    padding: 20px 20px;    position: relative;    -webkit-transition: border 0.1s ease-out;      -moz-transition: border 0.1s ease-out;      -o-transition: border 0.1s ease-out;      transition: border 0.1s ease-out;}.product-thumbnail-content {}.product-thumbnail h3 {    font-size: 18px;    margin-bottom: 0;    text-transform: uppercase;    text-align: center;}@media (min-width: 980px) and (max-width: 1200px) {      .product-thumbnail h3 {        font-size: 18px;        line-height: 20px;    }}@media (min-width: 768px) and (max-width: 980px) {      .product-thumbnail h3 {        font-size: 14px;        line-height: 16px;    }}.product-thumbnail h4 {    font-size: 15px;    margin-bottom: 20px;    margin-top: 0;}.product-thumbnail-more {    font-size: 13px;    text-transform: none;    cursor: pointer;    position: absolute;    bottom: 15px;    left: 25px;}.product-thumbnail-text {    /*padding-top: 20px;*/    text-align: justify;    /*max-height: 136px;*/    overflow: hidden;}.product-thumbnail-text img{    max-height: 161px;}@media (max-width: 767px){    .product-thumbnail-text {        /*float: left;*/        text-align: center;        text-align: justify;    }}@media (max-width: 767px){    .product-thumbnail-text img{        max-height: 180px;    }}.product-thumbnail-inner-pers {    border-top-color: #08a2ea;}.product-thumbnail-inner-pers h3 {    color: #08a2ea;}.product-thumbnail-inner-pers .product-thumbnail-more>a {    color: #08a2ea;}.product-thumbnail-inner-corp {    border-top-color: #005bab;}.product-thumbnail-inner-corp h3 {    color: #005bab;}.product-thumbnail-inner-corp .product-thumbnail-more>a {    color: #005bab;}.product-thumbnail-inner:hover {    border-top-width: 4px;    cursor: pointer;}.tdb-form-control {    color: #4d4d4d;    width: 100%;    line-height: 20px;    border-radius: 0px;    border: 1px solid #f1f1f1;    background-color: #fff;    padding: 9px 10px;    outline: none;    -webkit-box-shadow: none;    box-shadow: none;    display: inline-block;    -webkit-transition: all linear 0.1s;    transition: all linear 0.1s;    resize: none;    height: 35px;}.tdb-select{    color: #989898;    width: 100%;    line-height: 35px;    border-radius: 0px;    border: 1px solid #f0f0f0;    background-color: #fff;    padding: 0px 10px;    outline: none;    -webkit-box-shadow: none;    box-shadow: none;    display: inline-block;    -webkit-transition: all linear 0.1s;    transition: all linear 0.1s;    resize: none;    text-transform: uppercase;    height: 35px;    min-width: 85px;}@media (min-width: 480px) and (max-width: 800px) {    .product-thumbnail {         padding-right: 25px;    }}@media (max-width: 479px){    .product-thumbnail {         padding-right: 0px;     }}@media (min-width: 480px) and (max-width: 800px) {    .product-thumbnail-last-child {        padding-right: 25px !important;    }}@media (max-width: 479px) {    .product-thumbnail-last-child {        padding-right: 0px;    }}