*
{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.section-header-search
{
    padding: 30px 0px;
}

.search-box
{
    padding: 0px;
}


.wcs-img-pull-left
{
  float: left !important;
  margin: 0px 10px 10px 0px;
}
.wcs-img-pull-right
{
  float: right !important;
  margin-left: 0px 0px 10px 10px;
}


.body-row
{
}

a
{
    font-size: 16px;
}


.navbar-inverse .navbar-nav > li > a
{
    color: #ffffff;
}

.section-home1
{
    background-color: #d3d9ed;
}

.section-home2
{
    background-color: #ffffff;
}

.section-footer1
{
    background-color: #000000;
    color: #999999;
}

.section-footer2
{
    background-color: #0a466f;
    color: #ffffff;
}

a.section-footer2
{
	color: #ffffff;
}


.btn-search
{
    background-color: #30a1f2;
    color: #ffffff;
}
.btn-search:hover
{
    background-color: #30a1f2;
    color: #ffffff;
}

.section-body
{
    background-color: #ffffff;
}

.section-footer
{
    color: #ffffff;
    background-color: #aaaaaa;

}

.pagetitle
{
    color: #000000;
}


.horsepower
{
    display: none;
}



a.newslink
{
    font-weight: bold;
}



.store-side-menu
{
    padding: 0;
}

.store-side-menu-list-group
{
    margin-bottom: 0px;
}

.store-side-menu-list-group-item
{
    padding: 5px 15px;
}

.store-side-menu-list-group-item:first-child
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.store-nophoto
{
    font-size: 150px;
    color:#eeeeee;
}
.store-nophoto-details
{
    font-size: 450px;
    color:#eeeeee;
}
.store-list-photo-box
{
    text-align: center;
    height: 173px;
}


.store-nophoto-home
{
    color:#eeeeee;
}

.store-form-field-error
{
    background-color:#ff0000;
    color:#ffffff;
    padding: 0px 5px;
}
.store-form-field-default
{
    color:#000000;
}


.cart-row
{
}


.thumbnail a > img.store-list-photo
{
    max-height: 173px;
}


.mega-menu-full-width.dropdown
{
    position: static;
}
.mega-menu-full-width.dropdown > .dropdown-menu
{
    left: 0;
    right: 0;
    padding: 20px 0px;
}
.mega-menu-full-width.dropdown > .dropdown-menu > li > a
{
}

.mega-menu > li > ul
{
    padding: 0px;
    margin: 0px;
}
.mega-menu > li > ul > li
{
    list-style: none;

}
.mega-menu > li > ul > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #000000;
}
.mega-menu > li ul > li > a:hover,
.mega-menu > li ul > li > a:focus
{

  text-decoration: none;
  color: #000000;
  background-color: #f5f5f5;

}

.store-details-photo
{
    display: block;
    width: auto;
    min-height: 400px;
    max-height: 600px;
}







.lSSlideWrapper
{
    overflow: hidden;
    max-height: 450px;
}

.store-new
{
    position: absolute;
    top: 2px;
    left: 20px;
}

.store-panel-title
{
    font-weight: bold;
}
.store-panel-title-addr
{
    font-weight: bold;
    font-size: 22px;
}

.breadcrumb {background: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; display: block;}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\276F\00a0";}

.store-side-panel > .panel-default > .panel-heading
{
    background-color: #f2eee7;
}

.store-section
{
    margin-top: 0px;
}

div.lg-thumb.group
{
    margin-left: auto;
    margin-right: auto;
}

.help-block
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.details-btn
{
    text-align: center;
}






.carousel
{
    height: 60%;
}


 .item, .carousel-inner
{
    height: 100%;
}


.fill
{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




 .wcssi
 {
     border-radius: 0%;
     font-size: 28px;
     height: 38px;
     line-height: 40px;
     /* margin: 1px; */
     text-align: center;
     width: 40px;

 }
 .wcssi-facebook
 {
     color: #ffffff;
     background: #3b5998;
 }
 .wcssi-linkedin
 {
     color: #ffffff;
     background: #0077b5;
 }
 .wcssi-twitter
 {
     color: #ffffff;
     background: #1da1f2;
 }
 .wcssi-googleplus
 {
     color: #ffffff;
     background: #dc4e41;
 }
 .wcssi-pinterest
 {
     color: #ffffff;
     background: #cb2027;
 }
 .wcssi-youtube
 {
     color: #ffffff;
     background: #e62117;
 }




 div.wrapper{
 	float:left; /* important */
 	position:relative; /* important(so we can absolutely position the description div */
 }
 div.description{
 	position:absolute; /* absolute position (so we can position it where we want)*/
 	bottom:0px; /* position will be on bottom */
 	left:0px;
 	width:100%;
 	/* styling bellow */
 	background-color:black;
 	font-size:15px;
 	color:white;
 	opacity:0.6; /* transparency */
 	filter:alpha(opacity=60); /* IE transparency */
 }
 p.description_content{
 	padding:10px;
 	margin:0px;
 }
