@charset "UTF-8";
body {

    background-color:#e4f0ff;
    background-image: url(/images/lines-01.png);
    z-index: -1;
    background-position:center bottom -300px;
    background-repeat: no-repeat;
    overflow-x:hidden;

}
body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size:10pt;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: Gilroy, sans-serif;
    color: #888;
}

strong {
    font-size: 1rem;
    font-weight: 700;
}
.navbar {
    padding:0px;
}
.navbar-nav {
    width: 100%;
    flex-direction:row;
}
.show #mainnav {
    flex-direction:column;
}
.navbar-nav a {
    font-size: 10pt;
}
.dropdown {
    padding: 7px;
    font-size: 10pt;
}
.dropdown-menu {
    font-size: 12pt;
}
.dropdown-menu.show {
    padding: 10px;
}
.topmenu {
    margin-top:100px;
    float:right;
}
.topmenu li {
    list-style:none;
    float:left;
    font-weight:bold;
    font-size:12pt;
    color:#000;
    padding:0px 7px 0px 7px;
}
.topmenu li a{
    color:#000;
    font-size:12pt;
}
.topmenu li:not(:last-child) {
    border-right:3px solid #1488cc;
}

.topmenu li > a { display: block; position: relative; }
.topmenu li > a:before { content: ""; position: absolute; left: 0px; right: auto; bottom: 0; width: 0; background: #1a73c6; -webkit-transition: 800ms; transition: 800ms; height: 3px; }
.topmenu li > a:hover, .topmenu li > a.act { color: #1a73c6; text-decoration:none; }
.topmenu li > a:hover:before, .cuscats li > a.act:before { left: 0px; right: auto; width:100%; }

#topmenumob {
   padding:0px;
}
#topmenumob ul {
    margin-top:10px !important;
}
#topmenumob ul li,
#topmenumob ul li a {
    font-size:6pt !important;
}
#topmenumob ul li {
    padding:0px 3px 0px 3px;
}

#rfqerrdiv,
#texterri,
#rfqerrdiv2{
    font-weight: 700;
    color: #15a86a;
    font-size: 12pt;
}
.topnavigation {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}
.topnavigation div {
    font-size: 0.85rem;
    color: #000;
}
.divider {
    height: 1px;
    background: #a2a2a2;
}
.searchDiv {
    border: 2px solid #f33;
    background-color: #fff;
    height: 52px;
    width: 87%;
    float: left;
}
#header_search_keyword {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 5px;
}
#header_search_keyword:focus {
    border: none !important;
}
.education  {
    border-right: 1px solid #f2f3f7;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    text-align:center;
}
.topclass div img {
    transition: 1s ease;
    cursor:pointer;
}

.topclass div .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
     cursor:pointer;
}

.topclass div:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    cursor:pointer;
}

.topclass div .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%);
}

.topclass div .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.topclass div:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.topclass div:hover .ovrly {
    opacity: 1;
}

.topclass .col-6 {
     text-align:center;
     padding:0px;
}
.education2  {

    font-weight: 700;
    font-size: 1rem;
    color: #000;
    text-align:center;
}
.education3  {
    font-weight: 700;
    font-size: 9pt;
    color: #000;
    text-align:center;
    background-color:#fff;
    border-radius:50%;
    padding:10px;
    text-align:center;
    vertical-align:middle;
    
}
.education3:hover {
transform: scale(1.1);
cursor:pointer;
background-image: linear-gradient(to bottom, #ffff, #cbcbcb);

}
.education3 img {
    margin: auto;
    display: block;
}
    
    
.social {
    margin: 5px 0 15px;
}
.social li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    text-align:center;
}
.social li .fa {
    font-size:40px;
}

