@import url('bootstrap-3.1.1.min.css');
@import url('bootstrap-datepicker.css');
@import url('bootstrap-carousel.css');

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.eot');
    src: url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Regular.woff') format('woff'),
		url('../fonts/Ubuntu-Regular.ttf') format('truetype'),
		url('../fonts/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BD Cartoon Shout';
    src: url('../fonts/bd_cartoon_shout-webfont.eot');
    src: url('../fonts/bd_cartoon_shout-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bd_cartoon_shout-webfont.woff') format('woff'),
		url('../fonts/bd_cartoon_shout-webfont.ttf') format('truetype'),
		url('../fonts/bd_cartoon_shout-webfont.svg#bd_cartoon_shoutregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Komika Axis';
    src: url('../fonts/Komika_Axis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*	General body, responsive img, wrapper background, content
-------------------------------------------------------------- */

body	{
	margin: 0;
	font: 14px/25px 'Ubuntu', sans-serif;
	color: #363636;
	background: url(../img/linedpaper.png) repeat #fffdf0;
}

a, a:hover	{
	color: #333333;
}

img	{
	max-width: 100%;
}

#wrapper	{
	background: url(../img/wrapper.png) no-repeat bottom;
	background-size: 100% auto;
	min-height: 1300px;
}

h2	{
	font: 30px 'BD Cartoon Shout', sans-serif;
	color: #fff;
}

.img-margin	{
	margin: 18px 0;
}

.fa	{
	font-family: 'FontAwesome';
}

#content	{
	margin-top: 220px;
	margin-left: -10px;
	margin-bottom: 175px;
}


/*	Header and main navigation
-------------------------------------------------------------- */

header	{
	position: relative;
}

.logo	{
	position: absolute;
	top: 30px;
	left: 0;
	width: 310px;
	height: 190px;
	background: url(../img/bg-logo.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	z-index: 10;
}

.logo img	{
	margin: auto;
	position: absolute;
	top: -38px; left: 2px; bottom: 0; right: 0;
}

nav	{
	position: absolute;
	right: 0;
	top: 0;
	width: 572px;
	height: 386px;
	padding: 40px 140px 80px 170px;
	font: 16px 'BD Cartoon Shout', sans-serif;
	text-align: center;
	line-height: 30px;
}

#sun	{
	background: url(../img/sun.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

nav ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul a	{
	color: #fff;
	padding: 3px 10px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

nav ul a:hover,
nav ul .active a	{
	color: #ec6713;
	text-decoration: none;
	border-bottom: 2px solid #ec6713;
}

#wrapper .navbar-collapse	{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 999;
	padding: 20px 140px 80px 170px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul a:hover,
nav .children a:hover,
nav ul .active a	{
    color: #ec6713;
    text-decoration: none;
    border-bottom: 2px solid #ec6713;
}

nav ul li ul	{
    line-height: 24px;
}

nav .children a	{
    font: 15px 'Ubuntu', sans-serif;
	display: block;
}

.children {
    background-color: #d5c651;
    display: none;
    padding: 15px !important;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 100%;
    text-align: left;
    border-radius: 4px;
}

nav .has-children	{
    width: auto;
    max-width: 100%;
    position: relative;
}

nav .has-children > a:after	{
    content: '\0020\25BE';
    display: inline-block;
    color: #ec6713;
    font-size: 26px;
	margin-left: 10px;
}

.admin #headbar { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
.admin #headbar .dropdown-menu .glyphicon { padding-right:5px; } 

/*	Buttons and form elements
-------------------------------------------------------------- */

.button	{
	border-radius: 4px;
	box-shadow: 1px 1px 0 #7d7d7d;
	padding: 7px 10px;
	color: #fff;
	margin-bottom: 20px;
}

.button span	{
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.button.blue	{
	background: #61cbe6;
}

.button.red	{
	background: #ef4b53;
}

.button.green	{
	background: #2aae4a;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
	font-family: 'FontAwesome', 'Ubuntu';
}

html input[type="text"],
textarea {
	/*border: 0;*/
	font-family: 'Ubuntu', sans-serif;
	/*background: #fdf1d1;*/
	border-radius: 4px;
	/*margin-bottom: 15px;*/
	width: 100%;
	color: #313131;
}

/*
input[type="submit"]	{
	padding: 7px 20px;
}

input[type="text"]	{
	padding: 10px 20px;
}

textarea	{
	padding: 20px;
	margin: 20px 0 25px 0;
}

label{
	display:inline;
}
*/

/*
.input-group-addon:last-child {
	border-color: #E0E0E0; 
	border: 0; 
}
*/

.grey-bgrnd {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 100%;
	min-height: 85px;
	padding: 12px;
}

.drp-dwn {
  height: 34px;
  color: #555;
}

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 18px;
	margin: 0 0 0 12px;
}


/*	PrettyPhoto
-------------------------------------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
    background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 45px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
    margin-top: 7px!important;
}

a.pp_next {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1!important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content {
    background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details {
    position: relative;
}

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}

/*	Homepage
-------------------------------------------------------------- */

/*	Homepage WOW Slider
-------------------------------- */

#wowslider-container1 {
	zoom: 1;
	position: relative;
	max-width: 670px;
	z-index: 90;
	border: none;
	text-align: left; /* reset align=center */
	position: absolute;
	top: 128px;
	left: 180px;
}

* html #wowslider-container1{ width: 1100px }
#wowslider-container1 .ws_images ul{
	position: relative;
	width: 10000%;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	/*table-layout: fixed;*/
}

#wowslider-container1 .ws_images ul li{
	width: 1%;
	line-height: 0; /*opera*/
	float: left;
	font-size: 0;
	padding: 0 !important;
	margin: 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wowslider-container1 .ws_images a{
	width: 100%;
	display: block;
	color: transparent;
}

#wowslider-container1 img{
	max-width: none !important;
}

#wowslider-container1 .ws_images img{
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
}

