/*   
Theme Name: Melusina
Author: motion media solutions
Version: 2013
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('css/reset.css');

@import url('css/skeleton.css');

@import url('css/animation.css');
@import url('css/buttons.css');
@import url('css/icons.css');



.menu-item-3063 {
	visibility: hidden !important;
	display: none !important;
}


p {
	line-height: 16px!important;
}

.delta {
	margin: 0 20px!important;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter .img_frame {
	margin: 0 auto;
}
.center { text-align: center; }
.tar { text-align: right; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}
.bypostauthor {}

.bglight {
	background: transparent url(images/bg_light.png) repeat 0 0;
}

img { max-width: 100%; }
.ie img { -ms-interpolation-mode: bicubic; }

/*-----------------------------------------------*/
/* FORM
/*-----------------------------------------------*/

input[type="text"], textarea, [type="password"] , [type="email"]{
	padding: 5px;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 8px 5px rgba(161, 161, 160, 0.1) inset;
    border-radius: 1px;
    outline: none;
    color: #545454;
    text-shadow: 0 1px 0 #fff;
    background: rgba(255, 255, 255, 0.6);
}


/*-----------------------------------------------*/
/* LIST
/*-----------------------------------------------*/

ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

ol {
	list-style: none;
}

ul li {
	list-style-image: url(images/ico/list.png);
	margin-bottom: 5px;
}

ul.none {
	margin-left: 0;
}

ul.none li {
	list-style: none;
}

/*-----------------------------------------------*/
/* ALERT
/*-----------------------------------------------*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: rgba(252, 248, 227, 0.7);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6  {
	border-bottom: none!important;
	margin-bottom: 0!important;
}

.alert-heading {
  color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: black;
	text-shadow: 0 1px 0 white;
	text-decoration: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.alert-success {
  color: #468847;
  background-color: rgba(223, 240, 216, 0.6);
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: rgba(242, 222, 222, 0.6);
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: rgba(217, 237, 247, 0.6);
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert br {
	display: none;
}

.alert p {
	margin-bottom: 5px!important;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*-----------------------------------------------*/
/* TITLE
/*-----------------------------------------------*/

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	/*border-bottom: 1px dashed #cacaca;*/
	width: 98%;
	padding-bottom: 2px;
}

.content h4, .content h5, .content h6, #footer h4, #footer h5, #footer h6 {
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* ICO
/*-----------------------------------------------*/

.ico {
	width: 9px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.ico.clock {
	background: transparent url(images/ico/clock.png) no-repeat 0 0;
	margin-top: 1px;
}

.ico.comment {
	background: transparent url(images/ico/comment.png) no-repeat 0 0;
	margin-top: 2px;
}

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

#header {
	background: #fff url(images/nav_bg.png) repeat-x 0 0;
	margin: 5px 0 0px;
	height: 50px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

#header nav ul {
	margin: 0;
}

#header nav ul li {
	float: left;
	display: inline;
	position: relative;
	margin-bottom: 0;
}

#header nav ul li a {
	display: inline-block;
	text-decoration: none;
	color: #282828;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	padding: 15px 8px;
	line-height: 20px;
}

#header nav ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	left: 0;
	z-index: 9999;
	height: 0px;
	overflow: hidden;	
	min-width: 100%;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	background: rgb(255, 255, 255) url(images/nav_bg.png) repeat-x 0 0;
	background: rgba(255, 255, 255, 0.7) url(images/nav_bg.png) repeat-x 0 0;
	border-radius: 0 0 1px 1px;
}

#header nav ul li span {
	display: none;
}

#header nav ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
	height: auto;
	overflow: auto;
	display: block;
}

#header nav ul ul li {
	float: none;
	display: list-item;
}

#header nav ul ul li a {
	display: block;
	min-width: 100px;
	line-height: 10px;
	padding: 10px 30px;
	text-transform: none;
	position: relative;
	z-index: 999999;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.79);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#header nav ul li:hover > a, #header nav ul li.current-menu-item > a {
	background-color: rgba(0, 0, 0, 0.87);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.ie #header nav ul li:hover a, .ie #header nav ul li.current-menu-item a {
	background-color: #111!important;
}

#header nav ul li.current-menu-item {
	border: 1px solid #111;
	border-top: none;
	border-bottom: none;
}

#header nav ul li.current-menu-item > a {
	border: 1px solid #222;
	border-top: none;
	border-bottom: none;
}

#header nav select {
	display: none;
	margin: 15px 0 0 10px;
	width: 100px;
}


#logo {
	position: relative;
}

#logo img {
	position: absolute;
	cursor: pointer;
}


/*-----------------------------------------------*/
/* Slider
/*-----------------------------------------------*/

.slider #polaroid {
	height: 370px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1px;
}

.slider .row {
	/* border-top: 3px solid rgba(255, 255, 255, 0.9);
	border-bottom: 3px solid rgba(255, 255, 255, 0.9);*/
	background: rgba(0, 0, 0, 0.5);
}

.slider #texture {
	width: 960px;
	height: 370px;
	position: absolute;
	top:0;
	right:0;
	z-index: 90;
}

.slider #texture.nivo {
	top: 3px!important;
}

/* The Nivo Slider styles */
.nivoSlider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	position:relative;
	width:1200px;
	height:500px;
	overflow: hidden;
	margin-left:-120px;
	
	
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;

}



/* The Nivo Slider styles */
.nivoSliderPE {
	background:url(images/loading.gif) no-repeat 50% 50%;
	position:relative;
	width:1200px;
	height:520px;
	overflow: hidden;
	margin-left:-120px;
	
	
	
}
.nivoSliderPE img {
	position:absolute;
	top:0px;
	left:0px;

}


.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	 margin-left: auto;
    margin-right: auto;
	
	
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; 
	
		 margin-left: auto;
    margin-right: auto;
}

.nivo-box img, .nivo-slice img { max-width: none!important;
	
		 margin-left: auto;
    margin-right: auto;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8!important;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	text-align: center;
	position: absolute;
	top: 50px;
	right: 4px;
	z-index: 1000;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}

.nivo-controlNav a.active {
	background-color: transparent;
	width: 8px;
	height: 8px;
}


.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivoSlider img {
    display:none;
}

#slider_content {
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 1px;
	width: 350px;
	float: right;
	color: #282828;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2000;
}

#slider_content p {
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* BOXES (TABS)
/*-----------------------------------------------*/

#boxes {
	margin-bottom: 15px;
}

#boxes h3 {
	height: 15px;
	padding-top: 10px;
	padding-left: 15px;
	text-shadow: 0 0 0 transparent, 0 1px 0px #fff;
	font-size: 19px;
}

#boxes .one-third {
	background: transparent url(images/tabs_bg_light.png) repeat 0 0;
	padding-bottom: 5px;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#boxes .one-third.active {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


#boxes .one-third p {
	margin: 10px 15px 10px 15px;
	text-shadow: 0 0 0 transparent, 0 1px 0 #fff;
	font-size: 12px;
}

#boxes .one-third img {
	float: right;
	margin: 10px 0 10px 10px;
}

#box1, #box2, #box3 {
	cursor: pointer;
	border-radius: 1px;
}

#boxes_content {
	width: 100%;
	margin:15px 0 20px;
}

.box_content {
	display: none;
	font-size: 12px;
	padding: 20px 0 20px;
	background: transparent url(images/tabs_bg_light.png) repeat 0 0;
	border-radius: 1px;

}

.box_content .event-item {
	margin-bottom: 0;
}

.box_content h6, .box_content p {
	padding-left: 5px;
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* BLOG
/*-----------------------------------------------*/

.entry {
	position: relative;
}

.content {
	font-size: 15px;
	padding: 0;
	margin-bottom: 15px;
}



h3.title a {
	text-decoration: none;
}

.meta {
	font-size: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	margin-bottom: 15px;
	margin-left: -10px;
	padding: 10px;
	background: rgba(0,0,0,0.05);
	border-radius: 1px;
	border: 1px dashed #cacaca;
	border-left: none;
}

.page-template-template-sidebar-left-php .meta {
	border-left: 1px dashed #cacaca;
	border-right: none;
}

.page-template-template-sidebar-left-php #breadcrumb, .page-template-template-sidebar-left-php #page_title h1 {
	margin-left: 330px;
}

.meta a {
	text-decoration: none;
}

.meta .comment_count {
	float: right;
}

