*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html, body{
	height: 100%;
	font-family: 'Raleway', sans-serif;
	color: #0b0b0b;
	font-size: 15px;
	line-height: 22px;
}

body{
	background: #1f0818 url('../images/site_bg.jpg') fixed repeat;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #0b0b0b;
}

h1{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2em;
}

h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.button{
	padding: 8px;
	background-color: #7c1f65;
	margin-bottom: 10px;
	min-width: 225px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

.button:hover{
	background-color: #a22984;
}

#fancybox-close{
	right: -30px !important;
}

#page_wrapper{
	width: 1000px;
	min-height: 100%;
	background-color: #fbfbfb;
	margin: auto;
}

#header{
	position: relative;
}

#logo_bar{
	width: 100%;
	background: #fff5e3 url('../images/flowers_header.png') no-repeat right top;
	position: relative;
}

#logo_bar .fb-like{
	position: absolute;
	right: 70px;
	top: 75px;
}

#logo{
	padding: 10px;
	padding-left: 30px;
}

#slider_navigation{
	z-index: 10;
	list-style-type: none;
	position: absolute;
	margin-bottom: -35px;
	text-align: right;
	right: 0px;
}

@media (min-width: 1100px) {
	#slider_navigation{
		right: -30px;
	}
}

#slider_navigation li{
	margin-top: 6px;
}

#slider_navigation li .karma_stern{
	height: 15px;
	margin-left: -5px;
	margin-right: 5px;
}

#slider_navigation li a{
	background-color: #f5dbc2;
	min-width: 175px;
	display: inline-block;
	text-align: center;
	padding: 5px 18px;
	color: #530537;
	text-transform: uppercase;
	font-weight: normal;
}

#slider_navigation li a:hover{
	background-color: #E5CDB7;
}

#header_slider{
	z-index: 9;
}

#header_slider .bx-wrapper{
	margin: 0px;
}

#header_slider .bx-wrapper .bx-viewport {
	border: 0px;
	box-shadow: 0px 0px 0px;
	left: 0px;
}

#header_slider .bxslider{
	margin: 0px;
}

#navigation{
	z-index: 10;
	list-style-type: none;
	position: absolute;
	margin-top: -35px;
	right: 0px;
}

#navigation li{
	float: left;
	margin-right: 10px;
}

#navigation li a{
	background-color: #ee362c;
	height: 35px;
	min-width: 150px;
	display: inline-block;
	text-align: center;
	padding: 8px;
	color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
}

#navigation li a:hover{
	background-color: #C93028;
}

#navigation li a.active{
	height: 43px;
	margin-top: -15px;
}

#content{
	padding: 40px;
	min-height: 500px;
}
#content .picture_sidebar_right{
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

#content .picture_sidebar_right img{
	width: 275px;
}

#footer{
	width: 100%;
	background-color: #000;
	text-align: right;
	padding: 10px;
	padding-right: 40px;
}

#footer a{
	color: #fff;
	text-transform: uppercase;
}

#menuBtn {
	display: none;
}

.videoContainer {
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	#page_wrapper {
		width: 100%;
	}	
}

@media only screen and (max-width: 825px) {
	#navigation li a {
		min-width: 115px;
	}
}

@media only screen and (max-width: 655px) {
	#content .picture_sidebar_right {
		float: none;
		margin-left: 0;
		text-align: center;
	}

	#logo {
		padding: 5px;
		padding-left: 30px;
	}

	#logo img {
		height: 80px;
	}

	.fb-like {
		display: none !important;
	}

	#logo_bar {		
		background: rgb(255, 245, 227);
	}

	#menuBtn {
		display: block;
		text-indent: -9999px;
		float: right;
		background-image: url('../images/menu.png');
		height: 50px;
		width: 50px;
		background-repeat: no-repeat;
		margin-top: 30px;
	}

	#navigation {
		display: none;
		left: 0;
		right: 0;
		top: 95px;
		margin-top: 0;
		z-index: 10000;
	}

	#navigation li {
		float: none;
		width: 100%;		
	}

	#navigation li a {
		width: 100%;
		border-bottom: 1px solid #fff;
		height: 43px;
	   -webkit-border-radius: 0; 
	   border-radius: 0; 		
	}

	#navigation li a.active {
		margin-top: 0;
	}

	#slider_navigation {
	  display: block;
	  width: 100%;
	  text-align: center;
	  margin: 30px 0 0;
	}	

	.bx-wrapper img {
		min-width: 100%;
		max-width: none;
	  	height: 200px;
	}
}