@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.fancybox-thumb {
	margin-bottom: 20px;
}
.fancybox-thumb img {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

/*-- swipbox css overlay --*/
.img-overlay-wrap {
	position:relative;
	margin-bottom:30px;
}
.img-overlay-wrap img {
	width: 100%;
}
.img-overlay-wrap img.img-thumbnail{
	background-color: #1c1c1c;
	border: 1px solid #333;
	border-radius: 0;
}
.img-overlay-wrap .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #FFF;
    color: #fd7800;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-overlay-wrap:hover .overlay {
    opacity: 0.6;
}
.img-overlay-wrap .overlay a:hover {
	color: red;
}
.img-overlay-wrap .img-overlay-inner {
    position: relative;
    background: transparent;
    opacity: .9;
    width: 100%;
	height: 100%;
    border-radius: 0;
    margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.img-overlay-wrap .img-overlay-inner h3 {
    margin: 10px 0;
    /*color: #499bea;*/
    font-weight: bold;
}

#swipebox-caption {
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
#swipebox-action {
	-ms-transform: translateY(-50px) !important;
	-webkit-transform: translateY(-50px) !important;
	transform: translateY(-50px) !important;
	bottom:-50px !important;
}


a.collapsed.magic-happens .fa-plus {
	display: block;
}
a.collapsed.magic-happens .fa-minus {
	display: none;
}
a.magic-happens .fa-plus {
	display: none;
}
a.magic-happens .fa-minus {
	display: block;
}

.panel {

}
.panel-default {
    
}
.panel-group .panel {
    
}
.panel-default>.panel-heading {

}
.panel-default>.panel-heading {

}
.panel-heading {

}
.panel-title {

}
.panel-body {

}
.panel-body p {

}

.select-box {
	margin-top: 15px;
	margin-bottom: 15px;
}

.select-box a {
	display: block;
    float: left;
    background-color: #f4f4f4;
	color: var(--header-color);
    padding: 15px;
	height: 465px;
	box-shadow: 1px 1px 5px #333, -1px -1px 5px #333;
}
.select-box a:hover {background-color: #4d4d4d; color: #fff;}
.select-box a:hover h3 {color: #fff;}
.select-box h3 {
	margin-top: 0;
}
.select-box p {
}
.select-box .image-box {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
}


.prod-menu-inner {
	height: 380px;
	width: 100%;
	padding: 15px;
	float:left;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border:2px solid var(--red);
	margin-top:15px;
	margin-bottom: 15px;
	background-color: #fff;
}
.prod-menu-inner img {
	max-height: 245px;
}
.prod-menu-inner h4 {
	margin-top: 15px;
	text-align: center;
}
.prod-menu-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	opacity: 0;
	transition: all ease 0.25s;
}
.prod-menu-inner:hover:before {
	opacity: 0.6;
}

.blog-post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: var(--red);
    border-color: var(--red);
}

.ajaxSearch_result {
	margin: 30px 0;
	padding-bottom:15px;
	border-bottom: 2px solid #eee;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}