.category .entry, .tag .entry, .entry.shortcode {
	min-height: 150px;
	margin-bottom: 40px;
}

.category .entry h3.title, .tag .entry h3.title, .entry.shortcode h3.title {
	margin-left: 120px;
	margin-bottom: 0;
}

.entry.shortcode h3.title {
	border-bottom: none;
	width: auto;
}

.category .entry .meta, .tag .entry .meta, .entry.shortcode .meta {
	padding-left: 150px;
}

.category .entry .content, .tag .entry .content, .entry.shortcode .content {
	padding-left: 140px;
}

.category #page_content, .tag #page_content {
	margin-top: 40px;
}






.circle-thumb {
	position: absolute;
	left: -25px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 10%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    display: block;
    outline: none;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 50;
}

.circle-thumb:hover {
    box-shadow:
	    inset 0 0 0 15px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 30px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 45px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}














.pagination {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*-----------------------------------------------*/
/* SHARING
/*-----------------------------------------------*/

#share {
	float: left;
	margin-left: -10px;
	padding: 5px 0 2px 10px;
	border-radius: 1px;
	border-left: none;
	/*background-color: #000000;*/
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.05)),to(rgba(0, 0, 0, 0.00)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
}

#share:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.social-button {
	float: left;
	width: 100px;
	overflow: visible;
}

.social-button-facebook {
	float: left;
	width: 100px;
	overflow: inherit;
	z-index:999;
}

.social-button.twitter {
	width: 115px;
}



/*-----------------------------------------------*/
/* COMMENTS
/*-----------------------------------------------*/

#comments {
	margin:50px 0 10px 0;
}

#comments h5, #respond h5 {
	color: #aaa;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#comments h3{
	padding-top:0;
}

#comments .image{
	float:left;
	height:61px;
	margin-bottom: 25px;
}

#comments .image img {
	-webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 2px;
}

#comments .image a{
	float:left;
	height:61px;
}

#comments ol{
	margin:5px 0 30px -10px;
	width: 630px;
	border: 1px dashed #cacaca;
	border-left: none;
}

#comments ol.pinglist li{
	padding:0;
	margin:0;
	border:none;
	width:100%;
}

#comments ol.pinglist li a{
	font-weight:normal;
}

#comments h3.pingheader{
	margin:30px 0 15px 0;
}

#comments ol, #comments ul{
	float:left;
	background: rgba(0, 0, 0, 0.05);
}

#comments ol ul{
	width:460px;
	float:left;
	border-left:1px dashed #ccc;
	margin:0 0 0 30px;
	padding:0 0 0 50px
}

#comments ul.children {
	background: none;
}

#comments ul li {
	list-style: none;
}

#comments ol li.depth-1 > ul.children {
	margin-bottom: 20px!important;
}

#comments .children .image {
	margin-left: -10px;
}


#comments ol ul ul{
	width:428px;
	margin:8px 0 0 20px;
}

#comments ol ul ul ul{
	width:409px;
}

#comments ol ul ul ul ul{
	width:355px;
}

#comments ol ul ul ul ul ul{
	width:302px;
}

#comments ol .line{
	display:none;
}

#comments ol ul .line{
	display: block;;
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px dashed #ccc;
	margin:-15px 0 0 -59px;
}

#cancel-comment-reply-link {
	color: #ff0031!important;
}

#comments ol ul li{
	padding:17px 0px 17px 0px;
	border:none;
}

#comments ol ul .details {
	margin: 0 0 0 20px;
	float:left;
	width:365px;
}

#comments ol ul ul .details {
	width:310px;
}

#comments ol ul ul ul .details {
	width:230px;
}

#comments ol ul ul ul ul .details {
	width:198px;
}

#comments ol ul ul ul ul .details {
	width:150px;
}

#comments ol li{
	padding:10px 10px 0 10px;
	border-bottom:1px dashed #ccc;
	float:left;
	margin:10px 10px 10px 20px;
	background: none;
}

#comments ol li:last-of-type{
	border-bottom: none;
}

#comments .details {
	margin: 0 0 0 20px;
	float:left;
	width:470px;
	color: #888;
}

#comments .details .name span.date{
	font-size:10px;
	color:#999;
	font-style:italic;
}

#comments .details .name span.date a {
	color:#999;
	font-size:11px;
}

#comments .details .name a{
	font-size:12px;
}

#comments .details .name{
	margin:0 0 10px 0;
}

#comments .details .name span.author a:hover {
	text-decoration: underline;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a, #comments .details .name span.author{
	color:#444;
}

/* respond -------------- */

#respond{
	border-top:none;
	border-bottom:none;
	margin:1px 0 0 1px;
}

#respond h3 {
	padding-bottom: 0;
}

#respond.contact{
	border:none;
	margin:1px 0 0 1px;
	padding:25px 25px 0 10px;
}

#respond form{
	display:block;
	float:left;
	margin: 0 10px;
}

#respond.contact form{
	margin:0;
}

ol #respond form{ margin:0;}

ol #respond{ border:none; padding:30px 0 0 0; float:left;}
ol #respond, ol #respond h3{width:550px;}
ol #respond textarea{width:540px;}

ol ul #respond, ol ul #respond h3{width:460px;}
ol ul #respond textarea{width:450px;}

ol ul ul #respond, ol ul ul #respond h3{width:400px;}
ol ul ul #respond textarea{width:295px;}
ol ul ul #respond{ width:390px;}
ol ul ul #respond p{ width:400px;}

ol ul ul ul #respond, ol ul ul ul #respond h3{width:310px;}
ol ul ul ul #respond textarea{width:270px;}
ol ul ul ul #respond{ width:310px;}
ol ul ul ul #respond p{ width:310px;}

#respond p{
	float:left;
	margin:0 0 10px 0;
}

#respond input[type="submit"] {
	margin: 10px 0 0;	
}

#respond input[type="text"]{
	margin:0 18px 0 0;
	width:190px;
	float:left;
}

#respond textarea {
	margin:0 0 0 0;
	width:500px;
	float:left;
}

#respond label, .cancel-comment-reply{
	width:100px;
	display:block;
	float:left;
	padding:5px 0 0 0;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
}

.cancel-comment-reply{
	padding:10px 0 10px 0;
	width:300px;
}

#respond.contact label{
	width:400px;
	display:block;
	float:left;
	padding:0 0 10px 0;
}

/*-----------------------------------------------*/
/* SEARCH
/*-----------------------------------------------*/

.search {
	padding: 5px 5px 5px 20px!important;
	background: rgba(255, 255, 255, 0.6) url(images/ico/search.png) no-repeat 7px 8px!important;
	width: 87%;
}

/*-----------------------------------------------*/
/* BREADCRUMB
/*-----------------------------------------------*/

#breadcrumb {
	font-size: 10px;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 15px;
	
}


/*-----------------------------------------------*/
/* Minitabs
/*-----------------------------------------------*/

.minitabs_container {
    margin-bottom: 20px;    
}
ul.minitabs {
    overflow:hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}
ul.minitabs li {  
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #bbb;
    border-bottom: 0;
    display: inline;
    float: left;
    margin: 0 3px 0 0;
    padding: 1px 1px 0px;
    background: none;
}
ul.minitabs a { 
    display: block;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 2px 15px 2px;
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 1px;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #aaa;
}
ul.minitabs a:hover {
	color: #555;
    text-shadow: 0 1px 0 #fff;
}
ul.minitabs li a.current {
	color: #555;
    text-shadow: 0 1px 0 #fff;
    cursor: default;
    margin-bottom: 0px;
    padding-bottom:3px;
}
.minitabs_container .panes {
    margin: 0;
    padding: 15px 10px;
    border-top: 1px solid #cacaca;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.70)),to(rgba(254, 255, 253, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#fefffd');
	-webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.minitabs_container .panes p {
	margin-bottom: 10px;
}
.minitabs_container .panes > div{
    display:none;
    overflow:hidden;
}

/*-----------------------------------------------*/
/* Toggle
/*-----------------------------------------------*/

.toggle_title {
	font-size: 18px;
	border: 1px solid #cacaca!important;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 0!important;
	cursor: pointer;
}

.toggle_title.active {
	-webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #cacaca!important;
}

.toggle_title span {
	float: left;
	margin: 2px 7px 0 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/ico/sprite-black.png");
	background-position: 0 -96px;
}


.toggle_title.active span {
	background-position: -24px -96px;
}

.toggle_title:hover span {
	background-position: -312px -144px;
}

.toggle_title.active:hover span {
	background-position: -288px -144px;
}

.toggle_content {
	border: 1px solid #cacaca;
	border-top: 1px dotted #cacaca;
	padding: 9px 10px;
	margin: 1px 0 10px;
	display: none;
	background: rgba(255, 255, 255, 0.7);
	clear: left;
	margin-right: 1px;
	-webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*-----------------------------------------------*/
/* PAGE
/*-----------------------------------------------*/

#page_title h1 {
	padding: 5px 10px 5px 0px;
	text-shadow: 0 1px 0 #fff;
}

#page_content {
	padding-left: 10px;
}

