body {
    font-size: 100%;
}

section h1 {text-align:center; margin-bottom:20px;}

.breadcrumbs {
    font-size: 1.125em;
    margin: 20px 0 80px;
}
.breadcrumbs a div {
    float: left;
    height: 40px;
    line-height: 40px;
}
.breadcrumbs a div:nth-child(2) {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 0 30px;
}
.breadcrumbs a div:first-child {
    background: rgba(0, 0, 0, 0) url("/img/products/back_arrow.png") no-repeat scroll 0 center;
    width: 20px;
}
.breadcrumbs a div:last-child {
    background: rgba(0, 0, 0, 0) url("/img/products/front_arrow.png") no-repeat scroll 0 center;
    width: 20px;
}
.breadcrumbs a {
    color: #777;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #222;
}
.breadcrumbs a.current div:nth-child(2), .breadcrumbs a:hover div:nth-child(2) {
    background: #e2e2e2 none repeat scroll 0 0;
    padding: 0 30px;
}
.breadcrumbs a.current div:first-child, .breadcrumbs a:hover div:first-child {
    background: rgba(0, 0, 0, 0) url("/img/products/back_arrow2.png") no-repeat scroll 0 center;
    width: 20px;
}
.breadcrumbs a.current div:last-child, .breadcrumbs a:hover div:last-child {
    background: rgba(0, 0, 0, 0) url("/img/products/front_arrow2.png") no-repeat scroll 0 center;
    width: 20px;
}

.product {
    width: 100%;
}

.product div {
    display: table;
    position: relative;
    font-size: 1.125em;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
}

.product>div {
    display: flex;
    flex-wrap: wrap;
}

.img_product1 {
    width: 40%;
    min-width: 400px;
    background-size: contain;
    height: 500px;
    float: left;
}

.img_product2 {
    width: 40%;
    min-width: 400px;
    background-size: contain;
    height: 500px;
    float: right;
}

.content_product {
    padding-left: 20px;
    float: none;
}

.product h2 {
    margin-top: 20px;
    font-size: 1.75em;
    font-weight: 600;
}

.product a {
    color: #555;
}

.product a:hover {
    text-decoration: none;
}

.product p {
    margin: 40px 0;
}

.product li {
    margin-left: 20px;
    line-height: 30px;
    list-style-type: none;
    list-style-image: url(../img/products/list-dot.png);
}

