/*
Theme Name: Interpon
Theme URI: 
Author: 
Author URI: 
Description: Our theme is clean, blog-focused, and designed for clarity.
Version: 1.0
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: interpon

This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
*/

body{
    font-family: 'Open Sans', sans-serif;
}
/*common classes*/
.semibold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.light{
    font-weight: 300
}
.p0{
    padding:0px;
}
.relative{
    position: relative;
}
.btn-blue{
    background-color: #005192;
    border-radius: 0;
    color: #edf2f7 !important;
    padding: 8px 25px;
    font-weight: 300;
    font-size: 16px;
}
.btn-blue:hover{
    text-decoration: none;
    color: #edf2f7;
    box-shadow: inset 0px 0px 15px 3px #00345e;
}

.btn-viewmore {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-viewmore:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.breadcrumb-list-page{
    list-style: none;
    padding: 0;
    margin-top: 30px;
    font-size: 13px;
}
.breadcrumb-list-page li{
    display: inline-block;
    position: relative;
    padding: 0px 25px 0px 0px;
}
.breadcrumb-list-page li a{
    color: #008bc5;
    text-decoration: none;
}
.breadcrumb-list-page li a:after{
    content: '>>';
    position: absolute;
    right: 5px;
    top: 0px;
}
.breadcrumb-list-page li:last-child a:after{
    display: none;
}
/*end common classes*/
/*datepicker*/
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: #000 !important;
}

