@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
/*
@font-face {
    font-family: 'RobotoSlabThin';
    src: url('/css/fonts/RobotoSlab-Thin-webfont.eot');
    src: url('/css/fonts/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/RobotoSlab-Thin-webfont.woff') format('woff'),
         url('/css/fonts/RobotoSlab-Thin-webfont.ttf') format('truetype'),
         url('/css/fonts/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal; 
}
*/
/*
@font-face {
    font-family: 'RobotoSlab';
    src: url('/css/fonts/RobotoSlab-Regular-webfont.eot');
    src: url('/css/fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('/css/fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('/css/fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'RobotoSlabLight';
    src: url('/css/fonts/RobotoSlab-Light-webfont.eot');
    src: url('/css/fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('/css/fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('/css/fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'RobotoSlabBold';
    src: url('/css/fonts/RobotoSlab-Bold-webfont.eot');
    src: url('/css/fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('/css/fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('/css/fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #f1f1f1;	
/*	background: #fff url('/image/html_bg.jpg') center 0 repeat;*/
}

body {
	font-family: 'Nobile', sans-serif, arial, helvetica, verdana;
	line-height: 150%;
	height: 100%;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	font-family: 'Nobile', sans-serif;
	font-size: 36px;
	color: #40260c;
	margin-bottom: 20px;
}

h2 {
	/* RobotoSlabBold */
	font-family: 'Nobile', sans-serif;
	font-size: 20px;
	color: #40260c;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #40260c;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	color: #40260c;
	margin-bottom: 0px;
}

h5 {
}

h6 {
}

p{
	font-family: 'Nobile', sans-serif;
	color: #40260c;
	font-size: 12px;
	margin-bottom: 10px;
}

/* -- links -- */
a, a:link {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: underline;
}

a.site_btn {
	display: inline-block;
	background: #e18305;
	color: #fff;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
}

a.site_btn:hover {
	background: #f79d14;
	text-decoration: none !important;
}

#content a,
#content a:link,
#content a:visited {
	text-decoration: underline;
}

/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
}

@media all and (max-width: 680px) {
	#content img {
		max-width: 100%;
		height: auto !important;
	}
}

table {
	margin-bottom: 20px;
}

table th,
table td {
	border: 2px solid #40260c;
	padding: 5px 10px;
	text-align: left;
	font-size: 12px;
	font-family: 'Nobile', sans-serif;
	min-width: 200px;
}

table th {
	font-family: 'Nobile', sans-serif;
	background: #e18305;
}

table td {
	font-family: 'Nobile', sans-serif;
	background: #fadda4;
}

@media all and (max-width:680px) {
	table {
		width: 100%;
	}
	
	table th,
	table td {
		width: auto;
		min-width: 0;
	}
}

.hasPlaceholder {
	color: #777;
}

/* ------------------ /ELEMENTS CSS -------------------*/

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT BIG --------------------*/
/* ----------------------------------------------------*/

@media all and (min-width: 681px) {
	#wrap {
		margin: 0 auto;
		width: 1200px;
		height: auto;
	}
	
	header {
		width: 1200px;
		position: relative;
		height: 207px;
		background: url("/image/header_big.png") 0 0 no-repeat;
		z-index: 10;
	}

	#logo {
		position: absolute;
		top: 25px;
		left: 50px;
	}
}

/* ----------------------------------------------------*/
/* ------------------- LAYOUT SMALL -------------------*/
/* ----------------------------------------------------*/

@media all and (max-width: 680px) {
	#wrap {
		margin: 0 auto;
		height: auto;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	
	header {
		width: 100%;
		position: relative;
		height: 211px;
		/*height: 290px; */
		background: url("/image/header_sm.png") 0 0 repeat-x;
		z-index: 10;
	}

	#logo {
		position: absolute;
		/*height: 130px; */
		top: 17px;
		left: 5%;
	}

}


@media all and (min-width: 681px) {
	#searchform {
		position: absolute;
		top: 10px;
		left: 310px;
		width: 470px;
	}
		
		#searchfield {
			width: 200px;
			padding: 10px 30px 10px 20px;
			box-sizing: content-box;
		}
	
}

@media all and (max-width: 680px) {
	#searchform {
		position: absolute;
		top: 150px;
		left: 10px;
		width: calc(100% - 20px);
	}

		#searchfield {
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 10px 0 10px 90px;
		}
	
}

#magnifier {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#searchfield {
	position: absolute;
	z-index: 1;
	background: #F5F5F1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4c4c68;
	font-size: 13px;
	
	top: 10px;
	left: 0;
}

#social_links {
	position: absolute;
	right: 10px;
	top: 20px;
}

@media all and (min-width: 681px) {
	#social_links {
		
	}
}