#wowslider-container1 a{
	text-decoration: none;
	outline: none;
	border: none;
}

#wowslider-container1 .ws_bullets {
	font-size: 0px;
	float: left;
	position: absolute;
	z-index: 70;
	width: 106px;
	height: 140px;
	background: url(../img/slider.png) no-repeat;
	background-size: cover;
}

#wowslider-container1 .ws_bullets div{
	position: absolute;
	left: 20px;
	bottom: 35px;
}

#wowslider-container1 a.wsl{
	display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object{
	position: absolute;
}

#wowslider-container1 {
	border-left: 0px;
	border-right: 0px;
	margin-top: 30px;
}

#wowslider-container1 .ws_bullets {
	padding: 5px;
	text-align: center;
}

#wowslider-container1 .ws_bullets a {
	width: 12px;
	height: 12px;
	background: #f8db54;
	border-radius: 50%;
	float: left;
	color: #f8db54;
	font-size: 1px;
	position: relative;
	margin-left: 0;
	color: transparent;
	margin-right: 5px;
}

#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background: #c3c705;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position: absolute;
	display: block;
	bottom: 0;
	margin-top: -15px;
	z-index: 60;
	height: 48px;
	width: 48px;
	background-image: url(../img/wowslider/arrows.png);
	background-color: #f8db54;
	border-radius: 50%;
}

#wowslider-container1 a.ws_next{
	background-position: 48px 0;
	right: 100px;
}

#wowslider-container1 a.ws_prev {
	right: 150px;
	background-position: 0 0;
}

* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev,
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev	{ display: block; }

#wowslider-container1 .ws_bullets {
	top: 96px;
	left: -130px;
}

