@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}
img {
    max-width: 100%;
}
.clear{
    clear: both;
}
.wrapper,
.content_trampoline {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.main{
    width: 100%;
    float: left;
}
.header_area{
    width: 100%;
    float: left;
    padding: 22px 0 25px;
}
.header{
    width: 100%;
    float: left;
}
.logo{
    float: left;
}
.logo a{
    display: inline-block;
}
.right_section{
    float: right;
    margin-top: 35px;
}
.right_section p{
    color: #3da3e8;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    text-align: left;
}
.right_section p span{
    font-size: 30px;
    color: #ef8607;
}
.nav_area{
    width: 100%;
    float: left;
    background: #3da3e8;
}
.nav{
    width: 100%;
    float: left;
}
.nav ul{
    float: left;
}
.nav ul li{
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.nav ul li a{
    color: #fff;
    padding: 5px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.nav ul li a:hover{
    background: #1877b7;
    text-decoration: none;
}
.nav ul li a.active{
    background: #1877b7;
}
.nav_form{
    width: 28%;
    min-width: 200px;
    float: right;
    padding: 9px 0;
}
.nav_form form{
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.nav_form form input[type="text"]{
    width: 85%;
    height: 32px;
    float: left;
    padding: 0 10px;
    font-size: 15px;
    line-height: 34px;
    color: #bbbbbb;
    font-weight: normal;
    font-style: italic;
}
.nav_form form input[type="submit"]{
    width: 15%;
    float: left;
    height: 32px;
    background: #efefef url(../images/search-button.png) center center no-repeat;
    text-indent: -999px;
    cursor: pointer;
}
.banner_area{
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}
.banner{
    width: 100%;
    float: left;
}
.banner_column1{
    width: 33.45%;
    float: left;
    background: #ef8607;
    border-radius: 5px;
    overflow: hidden;
}
.banner_column1 p{
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.banner_column1 h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #3da3e8;
    padding: 11px 0 11px 13px;
    text-transform: uppercase;
}
.banner_column1 ul{
    width: 100%;
    float: left;
    padding: 8px 0 10px 13px;
}
.banner_column1 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.banner_column1 ul li:nth-child(1){
    background: url(../images/banner-icon1.png) left 8px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(2){
    background: url(../images/banner-icon2.png) left 8px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(3){
    background: url(../images/banner-icon3.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(4){
    background: url(../images/banner-icon4.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(5){
    background: url(../images/banner-icon5.png) left 4px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(6){
    background: url(../images/banner-icon6.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column2{
    width: 65.7%;
    float: right;
}
.content_area{
    width: 100%;
    float: left;
}
.content{
    width: 100%;
    float: left;
}
.content_left{
    width: 21.1%;
    float: left;
}
.content_left_row{
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
}
/*.row2 ul{
    width: 100%;
    float: left;
    padding: 10px;
}
.row2 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #707070;
    text-align: left; 
    background: url(../images/list-arrow.png) left 10px no-repeat;
    padding-left: 10px;
}
.row2 ul li a{
    color: #707070;
    display: block;
    float: left;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.row2 ul li a:hover{
    color: #3da3e8;
    text-decoration: none;
}*/
.content_left_row h3{
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #3da3e8;
    padding: 2px 8px;
}
.content_left_row .responsive-tabs__heading {
    display: none;
}

.content_left_row .responsive-tabs__list__item {
    display: inline;
    cursor:pointer;
}

.content_left_row .responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
    float:left;
    width: 100%;
}

.content_left_row .responsive-tabs-wrapper:before, .content_left_row .responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.content_left_row .responsive-tabs-wrapper:after {
    clear: both;
}

.content_left_row .responsive-tabs__list {
    width:100%;
    font-size: 1.2em;
    padding: 0;
    line-height: 1em;
    float:left;
}

.content_left_row .responsive-tabs__list__item{
    border-bottom: none ;
    margin-right: 23px;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    color:#707070;
    float:left;
    background: url(../images/radio.png) center bottom no-repeat;
    padding-bottom: 10px;
}
.content_left_row .responsive-tabs__list li:last-child{
    margin-right: 0;
}
.content_left_row .responsive-tabs__list li:first-child{
    padding-left: 15px;
}
.content_left_row .responsive-tabs__list__item{
    float: left;
}
.content_left_row .responsive-tabs__list__item:hover {
    /*color: #d00300;*/
}
.content_left_row .responsive-tabs__list__item--active, .content_left_row .responsive-tabs__list__item--active:hover {
    background: url(../images/radio-active.png) center bottom no-repeat;
    padding-bottom: 10px;
}
.content_left_row .responsive-tabs__panel {
    padding: 5px 10px;
    width:100%;
    overflow:hidden;
    float:left;
}
.content_left_row .responsive-tabs ul {
    list-style:none;
}
.select_area{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.select_area li{
    width: 100%;
    float: left;
    display:  inline-block;
    margin-bottom: 10px;
}
.select_area li:last-child{
    margin-bottom: 0px;
}
.select_area li select{
    border: solid 1px #a4a4a4;
    background: url(../images/select-icon.jpg) right top no-repeat;
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #707070;
    padding-left: 5px;
}
.content_left_row .responsive-tabs input[type="submit"]{
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    color: #fff;
    background: #3da3e8;
    float: left;
    padding: 0 30px;
    border-radius:4px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
}
.content_left_row .responsive-tabs input[type="submit"]:hover{
    position: relative;
    top: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
}
.content_right{
    width: 77%;
    float: right;
}
.product_listing{
    width: 100%;
    float: left;
}
.product_listing li:nth-child(2n){
    margin-right: 0;
}
.product_listing li{
    position: relative;
    width: 49%;
    float: left;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 1%;
    border: solid 1px #e0e0e0;
    border-bottom: 10px solid #3da3e8;
    border-radius: 5px;
}
.product_listing li img {
    display: block;
}
.product_listing li span {
    padding: 0 60px 0 100px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 1;
    background: url(../images/link_bg.png) left center no-repeat;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 48px;
    border-radius: 0 0 5px 0;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
}
.product_listing li span:after {
    padding-left: 10px;
    content: "";
    width: 10px;
    height: 48px;
    display: block;
    background: url(../images/link-arrow.png) center center no-repeat;
    float: right;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
}
.product_listing li:hover span {
    padding-right: 40px;
}
.product_listing li:hover span:after{
    padding-left: 30px;
}
.footer_area{
    width: 100%;
    float: left;
    background: #3da3e8;
    padding: 20px 0;
    margin-top: 20px;
}
.footer{
    width: 100%;
    float: left;
}
.footer_column{
    width: 25%;
    float: left;
}
.footer_column h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}
.footer_column ul{
    width: 100%;
    float: left;
}
.footer_column ul li{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
    width: 100%;
}
.footer_column ul li a{
    color: #fff;
}
.footer_column p{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.column2 input[type="text"]{
    width: 80%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
}
.column2 input[type="submit"]{
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb255+0,ef8708+100 */
    background: rgb(255,178,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,178,85,1) 0%, rgba(239,135,8,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,178,85,1) 0%,rgba(239,135,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,178,85,1) 0%,rgba(239,135,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb255', endColorstr='#ef8708',GradientType=0 ); /* IE6-9 */

}
.column1{
    width: 20%;
}
.column2{
    padding-right: 50px;
    width: 30%;
}
.column3{
    width: 30%;
}
.column4{
    width: 20%;
}
.mini_footer_area{
    width: 100%;
    float: left;
    background: #368fcb;
    padding: 12px 0;
}
.mini_footer{
    width: 100%;
    float: left;
}
.mini_footer p{
    font-size: 16px;
    line-height: 45px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
/*---------------------respo_menu---------------------------*/

.responsive_menu {
    position: relative;
    display: none;
    float: left;
    background: transparent;
}

.responsive_menu li {
    display: inline;
    float: right;
    cursor: pointer;
    margin-right: 20px;
}

.responsive_menu li ul {
    width: 200px;
    background: #1e7dbd;
    position: absolute;
    left: 0;
    top: 50px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    opacity: 0;
    z-index: 1000;
    height: 0px;
    overflow: hidden;
}

.responsive_menu li.open ul {
    opacity: 1;
    top: 50px;
    height: auto;
}

.responsive_menu li ul li{
    display: block;
    float: left;
    width: 100%;
}

.responsive_menu li ul li a {
    padding: 0 15px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #056cb1;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    font-family:sans-serif;
    font-size: 14px;
}

.responsive_menu li ul li a:hover {
    background: #056cb1;
    color: #fff;
    text-decoration: none;
}
.responsive_menu li ul li a.active{
    background: #056cb1;
    color: #fff;
}
.menu {
    padding: 10px 0;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
}

.menu .line {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    display: inline-block;
    position: relative;
    top: 10px;
}

.menu .line:before {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.menu .line:after {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.open {
    background: #1e7dbd;
}

.open .line {
    width: 30px;
    height: 3px;
    background: transparent;
    display: inline-block;
    position: relative;
    top: 10px;
}

.open .line:before {
    width: 30px;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.open .line:after {
    width: 30px;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
/*---------------------respo_menu---------------------------*/
.why_choose_us{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.why_choose_us h3{
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    color: #ef8607;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.why_choose_us p{
    font-size: 23px;
    line-height: 20px;
    font-weight: normal;
    color: #3da3e8;
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
}
.why_choose_us ul{
    width: 85%;
    margin: auto;
}
.why_choose_us ul li{
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #585858;
    font-weight: normal;
    margin-bottom: 10px;
}
.why_choose_us ul li:nth-child(3n){
    margin-bottom: 0px;
}
.why_choose_us ul li:nth-child(1){
    background: url(../images/banner-icon-brown1.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(2){
    background: url(../images/banner-icon-brown2.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(3){
    background: url(../images/banner-icon-brown3.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(4){
    background: url(../images/banner-icon-brown4.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(5){
    background: url(../images/banner-icon-brown5.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(6){
    background: url(../images/banner-icon-brown6.png) left top no-repeat;
    padding-left: 30px;
}
.listing h3{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
    background: #368fcb;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}
.listing{
    border-radius: 5px 5px 0 0;
}

.content_right_list {
    margin-bottom: 15px;
    border-top: none;
}
.click_img{
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
}
.container_right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}

#image {
    max-height: 500px;
    overflow:hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

#image img {
    max-width: 500px;
    width: 100%;
    background:#fff;
}
.thumb {
    width:78px;
    height:78px;
    margin:5px;
    float: left;
    border:1px solid #dcdcdc;
    transition:all 300ms;
    -moz-transition:all 300ms;
    -webkit-transition:all 300ms;
    -o-transition:all 300ms;
}
.thumb:hover {
    border-color:#242020;
}
.img_gallery a.image{
    display: inline-block;
}
.listing_row1{
    padding: 15px;
    width: 100%;
    border: solid 1px #cecece;
    float: left;
}
.listing_row2{
    width: 100%;
    float: left;
    border-top:solid 10px #ef8607;
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
}
.listing_row2 h4{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    float: left;
    position: absolute;
    top: -45px;
    padding: 0 160px 0 10px;
    background:url(../images/bg_h.png) left top no-repeat;
}
.listing_row2 ul .border{
    width: 100%;
    float: left;
    padding: 10px;
    border: solid 1px #cecece;
}
.listing_row2 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-weight: normal;
    background: url(../images/tick.png) left 6px no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
}
.listing_row2 ul li:last-child{
    margin-bottom: 0;
}
.listing_row2 span{
    font-size: 20px;
    line-height: 26px;
    color: #ef8607;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.listing_row2 p{
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-weight: normal;
    margin-bottom: 5px;
}
.listing_row3{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.listing_row3 .responsive-tabs__heading {
    display: none;
}
.listing_row3 .responsive-tabs__list__item {
    display: inline;
    cursor:pointer;
}
.listing_row3 .responsive-tabs__list {
    width:100%;
    font-size: 1.2em;
    padding: 0;
    line-height: 1em;
    float:left;
}
.listing_row3 .responsive-tabs__list__item {
    border-bottom: none;
    margin-right: 3px;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 45px;
    font-weight: bold;
    color:#fff;
    float:left;
    background: #368fcb;
    background-image: none !important;
    border-radius: 5px 5px 0 0;
}

.listing_row3 .responsive-tabs__list__item:hover {
    color: #fff;
}

.listing_row3 .responsive-tabs__list__item--active{
    color: #fff;
    background: #ef8607;
}
.listing_row3 .responsive-tabs__list__item--active:hover {
    color: #fff;
    background: #ef8607;
}
.listing_row3 .responsive-tabs__panel {
    padding: 15px 20px;
    width:100%;
    border: solid 1px #cecece;
    overflow:hidden;
    float:left;
}
.listing_row3 .responsive-tabs__list__item--active, .listing_row3 .responsive-tabs__list__item--active:hover{
    padding-bottom: 0;
}
.listing_row3 .responsive-tabs ul {
    list-style:none;
}
.listing_row3 .responsive-tabs h5{
    color: #ef8607;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.listing_row3 .responsive-tabs p{
    color: #3a3a3a;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

/*LCAT CSS*/

table.v4acpcont {
    margin-bottom:0px;
}

table.v4stw {
    padding:0;
}

table.v4acp tr.v4acp_head td.v4hspacer {
    width:0px;
}

td.v4topleft .v4nfc, td.v4topright .v4nfc {
    height:auto;
}

td.v4topleft .fs2-fs, td.v4topright .fs2-fs {
    padding:0px;
}

table.v4midBox {
    border:none;
}

td.v4baccent, table.v4acp tr.v4acp_head td.v4accent {
    display:none;
}

table.v4acp tr.v4acp_head td.v4title {
    padding:0px;
    background: #3da3e8;
    border-radius: 5px 5px 0 0;
}

table.v4acp tr.v4acp_head td.v4title h2 {
    padding: 0 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    position: relative;
}

table.v4midBox tr.v4acp_mid td.v4mid {
    margin:0px 0px 1px 0px !important;
    padding:0px;
    background:#FFF;
}

div.lcat {
    width:234px;
    background:#FFF;
    border: solid 1px #e0e0e0;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

div.lcat .ttl {
    display:none;
}

.lcat .lev1 li {
    margin:0px;
    text-align:left;
    list-style:none;
}

.lcat .lev1 li a, .lcat .lev1 li span {
    padding:6px 10px 6px 20px;
    background: url(../images/list-arrow.png) 10px 12px no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight:normal;
    color: #707070;
    display:block;
    text-decoration:none;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.lcat .lev1 li a:hover {
    color: #3da3e8;
    text-decoration: none;
}

.lcat .cnt {
    display:none !important;
}

.lcat .link,
.lcat a.all_cats {
    display:none;
}

/*GRID CSS*/

td#CentralArea div.v4stabl {
    color: #525252;
}

div.fpcc {
    padding: 5px 10px;
}

.rs_box {
    border: none;
}

.ctrlbr {
    background: #e6e6e6;
    padding: 8px 10px;
    border-bottom: 1px solid #FFF;
}

td#CentralArea div.v4stabl a, .fpcc .countClass, span.pdmt .cur {
    color: #3da3e8;
}

span.cur img {
    display: none;
}

span.cur {
    padding-right: 15px;
    background: url(../images/down-arrow.png) right 7px no-repeat;
}

span.pdmt .label {
    color: #969696;
}

.fpcc span.keywordClass {
    background: none;
}

.cmpBr {
    border-width: 0;
    background: #dedede;
    height: 30px;
    color: #969696;
}

.cmpBr a {
    color: #3da3e8 !important;
}

td#CentralArea div.dynpg {
    border: none;
}

table.pgbc {
    background: #e6e6e6;
    color: #616161;
}

.dynpg td.pages a.disabled, .dynpg .next a.enabled {
    color: #3da3e8;
}

.dynpg td.pages a.enabled {
    color: #616161;
}

.dynpg .r .form input.page {
    height: 20px;
    background: #FFF;
}

.dynpg .r .form input#q_10 {
    width: 25px;
    height: 20px;
    color: #FFF;
    background: #3da3e8;
    border-radius: 3px;
}

.r3_t, .r3_bl, div.itemseparator {
    display: none;
}

.r3_c {
    background: #FFF;
    border: 1px solid #dfdfdf;
}

.grid td.left {
    border: none;
}

table.gallery {
    height: 326px;
    border: 1px solid #e7e7e7;
    background:#f3f3f3;
    overflow: hidden;
}

.r3_cm {
    padding: 0;
}

.rs-pview {
    padding: 0;
}

.grid {
    border-spacing: 10px;
    border-collapse: separate;
}

table.gallery td.picture div.image {
    min-height: 120px;
    background: #FFF;
}

table.gallery .mi {
    display: none;
}

table.gallery div.ttl img,
table.gallery div.subtitle {
    display: none;
}

table.gallery div.ttl a {
    height: 100px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    text-align: center;
    text-decoration: none;
    background: url(../images/view.jpg) center bottom no-repeat;
    display: block;
}

table.gallery div.ttl a:hover {
    background: url(../images/view-hover.jpg) center bottom no-repeat;
    color: #3da3e8;
    text-decoration: none;
}

img[title="Buy it now"] {
    display: none;
}

table.gallery table.fixed tr:nth-of-type(1) td:first-child,
table.gallery table.fixed tr:nth-of-type(2),
table.gallery table.fixed tr:nth-of-type(2),
span.bids, table.gallery table.fixed tr:nth-of-type(3) {
    display: none;
}

span.bin, span.bid {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #3da3e8;
    display: block;
    text-align: center;
}

table.gallery table.fixed {
    width: 100%;
}

td.details div:nth-of-type(2) {
    float: left;
    position: relative;
    width: 100%;
}

@media only screen and (max-width:1100px){
    .wrapper{
        width: 96%;
    }
    .nav{
        width: 100%;
    }
}
@media only screen and (max-width:980px){
    .banner_column2{
        width: 100%
    }
    .banner_column1{
        width: 100%
    }
    .clone img,.lslide img{
        width: 100%;
    }
    .banner_column1 h3{
        text-align: center;
    }
    .banner_column1 ul li{
        text-align: center;
        background: none !important;
        padding-left: 0 !important;
        line-height: 24px;
    }
    .responsive-tabs__list__item{
        margin-right: 14px;
    }
    .product_listing li span::after{
        width: auto;
    }
    #main_menu{
        display: none;
    }
    .responsive_menu{
        display: block;
    }
}
@media only screen and (max-width:800px){
    .header_area {
        padding: 12px 0 5px;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .right_section{
        margin-top: 0;
        width: 100%;
    }
    .right_section p{
        text-align: center;
        font-size: 21px;
    }
    .listing_row3 .responsive-tabs__list__item{
        font-size: 11px;
    }
    .content_left{
        display: none;
    }
    .content_right{
        width: 100%;
    }
    .why_choose_us ul{
        width: 95%;
    }
}
@media only screen and (max-width:768px){
    .footer_column {
        width: 50% !important;
        text-align: center;
    }
    .column2 input[type="text"]{
        text-align: center;
    }
    .column2{
        min-height: 180px;
    }
    .footer_column h4{
        text-align: center;
    }
    .footer_column ul li,.footer_column p{
        text-align: center;
    }
    .mini_footer p{
        text-align: center;
    }
    .responsive-tabs__list {
        display: none;
    }
    .responsive-tabs__heading {
        display: block;
        cursor: pointer;
    }
    .responsive-tabs__panel--closed-accordion-only {
        display: none;
        width:100%;
    }

    .responsive-tabs__heading { 
        padding: 0.5em 0.9em;
        background: #368fcb;
        position: relative;
        color:#e3ddca;
        font-size:18px;
        font-weight:normal;
    }
    .responsive-tabs__heading:after {
        content:"";
        display: block;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 0; 
        height: 0; 
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #FFF;
        float:left;
    }

    .responsive-tabs__heading:hover, .responsive-tabs__heading--active:hover {
        background:#056cb1;
        color: #FFF;
    }

    .responsive-tabs__heading--active {
        background:#056cb1;
        color: #FFF;
    }

    .responsive-tabs__heading--active:after {
        border-bottom: 5px solid #FFF;
        border-top:0;
    }

    .responsive-tabs__panel {
        float:none;
    }
    .product_listing{
        width:  57%;
        margin: auto;
        float: none;
    }
    .product_listing li{
        width:  100%;
    }
}
@media only screen and (max-width:640px){
    .footer_column{
        width: 100% !important;
        margin-top: 10px;
    }
    .footer_column ul li{
        line-height: 24px;
    }
    .footer_area{
        margin: 0;
        padding: 10px 0;
    }
    .column2{
        min-height: 0;
    }
    .why_choose_us ul li{
        width: 100%;
    }
    .why_choose_us ul li:nth-child(3n){
        margin-bottom: 30px;
    }
    .product_listing{
        width: 68%;
    }
}
@media only screen and (max-width:480px){
    .right_section p {
        font-size: 18px;
    }
    .right_section {
        padding: 0;
    }
    .product_listing{
        width: 91%;
    }
}
@media only screen and (max-width:360px){
    .product_listing {
        width: 100%;
    }
    .content_right ul li span::after{
        display: none;
    }
    .content_right ul li:hover span::after{
        display: none;
    }
    .product_listing li span{
        padding: 0 30px 0 80px;
    }
}