.h_line2 {
    width: 100%;
    height: 1px;
    background: #ccc;
    clear: both;
    background: radial-gradient(circle farthest-side, #ccc, #FFF); 
}

.h_line2:last-of-type {
    background: #fff;
}

.product01 {
    background: url(../img/products/product01.jpg) no-repeat center;
}

.product02 {
    background: url(../img/products/product02.jpg) no-repeat center;
}

.product03 {
    background: url(../img/products/product03.jpg) no-repeat center;
}

.product04 {
    background: url(../img/products/product04.jpg) no-repeat center;
}

.product01 {
    background: url(../img/products/product01.jpg) no-repeat center;
}

.product05 {
    background: url(../img/products/product05.jpg) no-repeat center;
}

.product06 {
    background: url(../img/products/product06.jpg) no-repeat center;
}

.product07 {
    background: url(../img/products/product07.jpg) no-repeat center;
}

.presentation {
    /*background: rgba(0, 0, 0, 0) url("../img/products/150_presentation3.png") no-repeat scroll 0 0;
    float: left;
    height: 110px;
    margin: 20px;
    width: 150px;
    */
    float:right;margin-right:20px;
    margin-bottom:30px;
}
.spec {
/*    background: rgba(0, 0, 0, 0) url("../img/products/150_specification3.png") no-repeat scroll 0 0;
    float: left;
    height: 110px;
    margin: 20px;
    width: 150px;
*/
    float:right;margin-right:20px;
}
/*
.ies {
    background: rgba(0, 0, 0, 0) url("../img/products/150_ies3.png") no-repeat scroll 0 0;
    float: left;
    height: 110px;
    margin: 20px;
    width: 150px;
}
*/
/*=================================/ 1024px Resolution /=====================================*/
@media screen and (max-width: 1023px) {
.product div {
    font-size: 1em;
    line-height: 24px;
}

.product h2 {
    font-size: 1.25em;
}

.content_product {
    padding-left: 20px;
    float: none;
    min-width: 150px;
}

.product li {

    font-size: 1em;
    line-height: 24px;
}



}
/*=================================/ 1024px Resolution /=====================================*/

/*=================================/ 800px Resolution /=====================================*/
@media screen and (max-width: 800px) {
.img_product1 {
    width: 100%;
    background-size: contain;
    height: 300px;
}

.img_product2 {
    width: 100%;
    background-size: contain;
    height: 300px;
}

.breadcrumbs {
    font-size: 0.9em;
}

.breadcrumbs a div:first-child, .breadcrumbs a:hover div:first-child, .breadcrumbs a div:last-child, .breadcrumbs a:hover div:last-child, .breadcrumbs a.current div:first-child, .breadcrumbs a.current div:last-child {
    width: 0;
    background: none;
}
.breadcrumbs a div:nth-child(2)
{
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background:none;
}

.breadcrumbs a.current div:nth-child(2), .breadcrumbs a:hover div:nth-child(2)
{
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

}
/*=================================/ 1024px Resolution /=====================================*/

/*
.products_section {
    height: 650px;
    padding-top: 20px;
    width: 100%;
}

.products_section div {
    float: left;
    position: relative;
    text-align: center;
}

.products_section h2 {
    font-size: 36px;
}

.products_section p {
    margin: 40px 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3px;
}

.products_section li {
    margin-left: 20px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3px;
    list-style-type: none;
    list-style-image: url(../img/products/list-dot.png);
}

.main_img {
    margin-top: 40px;
    width: 40%;
    min-width: 500px;
    background: #fff;
    height: 495px;
}

.main_img img {
    float: left;
    min-width: 500px;
}

.main_cont {
    margin-top: 40px;
    width: 60%;
    text-align: left!important;
}
*/




.product_card {
    width: 100%;
}

.product_card div {
    display: table;
    position: relative;
    line-height: 24px;
    letter-spacing: 1px;
}

.product_card h2 {
    margin: 0 0 20px;
    line-height: 42px;
    display:inline-block;
    color:#fff;
    height:42px;
    padding-right: 20px;
    white-space: nowrap;
    background-color:#555;
}

.product_card h2::after
{
    width:30px;
    position:absolute;
    content: url(/img/right-gr-gr.jpg);
    padding-left: 20px;
}
.product_card.pt1 h2{background-color:#219fd9}
.product_card.pt1 h2::after
{
    content: url(/img/right-gr-b.jpg);
}
.product_card.pt2 h2{background-color:#85c441}
.product_card.pt2 h2::after
{
    content: url(/img/right-gr-g.jpg);
    top: 0;
}
.product_card.pt3 h2{background-color:#f8931d}
.product_card.pt3 h2::after
{
    content: url(/img/right-gr-o.jpg);
}

.main_img {
    box-shadow: 0 7px 10px rgba(0, 0, 0, .3);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.main_img img {
    display: block;
    border-radius: 8px;
}

.second_img {
    width: 288px;
    float: right;
    margin: 0 0 0 20px;
}

.second_img h4
{
    margin: 0 0 10px 10px;
}

.second_img img{
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    border-radius:8px;
}


.second_img div:nth-child(2n) {
    margin-right: 0;
}

.photo_gallery{ clear:both; margin-left:20px}
.photo_gallery .small_img {
    border-radius: 3px;
    border:1px solid #ccc;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    float: left;
    margin-bottom: 20px;
    margin-right: 6px;
    height:auto;
    width:auto;
}


.small_img {
    width: 220px;
    height: 220px;
    float: left;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 3px;
}

.small_img img {
    border-top: 1px solid #eee;
    display: block;
        border-radius: 3px;
}


.third_text h3 {
    text-align: center;
    margin-bottom: 20px;
}

.third_text {
    margin: 0 20px;
    min-width: 340px;
    text-align: justify;
    padding: 0 0 0 20px;
}

.third_text p {
    margin-bottom: 10px;
    text-indent:20px;
}


.third_text h2 {padding-left:20px;}

.third_text ul {margin-left: 20px;}




.stats {width: 100%; margin: 0 0 20px; color: #222;}

.stats tr {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.stats th {
    white-space: nowrap;
    background: #ccc;
    height:50px;
    line-height: 30px;
    padding: 0 5px;
    border-right: 1px dotted #aaa;
}

.stats th div {
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

.voltage {
    background: url(../img/products/sprites.png) no-repeat -25px -25px;
}

.dc {
    background: url(../img/products/sprites.png) no-repeat -75px -25px;
}

.output_current {
    background: url(../img/products/sprites.png) no-repeat -125px -22px;
}

.ip {
    background: url(../img/products/sprites.png) no-repeat -175px -25px;
}

.lmw {
    background: url(../img/products/sprites.png) no-repeat -225px -25px;
}

.power_factor {
    background: url(../img/products/sprites.png) no-repeat -25px -75px;
}

.beam_angel {
    background: url(../img/products/sprites.png) no-repeat -75px -73px;
}

.life_time {
    background: url(../img/products/sprites.png) no-repeat -175px -125px;
}

.L {
    background: url(../img/products/sprites.png) no-repeat -275px -24px;
}

.B {
    background: url(../img/products/sprites.png) no-repeat -275px -73px;
}

.H {
    background: url(../img/products/sprites.png) no-repeat -275px -123px;
}

.D {
    background: url(../img/products/sprites.png) no-repeat -125px -73px;
}

.stats td a {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    
}

.eegl {
    background: url(../img/products/eegl.png) no-repeat 0px 0px;
    width:42px !important;
}
.sheet {
    background: url(../img/products/spec2.png) no-repeat 0px 0px;
}
.ies {
    background: url(../img/products/ies.png) no-repeat 0px 0px;
}
.ies-120 {
    background: url(../img/products/ies-120.png) no-repeat 0px 0px;
}

.ies-200 {
    background: url(../img/products/ies-200.png) no-repeat 0px 0px;
}

.ies-277 {
    background: url(../img/products/ies-277.png) no-repeat 0px 0px;
}

.ies-480 {
    background: url(../img/products/ies-480.png) no-repeat 0px 0px;
}

.pdf {
    background: url(../img/products/pdf.png) no-repeat 0px 0px;
}
.pdf-120 {
    background: url(../img/products/pdf-120.png) no-repeat 0px 0px;
}

.pdf-200 {
    background: url(../img/products/pdf-200.png) no-repeat 0px 0px;
}

.pdf-277 {
    background: url(../img/products/pdf-277.png) no-repeat 0px 0px;
}

.pdf-480 {
    background: url(../img/products/pdf-480.png) no-repeat 0px 0px;
}


.es{
    background: url(../img/products/certificates.png) no-repeat -120px 0px;
}


.cul {
    background: url(../img/products/certificates.png) no-repeat 0px 0px;
}

.cul-mar {
    background: url(../img/products/cul_mar.png) no-repeat 0px 0px;
}

.dlc{
    background: url(../img/products/certificates.png) no-repeat -90px 0px;
}

.dlcprm{
    background: url(/img/products/dlcprm.png) no-repeat 0px 0px;
    background-size: contain;
}

.fcc{

    background: url(../img/products/certificates.png) no-repeat -60px 0px;
}

.t24{

    background: url(../img/products/certificates.png) no-repeat -30px 0px;
}

.etl {
    background: url(../img/products/etl.png)no-repeat center /contain;
    width: 40px !important;
    height: 40px !important;
}

.es {
    background: url(../img/products/cert_es.png)no-repeat center;
}

.nsf {
    background: url(../img/products/cert_nsf.png)no-repeat center;
}





.cetlus
{

    background: url(../img/products/cert_cetlus.png) no-repeat 0px 0px;
    background-size: contain;
    width: 45px !important;
}

.h2td {background-color: #ddd !important}
.h2td div {display:block; text-align: center;}
.h2td div h2 {display:contents;}
.h2td div span {margin-left:40px;}

.h2.panels{font-size: 1.2em; text-align: center; font-family: "Cinzel",serif;}
.h2.panels.c1 {color:#f1592a;}
.h2.panels.c2 {color:#662d91;}
.h2.panels.c3 {color:#00adee;}
.h2.panels.c4 {color:#ec008d;}
.h2.panels.c5 {color:red;}

.stats td {
    white-space: nowrap;
    text-align: center;
    height:50px;
    background: #eeeeee;
    line-height: 30px;
    padding: 0 5px;
    border-right: 1px dotted #ddd;
}






.stats tr:nth-child(2n){
    background: #aaa;
}

.stats th:first-child {
    text-align: left;
    padding-left: 10px;
}

.stats td:first-child {
    text-align: left;
    padding-left: 10px;
}

.stats .zebra td{
    background: #ddd !important;
    border-right: 1px dotted #ccc;
}

@media screen and (max-width: 1280px) {
    .third_text{clear:both;margin-top:10px}
    .second_img {float:left; margin-bottom:10px;}
}


/*=================================/ 1024px Resolution /=====================================*/
@media screen and (max-width: 1023px) {

.third_text {
    float: none;
    min-width: 200px;
}
    
}
/*=================================/ 1024px Resolution /=====================================*/

