/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*Global styles*/

.m-20{
	margin-top: 20px;
}

.m-bottom-50{
	margin-bottom: 50px;
}

.banner{
	margin: 50px 0;
}

.navbar-brand{
	margin-top: -25px;
}

.navbar-noscroll{
	padding: 15px 0;
	background-color: #f5f5f5 !important;
	border-bottom: 2px solid #cbcbcb !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
}

.navbar-default{
	background-color:rgba(255,255,255,.8);
	border-bottom:1px solid #bebebe;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #444;
	background: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #444;
}

.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	font-weight: 500;
}


#wrapper{
	margin-top: 100px;
	padding: 50px 0;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}


.dotted-effect{
	position: relative;
}

.dotted-effect::before{
	position: absolute;
	top: 80%;
	left: 50%;
	content: '\2022';
	font-size: 1.2em;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	color: #444;
	text-shadow: 20px 0 #444, -20px 0 #444;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;	
	transition:.3s;
}

.dotted-effect:hover::before{
	text-shadow: 30px 0 #444, -30px 0 #444;
}
/*end of global styles*/



/*===================*/
/*=== Main Styles ===*/
/*===================*/
body ,html{
	font:14px/1.6 'Raleway', sans-serif, Tahoma;
	color:#333;
	/*background:url(../images/pattern.png);*/
	margin: 0;
	padding: 0;

}



a, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.slider-wrapper { 
	width: 80%; 
	margin: 50px auto;
}


.product-nav{
	visibility: hidden;
}

.product-display figure{
	position: relative;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
}

.product-display figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	height: 35%;
	line-height: 3.5em;
	letter-spacing: 2px;
	text-align: center;
	background: rgba(255,255,255,.5);
	text-transform: uppercase;
	font-size: 1.4em;
}





/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.nav-list-holder{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-list-holder li + li{
/*	margin-top: 10px;
*/}

.nav-list-holder a{
	position: relative;
	left: 15px;
	background: #fff;
	padding: 5px 0;
	display: block;
	width: 100%;
	text-align: center;
	/*background: #eee;*/
	border-bottom: 1px solid #cccaca;
	z-index: 999;
}

.tab{
	display: none;
}

.displayed{
	display: block;
}

.nav-list-holder a.active{
	font-weight: 900;
	position: relative;
	left: 16px;
	transition:position 3s;
}

#gallery{
	text-align: center;
}

#gallery img{
	margin: 10px;
	border: 1px solid #eee;
}

.product-type-header{
	margin: 0;
	margin-bottom: 10px;
	/*text-align: center;*/
}

.product-type-title{
	font-weight: 200;
	font-size: 2em;
	text-transform: uppercase;
/*	margin-top: 50px;
	margin-bottom: 20px;
*/	letter-spacing: 2px;
	text-align: center;
}

.link-pointer{
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:5px 5px;
	letter-spacing:1.2px;
}