#wowslider-container1 .ws-title{
	position: absolute;
	display: block;
	bottom: 35px;
	left: 110px;
	margin-right: 5px;
	z-index: 50;
	font-size: 35px;
	line-height: 42px;
	font-weight: bold;
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span	{
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	background: none;
	color: #716d4a;
    background: rgba(255, 255, 255, 0.8);
	font-weight: normal;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 1);
	border-radius: 10px;
	opacity: 1;
}

.ie8 .ws-title	{
    background: #fff;
}

#wowslider-container1 .ws-title div{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
}

#wowslider-container1 .ws_images ul{
	animation: wsBasic 11.6s infinite;
	-moz-animation: wsBasic 11.6s infinite;
	-webkit-animation: wsBasic 11.6s infinite;
}

@keyframes wsBasic{0%{left: -0%} 25%{left: -0%} 50%{left: -100%} 75%{left: -100%} }
@-moz-keyframes wsBasic{0%{left: -0%} 25%{left: -0%} 50%{left: -100%} 75%{left: -100%} }
@-webkit-keyframes wsBasic{0%{left: -0%} 25%{left: -0%} 50%{left: -100%} 75%{left: -100%} }

#featured	{
	position: relative;
}

#content-homepage	{
	margin-top: 650px;
}

#col-yellow,
#col-green,
#col-orange	{
	border-radius: 4px;
	border-width: 5px 0 24px 0;
	border-style: solid;
	padding: 15px 25px 25px 25px;
	position: relative;
	margin-bottom: 20px;
}

#col-yellow	{
	background: #efc043;
	border-color: #f29f34;
}

#col-green	{
	background: #d5c651;
	border-color: #c2b130;
}

#col-orange	{
	background: #eb7400;
	border-color: #e25a00;
}

#ladybug	{
	width: 58px;
	height: 37px;
	background: url(../img/ladybug.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -42px;
	left: 30px;
}

#butterfly	{
	width: 63px;
	height: 57px;
	background: url(../img/butterfly.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: -30px;
}

/*	Pages
-------------------------------------------------------------- */

.cloud	{
	background: url(../img/cloud.png) no-repeat left bottom;
	height: 218px;
	background-size: 100% 100%;
}

.cloud h1	{
	color: #61cbe6;
	font: 30px 'BD Cartoon Shout';
	text-align: center;
	padding: 120px 30px 0 30px;
}

.content-bg	{
	background: #fff;
	padding: 1px 30px 30px 30px;
	min-height: 650px;
}

.green-title	{
	color: #2aae4a;
	font-size: 18px;
	letter-spacing: 0;
}

.gallery img,
.img-border	{
	border: 5px solid #fff7b1;
	margin: 0 7px 7px 0;
	float: left;
}

.separator	{
	width: 100%;
	height: 40px;
	background: url(../img/flower.png) center center no-repeat;
	background-size: auto 100%;
	margin: 20px 0;
}

.teaser  {
	word-wrap: break-word;
}

h2.teaser, h2.teaser a, h2.teaser a:hover  {
	color: #fff;
}

.teaser  p{
	margin-top:0;
}

.teaser .thumbnail { 
	margin-bottom:5px;
}

/*	Blog
-------------------------------------------------------------- */

.post-meta,
.post-meta a,
.post-data,
.post-data a	{
	color: #bababa;
}

.mg-b10	{
	margin-bottom: 10px;
}

.entry-title,
.post-title	{
	margin-bottom: 0;
	color: #2aae4a;
	font-size: 18px;
	letter-spacing: 0;
}

.entry-title a,
.post-title a	{
	color: #2aae4a;
}

/*	Contact - Google Maps
-------------------------------- */

#gmap,
#osm-layer {
	width: 100%;
	height: 350px;
	margin: 30px 0;
}

/*	Footer
-------------------------------------------------------------- */

.footer-menu	{
	background: #f3c856;
	border-top: 2px solid #f09e01;
	border-bottom: 2px solid #f09e01;
	margin-top: 50px;
	line-height: 80px;
}