.sbtnbg {
    border: none;
    width: auto;
    background-image: url(/public/images/icons/EcomBRIwebicon_FIND.png);
    background-repeat: no-repeat;
    width: 63px;
    height: 52px;
    float: left;
}
.submit-js {
    width: 100%;
    height: 100%;
    background: 0 0;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #f33;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: left;
    max-height: 400px;
    overflow-x: hidden;
    background-color: #fff;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f33;
}
.whitebtn {
    display: inline-block;
    padding: 15px;
    height: 52px;
    border: 2px solid #f33;
    font-weight: 700;
    font-size: 0.9rem;
    background-color: #fff;
}
.icon-isCollect2 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-02.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.icon-unCollect2 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-01.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.bg {
    background-image: url(/public/images/BG.png);
    background-repeat: no-repeat;
    background-position: center top;
    border: none;
}
.cuscats {
    background-color: #fff;
    height: auto;
    text-align: left;
}
.cuscats .cathead,
.cuscats .cathead:hover {
    display: list-item;
    list-style: none;
    padding: 8px !important;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #2b32b2, #1488cc);
}
.rfqbtn {
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    border: none;
    background-image: linear-gradient(to right, #f33, #ff8a00);
    width: 100%;
    border-radius: 4px;
}
.cuscats li {
    display: list-item;
    list-style: none;
    font-weight: 700;
    font-size: 10pt;
    color: #383838;
    padding:7px !important;
    padding-left: 20px !important;
    text-align: left;
}
.cuscats li:hover {
    background-image: linear-gradient(to bottom, #ffff, #cbcbcb);
}

.cuscats li:not(:last-child) {
    border-bottom:1px solid #383838;
}

.cuscats li a{
        font-size: 10pt;
    color: #383838;
    text-decoration:none;
}
.homecont {
    margin-top: 20px;
}
.homecont2 {
    box-shadow: 12px 5px 10px #d0e5ff;
    background-color: #fff;
    margin-top: 0px;
}
.homecont3 {
    box-shadow: 12px 5px 10px #d0e5ff;
    background-color: #fff;
    padding: 10px;
}
.homecont3 .imagegall {
    margin: 0;
    padding: 0;
}

.insidecont {
    box-shadow: 12px 5px 10px #d0e5ff;
    background-color: #fff;
    margin-top: 0px;
    min-height:800px;
    padding:30px;
}
.topproducts {
    box-shadow: 12px 5px 10px #d0e5ff;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.tpdiv:not(:last-child) {
    border-right: 1px solid #f2f3f7;
}
.tpdiv {
    max-width: 20% !important;
    padding: 10px;
}
h1.sectionHeading {
    font-weight: bold;
    font-size:20pt;
    color: #1a73c6;
    margin-top: 10px;
    text-transform:uppercase;
}
h1.sectionHeading span {
    font-weight: bold;
    font-size:20pt;
    color: #000;
     text-transform:uppercase;
}
h2.sectionHeading {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
h2.sectionHeading span {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
h3 {
    font-weight: 700;
    font-size: 1rem;
    color: #3056fe;
}

.featureddiv {
    background-color: #fff;
    padding: 0px;
    margin: 5px;
    max-width: 23% !important;
    border-radius: 0.25rem !important;
}
.featured div a {
    font-size: 1rem;
}
.featuredbtns a {
    text-decoration: none;
}
.featuredbtns {
    border: none !important;
    text-align: center;
    margin-top: 10px;
}
.featuredbtnsa11 {
    background-image: url(/public/images/icons/EcomBRIwebicon_INQUIRENOW2.png);
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}
.featuredbtnsa1 {
    background-image: url(/public/images/icons/EcomBRIwebicon_INQUIRENOW.png);
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    padding-left: 45px;
    cursor: pointer;
}
.featuredbtnsa2 {
    border: none !important;
    background-image: url("/public/images/icons/Ecom BRI web icon-04.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
    padding: 15px;
    text-decoration: none;
}
.featuredbtnsa3 {
    border: none !important;
    background-image: url("/public/images/icons/Ecom BRI web icon-01.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
    padding: 15px;
    text-decoration: none;
}
.quotediv {
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 4px;
}
.rfqdiv {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.rfqinp1 {
    background-color: #3561fd;
    border: none;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 80%;
}
.rfqinp2 {
    background-color: #fff;
    border: 1px solid #3cba92;
    color: #000;
    padding: 5px;
    margin-left: 35px;
    margin-right: 0;
    width: 60%;
    float: left;
}
.rfqselect_list {
    width: 21%;
    background-image: linear-gradient(to bottom, #fd610c, #3cba92);
    padding: 7px;
    color: #fff;
    border: none;
    margin-right: 33px;
}
.rfqselect_list option {
    background-color: #f32656;
    padding: 7px;
    color: #fff;
}
.btn--secondary {
    margin-top: 10px;
    color: #fff !important;
    background-color: #292929;
    width: 80%;
}
.btn--primary {
    padding: 5px;
    color: #fff !important;
    background-image: linear-gradient(to right, #f33, #ff8a00);
}
.rfqcontainer {
    background-color: #ebebeb;
    padding: 10px;
}
.rfqcontainer {
    height: 280px;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 0;
    margin: 20px auto;
}
.rfqcontainer ul li {
    padding: 5px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}
.form-control {
    background-color: #f8f8f8;
}
.featuredshops {
    border: 2px solid #3cba92;
    margin: 2px;
    border-radius: 7px;
    padding: 5px;
    max-width: 23.9% !important;
   box-shadow: 5px 10px 10px #bbbbbb;
}
.feaproname {
    font-weight: 700;
    font-size: 1rem;
    color: #000;

}
.ftpro_name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #000;
}
.ftshops_name {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    display: inline-block;
    height: 40px;
}
.proimgdiv {
    padding: 10px;
}
.shopnowbtn {
    padding: 15px;
    color: #fff !important;
    background-color: none;
    margin-top: 20px;
    margin-left: -6px;
    display: block;
    background-image: url(/public/images/icons/EcomBRIwebicon_SHOPNOW.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    font-size: 1rem;
    margin-bottom: 10px;
    width: 92%;
    padding-right: 30px;
}
.shopnowbtn span {
    color: #fff !important;
}
.ftradeshowsul {
    list-style: none;
    display: table;
    width: 100%;
}
.ftradeshowsul li {
    width: 20%;
    text-align: center;
    background-color: #fff;
    display: table-cell;
    border-left: 1px solid #28b07e;
    border-top: 1px solid #28b07e;
    border-bottom: 1px solid #28b07e;
    cursor: pointer;
    opacity:0.5;
}
.ftradeshowsul li:last-child {
    border-right: 1px solid #28b07e;
}
.ftradeshowsul li.active,
.ftradeshowsul li:hover {
    border: 1px solid #ff591d !important;
    opacity: 1;
}
.ftradeshowsul li img {
    vertical-align: middle;
}
.nav-link:hover {
    text-decoration: underline;
    color:#FF6217 !important;
}
.newprolist {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ebecf0;
    padding: 5px;
    text-align: left;
    margin: 7px;
    max-width: 48%;
}
.starrr {
  display: inline-block; 
    
}
  .starrr a {
    font-size: 24px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; 
      
  }

.orangebtn, a.orangebtn:link, a.orangebtn:hover, a.orangebtn:active, a.orangebtn:visited {
    color: #fff!important;
    background-image: linear-gradient(to right,#f33,#ff8a00);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.greenbtn, a.greenbtn:link, a.greenbtn:hover, a.greenbtn:active, a.greenbtn:visited {
    color: #fff!important;
    background-image: linear-gradient(to bottom,#35b78b,#0ea463);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.bluebtn, a.bluebtn:link, a.bluebtn:hover, a.bluebtn:active, a.bluebtn:visited {
    color: #fff!important;
    background-image: linear-gradient(to right,#0145f7,#0091f7);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.footer {
    background-color: #fff;
    padding: 10px;
    color: #000;
    box-shadow: 12px 5px 10px #d0e5ff;
    margin-bottom: 10px;
}
.footer1 {
    background-image: linear-gradient(to bottom, #fe6605, #ef0f72);
    padding: 0;
    color: #fff;
    font-size: 2rem;
    margin-top: -30px;
    border-radius: 10px;
}
.footer2 {
    padding: 0px 40px;
    color: #000;
    text-align: center;
    font-size:11pt;
}
.ftradediv {
    border: 1px solid #000;
    padding: 5px;
    max-width: 24.5%;
}
.ftradespan {
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background-image: linear-gradient(to right, #3766fc, #ff8a00);
}
.ftrade2 {
    padding-top: 50px !important;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #f33, #ff8a00);
}
.ftradeimg img {
    height: 200px;
    width: 284px;
    opacity: 0.2;
    border: 2px solid #000;
}

.ftradeimg img:hover {
    opacity:0.7;
}

.trdbtn1,
.trdbtn1:active,
.trdbtn1:hover,
.trdbtn1:link,
.trdbtn1:visited {
    position: relative;
    top: 130px;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    display: block;
    width: 80%;
    left: 10%;
    padding: 15px;
    z-index: 1;
    background-image: linear-gradient(to right, #3ab990, #0da462);
}
.trdbtn2,
.trdbtn2:active,
.trdbtn2:hover,
.trdbtn2:link,
.trdbtn2:visited {
    position: relative;
    top: -120px;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    display: block;
    width: 80%;
    left: 10%;
    z-index: 1;
    padding: 15px;
    background-image: linear-gradient(to right, #ff8602, #ff3532);
}
#image-gallery1 li {
    box-shadow: 5px 10px 10px #bbbbbb;
    border: 2px solid #3cba92;
    margin: 0;
    border-radius: 7px;
    padding: 5px;
}
#image-gallery2 li {
    border: 2px solid #f33;
    margin: 0;
    border-radius: 20px;
    padding: 5px;
}
.imagegall img {
    border: 2px solid #3cba92;
    margin: 5px;
    padding: 0;
    border-radius: 7px;
}
.proimgdiv img {
    width: 150px;
    height: 150px;
}
.featureddiv .rounded {
    width: 60%;
    height: 60%;
}
/*@media (min-width: 768px) {
    .cathead,
    .cuscats li a {
        font-size:6pt !important;
    }
    .cuscats li {
        padding:0px !important;
        padding-left:5px !important;
    }
    .cuscats .cathead, .cuscats .cathead:hover {
        padding:5px !important;
    }
}
@media (max-width: 576px) {
    .cathead,
    .cuscats li a {
        font-size:9pt !important;
    }
}*/


@media (min-width: 992px) {
    .col-lg-3,
    .col-md-3{
        flex: 0 0 20%;
        max-width: 20%;
    }

}
@media (min-width: 768px) {
    .col-md-3{
        flex: 0 0 20%;
        max-width: 20%;
    }


}


@media screen and (min-width: 1600px) {
    .spaceli {
        padding-left: 25% !important;
    }
    .spacelii {
        padding-left: 15% !important;
    }
    .rfqrow .col-lg-6 {
        max-width: 42% !important;
        margin: 0 25px 0 25px;
    }
}
@media screen and (max-width: 600px) {
    .container-fluid {
        overflow: hidden;
    }
    .row {
        margin: 0;
    }
    .searchDiv {
        width: 77%;
    }
    #rfqtype {
        width: 50% !important;
    }
    .tpdiv .rounded {
        width: 100px;
        height: 100px;
    }
    .tpdiv {
        max-width: 50% !important;
    }
    .featuredshops {
        max-width: 46% !important;
    }
}
@media screen and (max-width: 767px) {
    .featureddiv {
        max-width: 47% !important;
    }
}
@media screen and (max-width: 389px) {
    .searchDiv {
        width: 64%;
    }
    h1.sectionHeading,
    h1.sectionHeading span {
        font-size: 1.5rem;
    }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > .active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
    float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.container .gallery a img {
    padding:5px;
margin:5px;
  border: 2px solid #1a73c6;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;

}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}

.iframecontent {
    width:100%;
    border:none;
    overflow:hidden;
    background-color:#fff;
    min-height:500px;
}