#page_content p {
	margin-bottom: 15px;
	line-height: 17px!important;
}

.page h1 {
	margin-bottom: 0;
}

/*-----------------------------------------------*/
/* POST
/*-----------------------------------------------*/

#post_title h1 {
	padding: 5px 10px 0 0px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 2px;
}

#post_content {
	padding-left: 10px;
	min-height: 400px;
}

#post_content p {
	margin-bottom: 15px;
	line-height: 16px!important;
}

#tags {
	margin-bottom: 15px;
	font-size: 11px;
}

/*-----------------------------------------------*/
/* Images
/*-----------------------------------------------*/

.thumbnail img {
	position: relative;
	padding: 4px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 0.2);
}

.img_styled {
	margin-bottom: 30px;


}
.img_styled img {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);
	
}
.img_styled_event img {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);
	
}




.img_size_small {
	margin: 0 10px 10px 0;
}

.img_size_medium {
	margin: 0 15px 15px 0;
}

.img_size_large, .img_size_fullwidth {
	margin-bottom: 20px;
}

.thumbnail img {
	margin-bottom: 15px;
}

#post_content .thumbnail img {
	margin-bottom: 15px;
}



/* recoded*/

a.fancy {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);

}

a.fancy .overlay {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.fancy:hover .overlay {
	-moz-box-shadow: inset 0 0 90px #000000;  
	-webkit-box-shadow: inset 0 0 90px #000000;   
	box-shadow: inset 0 0 90px #000000;
}


a.fancy_event {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);

}

a.fancy_event .overlay {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.fancy_event:hover .overlay {
	-moz-box-shadow: inset 0 0 90px #000000;  
	-webkit-box-shadow: inset 0 0 90px #000000;   
	box-shadow: inset 0 0 90px #000000;
}







a.fancy .icon-resize-full {
	position: absolute;
	bottom: 8px;
	right: 8px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery a.fancy .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.gallery a.fancy .icon-resize-full {
	bottom: 5px;
	right: 5px;
}

a.fancy:hover .icon-resize-full {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-moz-transform: rotate(-360deg);
	-webkit-transform: translateZ(0) rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

/*-----------------------------------------------*/
/* Code Shortcode
/*-----------------------------------------------*/
.code, .pre {
	border: 1px solid #ccc;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	overflow:auto;
	text-shadow: #fff 0 1px 0;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	clear: left;
}
.code {
	padding:20px 4px;
	background: #F2F3F5 url("images/code_bg.gif") repeat scroll 0 0;
	line-height: 20px;
}

.pre {
	padding:20px 4px;
	line-height: 20px;
}

/*-----------------------------------------------*/
/* VIDEO
/*-----------------------------------------------*/

.video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------*/
/* Typography Shortcode
/*-----------------------------------------------*/
blockquote {
	font-size: 16px;
	padding: 10px 20px 10px 45px;
	background: transparent url(images/quote-black.png) no-repeat 0 3px;
	color: #ababab;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}
blockquote p {
	margin-bottom:3px!important;
	line-height: 20px;
}
blockquote.alignleft {
	margin: 10px 20px 0 0!important;
	width: 220px;
}
blockquote.alignright {
	margin: 10px 0 0 20px;
	width: 220px;
}
blockquote cite {
	color: #888;
	font-size: 12px;
	margin-left: 15px;
	font-style: normal;
}

/*-----------------------------------------------*/
/* Hightlight Shortcode
/*-----------------------------------------------*/
.highlight {
	padding: 0 3px;
	padding: 1px 3px;
	text-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.highlight.red {
	background-color: #ffcccf;
	color: #A14A40;
}

.highlight.blue {
	background-color: #D7E7F5;
	color: #5E6984;
}

.highlight.yellow {
	background-color: #FFF9CC;
	color: #736B4C;
}

.highlight.green {
	background-color: #E2F2CE;
	color: #466840;
}

.highlight.dark {
	background-color: #333;
	color:#fff;
}

/*-----------------------------------------------*/
/* Dropcaps
/*-----------------------------------------------*/

.dropcap1 {
	float: left;
	font-size: 36px;
	margin: 4px 10px 2px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px 6px;
	text-shadow: 0px -1px 0px #000000; color: #ffffff; background-color: #161619; background-image: -moz-linear-gradient(top, #343437, #000000); background-image: -ms-linear-gradient(top, #343437, #000000); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343437), to(#000000)); background-image: -webkit-linear-gradient(top, #343437, #000000); background-image: -o-linear-gradient(top, #343437, #000000); background-image: linear-gradient(top, #343437, #000000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343437', endColorstr='#000000', GradientType=0); border-color: #161619 #000000 #000000 #161619; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.dropcap2 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
}

.dropcap3 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
	font-style: italic;
}

/*-----------------------------------------------*/
/* TABLE
/*-----------------------------------------------*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 18px;
}

table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cacaca;
  background: rgba(249, 249, 249, 0.4);
}

table th {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #cacaca;
}

.compact th,
.compact td {
  padding: 4px 5px;
}

table {
  border: 1px solid #cacaca;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

table th,
table td {
  border-left: 1px solid #cacaca;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: rgba(249, 249, 249, 0.7);
}

/*table tbody tr:hover td,
table tbody tr:hover th {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
*/



/*-----------------------------------------------*/
/* GALLERY
/*-----------------------------------------------*/

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
}
.gallery .gallery-image-wrap {
    overflow:hidden;
    position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    height: auto;
    display:block;
    margin: 0 auto;
}
.gallery-caption {
    margin-left: 0;
}

.gallery a.fancy {
	width: 150px;
	height: 150px;
	margin: 0 auto 2px;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/*-----------------------------------------------*/
/* SIDEBAR
/*-----------------------------------------------*/

#sidebar {
	padding-left: 10px;
	margin-bottom: 20px;
	background: #f0eded;
	background: rgba(0,0,0,0.05);
	border-radius: 1px;
	border: 1px dashed #cacaca;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 310px;
}

.ie #sidebar {
	width: 295px;
}

.page-template-template-sidebar-left-php #sidebar {
	margin-right: 10px;
	margin-left: 0!important;
	border-right: 1px dashed #cacaca;
	border-left: none;
}

/*-----------------------------------------------*/
/* WIDGET
/*-----------------------------------------------*/


#sidebar a {
	color: #777;
}

.widget h4 {
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
}

#sidebar .widget {
	padding: 10px;
}

#sidebar .widget ul {
	margin-left: 12px;
}

#sidebar .widget ul li {
	margin-bottom: 5px;
}

#sidebar .widget ul li a {
	text-decoration: none;
}

#footer .row {
	margin-bottom: 10px;
}

#footer .widget {
	padding: 20px 5px 0 15px;
}

#sidebar .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 7px 7px 0;
	border-radius: 1px;
	background-color: #fff;
	padding: 5px;
	width: 75px;
	height: 75px;

}

#footer .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 7px 7px 0;
	padding: 5px;
	border-radius: 1px;
	background-color: rgba(0,0,0,0.5);
	width: 75px;
	height: 75px;
}

.widget_ga_instagram-widget ul {
	margin-left: 0!important;
}

#sidebar .widget_ga_instagram-widget ul li {
	float: left;
	margin:0 7px 7px 0;
	list-style: none;
	width: 75px;
	height: 75px;
	background-color: #fff;
	padding: 5px;
}

#footer .widget_ga_instagram-widget ul li {
	float: left;
	margin:0 7px 7px 0;
	padding: 5px;
	border-radius: 1px;
	background-color: rgba(0,0,0,0.5);
	list-style: none;
	width: 75px;
	height: 75px;
}


