@font-face {
    font-family: 'futura_md_btmedium';
    src: url('futuram-webfont.eot');
    src: url('../fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/futuram-webfont.woff') format('woff'),url('../fonts/futuram-webfont.ttf') format('truetype'),url('../fonts/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_regular';
    src: url('futuram_R-webfont.eot');
    src: url('../fonts/futuram_R-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/futuram_R-webfont.woff') format('woff'),url('../fonts/futuram_R-webfont.ttf') format('truetype'),url('../fonts/futuram_R-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_ltlight';
    src: url('ftralt_-webfont.eot');
    src: url('../fonts/ftralt_-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/ftralt_-webfont.woff') format('woff'),url('../fonts/ftralt_-webfont.ttf') format('truetype'),url('../fonts/ftralt_-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'futura_regular',arial, Helvetica, sans-serif;
    background-color: #f1f1f3;
    font-size: 14px;
    line-height:18px;
    letter-spacing:0.5px;
}
.pdf-ico, .print-ico{
    float: right;
}
.c_icons {
    cursor: pointer;
}
.c_column_ul{
    -moz-column-count: 1;
    -webkit-column-count: 4;
    column-count: 4;
}
.c_column_ul li{
    float:left !important;
    margin:0 10px 10px 0;
    width:260px;
}
.c_column_ul li:nth-child(even){
    margin-right:0;
}
a {
    color:#282B8A;
}
a:hover, a:focus, a:active {
    text-decoration:none;
    outline:none;
    color:#7378CA
}
.btn:hover, .btn:focus, .btn:active {
    text-decoration:none;
    outline:none;
    color:#7378CA
}
p , .text{
    text-align:justify;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    margin:5px 0px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 15px;
}
.white-bg {
    background-color:#fff;
}
.bottom-15 {
    margin-bottom: 15px;
}

.bottom-5 {
    margin-bottom: 5px;
}
.bottom-0 {
    margin-bottom: 0px!important;
}
.bottom-20 {
    margin-bottom: 20px;
}
.bottom-25 {
    margin-bottom: 25px;
}
.bottom-10 {
    margin-bottom: 10px!important;
}

.top-5 {
    margin-top: 5px;
}

.top-15 {
    margin-top: 15px;
}

.top-padding-15 {
    padding-top: 15px;
}

.top-bottom-20 {
    margin: 20px 0;
}

.padding-10 {
    padding: 10px;
}
.padding-left-right-10 {
    padding:0px 10px;
}
.padding-top-bottom-0 {
    padding-top:0px!important;
    padding-bottom:0px!important;
}
.padding_20 {
    padding: 20px!important;
}
.padding-right-0 {
    padding-right: 0!important;
}
.padding-left-0 {
    padding-left: 0!important;
}
.padding-right-left-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.img {
    width:auto;
    max-width:100%;
    margin:0 auto;
    display:block;
}
.btn {
    padding:4px 12px;
    font-size:16px;
    letter-spacing:0.5px;
    -webkit-letter-spacing:0.5px;
    -moz-letter-spacing:0.5px;
    -ms-letter-spacing:0.5px;
    -o-letter-spacing:0.5px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    padding:3px 12px;
    font-size:16px;
    letter-spacing:0.5px;
    -webkit-letter-spacing:0.5px;
    -moz-letter-spacing:0.5px;
    -ms-letter-spacing:0.5px;
    -o-letter-spacing:0.5px;
}
.manufacturer-slide {
    position:relative;
}
.manufacturer img{
    max-height:65px;
}
.manufacturer-slide .slide-controls {
    position:absolute;
    width:65px;
    right:0;
    top:-47px;
    height:26px;
    text-align:right;
}
.manufacturer-slide .slide-controls a{
    position:relative;
    width:23px;
    margin:0 3px;
    padding:3px;
    text-align:center;
    display:inline-block;
    background:none!important;
    color:#282B8A;
}
/*-----------------Flip Button-------------------*/
.flipButton {
    display: block;
    position: relative;
    height: 40px;
    cursor: pointer;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform: translateZ(100px);
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    overflow:hidden \ ;

}

.flipButton:hover, .hovered {
    /*-webkit-transform: rotateX(90deg) translateZ(-30px);
    -moz-transform: rotateX(90deg) translateZ(-30px); 
    -o-transform: rotateX(90deg) translateZ(-30px); 
    -ms-transform: rotateX(90deg) translateZ(-30px); 
    transform: rotateX(90deg) translateZ(-30px); */
    text-decoration: none;
}

.flipButton h4 {
    display: block;
    margin: 0;
    padding: 6px 15px;
    border: none;
    border: 3px solid #ffffff;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: futura_md_btmedium, Arial, sans-serif;
    line-height: 22px;
    min-width: 110px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    transition: transform .33s;
    -webkit-transition: -webkit-transform .33s;
    -moz-transition: transform .33s;
    -o-transition: transform .33s;
    -ms-transition: transform .33s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
}

.flipButton h4:first-child {
    transform: translate3d( 0, 0, 0 ) rotateX( 0deg );
    -webkit-transform: translate3d( 0, 0, 0 ) rotateX( 0deg );
    -moz-transform: translate3d( 0, 0, 0 ) rotateX( 0deg );
    -ms-transform: translate3d( 0, 0, 0 ) rotateX( 0deg );
    -o-transform: translate3d( 0, 0, 0 ) rotateX( 0deg );
}

.flipButton h4:last-child {
    transform: translate3d( 0, -22px, -22px ) rotateX( -90deg );
    -webkit-transform: translate3d( 0, -22px, -22px ) rotateX( -90deg );
    -moz-transform: translate3d( 0, -22px, -22px ) rotateX( -90deg );
    -ms-transform: translate3d( 0, -22px, -22px ) rotateX( -90deg );
    -o-transform: translate3d( 0, -22px, -22px ) rotateX( -90deg );
    background-color: #3BAAF9;
    border-color: #3BAAF9;
    color: #fff;
    /*display:none\ ;*/
}

.flipButton:hover h4:first-child, div.hovered h4:first-child {
    transform: translate3d( 0, -22px, -22px ) rotateX( 89deg );
    -webkit-transform: translate3d( 0, -22px, -22px ) rotateX( 89deg );
    -moz-transform: translate3d( 0, -22px, -22px ) rotateX( 89deg );
    -ms-transform: translate3d( 0, -22px, -22px ) rotateX( 89deg );
    -o-transform: translate3d( 0, -22px, -22px ) rotateX( 89deg );
    background-color: #3BAAF9\ ;      
}

.flipButton:hover h4:last-child, div.hovered h4:last-child {
    transform: translate3d( 0, -40px, 0 ) rotateX( 0deg );
    -webkit-transform: translate3d( 0, -40px, 0 ) rotateX( 0deg );
    -moz-transform: translate3d( 0, -40px, 0 ) rotateX( 0deg );
    -ms-transform: translate3d( 0, -40px, 0 ) rotateX( 0deg );
    -o-transform: translate3d( 0, -40px, 0 ) rotateX( 0deg ); 
}

.readmore {
    margin:0px 10px;
}
.bc-wrap .flipButton h4:last-child {
    background-color: #0486e0;
    border-color: #fff;
    color: #fff;
}
@media (max-width:1200px) {
    .flipButton h4 {
        font-size:12px;
    }
}
/*-----END------------Flip Button-------------------*/
/*--------------------Animated Box-------------------*/
.view {
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;

}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
    border:solid 1px #ccc;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 5px 15px 5px;
    text-align: center;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view a.info {
    padding:3px 5px;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #FFFFFF;
    display: block;
    bottom: 10px;
    right: 10px;
    text-align: center;
    color:#fff;
}
.view a.info:after {
    position:absolute;
    left:-10px;
    top:5px;
    height:0px;
    width:0px;
    content:" ";
    border-left:none;
    border-bottom:solid 7px rgba(0,0,0,0);
    border-top:solid 7px rgba(0,0,0,0);
    border-right:solid 7px #fff;
}
.view a.info:hover {
    box-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -moz-box-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -ms-box-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -o-box-shadow:2px 2px 4px rgba(0,0,0,0.7);
    text-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -webkit-text-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -moz-text-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -ms-text-shadow:2px 2px 4px rgba(0,0,0,0.7);
    -o-text-shadow:2px 2px 4px rgba(0,0,0,0.7);
}
.anim-box img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.anim-box .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.anim-box h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.anim-box p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.anim-box:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.anim-box .mask .mask-box {
    position:absolute;
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    border:solid 3px #fff;
}
.anim-box .mask span {
    position:absolute;
    bottom:10px;
    left:10px;
    font-size:20px;
    font-family: 'futura_md_btmedium';
    color:#fff;
    text-align:left;
    width:70%;
    line-height:24px;
    letter-spacing:normal;
}
.anim-box a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.anim-box:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.anim-box:hover h2,
.anim-box:hover p,
.anim-box:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.anim-box:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.anim-box:hover a.info {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/*-----END---------------- Animated box --------------------*/
/*---------------------------------------------- Nav Style -------------------------------------------------*/
nav.nav {
    /*padding:0px 0px 0px;
    z-index: 1000;
    background-color: #fff;
    position: absolute;
    border-bottom: none;
    top:53px;
    right:440px;
    font-family: 'futura_md_btmedium';*/
padding: 0px 0px 0px;
    z-index: 1000;
    background-color: #fff;
    position: absolute;
    border-bottom: none;
    top: 53px;
    right: 420px;
    font-family: 'futura_md_btmedium';
}
/*.mainwrap {
max-width:1170px;
margin:0 auto;
}*/
nav.nav ul.menu {
    width: 100%;
    display: table;
    background-color: #FFF;
    margin-bottom: 0px;
    position: relative;
}

nav.nav ul.menu li {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    list-style-type: none;
    float: left;
    position: relative;
    display: block;
}
nav.nav ul.menu li.nest {
    padding-right:20px
}
nav.nav ul.menu li .fa {
    position:absolute;
    top:5px;
    right:2px;
    display:block;
    width:20px;
    cursor:pointer;
}
nav.nav ul.menu li a {
    width: auto;
    padding: 5px 5px 5px 0px;
    margin: 0px;
    display: block;
    vertical-align: middle;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform:uppercase;
}

nav.nav ul.menu > li > a:hover, nav.nav ul.menu > li.selected > a,nav.nav ul.menu > li > a:active,nav.nav ul.menu > li > a:focus {
    color: #282B8A;
}

ul.menu li .sub, ul.menu li .m-sub {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 20001;
    min-width: 240px;
    float: left;
    background-color: #eee;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    max-height:445px;
    overflow:hidden;
}
nav.nav ul.menu li.nest a{
    padding-right:5px;
}
ul.menu li .sub li,ul.menu li .m-sub li {
    display: block;
    width: 100%;
    float: none;
    border-right: none;
    padding:0px 0px;
}
nav.nav ul.menu li .fa {
    text-align:center;
    position:absolute;
    padding:2px 0;
    top:0;
    right:0;

}
ul.menu li .sub li a, ul.menu li .m-sub li a {
    padding: 5px 10px 5px 10px;
    margin: 0px;
    display: block;
    width: 100%;
    float: none;
    transition: padding-left 0.2s ease 0s;
    -webkit-transition: padding-left 0.2s ease 0s;
    -moz-transition: padding-left 0.2s ease 0s;
    -ms-transition: padding-left 0.2s ease 0s;
    -o-transition: padding-left 0.2s ease 0s;
    line-height: 25px;
    color: #333;
    /*border-top: solid 1px #fff;*/
    border-bottom: solid 1px #ccc;
    text-wrap: none;
    font-size: 12px;margin:0px 0px;
}
ul.menu li .sub > li > span, ul.menu li .m-sub > li > span {
    padding: 5px 10px 5px 10px;
    margin: 0px;
    display: block;
    width: 100%;
    float: none;
    transition: padding-left 0.2s ease 0s;
    -webkit-transition: padding-left 0.2s ease 0s;
    -moz-transition: padding-left 0.2s ease 0s;
    -ms-transition: padding-left 0.2s ease 0s;
    -o-transition: padding-left 0.2s ease 0s;
    line-height: 25px;
    color: #333;
    /*border-bottom: solid 1px #ccc;*/
    border-bottom: solid 1px #ccc;
    text-wrap: none;
    font-size: 12px;margin:0px 0px;
}
ul.menu li .sub li a:hover, ul.menu li .m-sub li a:hover {
    padding-left: 25px;
    background-color: #fff;
    color: #333;
    border-bottom:solid 1px #ccc;
}


.menubtn {
    background-position: center center;
    display: none;
    width: 46px;
    height: 46px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    color: #282B8A;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    z-index: 99999;
    /*background-image: url('../images/menu.png');
    background-repeat: no-repeat;*/
}

nav.nav ul.menu li.logolink a {
    display: none;
}
@media screen and (max-width:1200px) {
    nav.nav ul.menu li {
        padding: 0px 5px 0px 5px;
    }
    nav.nav ul.menu li a {
        font-size: 13px;
    }
}
@media screen and (max-width:996px) {
    .logowrap {
        padding: 10px 10px 10px 50px;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .logowrap img {
        height: 50px;
        width: auto;
    }
    nav.nav ul.menu li .fa {
        width:40px;
        text-align:center;
        height:40px;
        padding:10px 0;
        top:0;
        right:0;
        background-color:rgba(0,0,0,0.2);
        color:#ccc;

    }

    body {
        padding-top: 70px;
    }

    nav.nav {
        width: 1px;
        height: 100%;
        min-height: 100%;
        bottom: 0;
        top: 0px;
        z-index: 2501;
        background-color: #f8f8f8;
        position: fixed;
        left: -4px;
        z-index: 99999;
        margin:0px 0px 0px;
    }

    nav.nav ul.menu {
        background-position: right top;
        margin: 0px auto 0px auto;
        width: 250px;
        left: -250px;
        display: block;
        background-color: #7378CA;
        margin-bottom: 0px;
        position: absolute;
        bottom: 0px;
        min-height: 100%;
        top: 0;
        border-right: solid 1px #ccc;
        padding-top: 70px;
    }

    nav.nav .mainwrap {
        min-height: 100%;
        position: relative;
        background-color: #f3f3f3;
    }
    nav.nav ul.menu li.nest {
        padding-right:0px;
    }
    nav.nav ul.menu li {
        float: none;
        padding: 0px 0px 0px 0px;
    }

    nav.nav ul.menu li a {
        width: auto;
        padding: 5px 15px 5px 15px;
        margin: 0px;
        display: block;
        height: auto;
        vertical-align: middle;
        line-height: 30px;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        margin-bottom: 0px;
        border-bottom: solid 1px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 0px rgba(250,250,250,0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(250,250,250,0.2);
        -moz-box-shadow: 0px 1px 0px rgba(250,250,250,0.2);
        -ms-box-shadow: 0px 1px 0px rgba(250,250,250,0.2);
        -o-box-shadow: 0px 1px 0px rgba(250,250,250,0.2);
    }

    nav.nav ul.menu li:hover{
        color: #fff;
        margin-right: 0px;
    }
    nav.nav ul.menu > li:hover > a {
        color: #fff;
        background-color: #282B8A;
    }
    nav.nav ul.menu li a:hover, nav.nav ul.menu li.selected a {
        border-bottom: solid 1px rgba(0,0,0,0.2);
    }
    nav.nav ul.menu li.selected > a {
        color: #fff;
        border-bottom: solid 1px rgba(0,0,0,0.2);
        margin-bottom: 0;
        background-color: #282B8A;
    }

    nav.nav ul.menu li.selected {
        color: #fff;
        margin-right: 0px;
        margin-bottom: 0;
    }
    ul.menu li .sub, ul.menu li .m-sub {
        display: none;
        position: relative;
        top: 0px;
        min-width: 240px;
        float: none;
        background-color: #6166b6; 
        color:#666;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        height:initial!important;
    }
    /*ul.menu li .sub li a {
background-color: #333;
    }*/
    ul.menu li .sub li a:hover, ul.menu li .m-sub li a:hover {
        padding-left: 15px;
        background-color: #282B8A;
        color:#fff
    }
    .menubtn {
        position: absolute;
        right: -46px;
        display: block;
        top: 10px;
        background-color: #f3f3f3;
    }

    .toplinks {
        float: none;
        width: 100%;
        text-align: center;
    }

    nav.nav ul.menu li.logolink a {
        display: block;
        padding: 10px 15px;
        background-color: #fff;
        position: absolute;
        top: -70px;
        border-bottom: solid 1px #ccc;
        box-shadow: 0px 1px 0px #fff;
        -webkit-box-shadow: 0px 1px 0px #fff;
        -moz-box-shadow: 0px 1px 0px #fff;
        -ms-box-shadow: 0px 1px 0px #fff;
        -o-box-shadow: 0px 1px 0px #fff;
        width: 100%;
    }

    nav.nav ul.menu li.logolink:hover {
        background-color: #fff;
        margin-bottom: 0;
        border-bottom: none;
    }

    nav.nav ul.menu li.logolink a img {
        display: block;
        width: 80px;
        margin: 0 auto;
    }
    ul.menu li .sub, ul.menu li .m-sub {
        max-height:initial;
    }
}
/*@media screen and (max-width:768px) {
    .menubtn {
        position:fixed;
        right:20px!important;
    }
}*/
/*------------------- END ---------------------------Nav Style -------------------------------------------------*/

.header {
    background-color: #fff;
    min-height: 70px;
    padding: 10px 10px;
    position:relative;
}
.header .container {
    padding-left:0px;
    padding-right:0px;
}
.logowrap {
    margin-bottom: -28px;
    z-index: 9999;
    margin-left:-15px;
}
/*---------------------------------------------- Top Header -------------------------------------------------*/
.topheader {
    background-color:#7378CA;
    height:5px;
    z-index:999;
    position:relative;
}
.topheader .container {
    height:5px;
    overflow:visible;
    position:relative;
}
.top-contact {
    float:right;
    background-color:#7378CA;
    padding:10px 15px;
    border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -ms-border-radius:0 0 10px 10px;
    -o-border-radius:0 0 10px 10px;
    color:#FB7804;
    font-size:18px;
    font-family: 'futura_md_btmedium';
    letter-spacing:1px;
    position:absolute;
    right:0px;
}
.top-contact a {
    color:#fff;
    padding:0px 10px 0px 5px;
    display:inline-block;
    margin-right:0px;
    position:relative;
}
.top-contact a:hover, .top-contact a:active, .top-contact a:focus {
    color:#FB7804;
}
.top-contact i {
    position:relative;
    padding:0px 3px;
    text-align:center;
    font-size:18px;
    color:#fff;
    display:inline-block;
    z-index:99;
    width:28px;
}
/*.top-contact i:after {
    position:absolute;
    right:-7px;
    top:8px;
    height:0px;
    width:0px;
    content:" ";
    border-right:none;
    border-bottom:solid 7px rgba(0,0,0,0);
    border-top:solid 7px rgba(0,0,0,0);
    border-left:solid 7px #e10803;
}*/
/*----------------- END ------------------------ Top Header -------------------------------------------------*/
/*---------------------------------------------- Gallery -------------------------------------------------*/
.galwrap {
    border-bottom:solid 1px #fff;    
}
.galwrap .carousel-indicators-wrap {
    max-width:1200px;
    padding:0 15px;
    margin:0 auto;
    position:relative;
    height:0px;
}
.galwrap .carousel-indicators-wrap .carousel-indicators {
    left:20px;
    margin-left:0;
    top:20px;
    bottom:auto;
    text-align:right;
    right:20px;
    width:auto;
}
.carousel-indicators li {
    border-width:2px;
}
.galwrap .carousel-caption {
    left:0;
    top:0px;
    right:0;
    text-align:left;
    z-index:0;
    height:50px;
    overflow:visible;
}
.galwrap .banner-content {
    margin:0px -15px
}
.galwrap .carousel-caption .h1 {
    font-size:38px;
    font-family: 'futura_md_btmedium';
    text-shadow:2px 2px 5px rgba(0,0,0,0.7);
    -webkit-text-shadow:2px 2px 5px rgba(0,0,0,0.7);
    -moz-text-shadow:2px 2px 5px rgba(0,0,0,0.7);
    -ms-text-shadow:2px 2px 5px rgba(0,0,0,0.7);
    -o-text-shadow:2px 2px 5px rgba(0,0,0,0.7);
    margin-bottom:20px
}
.galwrap .item {
    background-position: center center;
    height: 520px;
    background-repeat: no-repeat;
    background-size:cover;
    max-width:1900px;
    margin:0 auto;
}
.galwrap .carousel-control {
    width:10%;
    font-size:36px;
    //z-index:990;
}
.btn-knowmore {
    font-family: 'futura_md_btmedium';
    border:solid 3px #fff;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    height:34px;
    line-height:24px;
    font-size:16px;
    color:#fff;
    display:inline-block;
    padding:2px 15px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.btn-knowmore:hover, .btn-knowmore:focus, .btn-knowmore:active {
    color:#fff;
    background-color:#282B8A;
}
.fixbanner {
    background-position: center center;
    height: 320px;
    background-repeat: no-repeat;
    background-size:cover;
    max-width:1900px;
    margin:0 auto;
}
@media (max-width: 1200px) {
    .galwrap .carousel-indicators-wrap {
        max-width:1000px;
    }
}
@media (max-width: 996px) {
    .galwrap .carousel-caption {
        top:20px;
        margin:0 0;
    }
    .galwrap .carousel-caption .banner-content{
        margin:0 0;
    }
    .galwrap .carousel-caption .h1 {
        font-size:36px;
    }    
    .galwrap .item {
        height:250px;
    }
    .galwrap .carousel-indicators-wrap {
        max-width:740px;
    }
    .galwrap .carousel-indicators-wrap .carousel-indicators{
        top:40px;
    }
    .fixbanner {
        height: 150px;
        margin-bottom:-112px;
    }

}
/*------------------- END --------------------------- Gallery -------------------------------------------------*/
/** FILTER
******************/
.filterallbtn {
    display: block;
    height: 40px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
}
.filterwrap {
    border: 5px solid #e3e3e5;
    padding: 0px;
    margin: 0px;
    box-shadow:0px 0px 1px rgba(0,0,0,0.7);-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.7); -moz-box-shadow:0px 0px 1px rgba(0,0,0,0.7); -ms-box-shadow:0px 0px 1px rgba(0,0,0,0.7); -o-box-shadow:0px 0px 1px rgba(0,0,0,0.7);
}
.filterwrap ul{padding:0;}
.filterwrap ul li {list-style:none;}

.filterwrap ul li a {
    display: block;
    /*width: 36.4px;*/
    height: 37px;
    border: 1px solid #e3e3e5;
    background-color: #fff;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #282B8A;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
}

.filterallbtn:hover,.filterwrap ul li a:hover,.filterwrap ul li.selected a {color: #fff; background-color:#282B8A;}
.filterwrap .flex-viewport {margin-right: 37px;	margin-left: 37px;}

.filterwrap .flex-direction-nav{position:relative;}

.filterwrap .flex-direction-nav li{color:#fff;margin-top:-37px; width:37px;}
.filterwrap .flex-direction-nav li:first-child {background-position: left center;float: left;}
.filterwrap .flex-direction-nav li:last-child {background-position: right center;float: right;}

.filterwrap .flex-direction-nav li a{background:none no-repeat #fff; /*text-indent:-1000px;*/ overflow:hidden; font-size:20px;}
.filterwrap .flex-direction-nav li:first-child a{background-position: left top; background-repeat: no-repeat;}
.filterwrap .flex-direction-nav li:first-child a:hover{background-position:-37px top;}
.filterwrap .flex-direction-nav li:last-child a{background-position: left -37px; background-repeat: no-repeat;}
.filterwrap .flex-direction-nav li:last-child a:hover{background-position:37px -37px; background-repeat:repeat-x;}
/**END FILTER
******************/
/** Timeline ******************/
.timeline.filterwrap {
    border: none;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    -ms-box-shadow:  none;
    -o-box-shadow:  none;
}

.timeline.filterwrap ul li a {
    display: block;
    /*width: 36.4px;*/
    height: 30px;
    border: none;
    background-color: #282B8A;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border-right:solid 1PX #FFF;
}
.timeline.filterwrap ul li a div{
     color: #282B8A !important;
  font-size: 22px;
  margin-top: 34px !important;
  font-weight: bold;
}
.c_timelinedetail.filterwrap .flex-direction-nav li{
   color: #fff;
  margin-top: -30px !important;
  width: 37px;  
}
.timeline.filterallbtn:hover,.filterwrap ul li a:hover,.filterwrap ul li.selected a {color: #fff; background-color:#7378CA; }
.timeline.filterwrap .flex-viewport {margin-right: 38px;	margin-left: 38px;}
.timeline.filterwrap .flex-direction-nav li{color:#fff;margin-top:-66px; width:37px; }
.timeline.filterwrap .flex-direction-nav li:last-child a{background-position: left top; background-repeat: no-repeat; }
.timeline.filterwrap .flex-direction-nav a{background-color:#fff; border:solid 3px #282B8A; background-color:#fff; color:#282B8A; line-height:28px; }
.timeline-detail-Heading {
    display:block;
    padding:15px 15px;
    text-align:center;
}
.timeline-detail-Heading span {
    color:#282B8A;
    margin:0 auto;
    padding-top:0px;
}
.bottom-50 {
    margin-bottom:50px;
}
.timeline-detail-text .head {
    color:#282B8A;
    border-bottom:solid 1px #ccc;
    margin-bottom:10px; 
}
.timeline-detail-text .head span{
    color:#282B8A;
    border-bottom:solid 1px #282B8A;
    padding:5px 0px;
    margin-bottom:-1px; 
    display:inline-block;
}
.timeline-detail-text p {
    margin-bottom:20px;
    padding-left:30px;
}
/** END Timeline ******************/
.Helpwrap {
    padding:15px 20px 5px;
    border:solid 1px #282B8A;
    margin-bottom:20px;
}
.Helpwrap p {
    -webkit-overflow:hidden;
    -moz-overflow:hidden; 
    -ms-overflow:hidden;
    -o-overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-align:left;
    /*font-family: 'futura_md_btmedium';*/
    display:block;
    font-size:14px;
    line-height:18px;
    letter-spacing:0.5px;
}
.Helpwrap .hr {
    padding-bottom:5px;
    margin-bottom:20px;
    border-bottom:solid 1px #ccc ;
}
.highlight-text {
    font-size:16px;
    color:#282B8A;
}
.breadcrumb {
    margin:0 -15px 0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    background-color:#E3E3E5;
    padding:10px 20px;
}
.breadcrumb a {
    color:#7378CA;
    font-family: 'futura_md_btmedium';
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus, .breadcrumb span {
    color:#282B8A;
}
.content-section {
    background-color:#f1f1f1;
    /*margin-bottom:210px;
    z-index:5;*/
    position:relative;
}
.content-section + footer{
    position: relative;
    /*bottom: 0;
    right: 0;
    left: 0;
    z-index:1;*/
}
footer {
    background-color:#fff;
    min-height:80px;
    padding-top:20px;
    color:#282B8A;
}
.footernav {
    column-count:3;
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    /*column-count:1\0/IE8+9;
    -webkit-column-count:1\0/IE8+9;
    -moz-column-count:1\0/IE8+9;
    -ms-column-count:1\0/IE8+9;
    -o-column-count:1\0/IE8+9;*/
    padding:0;
    margin-bottom:5px;
}
/*.footernav li{
    width:100%\0/IE10;
    width:33.3333%\0/IE8+9;
    float:left\0/IE8+9;
}*/
footer a{
    color:#282B8A;
    display:inline-block;
    padding:3px 0px;
}
footer a:hover,footer a:focus,footer a:active{
    color:#000;
    text-decoration:none;
}
/*---------------------------------------------- Social Links -------------------------------------------------*/
.sociallink {
    display: inline-block;
    margin-left: 0px;
    margin-top:10PX;
}
.sociallink li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 -2px;
    padding: 0;
}
.sociallink li a {
    display: block;
    padding: 0;
    transition: all 0.2s ease 0s;
    margin:0px 3px;
}
.payoption img{
    margin:5px 0px 10px;
}
.sociallink li a img {
    margin-top: 5px;
    transition: all 0.2s ease 0s;
}
.sociallink li a:hover img, .sociallink li a:focus img, .sociallink li a:active img {
    margin-bottom: 5px;
    margin-top: 0;
}
/*---------------- END -------------------------- Social Links -------------------------------------------------*/
.end-footer {
    background-color:#eee;
    padding:10px 0px;
    font-size:12px;
    color:#666;
}
.end-footer a {
    color:#666;
}
.end-footer a:hover, .end-footer a:active, .end-footer a:focus {
    color:#000;
}
.text-right-md {
    text-align:right;
}
/*---------------------------------------------- Search & Categories -------------------------------------------------*/
.top-body-wrap {
    height: 0px;
    position: relative;
}
.Searchwrap {
    position:absolute;
    bottom:250px;
    left:0;
    right:0;
}
.Searchwrap > div {
    background-color: #7378CA;
    position: relative;
    padding: 10px 20px 8px;
    margin: 0px auto 0px auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    max-width:800px;
    font-family: 'futura_md_btmedium';
    box-shadow:1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
    -ms-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
    -o-box-shadow:1px 1px 5px rgba(0,0,0,0.5); 
    z-index:99;
}
.Searchwrap label {
    font-size:16px;
    color:#fff;
    line-height:34px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:0;
}
.Searchwrap label:first-child {
    margin-right:10px;
}
.Searchwrap [type=checkbox] {
    margin-right:10px;
}
.Searchwrap [type=checkbox] + span {
    margin-right:10px;
    display:inline-block;
    letter-spacing:1px
}
.Searchwrap [type=text] {
    border-radius:10px 10px 10px 10px!important;
    -webkit-border-radius:10px 10px 10px 10px!important;
    -moz-border-radius:10px 10px 10px 10px!important;
    -ms-border-radius:10px 10px 10px 10px!important;
    -o-border-radius:10px 10px 10px 10px!important;
}
.Searchwrap .btn {
    font-size:17px;
    background-color:rgba(0,0,0,0);
    border:none;
    color:#fff;
    padding-left:15px;
    padding-right:5px;
    text-transform:uppercase;
    letter-spacing:1px
}
.Searchwrap .btn:hover, .Searchwrap .btn:active, .Searchwrap .btn:focus {
    color:#2B308B;
}
.category-wrap {
    position:absolute;
    bottom:2.5px;
    left:0px;
    right:0px;
    font-family: 'futura_md_btmedium';
    z-index:9;
}
.cate-title {
    background-color:#282B8A; 
    padding:8px 20px;
    font-family: 'futura_md_btmedium';
    font-size:17px;
    margin-bottom:1px;
    color:#fff;
    text-transform:uppercase;
    border-radius:15px 15px 0px 0px;
    -webkit-border-radius:15px 15px 0px 0px;
    -moz-border-radius:15px 15px 0px 0px;
    -ms-animationms-border-radius:15px 15px 0px 0px;
    -o-border-radius:15px 15px 0px 0px;
}
.cate-title a{color:#fff; display:block; text-decoration:none; padding:10px 0px;}
.categories{background-color:#282B8A; padding:5px 10px 0px;}
.categories .item {
    padding:0px 10px;
    margin-bottom:5px;
}
.categories a {
    background-position: left 7px;
    color: rgba(255,255,255,0.7);
    padding: 2px 4px 2px 20px;
    text-transform: capitalize;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    background-image: url('../images/white-bullet.png');
    background-repeat: no-repeat;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.categories a:hover, .categories a:focus, .categories a:active {
    color:#fff;
}
.category-wrap #categories.owl-theme .owl-controls .owl-page span {
    border-radius:2px!important;
    -webkit-border-radius:2px!important;
    -moz-border-radius:2px!important;
    -ms-border-radius:2px!important;
    -o-border-radius:2px!important;
    margin:5px 5px;
}
/*-------------------- END --------------------- Search & Categories -------------------------------------------------*/
.search-txt {
    background-image: url('../images/txt-search-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px!important;
}
.wrap {
    padding-top:25px;
    padding-bottom:15px;
}
.heading {
    padding: 8px 0px ;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    border-bottom:solid 3px #282B8A;
    color:#282B8A;
}
.heading-2 {
    padding: 5px 0px ;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    border-bottom:solid 1px #999;
    color:#282B8A;
    display:block;
}
.bottom-line-border {
    background-position: center bottom;
    padding-bottom: 10px;
    background-image: url('../images/line-bg.png');
    background-repeat: repeat-x;
    margin-bottom: 7px;
}

.blue-hr {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:solid 3px #282B8A;
}
.gray-hr {
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:solid 3px #ccc;
}
.hr-line {
    padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:solid 1px #ccc;
}
.footer-strip {
    padding:20px 15px;
    background-color:#282B8A;
    color:#fff;
    font-size:16px;
    font-family: 'futura_md_btmedium';
}
.footer-strip .row > div {
    display:inline-block;
    padding:0px 15px 
}
.footer-strip a {
    color:#fff;
    line-height:24px;
    height:30px;
    display:inline-block;
}
.footer-strip a:hover, .footer-strip a:focus, .footer-strip a:active{
    color:#FD7603
}
.footer-strip i {
    padding:7px;
    text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    height:36px;
    width:36px;
    background-color:#7378CA;
    display:inline-block;
    margin-right:10px;
    font-size:20px;
    text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    -webkit-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    -moz-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    -ms-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    -o-text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
/*---------------------------------------------- Quote link -------------------------------------------------*/
.quotelink-wrap {
    font-family: "futura_md_btmedium";
    padding: 0;
    position: absolute;
    right: 0;
    top: 47px;
    z-index: 1000;
    width:443px;
    text-align:right;
}
.quotelink-wrap a {
    font-size:14px;
    color:#fff;
    padding:8px 8px;
    display:inline-block;
    margin:0px -2px;
}
.quotelink-wrap a:hover, .quotelink-wrap a:active, .quotelink-wrap a:focus {
    background-color:#7378CA!important;
}
.quotelink-wrap a:first-child {
    border-radius:10px 0 0 0;
    -moz-border-radius:10px 0 0 0;
    -webkit-border-radius:10px 0 0 0;
    -ms-border-radius:10px 0 0 0;
    -o-border-radius-topleft:10px 0 0 0;
}
.quotelink-wrap a:last-child {
    border-radius:0 10px 0 0;
    -moz-border-radius-topright:0 10px 0 0;
    -webkit-border-radius-topright:0 10px 0 0;
    -ms-border-radius-topright:0 10px 0 0;
    -o-border-radius-topright:0 10px 0 0;
}
.orng-bg {
    background-color:#FD7505;
}
.dark-orng-bg {
    background-color:#FB5B05;
}
.blue-bg {
    background-color:#282D8B;
}
/*-------------------- END ---------------------- Quote link -------------------------------------------------*/
/*------------------------------------------ btn-Default -------------------------------------------------*/
.btn-default {background-color: #282B8A;border-color: #282c79;color: #fff;}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background-color: #7378CA;border-color: #6b6fb6;color: #fff;}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {background-color: #e3e3e5;border-color: #e1e1e3;}
.btn-default .badge {background-color: #333;color: #fff;}
/*----------------- END -------------------- btn-Default -------------------------------------------------*/
/*------------------------------------------ Pagination -------------------------------------------------*/
.pagination {border-radius: 4px;display: inline-block;margin: 0px 0;padding-left: 0;}
.pagination > li {display: inline;}
.pagination > li > a, .pagination > li > span {background-color: #fff;border: 1px solid #ddd;color: #282B8A;float: left;line-height: 1.42857;margin-left: -1px;padding: 6px 12px;position: relative;text-decoration: none;}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-bottom-left-radius: 4px;border-top-left-radius: 4px;margin-left: 0;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background-color: #7378CA;border-color: #7378CA;color: #fff;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #282B8A;border-color: #282B8A;color: #fff;cursor: default;z-index: 2;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {background-color: #fff;border-color: #ddd;color: #777;cursor: not-allowed;}
/*----------------- END -------------------- Pagination -------------------------------------------------*/
.searchbox {
    padding:10px 15px;
    background-color:#E3E3E5;
    margin-top:-5px;
    margin-bottom:15px;
}
.searchbox .control-label {
    color:#282B8A;
    font-size:17px;
    line-height:30px;
    padding-left:5px;
}
.searchbox [type=checkbox] {
    margin-right:10px;
    margin-left:5px;
}
.searchbox [type=checkbox] + span {
    margin-right:20px;
    display:inline-block;
    letter-spacing:1px;
    color:#282B8A;
    line-height:30px;
    font-size:17px;
}
.table thead {
    font-size:16px;
    color:#fff;
    background-color:#282B8A; 
    text-align:center;
}
.doc-list, .text-list {
    padding:0;
    margin:0;
}
.doc-list li,  .text-list li {
    background-position: 3px 4px;
    padding: 0px 1px 1px 10px !important;
    margin-bottom: 4px!important;
    background-image: url('../images/bullet-bg2.png');
    background-repeat: no-repeat;
    line-height:18px!important;
    display:block!important;
    border-style:none none none none!important;
}
.doc-list li span, .doc-list li a,  .text-list li a {
    display:inline-block;
    margin:0;
}
.doc-list li span {
    padding:0 15px;
    margin-bottom:3px;
}
.pdf-ico {
    background-image: url('../images/pdf-icon.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    position: relative;
    padding: 0px 10px 2px 30px; font-weight:bold;
}
.print-ico {
    background-image: url('../images/print-icon.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    position: relative;
    padding: 0px 10px 2px 30px; font-weight:bold;
}
/*----------------------------------------- Manufacturer List -------------------------------------------------*/
.m-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-style: solid none none solid;
    border-color: #CCCCCC;
    border-width: 1px;
    display:table;
    width:100%;
}
.m-list li{
    width:33.3333%;
    float:left;
    min-height: 100px;
    border-style: none solid solid none;
    border-color: #CCCCCC;
    border-width: 1px;
}
.m-list li a {
    display:block;
    padding:4px;
    transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.m-list li a:hover, .m-list li a:active, .m-list li a:focus {
    background-color:#7378CA;
    color:#fff;
}
.m-list li a span:first-child {
    width:50%;
    display:inline-block;
    background-color:#fff;
    text-align:center;
}
.m-list li a span:last-child {
    display:inline-block;
    padding:5px 15px;
    width:50%;
}
.m-list li a img {
    height:75px;
}

@media (max-width: 1200px) {
    .m-list li a span:first-child {
        width:60%;
    }.m-list li a span:last-child {
        width:40%;
    }
}
@media (max-width: 996px) {
    .m-list li {
        width:50%;
    }
    .m-list li a span:first-child {
        width:50%;
    }.m-list li a span:last-child {
        width:50%;
    }
}
@media (max-width: 768px) {
    .m-list li {
        width:100%;
    }
}
/*----------------- END -------------------- Manufacturer List -------------------------------------------------*/
.logo-hading { border-bottom:solid 1px #ccc; margin-bottom:15px; margin-top:-10px;}
.logo-hading img { max-height:70px; display:block; }


@media (max-width: 1200px) {
    .box2 > .text {
        height:182px;
    }
    .category-wrap {
        left:0px;
        right:0px;
    }
    .footer-strip .row > div {
        width:48%;
        margin-bottom:5px;
    }    
    .searchbox .control-label {
        padding-right:2px;
        font-size:14px;
    }
    nav.nav {
        left:-15px;
    }

}
@media (max-width: 996px) {
    nav.nav {
        left:-2px;
    }
    .top-body-wrap {
        height:auto;
    }

    .footer-strip {font-size:14px;
    }
    .logowrap {
        margin-left:0px;
    }    
    .header .container {
        padding-left:15px;
        padding-right:15px;
    }
    .Searchwrap, .category-wrap {
        position: relative;
        bottom:auto;
        margin-bottom:20px;
    } 
    .Searchwrap [type=checkbox] + span {
        margin-right:5px;
    }
    .Searchwrap label {
        font-size: 15px;
    }
    .Searchwrap label:last-child {
        margin-right:-5px;
    }
    .searchbox .form-control {
        margin-bottom:10px;
    }
    .cate-title, .categories{border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0; -moz-border-radius:0 0 0 0; -ms-border-radius:0 0 0 0; -o-border-radius:0 0 0 0;}
    /*.categories {
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-animationms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
    }*/
    body {
        padding-top:0px;
    }
    .top-contact {
        position:relative;
        top:70px;
        right:0;
        z-index:99;
        font-size:14px;
        margin:0 auto;
        float:none;
        display:block;
        text-align:center;
    }
    .quotelink-wrap {
        z-index:99999;
        right:17px;
        top:21px;
    }
    .table thead {
        font-size:14px;
    }
    footer {
        text-align:center
    }
    footer table {
        display:inline-block;
    }
    footer > .container > .row > div {
        margin-bottom:30px
    }
    .center-text-sm {
        text-align:center!important;
    }
    .content-section {
        margin-bottom:0px;
    }
    .content-section + footer {
        position:relative;
        bottom:initial;
        right:initial;
        left:initial;
    }
    .text-right-md {
        text-align:center;
    }
    .doc-list li {
        min-height:initial!important;
        margin-left:0 !important;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }
    .topheader {
        margin-bottom:68px;
    }
    .header {
        padding-bottom: 0;
        min-height:initial;
    }
    .top-contact {
        position: relative;
        top: initial;
        right: initial;
        z-index: 99;
        margin-top: 0px;
        font-size: 14px;
    }

    footer .row > div.col-sm-6 {
        margin-bottom: 10px;
    }

    .slinkwrap b {
        display: block;
        text-align: center;
    }
    .Searchwrap, .category-wrap {
        margin-top:5px;
    }
    .padding-left-0 {
        padding-left: 15px!important;
    }

    .padding-right-0 {
        padding-right: 15px!important;
    }

    .pull-right {
        float: right!important;
    }

    .top-contact, .top-contact span {
        text-align: center;
        margin-bottom: 5px;
        display: block;
        font-size: 12px;
    }

    .footer-strip .row > div {
        width: 98%;
        text-align: center;
    }

    .center-text-xs {
        text-align: center!important;
    }

    .payoption img {
        margin: 5px 5px 10px;
    }

    .cate-title a .fa {
        margin-left:-5px;
        margin-right:10px;
    }
    .footernav {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        /*column-count: 1\0/IE8+9;
        -webkit-column-count: 1\0/IE8+9;
        -moz-column-count: 1\0/IE8+9;
        -ms-column-count: 1\0/IE8+9;
        -o-column-count: 1\0/IE8+9;*/
    }
    /*.footernav li{
    width:50%\0/IE8+9;
    float:left\0/IE8+9;
}*/
    .quotelink-wrap {
        position: relative;
        width: auto;
        text-align: center;
        top: auto;
        z-index: 999;
        right: auto;
        top: auto;
        margin:-10px -10px 1px;
        /*margin-top: -10px;*/
    }
    .quotelink-wrap a{
        width:33.333%;
    }
    .Searchwrap label {
        font-size: 14px;
    }

    .doc-list li span {
        width: 100%;
    }

}
label.error{
    color:red;
}
@media (max-width:530px) {
    .quotelink-wrap a:first-child { border-radius: 0px 0 0; -webkit-border-radius: 0 0 0 0;-moz-border-radius: 0 0 0 0;-ms-border-radius: 0 0 0 0;-o-border-radius: 0 0 0 0;}
    .quotelink-wrap a:last-child { border-radius: 0px 0 0; -webkit-border-radius: 0 0 0 0;-moz-border-radius: 0 0 0 0;-ms-border-radius: 0 0 0 0;-o-border-radius: 0 0 0 0;}
    .quotelink-wrap a{ width:100%; }
    .top-contact { border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;-moz-border-radius: 0 0 0 0;-ms-border-radius: 0 0 0 0;-o-border-radius: 0 0 0 0;}
}


/*################################# CD-TAB ###########################################*/

.cd-tabs {
    position: relative;
    margin: 5px auto 20px;
}
.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
    display: none;
}
.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }
    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        /*height: 100%;*/
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}
@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}
.cd-tabs-content li {
    border:solid 1px #282B8A;
}
.cd-tabs-navigation {
    width: 482px;
    border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    -ms-border-radius:15px 15px 0 0;
    -o-border-radius:15px 15px 0 0;
    overflow:hidden;
    border:solid 1px #282B8A;
    border-bottom:none; 
    background-color:#282B8A;
}
.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs-navigation li {
    float: left;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;
    width: 120px;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-weight: 700;
    color: #fff;
    padding-top: 15px;
}
.no-touch .cd-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
    background-color: #ffffff !important;
    /*box-shadow: inset 0 2px 0 #282B8A;*/
    color: #282B8A;
}
.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/vicons.svg");
    background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
    background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
    background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
    background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
    background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
    background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
    background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
    background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
    background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
    background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
    background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
    background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
    background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
        /* move the nav to the left on medium sized devices */
        width: 110px;
        float: left;
        border-radius:15px 0 0 15px;
        -webkit-border-radius:15px 0 0 15px;
        -moz-border-radius:15px 0 0 15px;
        -ms-border-radius:15pxx 0 0 15p;
        -o-border-radius:15px 0 0 15px;
        padding-bottom:1px;
    }
    .cd-tabs-navigation li {
        float:none;
    }
    .cd-tabs-navigation a {
        height: auto;
        width: auto;
        padding-top: 20px;
        padding-bottom:20px;
    }
    /*.cd-tabs-navigation a.selected {
      box-shadow: inset 2px 0 0 #282B8A;
    }*/
    .cd-tabs-navigation a::before {
        top: 22px;
    }
}
@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        /* tabbed on top on big devices */
        width: 100%;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
        border-radius:15px 15px 0 0;
        -webkit-border-radius:15px 15px 0 0;
        -moz-border-radius:15px 15px 0 0;
        -ms-border-radius:15px 15px 0 0;
        -o-border-radius:15px 15px 0 0;
        padding-bottom:0px;
    }
    .cd-tabs-navigation li {
        float:left;
        width:25%;
    }
    .cd-tabs-navigation a {
        height:60px;
        width: auto;
        text-align: left;
        font-size: 14px;
        padding: 15px 15px 15px 15px;
        text-align:center;
    }
    /*.cd-tabs-navigation a.selected {
      box-shadow: inset 0 2px 0 #282B8A;
    }*/
    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
}

.cd-tabs-content {
    background: #ffffff;
}
.cd-tabs-content li {
    display: none;
    padding: 20px;
}
.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
    /*.cd-tabs-content {
      min-height: 480px;
    }*/
    .cd-tabs-content > li {
        padding: 15px 20px;
        margin-left:110px;
        border:solid 1px #282B8A;
        min-height:300px;
    }
}
@media only screen and (min-width: 960px) {
    .cd-tabs-content {
        min-height: 0;
    }
    .cd-tabs-content li {
        padding:5px 20px 15px;
        margin-left:0px;
        min-height:initial;
    }
    .cd-tabs-content li p {
        font-size: 16px;
    }
    .cd-tabs-content li {
        border-top:none;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes cd-fade-in {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


/*############### END ############# CD-TAB ###########################################*/
/*----------------------------PR-LIst------------------------*/
.pr-list {
    width:100%;
    position:relative;
    display:block;
    column-count:3;
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    column-gap:0px;
    -webkit-column-gap:0px;
    -moz-column-gap:0px;
    -ms-column-gap:0px;
    -o-column-gap:0px;
    padding:0;
    overflow:visible;
    margin-bottom:20px;
}
.pr-item {
    column-break-inside:avoid;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    background-color:#fff;
    display:inline-block;
    width:100%;
}
.pr-item > span {
    /*display:block;
    padding:10px 7px 5px;
    background-color:#eee;
    color:#282B8A;
    font-size:12px;
    border:solid 1px #ccc;
    //border-bottom:none;
font-weight: bold;*/
display: block;
    padding: 10px 7px 5px;
    background-color: #eee;
    color: #282B8A;
    font-size: 12px;
    border: solid 1px #ccc;
    /* border-bottom: none; */
    font-weight: bold;
}
.pr-item > span > i {
    color:#000;
    font-size:24px;
    display:inline-block;
    margin-right:5px;
}
.pr-item ul {
    padding: 10px 0;
    margin: 0px;
    display:block;
    border:solid 1px #ccc;
}
.pr-item ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;
}
.pr-item ul li a {
    background-position: 10px 7px;
    display: block;
    padding: 4px 15px 4px 30px;
    margin: 0px;
    background-image: url('../images/bullet-bg2.png');
    background-repeat: no-repeat;
}
.pr-item ul li a:hover, .pr-item ul li a:focus, .pr-item ul li a:active {
    background-color:#282B8A;
    color:#fff;
}
@media (max-width:992px) {
    .pr-list {
        column-count:2;
        -webkit-column-count:2;
        -moz-column-count:2;
        -ms-column-count:2;
        -o-column-count:2;
    }
}
@media (max-width:630px) {
    .pr-list {
        column-count:1;
        -webkit-column-count:1;
        -moz-column-count:1;
        -ms-column-count:1;
        -o-column-count:1;
    }
}
/*------------- END----------PR-LIst------------------------*/
.contact-wrap {
    line-height: 21px;
}
.map {
    padding:5px;
    border:solid 1px #ccc;
    width:100%;
    height:300px;
}

.lr-controls {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 99;
}

.lr-controls i {
    color: rgba(40, 43, 138, 0.7);
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px;
    font-size:20px;
}
.lr-controls i:hover {
    color: #282B8A;
}
.view-news-btn {
    margin:5px 0px;
    display:block;
    float:right;
}
.news-ticker {
    overflow: hidden; 
}

.news-ticker li {
    height:75px;
    display: block;
    padding:10px 0px;
    border-bottom:solid 1px #ccc;
}

.news-ticker li a {
    height: 55px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.news-ticker li a:hover {
    color: #282B8A;
}

.marginbottom20{
    margin-bottom: 20px;
}

.step2{
    display: none;
}
/*.billingAddress{
    display: none;
}*/
/*.HeadquartersAddress{
    display: none;
}*/
.ponumber{
    display: none;
}
.Partnumber{
    display: none;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
body.loading_wait .modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading_wait {
    /*overflow: hidden;*/   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading_wait .modal {
    display: block;
}
input[type="radio"], input[type="checkbox"]{
      margin: 4px 4px 0;
}
label.error {
    display: none;
}
.col-md-12 li {
  list-style: decimal;
  /*margin-left: 30px;*/
}
.col-md-12 h2, .col-md-12 h3, .col-md-12 h4{
  margin-top: 15px;
}
.c_lists li {
/*  margin-bottom: 20px;
  border-bottom: 1px solid #282B8A;
  list-style: decimal;*/
}
.c_lists{
    margin-left: 10px;
}
.cart_count{
    background: #ff0000;
    border-radius: 13px;
    /*width: 30px;*/
    color: #fff;
    float: right;
    padding: 1px 3px 0 3px;
    text-align: center;
    height: 18px;
    font-size: 14px;
}
.hidden-sm .ajax-loader{
    display: none !important;
}
.heading-2 img {
    max-height: 70px;
}
ul.double{
  width:760px;
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
}
#double li{
  line-height:1.5em;
  border-bottom:1px solid #ccc;
  float:left;
  display:inline;
}
#double li  { width:50%;}

.btn-update{
   // float:right;
}

.ui-autocomplete, .ui-widget-content{
   max-height: 400px !important;
   overflow-y: auto; 
   overflow-x: no-display;
}

.col-md-12  ul, .col-md-7 ul{
    padding: 0 0 0 10px;
    margin: 10px;
}

ul#double, #timelineFilter ul{
    padding: 0;
    margin: 0;
}
.form-horizontal .form-group{margin:15px 0px;}
.form-horizontal .form-group{margin-left:0;margin-right:0;} 
@media only screen and (max-width: 360px) {
	.input-group .form-control{font-size:11px;}
        a#checkout-user{margin-top:10px;}
}
@media only screen and (max-width: 640px) {
	section.module{margin-top:60px;}
	.hidden-xs {
		display: none !important;
	}
}
@media(min-width: 600px) and (max-width: 640px) {
	.quotelink-wrap a{margin-top:25px;width:22%;}
}
@media only screen and (max-width: 980px) {
	.dropdown-menu > li > a{color:#333333!important;}
}
@media only screen and (max-width: 480px) {
	#double li{width:100%;}
}
/* Liquidation css stuffs */
.liquid-supp {
    border-top: solid 3px #282B8A;
    margin-top: 10px;
}
.part-details {
    border-bottom: none !important;
}
.special-discount {
    background: #FD7505!important;
    color: #000;
    font-weight: bolder;
}
.lqd-state {
    margin: 10px 0px 10px;
	font-size: 16px;
}
.lqd-state input {
    width: 50%;
}
.padding-left-right-top-10 {
	margin-top: 10px;
}

.liq-list-group{
	background: #FD7505!important;
    float: left;
    width: 100%;
    border: 3px outset;
}