@media all and (max-width: 680px) {
	#social_links {
		
	}
}

	#social_links li {
		float: left;
	}

	#social_links a,
	#social_links a:link,
	#social_links a:visited {
		width: 21px;
		height: 20px;
		display: block;
		text-indent: -9999px;
		background-image: url("/image/social_links.png");
		background-repeat: no-repeat;
		float: left;
		margin-left: 5px;
	}
	
	#social_links #google {
		background-position: 0 0;
	}
	
	#social_links #google:hover {
		background-position: 0 -20px;
	}
	
	#social_links #facebook {
		background-position: -21px 0;
	}
	
	#social_links #facebook:hover {
		background-position: -21px -20px;
	}

	#social_links #instagram {
		background-position: -42px 0;
	}
	
	#social_links #instagram:hover {
		background-position: -42px -20px;
	}
		

#search_btn {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 10px;
	background-image: url("/image/search_btn.png");
	background-repeat: no-repeat;
	background-position: center 15px;
	background-color: transparent;
	padding: 8px 235px;
	text-indent: -9999px;
	width: 10px;
}


@media all and (min-width: 681px) {
	#parents_login {
		position: absolute;
		top: 50px;
		right: 9px;
	}
	
}

@media all and (max-width: 680px) {
	#parents_login {
		position: absolute;
		top: 50px;
		right: 9px;
	}
	
}

#parents_login li {
	margin-right: 0 !important;
	font-family: 'Nobile', sans-serif;
}

.top_nav li {
	float: left;
	font-size: 14px;
	margin-right: 5px;
}

	.top_nav li a,
	.top_nav li a:link,
	.top_nav li a:visited {
		color: #fff;
		background: #00aeef;
		padding: 15px 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		float: left;
	}
	
	.top_nav li a:hover {
		text-decoration: none;
		background: #f7941e;
	}


@media all and (min-width: 681px) {
	
	#main_nav {
		position: absolute;
		top: 50px;
		left: 310px;
		font-family: 'Nobile', sans-serif;
	}

	ul#main_nav,ul#main_nav ul{
		margin:0;
		list-style:none;
		/*padding:0;*/
		/*background-color:#dedede;*/
		/*border-width:1px;*/
		/*border-style:solid;*/
		/*border-color:#5f5f5f;*/
	}
	ul#main_nav ul{
		display:none;
		position:absolute;
		top:100%;
		/*background-color:#94c525;*/
		/*border-color:#d4d4d4;*/
		/*padding:0 10px 10px;*/
		min-width: 100px;
	}
	ul#main_nav ul ul {
		/*background-color:#a7d04d;*/
		padding-left: 2px;
	}
	ul#main_nav li:hover>*{
		display:block;
	}
	ul#main_nav li{
		position:relative;
		display:block;
		white-space:nowrap;
		font-size:0;
		float:left;
		margin-right: 5px;
	}
	
	ul#main_nav li li {
		margin-bottom: 2px;
	}
	ul#main_nav li#main_nav_homepage_li {
		padding-left: 7px;
		background: url("/image/main_nav_left.png") 0 0 no-repeat;
		margin: 0;
	}
	ul#main_nav li#main_nav_homepage_li a#main_nav_homepage_a {
		display: block;
		text-indent: -9999px;
		background: url("/image/main_nav_home.png") 0 0 no-repeat;
		height: 76px;
		padding: 0;
		width: 49px;
	}
	ul#main_nav li:hover{
		z-index:1;
	}
	ul#main_nav ul ul{
		position:absolute;
		left:100%;
		top:0;
	}
	* html ul#main_nav li a{
		display:inline-block;
	}
	ul#main_nav>li{
		/*margin:0;*/
		padding: 0 0 2px 0;
	}
	ul#main_nav a:active, ul#main_nav a:focus{
		outline-style:none;
	}
	ul#main_nav a{
		display:block;
		vertical-align:middle;
		text-align:left;
		text-decoration:none;
		font-size: 14px;
		color:#fff;
		cursor:pointer;
	}
	ul#main_nav li a.selected {
		background-color: #f79d14;
	}
	ul#main_nav ul li{
		float:none;
		/*margin:10px 0 0;*/
	}
	ul#main_nav ul a{
		text-align:left;
		padding:4px 10px;
		/*background-color:#FFFFFF;*/
		background-image:none;
		border-width:0;
		font:14px;
		color:#fff;
		text-decoration:none;
		text-transform: none;
		float: none;
	}
	ul#main_nav li:hover>a,ul#main_nav li a.pressed{
		background-color: #f79d14;
		/*border-color:#C0C0C0;*/
		/*border-style:solid;*/
		color:#fff;
		/*text-shadow:#FFF 0 0 1px;*/
		background-image:url("mainbk.png");
		background-position:0 100px;
		text-decoration:none;
	}
	ul#main_nav li#main_nav_homepage_li a#main_nav_homepage_a:hover,
	ul#main_nav li#main_nav_homepage_li a.selected {
		
	}
	ul#main_nav span{
		display:block;
		overflow:visible;
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:0px;
	}
	ul#main_nav ul span{
		background-image:url("arrowsub.png");
		padding-right:12px;
	}
	ul#main_nav ul li:hover>a,ul#main_nav ul li a.pressed{
		background-color: #f79d14;
		background-image:none;
		color:#fff;
		text-decoration:none;
	}
	ul#main_nav li.topfirst>a{
		border-radius:5px 0 0 5px;
		-moz-border-radius:5px 0 0 5px;
		-webkit-border-radius:5px;
		-webkit-border-top-right-radius:0;
		-webkit-border-bottom-right-radius:0;
	}
	ul#main_nav li.toplast>a{
		border-radius:0 5px 5px 0;
		-moz-border-radius:0 5px 5px 0;
		-webkit-border-radius:0;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-right-radius:5px;
	}

}