.widget_ga_instagram-widget ul li a, .flickr_badge_image a {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
}

.widget_ga_instagram-widget ul li a:before, .flickr_badge_image a:before, .recentpost a.thumb_widget:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.widget_ga_instagram-widget ul li a:hover:before, .flickr_badge_image a:hover:before {
	-moz-box-shadow: inset 0 0 40px #000000;  
	-webkit-box-shadow: inset 0 0 40px #000000;   
	box-shadow: inset 0 0 40px #000000;
}

.hb_tweet_widget #twitter_update_list {
	margin-left: 0;
}

#footer .hb_tweet_widget #twitter_update_list li {
	background: transparent url(images/quote.png) no-repeat 0 3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li {
	background: transparent url(images/quote-black.png) no-repeat 0 3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li, #footer .hb_tweet_widget #twitter_update_list li {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 11px;
}

#sidebar .hb_tweet_widget #twitter_update_list li span, #footer .hb_tweet_widget #twitter_update_list li span {
	display: block;
	margin-bottom:3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li a, #footer .hb_tweet_widget #twitter_update_list li a {
	color: #ccc;
	text-decoration: none;
}

#sidebar .hb_tweet_widget #twitter_update_list li span a, #footer .hb_tweet_widget #twitter_update_list li span a, #footer .widget a {
	color: #ddd;
}

.hb_social_widget ul {
	margin-left: 10px;
	margin-right: 10px;
}

.hb_social_widget ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
	background: none;
}

.hb_recentpost_widget .recentpost ul {
	margin-left: 0!important;
}

.hb_recentpost_widget .recentpost ul li, .hb_portfolioitem_widget .recentpost ul li {
	list-style-image: none;
	list-style: none;
	margin-bottom: 10px!important;
}

.hb_recentpost_widget .recentpost ul li .thumb_widget, .hb_portfolioitem_widget .recentpost ul li .thumb_widget {
	line-height: 0px;
}

.recentpost a.thumb_widget {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 3px solid rgba(255, 255, 255, 0.4);
}


.hb_recentpost_widget .recentpost ul li .thumb_widget img, .hb_portfolioitem_widget .recentpost ul li .thumb_widget img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#sidebar .widget .recentpost .thumb_widget, #footer .widget .recentpost .thumb_widget {
	float: right;
	margin-left: 10px;
	color: #444;
}

#sidebar .widget .recentpost .desc, #footer .widget .recentpost .desc {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 3px;
}

#footer .widget .recentpost h5, #sidebar .widget .recentpost h5 {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .widget .recentpost h5, #sidebar .widget .recentpost h5 a {
	text-decoration: none;
}

.widget .recentpost span.date {
	font-size: 10px;
	color: #999;
}

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

.gmaps {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
    position: relative;
    margin: 0 auto;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.gmaps .holder {
    overflow: hidden;
    position: relative;
    z-index: 799;
}

.gmaps iframe {
    z-index: -999;
    position: absolute;
}

.gmaps .shadow1, .gmaps .shadow2, .gmaps .shadow3, .gmaps .shadow4 {
	width: 50%;
	height: 50%;
	z-index: 999;
	position: absolute;
	background: url(data: image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
	pointer-events: none;
}

.gmaps .shadow2 {
	left: 50%;
}

.gmaps .shadow3 {
	top: 50%;
}

.gmaps .shadow4 {
	top: 50%;
	left: 50%;
}


/*-----------------------------------------------*/
/* WORD ROTATOR
/*-----------------------------------------------*/

.wordrotator {
	padding: 10px 15px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 1px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.wordrotator.bg {
 	background: rgba(255, 255, 255, 0.6) url(images/bg_light.png) repeat 0 0;
}

.content .wordrotator.bg {
	border: 1px dashed #cacaca;
	border-left: none;
	border-right: none;
}

.wordrotator h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wr-sentence {
	margin: 0;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
.wr-sentence span {
	color: #444;
}
.wr-words {
	display: inline;
	text-indent: 10px;
}

.ie.page-template-template-homepage-php .wordrotator, .ie.page-template-template-homepage-php .wordrotator h2 {
	display: none;
}

@-webkit-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}


/*-----------------------------------------------*/
/* PORTFOLIO
/*-----------------------------------------------*/

.page-template-template-portfolio-php #page_title h1 {
	margin-bottom: 10px;
}

#portfolio {
	margin-bottom: 20px;
}

#filters {
	float: right;
	margin-bottom: 35px;
	margin-top: -52px;
	margin-right: 10px;
}

.ie #filters {
	display: none;
}

#portfolio .hidden-input {
	display: none;
}

#filters .btn {
	cursor: pointer;
}





.event-item .circle-thumb {
	position: inherit;
	left: auto;
	margin: 0 auto;
}

#portfolio.threecols .event-item .circle-thumb {
	width: 250px;
	height: 250px;
}

#portfolio.fourcols .event-item .circle-thumb {
	width: 200px;
	height: 200px;
}

#portfolio.fivecols .event-item .circle-thumb {
	width: 160px;
	height: 160px;
}

.event-item .circle-thumb:hover, .event-item .circle-thumb.hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#portfolio.threecols .event-item .circle-thumb:hover, #portfolio.threecols .event-item .circle-thumb.hover, .portfolio.shortcode .event-item .circle-thumb:hover {
    box-shadow:
	    inset 0 0 0 25px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 50px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 75px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 100px rgba(255, 255, 255, 0.2);
}

#portfolio.fourcols .event-item .circle-thumb:hover, #portfolio.fourcols .event-item .circle-thumb.hover {
    box-shadow:
	    inset 0 0 0 20px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 40px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 80px rgba(255, 255, 255, 0.2);
}

#portfolio.fivecols .event-item .circle-thumb:hover, #portfolio.fivecols .event-item .circle-thumb.hover {
    box-shadow:
	    inset 0 0 0 15px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 30px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 45px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2);
}






.event-item {
	position: relative;
	width: 0px;
	float: left;
	margin-left: 11px;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	margin-bottom: 20px;
}

#portfolio.threecols .event-item {
	margin-bottom: 40px;
}

.event-item h3 {
	position: absolute;
	width: 60%;
	top: -30px;
	left: 20%;
	z-index: 100;
	text-align: center;
	color: transparent;
    text-shadow: 0px 0px 50px transparent, 0px 1px 50px transparent;
	text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#portfolio.fourcols .event-item {
	margin-left: 8px;
}

#portfolio.fourcols .event-item h3 {
	font-size: 22px;
}

#portfolio.fivecols .event-item h3 {
	font-size: 18px;
}

.event-item h3 a {
	color: transparent;
	text-decoration: none;
}

.event-item .circle-thumb:hover + h3, .event-item h3:hover {
	top: 25px;
    text-shadow: 0px 0px 0px #ffffff, 0px 0px 5px #282828;
}


input.ff-selector-type-all:checked ~ .event-item {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.single-portfolio #page_title h1 {
	margin-bottom: 0;
}

/*-----------------------------------------------*/
/* POSTFOLIO SHORTCODE
/*-----------------------------------------------*/

.portfolio.shortcode .event-item {
	width: 300px;
	margin-left: 0;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.portfolio.shortcode .event-item .circle-thumb {
	width: 220px;
	height: 220px;
}

.portfolio.shortcode .event-item h3 {
	top: 25px;
	text-shadow: 0px 0px 0px white, 0px 0px 5px #282828;
	border-bottom: none;
}

/*-----------------------------------------------*/
/* SOCIAL WIDGET
/*-----------------------------------------------*/
.hb_social_widget ul li {
	list-style: none;
}

.hb_social_widget ul li img {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hb_social_widget ul li img:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

/*-----------------------------------------------*/
/* 404
/*-----------------------------------------------*/

#lostinspace {
	text-align: center;
	margin: 20px 0;
}

#lostinspace a {
	text-decoration: none;
}

.error404 #header {
	-webkit-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	-moz-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	-o-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
}

.error404 #footer {
	-webkit-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	-moz-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	-o-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
}

.error404 .content404 {
	-webkit-transform:  perspective( 1000px ) rotateZ(1deg);
}

/*-----------------------------------------------*/
/* CONTACT
/*-----------------------------------------------*/

small {
	font-size: 10px;
	font-style: italic;
}

.wpcf7 {
	margin-bottom: 20px!important;
}

.wpcf7 br {
	display: none;
}

.wpcf7 textarea {
	width: 400px;
}