.footer-bottom	{
	background: #3e3e3e;
	/* height: 50px;
	line-height: 48px; */
	padding-top: 15px;
	padding-bottom: 15px;
	color: #979797;
	text-align: left;
}

.footer-bottom a, .footer-bottom a:hover {
	color: #979797;
}

.social-media a	{
	color: #4AB9D5;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
	margin: 0px 7px 7px 0;
}

.footer-menu .social-media a	{
	margin: 0 20px 0 0;
}

.footer-links	{
	font-size: 16px;
	color: #f09e01;
	text-align: right;
}

.footer-links a	{
	color: #8466ad;
}

/*	Media Queries
-------------------------------------------------------------- */

@media (min-width: 850px) {
	.container {
		max-width: 830px;
	}
}

@media (min-width: 980px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1004px;
	}
}

@media (min-width: 1040px) {
	.container {
		max-width: 1020px;
	}
}

@media (min-width: 1060px) {
	.container {
		max-width: 1040px;
	}
}

@media (min-width: 1100px) {
	.container {
		max-width: 1080px;
	}
}

@media (min-width: 1160px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width: 1100px) {
	#sun	{
		background-position: 80px 0;
		background-size: 100% auto;
	}
	nav	{
		width: 500px;
		padding: 40px 50px 80px 230px;
	}

	#wrapper .navbar-toggle	{
		background: #fff;
		font-size: 30px;
		border: 1px solid #f1ad15;
		position: absolute;
		top: 70px;
		left: 320px;
	}

	#wrapper .navbar-header,
	#wrapper .navbar-toggle,
	#wrapper .navbar-collapse	{
		z-index: 999;
		/* z-index: 99999; */
	}
	
	#wrapper .navbar-collapse {
		padding: 20px 50px 0px 230px;
	}
}

@media (max-width: 992px) {
	#wrapper	{
		background: transparent;
		min-height: 100px;
	}
	
	#wrapper .navbar-collapse	{
		position: absolute;
		top: 130px;
		right: 130px;
		background: #fec42b;
		padding: 20px;
		border-radius: 4px;
		bottom: auto;
	}
	
	#content	{
		margin-bottom: 0;
	}
	
	.social-media	{
		margin-top: 10px;
	}
	.social-media,
	.footer-links	{
		line-height: 30px;
	}
	.footer-links	{
		text-align: left;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media (max-width: 980px) {
	#content-homepage	{
		margin-top: 550px;
	}
}

@media (max-width: 850px) {
	.ws-title	{
		display: none !important;
	}
	#content-homepage	{
		margin-top: 500px;
	}
}

@media (max-width: 750px) {
	#content-homepage	{
		margin-top: 450px;
	}
}

@media (max-width: 680px) {
	nav	{
		width: 300px;
	}
	#wrapper .navbar-toggle {
		top: 35px;
		left: 190px;
	}
	#wrapper .navbar-collapse {
		top: 100px;
		right: 60px;
	}
	#sun	{
		background-position: 60px 0;
	}
	#wowslider-container1	{
		top: 148px;
		left: 140px;
	}
	.cloud {
		height: 178px;
	}
}

@media (max-width: 560px) {
	#wowslider-container1	{
		top: 178px;
		left: 120px;
	}
	#wowslider-container1 .ws_bullets	{
		left: -110px;
		top: 76px;
	}
}

@media (max-width: 479px) {
	.logo	{
		max-width: 100%;
	}
	#wowslider-container1	{
		display: none;
	}
	#content-homepage	{
		margin-top: 250px;
	}
	.cloud {
		height: 148px;
	}
	.cloud h1 {
		color: #61cbe6;
		font: 24px 'BD Cartoon Shout';
		text-align: center;
		padding: 80px 30px 0 30px;
	}
}