/*end datepicker*/
/*content-header*/
.page-content-header{
    background-color: #00568f;
    background: -webkit-linear-gradient(left, #00508a , #0074ae); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0074ae, #00508a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0074ae, #00508a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0074ae , #00508a); /* Standard syntax */
}
.page-content-header .breadcrumb-outer{
    min-height: 185px;
}
.page-content-header .breadcrumb-inner{
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}
.page-content-header .breadcrumb-list{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 11px;
}
.page-content-header .breadcrumb-list li{
    display: inline-block;
    position: relative;
    padding: 0px 25px 0px 0px;
}
.page-content-header .breadcrumb-list li a{
    color: #ececec;
    text-decoration: none;
}
.page-content-header .breadcrumb-list li a:after{
    content:'>>';
    position: absolute;
    right: 5px;
    top: 0px;
}
.page-content-header .breadcrumb-list li:last-child a:after{
    display: none;
}
.page-content-header h3{
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
}
.page-content-header .page-header-image{
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.page-content-header .page-header-image img{
    width: 100%;
min-height: 185px;
} 
/*end content-header*/
/*page-content*/
.page-content .content-outer{
    max-width: 690px;
    margin: 50px auto 0px auto;
}
.page-content .page-heading{
    text-align: center;
    margin: 35px 0px 12px 0px;
    color: #0d9fc2;
    font-size: 22px;
}

.page-content .sub-heading{
    color: #727072;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.page-content .list-heading{
    text-align: center;
    color: #004b84;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 25px;
}
.page-content .description-list{
    padding-left: 55px;
}
.page-content .description-list li{
    padding-left: 20px;
    color: #727072;
    line-height: 28px;
    font-size: 15px;
}
.page-content .description{
    color: #727072;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0;
}
/*end page-content*/
/*cart-details page*/
.cart-details-page #cart-table{
    margin-top: 40px;
}
#cart-table th:first-child{
    min-width: 75px;
}
#cart-table th{
    font-weight: normal;
    font-size: 18px;
    border-bottom: 2px solid #f6f6f6;
    color: #8b8a8a;
    padding-bottom: 20px;
}
#cart-table td{
    vertical-align: middle;
    padding: 30px 0px;
    border: 0;
}
#cart-table .item{
    width: 100%;
    float: left;
}
#cart-table .item .color-background{
    width: 165px;
    height: 100px;
    float: left;
    background-color: #ded0af;
    margin-right: 15px;
}
#cart-table .item .color-background.product-img img{
	width: 165px;
    height: 100px;
}
#cart-table .item-details{
    float: left;
    color: #c0c0c0;
}
#cart-table .item h2{
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #8b8a8a;
}
#cart-table .item p{
    margin-bottom: 0;
}
#cart-table .item p.mb10{
    margin-bottom: 10px;
}
#cart-table .delete-item{
    display: inline-block;
    font-size: 28px;
    background: #ededed;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #b8b8b8;
    cursor: pointer;
    font-weight: 100;
}
#cart-table .delete-item:hover{
    color: #ededed;
    background: #b8b8b8;
    text-decoration: none;
}
#cart-table .item-price{
    color: #8b8a8a;
    font-size: 19px;
}
#cart-table .item-price b{
    font-weight: 600;
}
#cart-table .quantity{
    margin: auto;
    display: inline-block;
}
#cart-table .quantity .minus-sign,#cart-table .quantity .plus-sign{
    background-color: #e9e8e8;
    width: 27px;
    height: 35px;
    color: #727272;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 300;
    line-height: 31px;
    cursor: pointer;
}
#cart-table .quantity .plus-sign{
    font-size: 24px;
    line-height: 35px;
}
#cart-table .quantity input{
    float: left;
    height: 35px;
    border: 0;
    background: #f7f7f7;
    width: 35px;
    color: #7b7b7b;
    text-align: center;
    outline: 0;
}
#cart-table .btn-update{
    float: left;
    background-color: #727272;
    color: #fefefe;
    font-weight: 300;
    font-size: 13px;
    height: 35px;
    border-radius: 0;
    line-height: 19px;
    padding: 0px 20px;
}
.checkout-brief{
    padding: 15px 0px;
    border-top: 2px solid #f6f6f6;
}
.checkout-brief a{
    color: #5ebfd6;
    font-size: 16px;
}
.checkout-brief a:hover{
    text-decoration: none;
}
.checkout-subtotal p{
    color: #8b8a8a;
    font-size: 18px;
    margin: 0;
    line-height: 45px;
}
.checkout-subtotal p span{
    margin-left: 90px;
}
.checkout-subtotal p b{
    font-weight: 600;
}
.checkout-footer{
    padding: 30px 0px;
    border-top: 2px solid #f6f6f6;
}
.checkout-footer h4{
    margin: 0 0 25px 0;
    font-size: 25px;
    color: #8b8a8a;
}
.checkout-footer h4 b{
    font-weight: 600;
}
/*end cart-detail page*/
/*latest news page*/
.latest-news-page .single-news{
    padding: 20px 0px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #f6f6f6;
}
.latest-news-page .single-news .news-image{
    width: 32%;
    float:left;
}
.latest-news-page .single-news .news-image img{
    width:100%;
}
.latest-news-page .single-news .news-content{
    width:68%;
    float:left;
    padding: 0px 30px;
}
.latest-news-page .single-news .news-content h2{
    margin: 0px 0px 30px 0px;
    color: #0d9fc2;
    font-size: 22px;
    line-height: 34px;
}
.latest-news-page .single-news .news-content p{
    color: #999999;
    margin-bottom: 20px;
}
.latest-news-page .info-pack{
    width:100%;
    float:left;
    padding-left: 60px;
    margin-top: 20px;
}
.latest-news-page .info-pack h3{
    margin: 0;
    background-color: #005192;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
}
.latest-news-page .info-pack input{
    margin: 30px auto;
    display: block;
    border: 0px;
    outline: 0;
    border-bottom: 2px solid #c5e3f1;
    width: 150px;
    color: #005192;
    text-align: center;
    font-size: 16px;
    padding: 8px 0px;
}
.latest-news-page .info-pack input:focus{
    border-bottom: 2px solid #005192;
}
.latest-news-page .info-pack input{
    color: #1193c9;
}
.latest-news-page .info-pack input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1193c9;
}
.latest-news-page .info-pack input::-moz-placeholder { /* Firefox 19+ */
    color: #1193c9;
}
.latest-news-page .info-pack input:-ms-input-placeholder { /* IE 10+ */
    color: #1193c9;
}
.latest-news-page .info-pack input:-moz-placeholder { /* Firefox 18- */
    color: #1193c9;
}
.latest-news-page .info-pack .btn-download{
    margin: 22px auto 0;
    display: block;
    background-color: #008bc5;
    border-radius: 0;
    color: #fff;
    padding: 13px 30px 13px 55px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
#mc_embed_signup .newsletter-btn-blue{    
    margin: 0 auto 0 !important;
    display: block !important;
    background-color: #008bc5 !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 48px !important;
    padding: 0 58px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    position: relative;
}
.latest-news-page .info-pack .btn-download:hover,#mc_embed_signup .newsletter-btn-blue:hover{
    box-shadow: inset 0px 0px 15px 3px #0171a0;
}
.latest-news-page .info-pack .btn-download .glyphicon{
    position: absolute;
    left: 24px;
    top: 15px;
    font-weight: 100;
    color: #5cb4d9;
    font-size: 17px;
}
.latest-news-page .newsletter{
    text-align: center;
    padding: 70px 0px;
}
.latest-news-page .newsletter .newsletter-container{
    width: 800px;
    margin: auto;
}
.latest-news-page .newsletter span b{
    font-weight: 600;
}
.latest-news-page .newsletter span{
    background-color: #e7e7e8;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    padding: 0px 20px;
    line-height: 50px;
    color: #a1a1a2;
    float: left;
    width: 30%;
}
.latest-news-page .newsletter input[type=text], .newsletter input[type=email]{
    height: 50px;
    border: 1px solid #f1f2f4;
    display: inline-block;
    float: left;
    width: 50%;
    outline: 0;
    padding-left: 25px;
    box-shadow: 0px 2px 7px #eff0f0;
    font-size: 18px;
    color: #008bc5;
}
.latest-news-page .form-toggler input#mail_check {
    margin: 5px;
}
.latest-news-page .newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #008bc5;
}
.latest-news-page .newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: #008bc5;
}
.latest-news-page .newsletter input:-ms-input-placeholder { /* IE 10+ */
    color: #008bc5;
}
.latest-news-page .newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #008bc5;
}
.latest-news-page .newsletter .btn-light-blue{
    background-color: #008bc5 !important;
    border-radius: 0 !important;
    color: #edf2f7 !important;
    padding: 0 25px !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    float: left !important;
    height: 50px !important;
    /*width: 20% !important;*/
    box-shadow: none !important;
    margin-top: 5px !important;
margin-bottom: 15px !important;
}
#mce-LNAME, #mce-FNAME {
    margin-bottom: 15px !important;
}
.latest-news-page .pagination ul{
    list-style: none;
    padding: 0;
    text-align: center;
}
.latest-news-page .pagination ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 12px;
    color: #a7a7a7;
    font-size: 16px;
}
.latest-news-page .pagination ul li a{
    color: #a7a7a7;
}
.latest-news-page .pagination ul li a:hover,.latest-news-page.pagination ul li a.active{
    color: #0d9fc2;
    text-decoration: none;
}
/*end latest news page*/