.wpcf7 input {
	display: block;
}

.page-template-template-contact-php .contact h6 {
	border-bottom: none;
	margin-bottom: 0!important;
}

.wpcf7-not-valid-tip {
	font-size: 10px!important;
	color: red!important;
	border: none!important;
	background: none!important;

	position: static!important;
}

.wpcf7-validation-errors {
width:250px;
	border: none!important;
	color: red!important;
}

/*-----------------------------------------------*/
/* FOOTER
/*-----------------------------------------------*/

#footer {
	margin-top: 0px; /*orig 30px;*/
	/*background: transparent url(images/footer_bg.png) repeat 0 0;*/
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#footer h6, #footer h3 {
	color: #fff;
	font-size: 16px;
	border-radius: 1px;
}

#footer #copyright {
	color: #aaa;
	font-size: 10px;
	padding: 5px 0;
	background-color: rgba(0,0,0,0.5);
	border-top: 1px dotted rgba(255,255,255,0.10);
	text-align: center;
}

.ie #thumbs .thumb img {
	box-shadow: none!important;
	filter: inherit!important;
}


/*-----------------------------------------------*/
/* Melusina specific code
/*-----------------------------------------------*/

/*-----------------------------------------------*/
/* Frontpage Buttons
/*-----------------------------------------------*/


#button-club
{
margin-left: auto; 
margin-right: auto; 
width: 100%;
	height:150px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;



}






div.animation-holder
{
z-index:10;
position:relative;

}


div.rounded {

background-size: cover;
border-width: 2px;
border-color: grey;
border-style: groove;
   		 border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.65);
              -webkit-transition: 200ms linear 0s;  
    -moz-transition: 200ms linear 0s;  
    -o-transition: 200ms linear 0s;  
    transition: 200ms linear 0s;  
        overflow: hidden;
    height:100%
    }

div.rounded:hover, div.rounded:focus {
   		 border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 3px rgba(248,0,223,0.35);
      -webkit-transition: 200ms linear 0s;  
    -moz-transition: 200ms linear 0s;  
    -o-transition: 200ms linear 0s;  
    transition: 200ms linear 0s;  
    outline: 0 none;  
    overflow: hidden;
    }



div.rounded img {
	height:100%;
   		 
    }




#button-pe
{
margin-left: auto; 
margin-right: auto; 
width: 100%;
	height:200px;
	margin-top: 30px;
	background: black;
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#button-restaurant
{
margin-left: auto; 
margin-right: auto; 
width: 100%;
	height:200px;
	margin-top: 30px;
	background: black;
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}



/*-----------------------------------------------*/
/* Menu Buttons
/*-----------------------------------------------*/


/*****jquery-menu-04 styles*****/
/*background image is property of vankarwai(me). Use is allowed for any purchaser.*/
div#wrapper-menu{/*background:url(../images/back-menu-vankarwai-image.jpg) 120px;  repeat-x #FFF;*/
position:absolute;
z-index:9999;
margin-top:120px;
margin-left:-20px;


}
div#wrapper-menu ul#nav-vert li {
	display:block;
	list-style:none;
}
div#wrapper-menu ul#nav-vert li a {
	display:inline-block;
	width: 190px;
	height:30px;
	padding:0px 20px 5px 10px;
	border-left:10px #ddd solid;
	background:#e5e5e5;
	font-size:2.6em;
	line-height:40px;
	color:#666;
	text-decoration:none;
	border-left-color:#474747;

	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	
}


div#wrapper-menu ul#nav-vert li:hover a {
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	
		color:#fff;

	
}



/*You can set color for each option and its hover color here (see functions.js too)*/
div#wrapper-menu ul#nav-vert li#item1 a{background-color:#fff;color:#9c2c50; border-left-color:#c0306a; margin-left:0px; }
div#wrapper-menu ul#nav-vert li#item2 a{background-color:#fff;color:#9c2c50; border-left-color:#888; margin-left:20px;}
div#wrapper-menu ul#nav-vert li#item3 a{background-color:#fff;color:#9b2c4f;border-left-color:#a77847;margin-left:0px;}
div#wrapper-menu ul#nav-vert li#item4 a{background-color:#fff;color:#9b2c4f;border-left-color:#888;margin-left:20px; }
div#wrapper-menu ul#nav-vert li#item5 a{background-color:#fff;color:#9b2c4f;border-left-color:#c0306a;margin-left:-5px;}
div#wrapper-menu ul#nav-vert li#item1 a:hover,div#wrapper-menu ul#nav li#item2 a:hover,div#wrapper-menu ul#nav li#item3 a:hover,div#wrapper-menu ul#nav li#item4 a:hover,div#wrapper-menu ul#nav li#item5 a:hover{color:#FFF;}


/*-----------------------------------------------*/
/* Social media buttons Buttons
/*-----------------------------------------------*/


div.socialmediablock {
	position:relative;
	float:right;
	margin-top:10px;
	margin-right:50px;
	z-index:999;
	}


div.facebookbutton {
	position: relative;
	}
 
