﻿


.producttitle .download a[href=''] {
  display: none;
}




.returnproducts {
    position: absolute;
    top: 10px;
    right: 20px;
}
.returnproducts a {
    width: 100%;
    position: relative;
    text-align: right;
    font-weight: 400;
    color: #11596E;
    font-size: 11px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.returnproducts a:before {
    position:absolute;
    left: -10px;
    top: 4px;
    font-size: 9px;
    color: #11596E;
    font-family: 'df-icomoon';
    content: "\e62f";
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;

    }

.returnproducts a:hover:before {
    left: -25px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }


/* CATALOG
----------------------------------------*/
.productlistcontentwidth {
    width: 100%;
    min-width: 984px;
}

.subparenttitle {
    position: relative;
}

.productlistcontentarea {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: 900px;
    padding-left: 25px;
    }

.subparenttitle h2 {
    color: #ffffff;
    padding: 0 0 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: .06em;
    }

.categorypagetitle h1 {
    position: absolute;
    z-index: 2;
    color: #11596E;
    margin: 0;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 9px 25px 10px 0;
    letter-spacing: .06em;
    }

.productlistcontentarea .titledivider {
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 97%;
    background-color: #11596E;
    margin-top: 21px;
    }


/* CATALOG CATEGORY LIST
----------------------------------------*/
.catlist {
    padding: 45px 0 0 0;
    width: 100%;
    min-height: 550px;
    _height: 550px;
    margin: 0 auto;
    text-align: center;
    }  

.cat {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.cat .space {
    width: 99%;
    text-align: left;
    padding-bottom: 25px;
}

.cat .asset {
    width: 100%;
    
}

.cat img {
    width: 100%;
    border-bottom: 4px solid #11596E;
}

.cat .title, .cat .title a {
    width: 98%;
    font-size: 20px;
    text-align: left;
    color: #11596E;
    padding: 0 0 20px 0;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.cat .title a:hover {
    color: #0099B6;

}


/* CATALOG PRODUCT LIST
----------------------------------------*/
.productlist {
    padding: 45px 0 0 0;
    width: 100%;
    min-height: 550px;
    _height: 550px;
    margin: 0 auto;
    text-align: center;
    }  

.product {
    float: left;
    width: 33%;
    padding: 0;
    margin: 0;
}

.product .space {
    width: 99%;
    text-align: left;
    padding-bottom: 25px;
}

.product .asset {
    width: 100%;
    
}

.product img {
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
    display: block;
    margin-bottom: -2px;
}

.product .title, .product .title a {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: left;
    color: #11596E;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    }

.product .title a:hover {
    background-color: #11596E;
    color: #ffffff;
    padding: 4px 0 4px 20px;

}

/* CATALOG PRODUCT DETAILS
----------------------------------------*/
.productdetscontentarea {
    position: relative;
    padding: 0;
    width: 96%;
    min-width: 900px;
    padding-left: 25px;
    min-height: 800px;
    _height: 800px;
    }

.productdetsgrid {
    padding-top: 0 !important;
    }

.productdets {
    width: 100%;
}

.productdets .asset {
    position: relative;
    float: left;
    width: 47%;
}

.productdets .productshare {
    clear: both;
    padding-top: 10px;
}


.productdets .asset img {
    width: 95%;
    height: auto;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
}

.productdets .productext {
    position: relative;
    float: left;
    width: 53%;
}

.productdets .productext .clientname {
    float: left;
    width: 40%;
}

.producttitle h3 {
    font-size: 16px;
    line-height: 18px;
    color: #0099B6;
    margin: 0;
    padding: 55px 0 0 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;

}

.producttitle h1 {
    font-size: 30px;
    margin: 0;
    color: #11596D;
    padding: 0 0 2px 0;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.productdets .download a {
    position: relative;
    display: inline-block;
    border-top: 1px solid #0099B6;
    font-size: 15px;
    text-align: left;
    color: #0099B6;
    padding: 6px 0 4px 25px;
    margin: 7px 0 10px 0;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    }

.productdets .download a:before {
    position: absolute;
    top: 7px;
    left: 0;
    font-family: 'df-icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: #0099B6;
	font-size: 18px;
	content:"\e69a";
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.download a:hover, .download a:hover:before {
    color: #11596D;
    }