#open_menu {
	width: calc(100% - 20px);
	position: absolute;
	top: 153px;
	left: 10px;
	background-color: #00aeef;
	background-image: url("/image/menu_icon.png");
	background-repeat: no-repeat;
	background-position: right 10px top 8px;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media all and (max-width: 680px) {
	#main_nav_mobile {
		display: none;
		background: url("/image/menu_sm.png") 0 bottom repeat-x;
		top: 200px;
		position: absolute;
		padding: 0 10px 20px;
		width: calc(100% - 20px);
		border-radius: 5px;
	}
	
		#main_nav_mobile li {
			display: block;
			float: none;
			position: relative;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		#main_nav_mobile ul {
			display: none;
		}
		
			#main_nav_mobile li li {
				font-size: 14px ;
			}
		
			#main_nav_mobile li a,
			#main_nav_mobile li a:link,
			#main_nav_mobile li a:visited {
				/*background: #e18305; */
				float: none;
				display: block;
				padding: 5px 20px;
				border-radius: 0;
			}
			
				#main_nav_mobile li li a {
					text-indent: 20px;
					background: #f79d14 !important;
				}
				
				#main_nav_mobile li li li a {
					text-indent: 40px;
				}

}

/* ---------- /Header ---------*/


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/
#home_slider {
	margin-top: -57px;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	
}

	#home_slider img {
		float: left;
		width: 100%;
		height: auto;
	}

@media all and (max-width: 680px) {
	#home_slider {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: -5px;
	}
	
}

.column {
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.no-margin-right {
	margin-right: 0 !important;
}

@media all and (min-width: 681px) {
	#home_content {
		padding: 0 10px;
	}
}

@media all and (max-width: 680px) {
	.column {
		width: 100%;
		margin-right: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}

#col1 {
	padding-top: 40px;
	/*padding-bottom: 90px;*/
	/*background: url("/image/abelha_col1.png") 0 bottom no-repeat;*/
}

@media all and (max-width: 680px) {
	#col1 {
		/*background: url("/image/abelha_col1.png") 10px bottom no-repeat;*/
	}
}

	#col1 p,
	#col2 p {
		font-size: 16px;
	}

#col2 {
	padding-top: 40px;
	padding-bottom: 20px;
	/*background: url("/image/abelha_col2.png") right top no-repeat;*/
}

#col3 {
	padding-top: 20px;
	margin-bottom: 20px;
}

	#col3 #intro_gallery {
		background: #8cc63f;
		padding: 10px;
	}

#welcome_title {
	margin-bottom: 20px;
}

@media all and (max-width: 680px) {
	#col3 img {
		width: 100%;
	}
}

#content_wrap {
	width: 1020px;
	background: url("/image/content_wrap.png") 0 0 repeat;
	margin: 30px 0 20px 65px;
	padding: 20px 30px 40px;
	float: left;
}

	#content_wrap h2 {
		border-bottom: 1px solid #40260c;
		padding-bottom: 15px;
	}
	
	#main_content {
		margin-left: 40px;
		width: 643px;
		float: left;
		margin-right: 67px;
	}
	
	.width980 {
		width: 980px !important;
	}

	.width710 {
		width: 710px !important;
	}

@media all and (max-width: 680px) {
	#content_wrap {
		width: calc(100% - 20px);
		padding: 10px;
		margin: 5px 10px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	
	#main_content {
		margin-left: 0;
		width: 100%;
	}
	
	.width980 {
		width: 100% !important;
	}

	.width710 {
		width: 100% !important;
	}

}

#side_nav {
	width: 240px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