img.facebookbuttona {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.facebookbuttonb {
	position: absolute;
	left: 0;
	top: 0;
	}


div.twitterbutton {
	position: relative;
	margin-left:40px;
	
	}
 
img.twitterbuttona {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.twitterbuttonb {
	position: absolute;
	left: 0;
	top: 0;
	}
	
	
	
div.foursquarebutton {
	position: relative;
	margin-left:80px;
	
	}
 
img.foursquarebuttona {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.foursquarebuttonb {
	position: absolute;
	left: 0;
	top: 0;
	}
	
	
	
div.myspacebutton {
	position: relative;
	margin-left:120px;
	
	}
 
img.myspacebuttona {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.myspacebuttonb {
	position: absolute;
	left: 0;
	top: 0;
	}


/*-----------------------------------------------*/
/* entrance buttons Buttons
/*-----------------------------------------------*/


		.slide-up-box-CLUB a { 
			display: block; 
			margin: 0 0 20px 0; 
			border: 0px solid #ccc; 
			height: 150px; 
			        text-decoration: none;

			overflow: hidden; 


		}
		
		.slide-up-box-CLUB h5 { 
			color: #eee; 
			text-align: left;
			height: 40px; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-left: 10px;
			font-size: 22pt;
			        text-decoration: none;

			font:  22px/40px;    /* Vertically center text by making line height equal to height */
			 opacity: 1;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;


		}
		
		.slide-up-box-CLUB a:hover h5 { 
			margin-top: -55px; 
			opacity: 0; 
			
		}
		
		.slide-up-box-CLUB div { 
			position: relative; 
			color: white; 
			font-size: 10pt;
			font: 12px/15px;
			height: 130px; 
			padding: 10px; 
			opacity: 0; 
			-webkit-transform: rotate(3deg); 
			-webkit-transition: all 0.4s linear; 
			-moz-transform: rotate(3deg); 
			-moz-transition: all 0.4s linear; 
			-o-transform: rotate(3deg); 
			-o-transition: all 0.4s linear; 

		}
		.slide-up-box-CLUB a:hover div { 
			opacity: 1; 
			-webkit-transform: rotate(0); 
			-moz-transform: rotate(0); 
			-o-transform: rotate(0); 
			
		}
		.slide-up-box-CLUB a:nth-child(1) div { background: rgba(0,0,0,0.7) 10px 10px no-repeat; padding-left: 120px; }
		
		
				.slide-up-box-PE a { 
				        text-decoration: none;

			display: block; 
			margin: 0 0 20px 0; 
			border: 0px solid #ccc; 
			height: 150px; 
			overflow: hidden; 


		}
		
		.slide-up-box-PE h5 { 
		        text-decoration: none;

	
			color: #eee; 
			text-align: left;
						padding-left: 10px;

			height: 40px; 
			background: rgba(0, 0, 0, 0.8); 
						padding-top: 5px;

			font-size: 22pt;
			font:  24px/40px;    /* Vertically center text by making line height equal to height */
			 opacity: 1;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;


		}
		
		.slide-up-box-PE a:hover h5 { 
			margin-top: -25px; 
			opacity: 0; 
			
		}
		
		.slide-up-box-PE div { 
		position: relative; 
			color: white; 
			font-size: 10pt;
			font: 12px/15px;
			height: 130px; 
			padding: 10px; 
			opacity: 0; 
			-webkit-transform: rotate(3deg); 
			-webkit-transition: all 0.4s linear; 
			-moz-transform: rotate(3deg); 
			-moz-transition: all 0.4s linear; 
			-o-transform: rotate(3deg); 
			-o-transition: all 0.4s linear; 


			
			
		}
		.slide-up-box-PE a:hover div { 
			opacity: 1; 
			-webkit-transform: rotate(0); 
			-moz-transform: rotate(0); 
			-o-transform: rotate(0); 
			
		}
		.slide-up-box-PE a:nth-child(1) div { background: rgba(0,0,0,0.7) url() 10px 10px no-repeat; padding-left: 20px; }
	
		
		
		
		
		
				.slide-up-box-REST a { 
			display: block; 
			margin: 0 0 20px 0; 
			border: 0px solid #ccc; 
			height: 150px; 
			overflow: hidden; 

        text-decoration: none;

		}
		
		.slide-up-box-REST h5 { 
			color: #eee; 
			text-align: left;
						padding-left: 10px;

			height: 40px; 
			background: rgba(0, 0, 0, 0.8); 
			text-decoration: none;

			padding-top: 5px;

			font-size: 22pt;
			font:  24px/40px;    /* Vertically center text by making line height equal to height */

			 opacity: 1;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;


		}
		
		.slide-up-box-REST a:hover h5 { 
			margin-top: -25px; 
			opacity: 0; 
			text-decoration: none;

			
		}
		
		.slide-up-box-REST div { 
			margin-top: 50px;
			position: relative; 
			color: white; 
			font: 12px/15px ;
			height: 60px; 
			padding: 10px; 
			opacity: 0; 
			-webkit-transform: rotate(3deg); 
			-webkit-transition: all 0.4s linear; 
			-moz-transform: rotate(3deg); 
			-moz-transition: all 0.4s linear; 
			-o-transform: rotate(3deg); 
			-o-transition: all 0.4s linear; 

		}
		.slide-up-box-REST a:hover div { 
		        text-decoration: none;

			opacity: 1; 
			-webkit-transform: rotate(0); 
			-moz-transform: rotate(0); 
			-o-transform: rotate(0); 
			
		}
		.slide-up-box-REST a:nth-child(1) div { background: rgba(0,0,0,0.7) url() 10px 10px no-repeat; padding-left: 80px;         text-decoration: none;
}
		



/*-----------------------------------------------*/
/* Melusina Events Styles
/*-----------------------------------------------*/




/* div#wrapper-menu ul#nav-vert li#item1 a{background-color:#fff;color:#9c2c50; border-left-color:#c0306a; margin-left:10px;}*/


.event {background-color:#edff77;color:#9c2c50; border-left-color:#c0306a; margin:10px; width:200px;}



#button-event
{
margin-left: auto; 
margin-right: auto; 
width: 100%;
	height:200px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;



}






div.animation-holder
{
z-index:10;
position:relative;

}


div.eventrounded {

background-size: cover;
border-width: 2px;
border-color: grey;
border-style: groove;
   		 border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.65);
              -webkit-transition: 200ms linear 0s;  
    -moz-transition: 200ms linear 0s;  
    -o-transition: 200ms linear 0s;  
    transition: 200ms linear 0s;  
        overflow: hidden;
    height:100%
    }

div.eventrounded:hover, div.rounded:focus {
   		 border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 3px rgba(248,0,223,0.35);
      -webkit-transition: 200ms linear 0s;  
    -moz-transition: 200ms linear 0s;  
    -o-transition: 200ms linear 0s;  
    transition: 200ms linear 0s;  
    outline: 0 none;  
    overflow: hidden;
    }



div.eventrounded img {
	height:100%;
   		 
    }





.entryDate-small { 
    color: #FFF; 

font-family: Economica; 
line-height: 1; 
margin-top:0px;
margin-left:15px;  
  width: 50px;
  z-index:999;
  background-color: black;
  text-decoration: none;
}

.entryDate-small span { 
    color: #FFF; 

width: 50px;
    display: block; 
    text-align: center; 
      text-decoration: none;

}

.postWeekday-small { 
    color: #FFF; 

width: 50px;
    padding-top: 0.2em; 

    text-transform: uppercase; 
    font-size: 1em;
      text-decoration: none;

    
}
.postMonth-small { 
    color: #FFF; 

width: 50px;
    text-transform: uppercase; 
    font-size: 1.1em;
    padding-top: 0.1em; 
      text-decoration: none;

}
.postDay-small { 
    color: #FFF; 

  text-decoration: none;

width: 50px;font-size: 3em; font-weight: bold;}
.postYear-small { 
width: 50px;
    background-color: #ff0081; 
    color: #FFF; 
    font-size: 1.2em; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
      text-decoration: none;

}








.entryDate { 
/*border: 1px solid white; */

font-family: Economica; 
line-height: 8px; 
margin-left:15px;  
  width: 55px;
  z-index:999;
  background-color: black;
    color: #FFF; 

  text-decoration: none;
}

.entryDate span { 
    color: #FFF; 

    display: block; 
    text-align: center; 
      text-decoration: none;

}
.postWeekday { 
    color: #FFF; 

    padding-top: 5px; 

    text-transform: uppercase; 
    font-size: 1.0em;
      text-decoration: none;

    
}
.postMonth { 
    color: #FFF; 

    text-transform: uppercase; 
    font-size: 1.1em;
    padding-top: 5px; 
      text-decoration: none;

}
.postDay {     color: #FFF; 

    margin-top: 7px;

    margin-bottom: 5px;
      text-decoration: none;


font-size: 3em; font-weight: bold;}
.postYear { 
    color: #FFF; 

  text-decoration: none;

    background-color: #ff0081; 
    color: #FFF; 
    font-size: 1.6em; 
    padding: 0.3em 0; 
    padding-top:8px; 
    padding-bottom:8px; 

}



.slide-up-box-event-footer { 
			height:100px;
			color:gray;
			background-color: gray;


		}


.slide-up-box-event a { 
			display: block; 
			margin: 0 0 20px 0; 
			border: 0px solid #ccc; 
			height: 400px; 
			text-decoration: none;
			overflow: hidden; 


		}
		
		.slide-up-box-event h5{ 
			color: black;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:180px;
			padding-left: 10px;
			font-size: 14pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:80%;
			        background-color: #ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
		border:0px;
    text-shadow: 0 0px 0 transparent;



		}
		.slide-up-box-event h9{ 
			color: black;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:200px;
			padding-left: 10px;
			font-size: 18pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:80%;
			        background-color: #ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
		border:0px;
    text-shadow: 0 0px 0 transparent;



		}

		
		
			.slide-up-box-event h4 { 
		
			color: #000;
			z-index:99;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:-10px;
			padding-left: 10px;
			font-size: 14pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:60%;
			        background-color:#ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
border:0px;
		    text-shadow: 0 0px 0 transparent;



		}	
			.slide-up-box-event h1 { 
			color: #fff;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:10px;
			padding-left: 10px;
			font-size: 14pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:80%;
			        background-color: #000;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
		border:0px;
    text-shadow: 0 0px 0 transparent;



		}
		
		
			.slide-up-box-event h6 { 
		
			color: #000;
			z-index:99;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:0px;
			padding-left: 10px;
			font-size: 12pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:60%;
			        background-color:#ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
border:0px;
		    text-shadow: 0 0px 0 transparent;



		}	

		
		
		
		
		/*.slide-up-box-event a:hover h5 { 
		
			margin-top: -85px; 
			opacity: 0; 
			
		}*/
		
		.slide-up-box-event div { 
		z-index:10;
			position: relative; 
			color: white; 
			font-size: 10pt;
			font: 12px/15px;
			height: 230px; 
			padding: 10px; 
			opacity: 0; 
			-webkit-transform: rotate(3deg); 
			-webkit-transition: all 0.4s linear; 
			-moz-transform: rotate(3deg); 
			-moz-transition: all 0.4s linear; 
			-o-transform: rotate(3deg); 
			-o-transition: all 0.4s linear; 

		}
		/*.slide-up-box-event a:hover div { 
			opacity: 1; 
			-webkit-transform: rotate(0); 
			-moz-transform: rotate(0); 
			-o-transform: rotate(0); 
			
		}*/
		.slide-up-box-event a:nth-child(1) div {  padding-left: 120px; }
		
		
/* small slideupbox events*/

.slide-up-box-event-small-footer { 
			height:100px;
			color:gray;
			background-color: gray;


		}


.slide-up-box-event-small a { 
			display: block; 
			margin: 0 0 20px 0; 
			border: 0px solid #ccc; 
			height: 400px; 
			text-decoration: none;
			overflow: hidden; 


		}
		
		.slide-up-box-event-small h5{ 
			color: #fff;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:30px;
			padding-left: 10px;
			font-size: 14pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:80%;
			        background-color: #000;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
		border:0px;
    text-shadow: none;


 
		}
		
		
			.slide-up-box-event-small h4 { 
		
			color: #000;
			z-index:99;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:-10px;
			padding-left: 10px;
			font-size: 12pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:60%;
			        background-color:#ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
border:0px;
		    text-shadow: 0 0px 0 transparent;



		}	
			.slide-up-box-event-small h1 { 
			color: #fff;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:35px;
			padding-left: 10px;
			font-size: 14pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:90%;
			        background-color: #000;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
		border:0px;
    text-shadow: 0 0px 0 transparent;



		}
		
		
			.slide-up-box-event-small h6 { 
		
			color: #000;
			z-index:99;
			/*text-shadow: 1px 1px 1px white; */
			text-align: left;
			height: auto; 
			background: rgba(0, 0, 0, 0.8); 
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top:0px;
			padding-left: 10px;
			font-size: 12pt;
			        text-decoration: none;
			        margin-left:-5px;
			        width:60%;
			        background-color:#ff0081;

			font:  18px/32px;    /* Vertically center text by making line height equal to height */
			 opacity: 0.9;
			 -webkit-transition: all 0.2s linear; 
			 -moz-transition: all 0.2s linear; 
			 -o-transition: all 0.2s linear;
			-webkit-transform: rotate(-2deg); 
			-moz-transform: rotate(-2deg); 
			-o-transform: rotate(-2deg); 
border:0px;
		    text-shadow: 0 0px 0 transparent;



		}	

		
		
		
		
		/*.slide-up-box-event a:hover h5 { 
		
			margin-top: -85px; 
			opacity: 0; 
			
		}*/
		
		.slide-up-box-event-small div { 
		z-index:10;
			position: relative; 
			color: white; 
			font-size: 10pt;
			font: 12px/15px;
			height: 230px; 
			padding: 10px; 
			opacity: 0; 
			-webkit-transform: rotate(3deg); 
			-webkit-transition: all 0.4s linear; 
			-moz-transform: rotate(3deg); 
			-moz-transition: all 0.4s linear; 
			-o-transform: rotate(3deg); 
			-o-transition: all 0.4s linear; 

		}
		/*.slide-up-box-event a:hover div { 
			opacity: 1; 
			-webkit-transform: rotate(0); 
			-moz-transform: rotate(0); 
			-o-transform: rotate(0); 
			
		}*/
		.slide-up-box-event-small a:nth-child(1) div {  padding-left: 120px; }
		
		



/************************************************************************
 -==- la carte
 *************************************************************************/



/************************************************************************
 -==- jquery tabs settings
 *************************************************************************/



#scroller-header a {
	text-decoration:none; 
	color:#867863; 
	padding:0 2px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#fff;
}

a.selected {
	text-decoration:underline !important; 
	color:#fff !important;
}



#scroller-header {
	background:url(images/header.gif) no-repeat;
	width:500px;
	height:70px;
	padding:35px 0 0 15px;
	font-weight:700;
}

#scroller-header li {
	list-style-type: none;
	width: 306px;
	float: left;


}


#scroller-body {
	background:url(images/body.gif) no-repeat bottom center;
	width:500px;
	padding-bottom:30px;
}