/*css-guide page*/
.css-guide-img{
    margin: 40px auto 20px auto;
}
.img-caption{
    text-align: center;
    font-size:15px;
    margin-bottom: 30px;
}
.quote{
    font-size: 16px;
    font-weight: 600;
    color:#727072;
}
.css-guide-text{
    font-size: 15px;
    color:#727072;
    padding-top: 30px;
}
a.link{
    color: #1da5c6;
    text-decoration: none;
    font-size: 15px;
}
/*end css guide page*/

/*speciifcation-page*/
.write-spec-text{
    font-size: 15px;
    color:#727072;
    padding-top: 20px;
}
.questions{
    padding-top: 20px;
}
.questions .list-heading{
    text-align: left;
    margin-bottom: 0;
}
.questions .write-spec-text{
    padding-top: 5px;
    margin-bottom: 30px;
}
.questions .btn-blue{
    margin-top: 50px;
}
.progress-bar-custom span{
    display: inline-block;
    height: 13px;
    width: 20%;
    position: relative;
}
.progress-bar-custom span:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.progress-bar-custom span:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.progress-bar-custom span:after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: -6px;
    background: #b2cadb;
    z-index: 1;
    border-radius: 50%;
}
.progress-bar-custom .dark:after{
    background: #004981;
}
.progress-bar-custom .dark{
    background-color: #0087c1;
}
.progress-bar-custom .light{
    background-color: #d3eaf5;
}
/*end speciifcation-page*/