@media (max-width: 450px) {
	.logo	{
		top: 70px;
	}
	#content-homepage	{
		margin-top: 300px;
	}
	#wrapper .navbar-toggle {
		top: 10px;
	}
	.cloud {
		height: 78px;
	}
	.cloud h1 {
		color: #61cbe6;
		font: 24px 'BD Cartoon Shout';
		text-align: center;
		padding: 80px 30px 0 30px;
	}
	#content {
		margin-top: 260px;
	}
	.content-bg	{
		padding-top: 40px;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */

@media
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	body	{
		background: url(../img/linedpaper2x.png) repeat #fffdf0;
        background-size: 412px 300px;
	}
	#wrapper	{
		background: url(../img/wrapper2x.png) no-repeat;
		background-size: 100% auto;
	}
	.logo	{
		background: url(../img/bg-logo2x.png) no-repeat;
		background-size: 100% 100%;
	}
	#sun	{
		background: url(../img/sun2x.png) no-repeat;
		background-size: 100% auto;
	}
	#ladybug	{
		background: url(../img/ladybug2x.png) no-repeat;
		background-size: cover;
	}
	#butterfly	{
		background: url(../img/butterfly2x.png) no-repeat;
		background-size: cover;
	}
	.cloud	{
		background: url(../img/cloud2x.png) no-repeat;
		background-size: 100% 100%;
	}
	#wowslider-container1 .ws_bullets {
		background: url(../img/slider.png) no-repeat;
		background-size: 100% 100%;
	}
	#wowslider-container1 .ws_bullets {
		background: url(../img/slider2x.png) no-repeat;
		background-size: cover;
	}
	.separator	{
		background: url(../img/flower2x.png) center center no-repeat;
		background-size: auto 100%;
	}
}

@media only screen and (-moz-min-device-pixel-ratio:1.5) and (max-width: 1100px),
only screen and (-o-min-device-pixel-ratio:3/2) and (max-width: 1100px),
only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 1100px),
only screen and (min-device-pixel-ratio:1.5) and (max-width: 1100px) {
	#wrapper	{
		background: transparent;
		min-height: 100px;
	}
	
	#content	{
		margin-bottom: 0;
	}
}

@media only screen and (-moz-min-device-pixel-ratio:1.5) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio:3/2) and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 640px),
only screen and (min-device-pixel-ratio:1.5) and (max-width: 640px) {
	#sun	{
		background-position: 60px 0;
	}
	.cloud {
		height: 148px;
		background-size: 100% auto;
		background-position: left bottom;
	}
	.cloud h1 {
		color: #61cbe6;
		font: 24px 'BD Cartoon Shout';
		text-align: center;
		padding: 120px 30px 0 30px;
	}
	.content-bg	{
		padding-top: 40px;
	}
	.logo	{
		max-width: 100%;
	}
}

/*	Photogallery
    
-------------------------------------------------------------- */

