/*=================================================== 
	Styles for large screens
  =================================================== */
		
	body{
		background: #FFF;
	}
	/*Animate media querys*/
	header,
	h1,
	h2,
	div{
		/* Animation Style 01 */
		/* 
		 -webkit-transition: all .5s linear;
		  -moz-transition: all .5s linear;
		  -o-transition: all .5s linear;
		  transition: all .5s linear;
		*/		
		
		/* Animation Style 02 */
		/*
		 -webkit-transition:all 700ms cubic-bezier(.4,.1,.4,1) 200ms;
		  -moz-transition:all 700ms cubic-bezier(.4,.1,.4,1) 200ms;
		  -o-transition:all 700ms cubic-bezier(.4,.1,.4,1) 200ms;
		  transition:all 700ms cubic-bezier(.4,.1,.4,1) 200ms 
		*/
	}
	.respic{
		max-width:100%;
		min-width:100%;
		width:100%;
		height:auto;
		}    
	.nomargin{
		margin:0 !important;
		}
	.nomargin-left{
		margin-left:0 !important;
		}
	.nomargin-right{
		margin-right:0 !important;
		}
	.nomargin-top{
		margin-top:0 !important;
		}
	.nomargin-bottom{
		margin-bottom:0 !important;
		}
	 .center-text{
		 text-align:center;
		 }

	

/*=================================================== 
	002 - Specific structure (website elements)
  =================================================== */
		
	/*Header slickNav*/
	
	header{
		padding-top:35px;
		position:relative;
		}
	#nav-wrapper{
		float:right;
		}
	ul#nav{
		margin-top: 25px;
	}
	h1.logo{
		float:left;
		margin:0 0 30px 0;
		}		
	#social-icons{
		text-align: right;
		}	
	#social-icons li{
		margin-left:5px;
		list-style-type:none;
		display: inline-block;
		}
			
	/*Contact form*/
	#response{
		display: none;
		font-weight: bold;
	}
	#contactForm textarea{
		margin-bottom: 15px;
	}
	#contactForm label.error{
		color: #FF8083;
		font-size: .8em;
		margin-top:-12px;
	}
		  
	/*Single Footer*/	
	footer{
		background: #000;
		color:#FFF;
		margin-top: 70px;
		}
	.footer-content{
		padding: 40px 0;
	}
	footer .container{
		background:#000;
	}



.sf-menu{
	float: right !important;
}
#stufflist-button{
	margin-top: -5px;
}

.social-footer{
	margin-top: 40px;
	color: #FFF;
	display: block;
}
.social-footer:hover{
	color: #FFF;
}

.bottom-text, .bottom-text a, .bottom-text a:hover{
	color: #ED1E79;
}
.bottom-text h3{
	color: #ED1E79;
}
.bottom-text ul#menu-bottom{
	color: #ED1E79;
	padding-left: 0px;
}
.bottom-text ul#menu-bottom li{
	list-style-type: none;
}
.full-line{
	width: 100%;
	height: 1px;
	background: #ED1E79;
}

.blist.butonier:hover{
	text-decoration: none;
	color: #ed1e79;
}
.colorbullet{
	border-radius: 20px;
}
.colorbullet.picked{
	border: 2px solid #FFF;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
}
#barmenu li a{
	text-decoration: none !important;
}
.subcat.active{
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}

#nav li, #nav li a, #barmenu li, #barmenu li a{
	font-family: 'camptonlight_demo';
	font-size: .95em;
}
h1 span, h2 span, h3 span, h4 span{
	font-family: 'camptonlight_demo';
}



h1,h2,h3,h4{
	font-family: 'camptonbold_demo';
}

p, body{
	font-family: 'source_sans_prosemibold';
}