/*product page*/
.product-search-page{
    padding-top: 50px !important;
}
.product-search-page .search-items-list{
    max-width:700px;
    overflow:hidden;
}
.product-search-page .toggle-view{
    margin-bottom: 20px;
}
.product-search-page .toggle-view .glyphicon.active{
    color:#90c9dc;
}
.product-search-page .toggle-view .glyphicon{
    color: #bfbfca;
    font-size: 16px;
    margin: 0px 3px;
    cursor: pointer;
}
.product-search-page .search-item-single{
    width: 100%;
    float: left;
    padding: 20px 0px;
    border-bottom: 2px solid #f6f6f6;
    position: relative;
}
.product-search-page .colorpicker-heading{
    margin: 0 0 30px 0;
    color: #a1a1a1;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.product-search-page .search-item-single .color-background{
    width: 155px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.product-search-page .search-item-single .color-background.product-img img{
	width: 155px;
    height: 100px;
}
.product-search-page .search-item-single .item-details{
    float: left;
    color: #c0c0c0;
}
.product-search-page .search-item-single h2{
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #8b8a8a;
}
.product-search-page .search-item-single p b{
    font-weight: 600;
    color: #a5a8aa;
}
.product-search-page .search-item-single p .warranty{
    margin-left: 50px;
}
.product-search-page .search-item-single p{
    margin-bottom: 0;
    font-size: 16px;
    color: #c0c0c0;
}
.product-search-page .search-item-single p.mb10{
    margin-bottom: 10px;
}
.search-item-list{
    max-width: 600px;
    overflow: hidden;
}
.list-view .grid,.grid-view .list{
    display: none;
}
/*grid view*/
.product-search-page .grid-view .search-item-single{
    width:33%;
    float: left;
    padding: 10px;
    border:0;
    min-height: 216px;
}
.product-search-page .grid-view .search-item-single .color-background{
    width: 165px;
    height: 100px;
    float: none; 
    margin: auto;
}
.product-search-page .grid-view .search-item-single .product-img img{
	width: 165px;
    height: 100px;
}
.product-search-page .grid-view .search-item-single .item-details{
    width: 100%;
    text-align: center;
}
.product-search-page .grid-view .search-item-single h2 b{
    font-weight: 600;
}
.product-search-page .grid-view .search-item-single h2{
    margin: 15px 0 5px 0;
    font-size: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #8b8a8a;
}
.product-search-page .grid-view .search-item-single h2 span{
    color: #c0c0c0;
}
/*end grid view*/
.search-filters{
    max-width: 215px;
    margin: auto;
}
.search-filters .filter-label{
    margin-top: 30px;
    width: 100%;
    color: #a7a7a7;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.search-filters .filter-label.opened:after{
    display: inline-block;
}
.search-filters .filter-label:after{
    content: "\e259";
    display: none;
    position: absolute;
    top: 1px;
    right: 0;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.search-filters input[type="text"]{
    width: 100%;
    border: 0;
    background: #f6f6f6;
    height: 30px;
    text-align: center;
    outline: 0;
    color: #818181;
}
.search-filters .custom-checkbox input[type=checkbox]{
    position: absolute;
}
.search-filters .custom-checkbox label{
    color: #a7a7a7;
    padding-left: 25px;
}
.search-filters #color{
    color: #fff !important;
    margin-top: 30px;
    text-shadow: -1px 0px 27px rgba(0, 0, 0, 1);
    font-size: 16px;
}
.search-filters .btn-light-blue{
    background-color: #008bc5;
    border-radius: 0;
    color: #edf2f7 !important;
    padding: 8px 0;
    font-weight: 300;
    font-size: 16px;
    min-width: 150px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.search-filters .btn-blue{
    min-width: 150px;
}
.request-custom-color{
    width: 100%;
    float: left;
}
.request-custom-color .btn-grey{
    background-color: #595959;
    border-radius: 0;
    color: #edf2f7;
    padding: 10px 14px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}
.request-custom-color h2{
    margin-top: 45px;
    color: #0d9fc2;
    font-size: 22px;
}
/*end product page*/
/*product detail page*/
.single-product-detail{
    width: 100%;
    float: left;
}
.single-product-detail .search-item-single{
    max-width: 600px;
}
.single-product-detail .go-back-link{
    font-size: 15px;
    color: #c0c0c0;
}
.single-product-detail .go-back-link .glyphicon{
    color: #90c9dc;
    margin-right: 10px;
    float:left;
    margin-top: 3px;
}
#go-back-products{
    cursor: pointer;
    float: right;
}
.item-detail-footer .rgb-details{
    margin: 25px 0px;
}
.item-detail-footer .rgb-details .mlr30{
    margin: 0px 30px;
}
.item-checkout-footer .btn-blue{
    padding: 0px 25px;
    font-size: 14px;
    height: 37px;
    line-height: 34px;
    margin-left: 10px;
}
.item-checkout-footer .btn-grey{
    background-color: #727272;
    border-radius: 0;
    color: #edf2f7;
    padding: 0px 20px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 0;
    height: 37px;
    line-height: 34px;
}
.item-checkout-footer{
    position: absolute;
    top: 100%;
    margin-top: 30px;
}
.quantity-selector{
    width: 115px;
}
/*end product detail page*/
/*homepage*/
.homepage .slider{
    background: #a03a86 url(../interpon/img/bg-slide.jpg) repeat-y top center;
    height: 275px;
    z-index: 1;
}
.homepage-content {
    margin-bottom: 30px;
}
.homepage .slidesjs-container{
    height: 306px !important;
}
.homepage .slidesjs-container img{
    width: 100%;
}
.homepage .slidesjs-pagination{
    text-align: center;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}
.homepage .slidesjs-pagination li{
    display: inline-block;
    padding: 0px 3px;
}
.homepage .slidesjs-pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.homepage .slidesjs-pagination li a.active {
    background-position: 0 -12px;
}
.homepage-bottom{
    margin-top: 30px;
}
.homepage-content h3{
    color: #0d9fc2;
    font-size: 19px;
    padding: 10px 0px;
    margin: 0;
    border-bottom: 1px solid lightgrey;
}
.mlr-7{
    margin: 0 -14px;
}
.img-container:first-child{
    padding-right: 7px;
}
.img-container:nth-child(2){
    padding-left: 7px;
}
.img-container{
    padding: 14px;
}
.img-container img,.small-img-container img{
    width: 100%;
}
.small-img-container{
    padding:0px;
}
.small-img-container .col-xs-6{
    padding: 13px 14px;
    border-left: 1px solid lightgrey;
}
.small-img-container .border-horizontal{
    position: absolute;
    top: 50%;
    height: 1px;
    background: #d3d3d3;
    left: 0;
    right: 14px;
}
.block-content h3{
    border-top: 1px solid #d3d3d3;
    margin-bottom: 10px;
}
.project-gallery img{
    float: right;
}
.block-content ul{
    list-style: none;
    padding: 0 20px 0 0;
}
.block-content span.read-more,.block-content span b{
    color: #343434;
    font-weight: 600;
}
.block-content span{
    color:#a1a1a1;
    font-weight: 600;
}
.block-content a{
    color: #252525;
}
.block-content a:hover{
    text-decoration: none
}
.featured-projects img{
    border: 1px solid #e3e3e3;
    padding: 4px;
    margin-right: 10px;
    float: left;
}
.featured-projects li{
    padding-bottom: 13px;
    width: 100%;
    float: left;
}
.featured-projects li a{
    color:#989898;
}

/*end homepage*/




/*custom-checkbox*/
.custom-checkbox input[type=checkbox]{
    visibility: hidden;
}
.custom-checkbox{
    position: relative;
}
.custom-checkbox label{
    font-size: 15px;
    color:#727072;
    font-weight: normal;
    padding-left: 15px;
    cursor: pointer;
}
.custom-checkbox label:before{
    content: '';
    width: 16px;
    height:16px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 2px solid #f2ecec;
}
.custom-checkbox label:after{
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
    opacity: 0;
    border-right: 2px solid #7a7a7a;
    border-bottom: 2px solid #7a7a7a;
}
.custom-checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}
/*custom-checkbox-ends*/