#mask {
	width:610px;
	overflow:hidden;
}

#panel {
}



#panel div {
float:left;
	min-height:300px;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;

}

	#panel ul li {
		padding-top:4px;
		color:#fff;


	}












	#panel ul li.last {
		border-bottom:none !important;
		
	}


	#panel ul li.lacarte-title {
	font-size: 16pt;
	align: left;

	font-family: 'Square721BTRoman', arial, serif; font-weight: bold;
	border-bottom:none !important;
	
	
	
	}
	
	
	
	#panel li span.menu-title{
	background: transparent url(images/bg_light.png) repeat 0 0;
padding:1px 0 1px 5px;
color:#fff;
position:relative;
top:.4em;
float:right;
}
	
	


	







#panel-1 {
}

#panel-2 {
}

#panel-3 {
}




#panel ul li.menu-title {
line-height:1.5;
margin:0 0  0 10px;
position:relative;
float:left;
width:100%;
text-align:left;

clear:both;
font-size: 16pt;
font-style: normal;
font-family: 'Square721BTRoman', arial, serif; 


}


#panel ul li.menu-details {
line-height:1;
padding: 0px 0px 0px 10px;
position:relative;
float:left;
width:100%;
text-align:left;
clear:both;
font-size: 9pt;
font-family: 'Square721BTRoman', arial, serif; 
font-style: italic;
}



#panel li span.menu-price{
background:#f6f6f6;
padding:1px 20px 0px 0px;
color:#fff;
position:relative;
top: 4px;
float:right;
font-family: 'Square721BTRoman', arial, serif; 
font-size: 12pt;
font-style: italic;


}









#panel ul li.plat-title {
line-height:2;
margin:0 0  0 10px;
position:relative;
float:left;
width:100%;
text-align:left;

clear:both;
font-size: 12pt;
font-style: normal;
font-family: 'Square721BTRoman', arial, serif; 

}



#panel ul li.menu-title-plat {
line-height:2;
margin:0 0  0 10px;
position:relative;
float:left;
width:100%;
text-align:center;

clear:both;
font-size: 14pt;
font-style: oblique;
text-decoration: underline;
margin-top: 30px;
margin-bottom: 50px;
font-family: 'Square721BTRoman', arial, serif; 


}





#panel ul li.dotshead {
line-height:1.5;
position:relative;
float:left;
width:100%;
text-align:left;
clear:both;
font-size: 4pt;
font-style: normal;
border-bottom:1px dotted #666;
top:-20px;
margin-bottom:30px;
}

	
	








#panel li.lacarte-header{
line-height:1.2;
margin:-.9em 0 0 0;
position:relative;
float:left;
width:100%;
text-align:left;
clear:both;
background:#f6f6f6;


}


#panel li span.lacarte-header{
	background: transparent url(images/bg_light.png) repeat 0 0;
padding:1px 0 1px 5px;
color:#fff;
position:relative;
top:.4em;
float:right;
}


#panel li em.lacarte-header{
margin-left:0px ;
position:relative;
top:1.6em;
padding:0 5px 0 0;
	background: transparent url(images/bg_light.png) repeat 0 0;
font-size: 12pt;
font-style: normal;
font-family: 'Square721BTRoman', arial, serif; 

}






#panel li.lacarte-title{
height:5px;
margin: 0  0 0 0;
position:relative;
float:left;
width:100%;
text-align:left;
clear:both;
background:#0000;


}


* html #panel li{
border:none;
background: url(images/dotted-leader.gif) repeat-x left bottom;
}


#panel li span.lacarte-title{
background:#0000;
padding:1px 0 1px 5px;
color:#fff;
position:relative;
top:0;
float:right;
}


#panel li em.lacarte-title{
margin-left:0px ;
position:relative;
padding:0 5px 0 0;
background:#000000;
font-size: 12pt;
font-style: normal;
font-family: 'Square721BTRoman', arial, serif; 




}




#panel p.lacarte-details{
margin-left:10px ;
line-height: 1;

padding:0 200px 0 0;


}






#panel li.lacarte-details{

position:relative;
float:left;
width:100%;
text-align:left;
clear:both;
z-index:11;

margin-bottom:-10px;
color: #333333;

}



#panel li span.lacarte-details{
background-color:#000;

color:#fff;
position:relative;
float:right;
font-family: 'Square721BTRoman', arial, serif; 
font-size: 12pt;
font-style: italic;
top:-23px;
z-index:11;
}


#panel li em.lacarte-details{
top: 16px;


position:relative;
padding:0 0px 0 0;
	background: transparent url(images/bg_light.png) repeat 0 0;

font-family: 'Square721BTRoman', arial, serif; 
font-size: 9pt;
font-style: italic;
z-index:11;


}