@media all and (max-width:680px) {
	#side_nav {
		width: 100%;
	}
}

	#side_nav li {
		font-family: 'Nobile', sans-serif;
		font-size: 13px;
		
	}
	
		#side_nav li a,
		#side_nav li a:link,
		#side_nav li a:visited {
			color: #fff;
			background-color: #e18305;
			display: block;
			background-image: url("/image/right_arrow_white.png");
			background-repeat: no-repeat;
			background-position: 10px 15px;
			padding: 10px 0 10px 20px;
			margin-bottom: 2px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			text-decoration: none;
		}
		
			#side_nav li li a,
			#side_nav li li a:link,
			#side_nav li li a:visited {
				padding: 10px 0 10px 40px;
				background: #e7a338;
			}
		
		#side_nav li a:hover,
		#side_nav li a:focus,
		#side_nav li a:active,
		#side_nav li a.selected {
			text-decoration: none;
			background-color: #f0c182 !important;
		}
		
#side_content {
	width: 530px;
	float: left;
}

@media all and (max-width:680px) {
	#side_content {
		width: 100%;
	}
}

.gallery_item {
	float: left;
	margin-right: 25px;
	height: 180px;
	margin-bottom: 25px;
	/*background: url("/image/down_arrow_orange.png") center 155px no-repeat;*/
}

	.gallery_item p {
		font-family: 'Nobile', sans-serif;
		font-size: 12px;
		text-align: center;
	}

.photo_wrap {
	width: 220px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 12px;
}

	.photo_wrap img {
		float: left;
		width: 220px;
	}

.photo_wrap_content {
		width: 245px;
		height: 150px;
		/* overflow: hidden; */
		margin-bottom: 12px;
		float: left;
	}

		.photo_wrap_content img {
			float: left;
			width: 245px;
		}
	
@media all and (max-width:680px) {
	.gallery_item {
		width: 100%;
		margin-right: 0;
		height: auto !important;
		/*background: url("/image/down_arrow_orange.png") center bottom 30px no-repeat;*/
	}
	
	.photo_wrap {
		width: 100%;
		height: auto;
		overflow: none;
		margin-bottom: 20px;
	}
	
		.photo_wrap img {
			width: 100%;
		}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/image/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/image/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/image/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #e28305;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #e28305;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- Form ----------*/
form.jquery_form {
	float: left;
	width: 280px;
}

	form.jquery_form .full_width {
		width: 280px;
		float: left;
		display: inline;
		margin-bottom: 10px;
	}

		form.jquery_form .full_width label {
			width: 280px;
			float: left;
			font-size: 12px;
		}
	
		form.jquery_form .full_width input,
		form.jquery_form .full_width textarea,
		form.jquery_form .full_width select {
			width: 260px;
			border: 0;
			border-top: 1px solid #d1d0ca;
			border-radius: 3px;
			padding: 5px 10px;
			font-size: 12px;
			color: #666;
			font-family: verdana, arial, helvetica, sans-serif;
		}
		
		form.jquery_form .full_width textarea {
			height: 80px;
		}

		form.jquery_form .full_width input:hover,
		form.jquery_form .full_width textarea:hover {
			width: 260px;
		}

		form.jquery_form .full_width input:focus,
		form.jquery_form .full_width textarea:focus {
			width: 260px;
		}

		form.jquery_form .full_width label.error {
			width: 280px;
			font-size: 10px;
			color: #f00;
			font-family: verdana, arial, helvetica, sans-serif;
		}
		
	form.jquery_form .submit_btn {
		padding: 5px 20px 5px 30px;
		background: url("/image/submit_btn.png") 0 0 no-repeat;
		font-size: 14px;
		line-height: 18px;
		color: #4c4c4c;
		font-family: arial, helvetica, verdana;
		border: 1px solid #d1d0c8;
		border-radius: 3px;
		cursor: pointer;
		
	}

/* ---------- /Content ---------*/


/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/
footer {
	padding: 10px 0;
}

footer.footer_bees {
	/*background: url("/image/footer_bees.png") 10px 0 no-repeat;
	padding: 70px 0 20px;*/
}

@media all and (max-width: 680px) {
	footer {
		padding: 10px;
	}
	
	footer.footer_bees {
		/*padding: 70px 10px 20px;
		background: url("/image/footer_bees.png") 10px 0 no-repeat, url("/image/footer_bees2.png") right 10px top 0 no-repeat;*/
	}
	
	/*footer p img {
		display: block;
		margin-top: 10px !important;
	}*/
}

	footer p {
		font-size: 13px;
		font-family: 'Nobile', sans-serif;
	}
	
	footer p img {
		vertical-align: middle;
		margin-top: -2px;
	}


/* --------- /Siteinfo ----------*/
@media all and (min-width: 681px) {
	.hide_on_big {
		display: none !important;
		visibility: hidden !important;
	}	
}

@media all and (max-width: 680px) {
	.hide_on_small {
		display: none !important;
		visibility: hidden !important;
	}	
}

/* -------------------- /LAYOUT CSS ---------------------*/