/*footer*/
footer{
    width: 100%;
    float: left;
}
.footer{
    background-color: #babbbe;
    margin-top: 50px;
    padding: 5px 0px;
}
.footer .footer-links{
    width: 25%;
    float:left;
    padding-right: 15px;
}
.footer .footer-links h5{
    color: #464646;
    font-weight: 600;
    font-size: 16px;
}
.footer .footer-links ul{
    list-style: none;
    padding: 0;
}
.footer .footer-links ul a{
    color: #5a5a5b;
    text-decoration: none;
    display: block;
    padding:2px 0px;
    border-bottom: 1px solid #d6d6d8;
}
.footer .footer-links ul a:hover{
    /*border-bottom: 1px solid #000;*/
    color: #000;
}
.footer .footer-logo{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
}
.copyright p{
    color: #9898b1;
    font-size: 11px;
    font-weight: 600;
    margin: 15px 0px;
}
.copyright a{
    color: #9898b1;
}
/*end footer*/

.clearfix:before, .clearfix:after {
     content: "";
     display: table;
}
.clearfix:after {
     clear: both;
}

#toggle, .toggle {
     display: none;
}
.header{
    padding-left: 165px;
    text-align: right;
margin: 0;
}
.header .logo-container{
    position: absolute;
    top: 0;
    left: 0;
top: 10px;
}

.header .top-search-bar input{
    border: 0;
    border-bottom:2px solid transparent;
    background: #e9edf1;
    padding: 7px 10px;
    border-radius: 2px;
    width: 175px;
    outline: 0;
    font-size: 15px;
}
.header .top-search-bar input:focus{
    border-bottom:2px solid #344f92;
}
.header .top-search-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #727272;
    font-size: 15px;
}
.header .top-search-bar input::-moz-placeholder { /* Firefox 19+ */
    color: #727272;
    font-size: 15px;
}
.header .top-search-bar input:-ms-input-placeholder { /* IE 10+ */
    color: #727272;
    font-size: 15px;
}
.header .top-search-bar input:-moz-placeholder { /* Firefox 18- */
    color: #727272;
    font-size: 15px;
}
.header .top-search-bar .fa{
    position: absolute;
    top: 7px;
    right: 10px;
    color: #7c7d7d;
    font-size: 17px;
}
ul.nav-menu{
    padding:0;
    border-bottom: 1px solid #ececec;
    float: right;
    margin: 30px 0px 30px 0px;
}
ul.nav-menu li:last-child{
    padding-right:0px;
}
ul.nav-menu li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 12px;
    margin-bottom: -1px;
