/* Home Adjustments */

.main-container {
    min-height: 180px;}

.alpha80 {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;}

.homemargin {margin-top:-20px !important;}

.parallax-image-1 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
		background-size: cover;
		background-image: url("../../images/mt-home2-parallax.png");
		background-repeat: no-repeat;
    /*background: transparent url("../../images/mt-home2-parallax.png") no-repeat fixed 0% 0% / cover; */
}

.links a {
    color: #337ab7;}
.links a:hover {
    color: #E74C3C;}

.search-full, .search-input {
    background: #fff none repeat scroll 0% 0%;
    color: #333;}

.product:hover .image a img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;}

.slider-custom {
    width: 100%;
    display: block;
    max-height: 540px;
    height: auto;
    overflow: hidden;
    position: relative;}

.calbutton3 {width: 85%; margin: 16px 0px 0px;}

.pager-custom span { font-size:50px; color:#fff; cursor:pointer; padding-right:5px; }
.pager-custom span.cycle-pager-active { color:#9DCDF5; }

@media (min-width: 1800px) {
    .slider-custom {max-height: 700px;}
}

/*  / Home Adjustments */

.innerimagesleft {
    float: left;
    padding: 0px 20px 4px 0px;
    max-width:260px;}

@media (max-width: 500px) {
    .innerimagesleft {float: none !important; padding-bottom: 10px; max-width: 100% !important;}
}