.pgallery         { margin:20px 0 30px 0; padding:30px 30px 0 30px; border:1px solid #ddd; border-radius: 4px 4px 4px 4px;  background:#eee; }
.pgallery h3      { margin:-15px 0 20px 0; padding:0; font-size:14px; color:#808080; font-style:italic; text-align:center; }
.gallery-wrapper { text-align:center; display: block; }
.gallery-wrapper .thumbnail { padding: 0px; }
.thumbnail-wrapper { text-align:center; display:inline-block; /*margin-bottom:30px;*/ }
.thumbnail-wrapper a { display:inline-block; margin:auto;  }
.thumbnail       { max-width:100% !important; height:auto; } 
.thumbnail-left  { float:left; margin:0 15px 10px 0; }
.thumbnail-right { float:right; margin:0 0 10px 15px; }
.thumbnail img   { width:100%; }
a.thumbnail:hover { opacity:0.8; } 

#mylightbox-background        { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; border:1px solid #cecece; z-index:2000; }
#mylightbox                   { width:400px; display:none; position:absolute; background:#fff; z-index:2000; padding:3px 10px 0 10px; font-size:13px; border:1px solid #cecece; border-radius:5px; max-width:90%; height:auto; box-shadow:0 0 20px #000; }
#mylightbox img               { max-width:100%; height:auto; }
#mylightbox-header            { height:25px; font-size:13px; line-height:20px; padding:0 0 10px 0; }
#mylightbox-title             { position:absolute; top:3px; left:10px; width:90%; margin:0; padding:0; font-weight:bold; }
#mylightbox-controls          { position:absolute; top:5px; right:10px; width:14px; margin:0; padding:0; }
#mylightbox #photo            { margin:0; padding:0; }
#mylightbox-subtitle          { font-size:13px; line-height:150%; margin:5px 0 0 0; font-style:italic; color:#808080; }
#mylightbox-description       { font-size:14px; line-height:150%; margin:5px 0 10px 0; }
#mylightbox-author            { color:#808080; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; }
#mylightbox-throbber          { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; }
#mylightbox-photo             { position:relative; }
#mylightbox-prev              { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-prev:hover        { background:url(../img/prev.png) no-repeat 7% center; }
#mylightbox-next              { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; }
#mylightbox-next:hover        { background:url(../img/next.png) no-repeat 93% center;  }
#mylightbox-close             { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; }
#mylightbox-close:hover       { opacity:1; }


/*	Misc
    
-------------------------------------------------------------- */

#menu-toggle-handle    { display:block; margin:7px 0 1px 0; background:#428bca; padding:10px 15px; color:#fff; text-align:center; text-decoration:none; }
#menu-toggle-handle .icon-bar { display: block; margin:auto; width:22px; height:2px;  background-color:#fff; border-radius:1px; }
#menu-toggle-handle .icon-bar + .icon-bar { margin-top:4px; }

a.rss                         { padding-left:23px; background:url(../img/rss.png) no-repeat left; }
a.pdf                         { padding-left:23px; background-image:url(../img/pdf.png); background-repeat:no-repeat; background-position: top left; }

.heading         { margin:0 0 30px 0; padding: 20px; background:#eee; border-radius:6px 6px 6px 6px; }
.heading h1      { margin:10px 0; }
.heading p       { margin:20px 0 10px 0; font-size:18px; }
.topsep          { margin:10px 0 15px 0; }

.teaser p        { margin-top:0; }
.teaser .thumbnail { margin-bottom:5px; }

.caption         { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.caption + p     { margin-top:20px; }

.topspace        { margin-top:10px; }
.closure         { margin-top:50px; }

.footer p        { margin:0; font-size:13px; }
.footer          { color:#808080; text-align:center; }
.footer a        { color:#808080; text-align:center; }
.footer a:hover  { color:#2a6496; }

.alert h3   { margin:0 0 10px 0; }

/* .overview h2 a   { color:#333; text-decoration:none; } */

.news            { margin:30px 0 30px 0; }
.news:first-child { margin-top:20px; }
.news h2         { margin:0; padding:0; }
.news h2 a       { color:#333; text-decoration:none; }
.news .time      { color:#808080; font-size:13px; margin:0 0 7px 0; padding:0; }

.simple-news h2  { margin:10px 0; }
.simple-news h2 a { color:#333; text-decoration:none; }
.simple-news-delete { background:#f2dede; }

#comments        { margin-top:50px; }
#commentformwrapper { padding-top:20px; }
h3#preview       { color:#ca9853; margin-bottom:10px;}
h4.author        { font-size:14px; margin-bottom:5px; font-style:italic; }
.comment         { position:relative; margin-bottom:25px; }
.comment-admin   { position:absolute; top:0; right:0; }
.comment-delete  { background:#f2dede; }
.comment-preview { color:#333; }
.comment-info    { font-size:13px; color:#808080; margin:0 0 -10px 0;}

.alert-info {
    background-color: #eb7400;
    border-color: #e25a00;
	color: #ffffff;
	border-radius: 0px;
	position:fixed; 
    top: 0px; 
    left: 0px; 
	width: 100%;
	z-index: 9999;
}

.has-notify {
    margin-top: 60px;
}