position: relative;
}
ul.nav-menu li a:hover{
    border-bottom: 1px solid #005b9a;
    color: #005b9a;
}
ul.nav-menu li a{
    color: #727272;
    display: inline-block;
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
ul.nav-menu .sub-menu{
    display:none;
}
ul.nav-menu li:hover .sub-menu{
    display: block;
    position: absolute;
    background-color: #ececec;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
    z-index:999;
    /*left: 14px;*/
}
ul.nav-menu li:hover .sub-menu li{
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.nav-menu li:hover .sub-menu li a{
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 5px 10px;
}
ul.nav-menu li:hover .sub-menu li a:hover{
    border-bottom: 1px solid #005b9a;
background-color: #fff;

}

.menu-main-menu-container ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

.menu-main-menu-container ul li.has-sub > a:after {
        content: '+';
    margin-left: 5px;
}
.menu-main-menu-container ul ul.sub-menu ul  {
    top: 0;
    left: 197px;
}

.menu-main-menu-container ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.menu-main-menu-container ul ul li {
  float: none;
background-color: #ececec;
}
.menu-main-menu-container ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
.menu-main-menu-container ul li:hover > ul {
  visibility: visible;
}

ul.nav-menu li:hover .sub-menu li ul.sub-menu li {
    /*left: 100%;*/
}

.menu-main-menu-container ul ul {
  bottom: 0;
  left: 14px;
right: 0;
}

.menu-main-menu-container ul ul {
  margin-top: 0;
}

.flex-control-paging li a.flex-active {
    background: #98c22a !important;
}

@media only screen and (max-width: 1200px) {
    .logo-container img{width:150px;}
    ul.nav-menu{margin:20px 0;}
    ul.nav-menu li{padding: 0px 10px;;font-size:10px;}
}

.toggle-menu{display:none;}

@media only screen and (max-width: 767px) {

.header .top-search-bar input {
	width: 66%;
}

.searchform {
    position: relative;
    top: 45px;
    float: right;
}

.links-list.p0 {
top: -42px;
margin: 0 !important;
}

.toggle-menu {
margin-right: 0 !important;
}

header {
margin-bottom: 5px;
}

.page-content-header .page-header-image {
display: none;
}
.homepage .slider {
background: none;
}

.page-content-header h3 {
font-size: 27px;
}

.homepage-content {
    margin-top: 40px;
}

.header {
    padding: 0 !important;
}

ul.nav-menu li .sub-menu li {
   max-height: 38px;
}

ul.nav-menu li:hover .sub-menu {
    width: 95% !important;
}
}
.resource-class {
display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    text-align: right;
    width: 75%;
    top: 10px;

}

@media only screen and (max-width: 768px) {
.footer .footer-links {
width: 100%;
}

ul.nav-menu li .sub-menu li {
   max-height: 38px;
}
.footer .footer-logo {
    top: 26px;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 999999;
    width: 100%; 
}
.homepage .slider {
height: 174px;
padding-top: 0;
}
.header {
padding-bottom: 0;
    margin-bottom: 0;
padding-left: 125px;
}
.links-list.p0 {
display: inline-block;
width: 100%;
margin-left: 12px;
}

    /*ul.nav-menu{margin:20px 0;}
    ul.nav-menu li{padding: 0px 10px;;font-size:12px;}*/
        ul.nav-menu li{padding: 0px 10px;;font-size:14px;}
     .toggle-menu{
        display: block;
    padding: 9px;
    background-color: #d5d5d5;
    border-radius: 5px;
    margin: 8px;
    width: 40px;
    float: right;
    font-size: 20px;
    }



    ul.nav-menu{
        z-index:99;
        position:absolute;
        margin: 30px 0px;   
    }
    .nav-menu { 
        display: none;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        right: 5px;
        top: 10px;
        border: 1px solid #80807C;
     }
     ul.nav-menu li{
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
        padding:5px 5px;
        text-align:left;
     }
     ul.nav-menu li a{width:100%;}
    ul.nav-menu li:last-child{padding-right:10px;}
    ul.nav-menu li:hover .sub-menu{
        display:block;
        position: relative;
        padding:0;
        width:100%;
    }
    ul.nav-menu li:hover .sub-menu li{
        padding:0;
        width:100%;
    }

}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

.homepage .slider {
height: 194px;
}

.header .logo-container {
top: -6px;
}

.top-search-bar.p0 {
width: 86%;
    top: 26px;
}

.resource-class {
width: 60%;
}

.toggle-menu {
    top: -20px;
    position: relative;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
.homepage .slider {
height: 254px;
}
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
    .homepage .slider {
        height: 174px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 480px) {
/* Styles */
.homepage .slider {
    height: 174px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .homepage .slider {
        height: 194px;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
    .homepage .slider {
        height: 103px !important;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .homepage .slider {
        height: 145px;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.homepage .slider {
height: 145px;

}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.homepage .slider {
height: 92px;

}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.homepage .slider {
height: 145px !important;
}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}


@media (min-width: 1200px) {
   .container {
    width: 1050px;
   }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.homepage .slider {
	height: 194px;
 }
}

@media only screen and (max-width: 590px) and (max-width: 768px) {
.homepage .slider {
    height: 137px;
}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
    .homepage .slider {
        height: 90px !important;
    }
}


@media only screen and (min-device-width : 412px) and (max-device-width : 732px) {
    .homepage .slider {
        height: 103px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .homepage .slider {
        height: 78px !important;
    }
	.flex-control-nav {
bottom: -20px !important;
}
}
.header .top-search-bar .fa{background-color: #e9edf1;border: 0 none;}

/****New Templates Design****/
.sp-heading-title {
    color: #242d66;
    font-weight: 700;
    margin-bottom: 20px;
}
.sp-sub-heading-title {
    color: #028cc5;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}
.sp-ul-syle{
   text-align: left;
   list-style: none;
}
.sp-menu-box-2 ul li {
    padding: 8px 0;
}
.sp-ul-syle li{
   padding: 5px 0;
   font-size: 11px;
}
.sp-ul-syle li a{
   color: #242d66;
   text-decoration: none;
}
.sp-menu-box{
	background: #ececec;
	border-radius: 10px;
	padding: 10px 0;
	margin-left: 10px;
}
.sp-menu-box-1{
	margin-top:80px;
}
.sp-menu-box-2{
	margin-top:15px;;
}
.sp-menu-box-2 ul{
	padding-left:20px;;
}
.sp-menu-box-1 ul{
	padding-left: 25px;
}
#color-card {
    background-image: url(./img/icon-color-card.jpg);
    background-repeat: no-repeat;
    padding: 0 0 5px 30px;
}
#color-panel {
    background-image: url(./img/icon-color-panel.jpg);
    background-repeat: no-repeat;
    padding: 0 0 5px 30px;
}
#request-cart {
    background-image: url(./img/icon-cart.jpg);
    background-repeat: no-repeat;
    padding: 0 0 5px 30px;
}
#call-us {
    background-image: url(./img/icon-call.jpg);
    background-repeat: no-repeat;
    padding: 0 0 5px 30px;
}
#email-us {
    background-image: url(./img/icon-email.jpg);
    background-repeat: no-repeat;
    padding: 0 0 3px 30px;
}
.about-img {
    margin: 80px auto 20px auto;
}
@media screen and (max-width: 991px){
	.sp-menu-box-1{
	margin-top:10px;
	}
	.about-img {
    margin: 20px auto 0 auto;
	}
}


.sp-col-centered {
    float: none;
    margin: 40px auto 0 auto;
}
.sp-post {
    padding: 5px;
    border: 1px solid rgba(136, 136, 136, 0.28);
    border-radius: 3px;
    font-size: 13px;
}
.sp-post img{
    width: 75px;
    height: auto;
}
.sp-bottom-margin{
    margin-bottom:10px;
}
.sp-justify-text{
    text-align:justify;
}
.shadow-box {
    box-shadow: 1px 1px 5px rgba(136, 136, 136, 0.31);
    background: #fcfcfd;
    height: auto !important;
    padding: 20px 0 !Important;
    margin-bottom: 20px;
    
}
.sp-key-dates {
    list-style: none;
}
.sp-key-dates li {
    line-height: 3;
}
.sp-key-dates span {
    margin-right: 25px;
}
.sp-note-text{
    padding: 0 0 20px 46px;
}
.quick_reference_guide{
    border-color: #fff;
    vertical-align: top;
    background-color: #0092bb;
    padding: 5px 10px;
    color: #fff;
}
.sp-downloads-list{
    list-style:none;
}
.sp-downloads-list li{
    margin-bottom: 10px;
}
.the_product-range_graphic{
	border-collapse: collapse;
    background-image: url(http://specifyinterpon.com/spsp/wp-content/uploads/2017/03/ProductRange_nav.jpg);
    background-repeat: no-repeat;
}	

.the_product-range_graphic td {
    border-width: 1px;
    padding: 10px 15px 10px 95px;
    width: 238px;
    font-size: 12px;
}
.sp-publications-list{
    list-style:none;
}
form.post-password-form {
    margin: 35px auto;
    display: block;
    width: 343px;
}
#product-loop-wrap .item-detail-footer{
	display: none;
}
.item-checkout-footer {
    margin-left: 173px;
}
#product-for-addcart-wrap .item-details.grid{
	display: none;
}
#cart-table td {
    padding-bottom: 10px;
}
.cart-details-page .cart-order-form {
    margin-top: 40px;
	color: #8b8a8a;
}
.cart-details-page .cart-order-form label{
	font-weight: normal;
    font-size: 14px;
    color: #8b8a8a;
}
.order-details{
	font-size: 26px;
    margin-bottom: 20px;
}
.content-outer li {
    margin-bottom: 7px;
}
/******* july-30 ******/
/*.pt-cv-thumbnail {
    width: 225px !important;
    height: 150px !important;
}*/

._self.pt-cv-href-thumbnail.pt-cv-thumb-default {
    display: block;
    height: 150px;
    overflow: hidden;
}
.pt-cv-thumbnail {
    height: auto;
    width: 100%;
	min-height:100%;
}
/*****************************/
.sp-heading-blue{
    color: #0d9fc2;
    font-weight: bold;
}
.sp-paddingtop-20{
    padding-top:20px;
}
.sp-paddingtop-30{
    padding-top:30px;
}
.squaredFour label:after{
    height:6px !important;
    width:12px !important;
}

.page-id-2804 .page-content .container {
    max-width: 1050px;
}
.quantity-selector select#selectboxit {
    height: 38px;
    width: 100%;
    border: none;
    background: #ececec;
    padding: 0 20px;
    color: #a7a7a7;
    outline: none;
}

.application-button a {
    background-color: #0092bb;
    padding: 1rem;
    color: white;
    margin-right: 1.1rem;
}

/* Homepage latest news widget */
.widget_recent_entries p {
    text-align: initial !important;
}

.the-news p {
    text-align: initial;
}
.aligncenter {
    margin: 0 auto !important;
    display: block;
}

@media(max-width:600px){
	.page-id-2804 .latest-news-page,.page-id-2804 .product-search-page{
		padding: 0;
	}
	.page-id-2804 .page-content .container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.page-id-2804 .product-search-page .grid-view .search-item-single {
		width: 50%;
	}
	.page-id-2804 .product-search-page .grid-view .search-item-single .color-background {
		width: 100%;
	}
	.product-search-page .search-item-single .color-background {
		width: 155px;
		float: none;
		margin: 0 auto 15px;
	}
	.page-id-2804 .item-checkout-footer .btn-grey {
		width: 50% !important;
		margin-bottom: 15px !important;
		}
	.page-id-2804 .quantity-selector {
		width: 50% !important;
	}
	.page-id-2804 .item-checkout-footer .btn-blue {
		width: 100% !important;
                margin-left:0;
	}
	.page-id-2804 .item-checkout-footer {
		margin-left: 173px;
		margin: 0 auto;
		width: 100%;
	}
	.page-id-2804 .the-disclaimer{
             margin-top: 140px !important;
             padding: 0 15px;
        }
       .page-id-2804 #pr-cart-details {
             text-align: center;
             margin: 20px 0;
        }
      .page-id-2804 .single-product-detail .go-back-link {
            text-align: center;
        }
        .page-id-2804 #go-back-products,.page-id-2804 .single-product-detail .go-back-link .glyphicon {
             float: none;
        }
}
/* mobile filters*/
#filter_button{
    background-color: #008bc5;
    border-radius: 0;
    color: #edf2f7 !important;
    padding: 8px 0;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    min-width: 150px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration:none;
}
 @media(max-width:500px)
 {
	 #mobile_filters{
	   display:none;
	 }
	 #filter_button{
		display:block;
	 }
 }
  @media(min-width:501px)
 {
	
 #filter_button{
		display:none;
	 }
}