/*PROMOTION SLIDER*/

div.promotion-slider {
	background:#19336a;
}
div.promotion-slider > .row {
	max-width:100%;
}

#aboutUsPanel ul.button-group {
    position: relative;
    top:-30px;
    margin:0px 15px;
    width: 300px;
    padding-left: 8px;
}
#aboutUsPanel .panel {
    padding: 0;
    background: white;
    font-size: 0.9em;
}
#aboutUsPanel .panel ul, #aboutUsPanel .panel ul li {
    min-height:170px;
    height: 100%;
}
#aboutUsPanel h5 {
    padding-top: 5px;
    margin-top: 0;
}
#aboutUsPanel .panel li#AboutUsPanel {
    background: white url(/cart/images/womenlight.jpg) no-repeat bottom left;
    background-size: contain;
    padding:0.9375em;
    padding-left: 200px;

}
#aboutUsPanel .panel li h4 {
    margin:0px;
}
#aboutUsPanel .panel li#ShippingPanel {
    padding:0.9375em;
    background: white url(/cart/images/shippingReturnLight.jpg) no-repeat left bottom;
    background-size: contain;
    padding-left: 200px;
}

div.quickContacts ul, div.quickGlasses {
    padding: 0 .9385em;
}
div.quickGlasses ul li {
    padding: 0 5px 3px;
}
div.quickContacts ul li a img {
    width: 20px;
    height: 20px;
    opacity: .6;
    margin-right: 10px;
}
div.quickContacts ul li a:hover img {
    opacity: 1;
}
div.quickGlasses a.button.expand.secondary {
    margin: 10px 0;
    margin-bottom:0px;
}

/*Google Reviews*/
#googleHorizontal{
	font-size: small;
}
#review_author {
	font-size: x-small;
}
#review {
	min-height: 70px;
	font-size: x-small;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  /*height:400px;*/
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

div.promotion-slider .rslides li {
  overflow: hidden;
  text-align: center;
}
div.promotion-slider .rslides img {
  display: block;
  position:absolute;
  max-width: none;
  margin-left: -1000px;
  left:50%;
  width:auto;
  height:100%;
}

/*CONTENT AREA*/

div.returnsPage.row {
  padding:50px 20px;
  min-height: 350px
}
div.returnsPage img {
  display:block;
  margin:0 auto;
}
div.returnsPage h3 {
  color:white;
}
div.returns {
  background:#d65234;
  color:white !important;
}
div.row.featured h5 {
	color:dimgray;
	text-transform: uppercase;
}
div.row.featured h5 img {
	vertical-align: top;
	margin:2px 5px 5px 5px;
}
div.row.featured {
	border-bottom:1px solid whitesmoke;
	margin-bottom:20px;
}
div.special-items div.panel {
  background:white;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
div.special-items div.panel:hover {
  background-color:white;
  z-index:20;
  -moz-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-box-shadow:  0px 8px 8px 0px rgba(84, 84, 84, 0.2);
  box-shadow:  0px 8px 8px 0px rgba(84, 84, 84, 0.2);
}

div.special-items div.main-details {
  border-bottom:1px solid gainsboro;
  padding-bottom:5px;
  margin-bottom:5px;
}
div.special-items div.main-details p {
  margin:0;
}
div.special-items div.box-image {
  min-height:100px;
}
div.special-items img {
  height:100px;
  width:auto;
  display:block;
  margin:0 auto;
}
div.special-items p.prodDesc {
  font-size:0.7em;
}

@media screen and (max-width:480px) {
  .rslides li {

    height:130px;
  }
  div.promotion-slider .rslides img {
    display: block;
    position:relative;
    max-width: none;
    margin-left: 0px;
    left:-40%;
    width:auto;
    height:100%;
  }
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}
.rslides {
    margin: 0 auto
}
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px
}
.rslides_nav.rslides_nav.prev,
.rslides_nav.rslides_nav.next {
    display: block;
    position: absolute;
    top: 32%;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    z-index: 300;
    opacity: .1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
.rslides_container:hover .rslides_nav.prev,
.rslides_container:hover .rslides_nav.next {
    opacity: 1
}
.rslides_nav.rslides_nav.next {
    right: 0;
    background: url(/cart/images/next.svg)
}
.rslides_nav.rslides_nav.prev {
    left: 0;
    background: url(/cart/images/previous.svg)
}
ul.rslides_tabs:not(.button-group) {
    list-style-type: none;
    position: absolute;
    bottom: -45px;
    width: 100px;
    left: 48%;
    z-index: 350;
    display: inline
}
ul.rslides_tabs:not(.button-group) li {
    display: inline-block
}
ul.rslides_tabs:not(.button-group) li a {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    background: url(/cart/images/rslidesTab.svg) no-repeat center
}
ul.rslides_tabs:not(.button-group) li.rslides_here a {
    background: url(/cart/images/rslidesTabHere.svg) no-repeat center
}
ul.rslides_tabs:not(.button-group) {
    display: none
}
ul.rslides1_tabs:not(.button-group) {
    display: block
}