#panel ul li.dots {
height:1px;
margin-left: 10px;
position:relative;
float:left;
width:95%;
border-bottom:1px dotted #666;
z-index:1;
top:-21px;

}




/************************************************************************
 -==- wp-events style override
 *************************************************************************/



#em-wrapper h2 {
width:150px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
}

#em-month-splitter {border-bottom-width: 1px;
border-bottom-style: dashed;
margin-bottom:50px;
margin-top:20px;

}


/************************************************************************
 -==- Facobook style override
 *************************************************************************/

/* Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ */

/* This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. */

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}









.em-booking-login-form{
text-align: left;
}






/************************************************************************
 -==- frontpage profile style
 *************************************************************************/
 
 .your-profile h3 {
	 margin-top:50px;
	 width:150px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
  .your-profile h4 {
	 margin-top:50px;
	 width:150px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
  
  
  
  
   .wpcf7-form h3 {
	 margin-top:50px;
	 width:150px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
  
  
 #bookingform h3 {
	 
	 margin-bottom:-30px;

	 width:220px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 24px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
 #bookingform h2 {
	 margin-top:20px;

	 width:190px;
margin-left:20px;
z-index:11;  padding:10px 10px 10px 10px; background-color:#ff0081; color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
 
 
  #sidebar h3 {
	 margin-top:-20px;
	 margin-bottom:-30px;

	 width:220px;
margin-left: -10px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 24px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
 #sidebar h2 {
	 margin-top:20px;

	 width:190px;
margin-left:20px;
z-index:11;  padding:10px 10px 10px 10px; background-color:#ff0081; color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 

  
 #sidebar h5 {
	 margin-top:10px;

	 width:190px;
margin-left:20px;
z-index:11;  padding:10px 10px 10px 10px; background-color:#ff0081; color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
 



    /*    Content Styles* - resolution dependant*/
    
.content-maininfo {	 position:absolute;  margin-top:-40px; left:-20px; z-index:11;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
     }
    .content-cover-title		{  z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 36px; 	font-weight:bold;font-family: Economica; }
    .content-cover-date		{ z-index:11; margin-left:40px; padding:5px 5px 5px 10px; background-color:#ff0081;color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; margin-top:-10px;}


.content h10 {
	 margin-top:50px;
	 margin-bottom:-30px;

	 width:220px;
margin-left:-30px;
z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 24px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }
 
.content h11 {
	 margin-top:20px;

	 width:190px;
margin-left:20px;
z-index:11;  padding:10px 10px 10px 10px; background-color:#ff0081; color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
	 
 }






   /*    Content Styles* - resolution dependant*/
    
.article-headline {	 
position:absolute; 
margin-top:10px; 
left:-20px; 
z-index:11;
-moz-transform:rotate(-2deg); 
-webkit-transform:rotate(-2deg);
-o-transform:rotate(-2deg);
-ms-transform:rotate(-2deg);
}
     
.article-headline-title
{  z-index:11;  padding:10px 10px 10px 50px; background-color:black;color:white; font-size: 36px; 	font-weight:bold;font-family: Economica; }
.article-headline-subtitle
{ z-index:11; margin-left:40px; padding:5px 5px 5px 10px; background-color:#ff0081;color:black; font-size: 16px; 	font-weight:bold;font-family: Economica; margin-top:-10px;}


.content h9{	 
position:absolute; 
margin-top:-40px; 
left:-20px; 
z-index:11;
-moz-transform:rotate(-2deg); 
-webkit-transform:rotate(-2deg);
-o-transform:rotate(-2deg);
-ms-transform:rotate(-2deg); 
padding: 20px 20px 20px 50px; 
background-color:black;
color:white; 
font-size: 36px; 	
font-weight:bold;
font-family: Economica; 
}

.black-title{	 
position:absolute; 
margin-top:30px; 
margin-bottom:30px; 

left:-20px; 
z-index:11;
-moz-transform:rotate(-2deg); 
-webkit-transform:rotate(-2deg);
-o-transform:rotate(-2deg);
-ms-transform:rotate(-2deg); 
padding: 20px 20px 20px 50px; 
background-color:black;
color:white; 
font-size: 36px; 	
font-weight:bold;
font-family: Economica; 
}


.black-title-PE{
margin-top:50px;	 
-moz-transform:rotate(-2deg); 
-webkit-transform:rotate(-2deg);
-o-transform:rotate(-2deg);
-ms-transform:rotate(-2deg); 
height:80px;

}


.black-title-PE span {
background: #000000;
color:white; 
font-size: 36px; 	
font-weight:bold;
font-family: Economica; 
padding: 10px 10px 10px 50px; 
margin-left:-20px;

   
}


/*
.content h10{	 
position:absolute; 
margin-top:30px; 
left:40px; 
z-index:11;
-moz-transform:rotate(-2deg); 
-webkit-transform:rotate(-2deg);
-o-transform:rotate(-2deg);
-ms-transform:rotate(-2deg);
padding: 5px 5px 5px 50px; 
background-color:#ff0081;
color:black; 
font-size: 20px; 	
font-weight:bold;
font-family: Economica; 
}

*/









/*  responsive videos
/* ------------------------------------ */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 95%; height: 100%; }
.video-container.fancybox-video { display: none; width: 700px; }




.widget_em_widget li{
margin-left:-14px;
	list-style: none;
	
}


.widget_em_widget h4{
	margin-top:5px;
	 margin-bottom:-10px;

	 width:180px;
margin-left:-20px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
    text-shadow: 0 0px 0 transparent;

	
}







.widget_umlogin h4{
	margin-top:-15px;
	 margin-bottom:10px;

	 width:120px;
margin-left:-20px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 20px; 	font-weight:bold;font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
    text-shadow: 0 0px 0 transparent;

	
}

/* Newsletter signup header style */
.widget_cm_ajax h4{
	margin-top:10px;
	 margin-bottom:10px;
	 width:180px;
margin-left:-20px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 20px; 	
font-weight:bold;
font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
    text-shadow: 0 0px 0 transparent;

	
}


/* Newsletter signup header style */
.widget_wp_sidebarlogin h4{
	margin-top:10px;
	 margin-bottom:10px;
	 width:180px;
margin-left:-20px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 20px; 	
font-weight:bold;
font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
    text-shadow: 0 0px 0 transparent;

	
}


.widget_facebook_widget h4, .widget_text h4{
	margin-top:10px;
	 margin-bottom:10px;
	 width:180px;
margin-left:-20px;
z-index:11;  padding:10px 10px 10px 20px; background-color:black;color:white; font-size: 20px; 	
font-weight:bold;
font-family: Economica; 
border-width: 0px;
    -moz-transform:rotate(-2deg); 
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
    
    text-shadow: 0 0px 0 transparent;

	
}



.vip_package {margin-bottom:10px;}
p.input-field-over18 {margin-bottom:20px;}
p.input-dbem_phone{margin-bottom:20px;}
p.input-field-privacy_policy {margin-bottom:20px;}
.em-booking-form-details {max-width: 280px;}

.em-booking-form-details p {margin-top:0px;}





ul.like-buttons{
float: left;
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
width: 100%;
}

ul.like-buttons li{
    display: block;
    float: left;
    margin-right: 10px;
}
li.twitter-like{
    margin-top: 2px;
}

	




.menu-title-plat{
	text-align: center;
	
}







li.lacarte-item{

min-height: 5px;
list-style: none;
	display:block;



}


li.lacarte-title{

font-size: 10pt;
font-weight: bold;
list-style: none;
    border-bottom: 1px dotted black;
width:94%;


}
li.lacarte-details{
list-style: none;
}





.lacarte-detailsprice{
margin-top:-5px;
margin-right:20px;
max-width:500px;
    height: 100%;
    list-style: none;
}




p.lacarte-details{
float:left;
font-size: 9pt;
font-style: italic;
z-index:11;
list-style: none;
}

p.lacarte-price{
float:right;
font-size: 12pt;
font-style: italic;
list-style: none;
font-weight: 100;
margin-top: -2px;
}


.ui-datepicker-calendar, .ui-datepicker-header {
	background-color: #bbbbbb !important;
}
.ui-datepicker-header {padding:10px;}

.ui-datepicker-prev { 
	float:left;
		cursor: pointer;
		font-weight: bold;


}

.ui-datepicker-next {
	float:right;
	cursor: pointer;
	font-weight: bold;

}

.ui-datepicker-title {
	text-align: center;
	font-size: 14px;
}
