/*
Theme Name: Modernize
Theme URI: -
Description: Modernize Wordpress Theme
Version: 1.15
Author: Good Layers
Author URI: http://goodlayers.com
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul { }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-spacing: 0;
		border: 1px solid;
		width: 100%; }
	tr th{
		border-bottom: 1px solid;
		text-align: left;
	}
	tr th, tr td{
		padding: 9px 20px;
		border-right: 1px solid;
	}
	tr th:last-child, tr td:last-child{
		border-right: 0px;
	}
	table th{ font-weight: bold; }

@font-face {
    font-family: 'PacificoRegular';
    src: url('font/Pacifico-webfont.eot');
    src: url('font/Pacifico-webfont.eot#iefix') format('embedded-opentype'),
         url('font/Pacifico-webfont.woff') format('woff'),
         url('font/Pacifico-webfont.ttf') format('truetype'),
         url('font/Pacifico-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab100';
    src: url('font/Museo_Slab_100-webfont.eot');
    src: url('font/Museo_Slab_100-webfont.eot#iefix') format('embedded-opentype'),
         url('font/Museo_Slab_100-webfont.woff') format('woff'),
         url('font/Museo_Slab_100-webfont.ttf') format('truetype'),
         url('font/Museo_Slab_100-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab300';
    src: url('font/Museo_Slab_300-webfont.eot');
    src: url('font/Museo_Slab_300-webfont.eot#iefix') format('embedded-opentype'),
         url('font/Museo_Slab_300-webfont.woff') format('woff'),
         url('font/Museo_Slab_300-webfont.ttf') format('truetype'),
         url('font/Museo_Slab_300-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('font/Museo_Slab_500-webfont.eot');
    src: url('font/Museo_Slab_500-webfont.eot#iefix') format('embedded-opentype'),
         url('font/Museo_Slab_500-webfont.woff') format('woff'),
         url('font/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('font/Museo_Slab_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab700';
    src: url('font/Museo_Slab_700-webfont.eot');
    src: url('font/Museo_Slab_700-webfont.eot#iefix') format('embedded-opentype'),
         url('font/Museo_Slab_700-webfont.woff') format('woff'),
         url('font/Museo_Slab_700-webfont.ttf') format('truetype'),
         url('font/Museo_Slab_700-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #Basic Styles
================================================== */
	body {
		font-family: "museo-sans", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
		font-size: 15px;
		color: #666;
		-webkit-text-size-adjust: 100%;
		line-height: 24px;
		font-weight: 300;
 }
 	html{ min-height: 100%; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "museo-sans", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 15px;}
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a{ color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links
================================================== */
	a{ color: inherit; text-decoration: none; outline: 0; }
	a:hover{ color: inherit; }
	p a { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { }
	ul {  }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px;}
	.gdl-page-item li {margin-bottom: 15px;}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	img{ display: block; }

	iframe{ display: block; }
/* #Buttons
================================================== */
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		height: 29px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;
		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background-image: url('images/gradient-bottom4-32px.png'); }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	a.gdl-button{
		height: 26px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;
		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; }
	a.gdl-button:hover{
		background-image: url('images/gradient-bottom4-32px.png');
	}

	.gdl-image-frame{
		padding: 4px;
		display: inline-block;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px;
		color: inherit; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0 0 20px; display: block; list-style: none; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "museo-sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block; }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Custom Tag
================================================== */
	.wp-caption, .wp-caption-text,
	.sticky, .gallery-caption,
	.bypostauthor{}
	.alignright{ float: right; margin-left: 15px;}
	.alignleft{ float: left; margin-right: 15px;}
	.aligncenter{ margin: 0 auto 0; }
	.shortcode-image-left{ margin-right: 12px; }
	.shortcode-imarg-right{ margin-left: 12px; }

	br.clear{ clear: both; height: 0px; display: block; }
	.display-none{ display:none; }
	.overflow-hidden{ position: relative; overflow: hidden; }

	.mt0{ margin-top: 0px !important;}
	.mt10{ margin-top: 10px !important; }
	.mt15{ margin-top: 15px !important; }
	.mt20{ margin-top: 20px !important; }
	.mt25{ margin-top: 25px !important; }
	.mt30{ margin-top: 30px !important; }
	.mt40{ margin-top: 40px !important; }
	.mb0{ margin-bottom: 0px !important; }
	.mb5{ margin-bottom: 5px !important; }
	.mb10{ margin-bottom: 10px !important; }
	.mb15{ margin-bottom: 15px !important; }
	.mb30{ margin-bottom: 30px !important; }
	.ml0{ margin-left: 0px !important; }
	.mr0{ margin-right: 0px !important; }

	.pt25{ padding-top: 25px !important; }

	/*disable blank space*/
	cufon[alt=" "]{
	   display: none !important;
	}


/* #Theme Style
================================================== */
div.body-wrapper{ }
div#custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; }
div#custom-full-background img{
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	min-width: 50%; min-height: 50%; }
div.container{ overflow: hidden; }

.preloader { display: block; background:url(images/loading.gif) center center no-repeat; }

/*--- Header ---*/
div.header-wrapper{ position: relative; background-color: #E01B76; }
div.logo-wrapper img{ display: inline-block; }
div.outer-social-wrapper{ text-align: center; }
div.social-wrapper { float: right; text-align: right; font-size: 15px; font-weight: bold;}
div.social-wrapper-text { margin-bottom: 10px; }
div.social-icon { float: right; margin-left: 11px; opacity: 0.55; filter: alpha(opacity=55); cursor: pointer; }

/*--- Top Navigation ---*/
div.top-navigation-wrapper{ position: relative; z-index: 20; min-width: 980px; }
div.top-navigation-wrapper-gimmick{ padding-bottom: 2px; }
div.top-navigation.container{
	font-size: 11px; padding-top: 7px; padding-bottom: 7px; line-height: 100%;
	text-align: center; background: transparent;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;}
div.top-navigation-right{ float: right; margin-right: -9px;}
div.top-navigation-left{ float: left; margin-left: -9px;}
div.top-navigation-left ul{ list-style: none; margin-left: 0px;}
div.top-navigation-left li{ float: left; }
div.top-navigation-left li a{ color: inherit; padding: 0px 8px 0px 8px; line-height: 100%; display: block; }
div.top-navigation-left li ul{ display: none; }
div.top-navigation-left ul li:last-child a{ border-right: 0px !important; }
div.top-navigation-left ul li:first-child a{ padding-left: 0px !important; }

div.top_navigation-header-padding{ padding-top: 15px; }
div.top-navigation-wrapper.container{
	padding-top: 5px; padding-bottom: 0px; background: transparent; }

/*--- Navigation ---*/
div.navigation-wrapper{
	font-size: 13px; font-weight: bold; text-align: center; }

div.navigation-wrapper ul li ul li{ font-weight: normal; }
div#main-superfish-wrapper{ margin-left: 10px; }

/*--- Search Form ---*/
div.search-wrapper{ float: right; }
div.search-wrapper form { margin: 0px; padding: 9px 0px 9px 0px; }
div.search-wrapper #search-text{ width: 1px; overflow: hidden; float: left; }
div.search-wrapper input[type="text"]{
	font-size: 11px; padding: 2px 5px 2px 6px; margin: 0px 0px 0px 9px; width: 150px; height: 19px;
	line-height: 19px; border: 0px;}
div.search-wrapper input[type="submit"]{
	padding: 0px; margin: 3px 10px 3px 10px; width: 17px; height: 17px; float: right;
	border: 0px;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none}

/*--- Content ---*/
div.content-wrapper{ position: relative; }

/*--- Page ---*/
div.gdl-page-item{ padding-bottom: 30px; }
div.gdl-page-title{ font-size: 20px; border-bottom: 1px solid; padding-bottom: 6px; }
div.gdl-page-title-testimonial{ font-size: 24px;}
div.gdl-page-content{ margin-top: 35px; }
div.gdl-page-content-testimonial{ margin-top: 5px; float: right; width: 840px; }

div.pagination{
	margin: 25px 10px 0px 10px; border-top: 1px solid; text-align: right; padding-right: 0px;
	position: relative; z-index: 99;}
div.pagination a, div.pagination span{
	padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block;
	text-align: center; color: inherit; }
div.pagination a:last-child, div.pagination span:last-child{ border-right: 1px solid; border-color: inherit; }
div.pagination a:hover{ background: none; color: inherit; }
div.pagination span{ }

/*--- Sidebar ---*/
div.custom-sidebar { border-color: inherit; margin-bottom: 40px; clear: both; }
div.custom-sidebar ul{ list-style: none; margin-left: 0px; border-color: inherit; }
div.custom-sidebar ul li{
	padding-top: 9px; padding-bottom: 9px; border-bottom: 1px solid; border-color: inherit; }
div.custom-sidebar ul li{ padding-left: 15px; background-position: 0px 4px; }
div.custom-sidebar #recentcomments a{background: none; }
div.custom-sidebar #twitter_update_list{ font-family: 'Droid Serif'; font-style: italic;}
div.custom-sidebar #twitter_update_list li{ background: none; padding-left: 0px; }
div.custom-sidebar #twitter_update_list li span a {
margin-top: 0px;
margin-right: 6px;
float: left;
}
div.custom-sidebar #twitter_update_list li a {display: table;
margin-top: 10px;
float: none;
clear: both;
}

/*--- Custom Widget ---*/
div.custom-sidebar .textwidget{ margin-top: 15px; }

div.custom-sidebar .gdl-recent-post-widget{ border-color: inherit; }
div.custom-sidebar  .recent-post-widget{
	padding-top: 13px; padding-bottom: 13px; border-bottom: 1px solid; border-color: inherit; }
div.custom-sidebar  .recent-post-widget-thumbnail{
	background-color: #f3f3f3; padding: 4px; border: 1px solid #fff;  float: left; }
div.custom-sidebar  .recent-post-widget-context{ margin-left: 95px; margin-top: 2px; }
div.custom-sidebar  .recent-post-widget-date{
	margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Droid Serif'; font-style: italic;
	background-position: 0px 0px; padding-left: 22px; }
div.custom-sidebar  .recent-post-widget-comment-num{
	margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Droid Serif'; font-style: italic;
	background-position: 0px 0px; padding-left: 22px; }

div.custom-sidebar .twitter-whole{ border-color: inherit; }
div.custom-sidebar .twitter-whole ul li  a{ background: none; padding: 0px; }

div.custom-sidebar .flickr-widget{ margin-top: 10px; display: inline-block; }
div.custom-sidebar .flickr_badge_image{	margin: 10px 10px 0px 0px; float: left;}
div.custom-sidebar .flickr-widget img{ width: 56px; height: 56px; }

div.custom-sidebar .contact-widget-whole ol{ list-style: none; margin-left: 0px; margin-top: 15px; }
div.custom-sidebar .contact-widget-whole ol li{ margin-right: 10px; }
div.custom-sidebar .contact-widget-whole input,
div.custom-sidebar .contact-widget-whole textarea{ margin-bottom: 16px; }
div.custom-sidebar .screenReader{ display: none; }

div.custom-sidebar .gdl-recent-port-widget{ margin-top: 10px; }
div.custom-sidebar .recent-port-widget{ float: left; margin-right: 10px; margin-top: 10px; }

/* Sidebar right/left */
div.right-sidebar-wrapper{
	border-left: 1px solid;
	padding-top: 32px;
	padding-left: 20px; }

div.servizi-sidebar-wrapper{
	padding-left: 20px; }

div.right-sidebar-wrapper .custom-sidebar-title{
	padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: #ececec; }

div.left-sidebar-wrapper{ border-right: 1px solid #ececec; padding-right: 20px; padding-top: 32px; }
div.left-sidebar-wrapper .custom-sidebar-title{
	padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

/* Sitemap */
div.sitemap .custom-sidebar-title{ padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }

/* Tag Cloud*/
.tagcloud{ border-color: inherit; display: inline-block; }
.tagcloud a{
	font-family: 'MuseoSlab500' !important;
	text-transform: uppercase;
	font-size: 10px !important; display: block; float: left; padding: 3px 8px 3px 8px; margin-right: 5px;
	margin-top: 10px; background-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition:background 0.3s ease-in-out;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	-ms-transition:background 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out;
}

.tagcloud a:hover{
	background-color: #E01B76;

}

/* Calendar */
#calendar_wrap{ border-color: inherit; }
#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }
#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: 5px auto 15px; padding-bottom: 6px; border-bottom: 1px solid; border-color: inherit; }
#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }
#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }

/* search widget */
div.custom-sidebar #searchsubmit{ position: absolute; height: 27px; top: 0px; right: 2px; cursor: pointer;
	width: 28px; border: 0px; border-image: initial;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;}
div.custom-sidebar #search-text{ margin-right: 10px; }
div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }
div.custom-sidebar #search-text input[type="text"]{ margin-bottom: 0; width: 100%; }
div.custom-sidebar #searchform br.clear{ display: none; }

/* contact form */
div.custom-sidebar label, legend { font-weight: bold; margin-bottom: 7px; }
div.custom-sidebar .error{ font-family: 'Droid Serif'; font-style: italic; margin-bottom: 15px; }
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { width: 100%;  }

/*--- Footer ---*/
div.footer-wrapper .container{ background: transparent;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }
div.footer-wrapper-gimmick{ height: 3px; }
div.footer-widget-wrapper{ padding-top: 35px; }
div.footer-widget-wrapper .custom-sidebar{ }
div.footer-widget-wrapper .custom-sidebar-title{ font-size: 16px; margin-bottom: 10px;}

/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	 -moz-box-shadow: none;
	 -webkit-box-shadow: none;
	 box-shadow: none; }
div.footer-wrapper a.button, div.footer-wrapper button{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 !important; background: #222 !important; }
div.footer-wrapper #wp-calendar caption{ font-size:15px; border: none; margin-bottom: 15px; }
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/*--- Copyright ---*/
div.copyright-wrapper{ padding-top: 12px; font-size: 11px;}
div.copyright-left{ text-align: left; float: left; margin-left: 10px; }
div.copyright-right{ text-align: right; float: right; margin-right: 20px; }

/*--- Comments ---*/
div.comment-wrapper{  margin-top: 20px; padding-top: 20px; border-top: 1px dotted #cccccc; float: left;}
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px; line-height: 20px; }
div.comment-wrapper textarea{
	height: 165px; width: 590px; margin: 5px 5px 25px; padding: 10px; max-width: 100%;
	line-height: 20px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { float: left; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; }
div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label,
div.comment-wrapper .comment-form-captcha label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span,
div.comment-wrapper .comment-form-captcha span { float: left; line-height: 32px; margin-left: 2px; }


ol.comment-list{ margin: 0px; list-style: none; }
ol.comment-list .comment-body{ border-bottom: 1px solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; font-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 10px; }

/* Slider */
div.slider-wrapper{ position: relative; overflow: hidden; }
div.slider-bottom-gimmick{  }
div.slider-top-shadow{
	height: 6px; width: 100%; position: absolute; top: -1px; z-index: 100;
	background: url('images/gradient-vertical-6px.png'); }
div.slider-bottom-shadow{
	}
.gdl-slider-title{
	margin-left: -2px; padding-bottom: 7px; font-size: 48px; line-height: 30px; color: #fff !important; text-shadow: 1px 1px 1px rgba(21,21,21,0.5);
}

/* Accordion */
div.accordion-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-accordion{ list-style: none; margin-left: 0px; }
ul.gdl-accordion li{ list-style: none; border-bottom: 1px solid; margin-bottom: 15px; }
div.accordion-head{ padding: 0px 0px 15px 0px; line-height: 24px; font-size: 16px; cursor: pointer; }
div.accordion-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
div.accordion-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }
div.accordion-head p{ margin-bottom: 0px; }

/* Toggle Box */
div.toggle-box-header-title{ font-size: 18px; margin-bottom: 25px; }
ul.gdl-toggle-box{ margin-left: 0px; }
ul.gdl-toggle-box li{ list-style: none; border-bottom: 1px solid #ececec; margin-bottom: 15px; }
div.toggle-box-head{ padding: 0px 0px 15px 0px; line-height: 24px; font-size: 16px; cursor: pointer; }
div.toggle-box-content{ padding: 0px 0px 20px 37px; overflow: hidden; }
div.toggle-box-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }
div.toggle-box-head p{ margin-bottom: 0; }

/* Column Service */
div.column-service-image{
	float:none; width: 140px; height: 120px; text-align: center;
	line-height: 32px; margin: 0px 20px 0px 20px; }
div.column-service-image img{ vertical-align: middle; }
div.column-service-content{ margin: 0px 0px 0px 0px;  }
div.column-service-title{ font-size: 17px; margin-bottom: 4px; text-align: center; }

/* Stunning Text */
div.stunning-text-wrapper{ padding-top: 35px; padding-bottom: 35px; clear: both;}
div.stunning-text-title{ line-height: 30px; font-size: 24px; font-weight: bold; padding: 0px 25px 0px 25px;}
div.stunning-text-caption{ font-size: 13px; padding: 0px 25px 0px 25px; margin-top: 8px;}
div.stunning-text-button-wrapper{ text-align: center; }
a.stunning-text-button{
	padding: 0px 27px 0px 27px; height: 38px; line-height: 38px; font-size: 16px;
	background: url('images/gradient-top-32px.png') repeat-x; float: right; margin-top: 15px; margin-right:10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}

/* Testimonial */
div.testimonial-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }
div.testimonial-no-header{ padding-top: 47px }
div.testimonial-icon{
	width: 18px; height: 18px; float: left; margin-top: 2px; margin-right: 15px; margin-left: 1px; }
div.testimonial-author{
	margin-top: 20px; margin-bottom: 20px;  padding-bottom: 20px; margin-right: 3px; font-weight: bold; font-size: 13px;
	text-align: right; }

div.jcarousellite{ overflow: hidden;}
div.jcarousellite ul{ width: 1000%; margin: 0px; list-style: none;}
div.jcarousellite ul li{ float: left; }
div.jcarousellite-nav{ position: absolute; top: 0px; right: 10px; margin-right: 3px; }
div.jcarousellite-nav .prev{ width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; }
div.jcarousellite-nav .next{
	width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; background-position: 20px 0px; }

/* Divider */
div.divider{ position: relative; margin-top: 8px; }
div.scroll-top{ position: absolute; top: -19px; right: 2px; cursor: pointer; font-size: 10px; }

/* Portfolio */
div.portfolio-thumbnail-image,
div.portfolio-thumbnail-video,
div.portfolio-thumbnail-slider{ padding: 0px;}
div.portfolio-header-title{ font-size: 18px; margin: 33px 0px 0px 10px; }
div.portfolio-view-all-project{ position: absolute; right: 10px; top: 33px; font-style: italic; }
div.portfolio-thumbnail-image{ text-align: center; position: relative; border: 0px !important; border-radius: 3px !important; background-color: transparent !important;  }
div.portfolio-thumbnail-image img{ display: block; margin: 0px auto; }
div.portfolio-thumbnail-video{ text-align: center; }
div.portfolio-thumbnail-video object{ display: block; margin: 0px auto;}
div.portfolio-thumbnail-slider{ text-align: center; margin: 0px auto; overflow: hidden; }
div.portfolio-thumbnail-slider .flexslider{ display: block; }
div.portfolio-thumbnail-slider ol.flex-control-nav{ display: none; }
div.portfolio-thumbnail-slider ul.flex-direction-nav .prev{
	background: url('images/thumbnail-nav.png'); width: 31px;
	height: 24px; bottom: 0px; left: 0px; top: auto;}
div.portfolio-thumbnail-slider ul.flex-direction-nav .next{
	background: url('images/thumbnail-nav.png'); width: 31px; height: 24px;
	background-position: 31px 0px; bottom: 0px; left: 31px; top:auto; }
div.portfolio-thumbnail-title{ font-size: 15px; margin-top: 15px; }
div.portfolio-thumbnail-title a{ color: inherit; }
div.portfolio-thumbnail-content{ margin-top: 8px; }
div.portfolio-bottom{ height: 15px; display: block; clear: both; }

span.portfolio-thumbnail-image-hover{
	opacity: 0; filter: alpha(opacity=0); position: absolute; width: 100%; height: 100%;
	background-color: #fff; overflow: hidden; display: block; }
span.portfolio-thumbnail-image-hover span{
	top: 50%; left: -50%; margin-left: -16px; margin-top: -16px; width: 32px; height: 32px;
	position: absolute; display: block; }
span.portfolio-thumbnail-image-hover span.hover-link{  }
span.portfolio-thumbnail-image-hover span.hover-video{ }
span.portfolio-thumbnail-image-hover span.hover-zoom{  }

a.portfolio-read-more{ margin-right: 12px; margin-top: 15px; float: left; }
a.portfolio-visit-website{ margin-top: 15px; float: left; }

/* fullwidth portfolio */
div.sixteen.columns.portfolio-item {  padding-bottom: 22px; border-bottom: 1px solid #ececec;}
div.sixteen.columns.portfolio-item:last-child { padding-bottom: 0px; border: 0px; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-video,
div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider{ float: left; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ margin-left: 650px; margin-right: 10px;}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title{ font-size: 18px; margin-top: 12px; }
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content{ margin-top: 12px; }
div.sixteen.columns.portfolio-item a.portfolio-read-more{ margin-top: 22px; }
div.sixteen.columns.portfolio-item a.portfolio-visit-website{ margin-top: 22px; }

div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ margin-left: 350px; margin-right: 10px;}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context{ margin-left: 210px; margin-right: 10px;}

ul#portfolio-item-filter{ margin: 14px 0px 8px 0px; list-style:none; }
ul#portfolio-item-filter li { float: left; margin: 12px 2px 0px 10px; }

/* Single */
div.single-thumbnail-title{ margin-top: 24px; padding-bottom: 18px; font-size: 21px; }
div.single-thumbnail-title a{ color: inherit; }
div.single-thumbnail-info{
	padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
	margin-bottom: 20px; font-size: 11px; font-family: Droid Serif; font-style: italic; }
div.single-thumbnail-date{
	height: 16px; line-height: 20px; font-style: italic; padding-left: 23px; float: left; }
div.single-thumbnail-author{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 23px; }
div.single-thumbnail-comment{
	height: 16px; line-height: 20px; float: right; padding-left: 21px; }
div.single-thumbnail-tag{
	height: 16px; line-height: 18px; float: left; margin-left: 20px; padding-left: 23px; }
	div.single-thumbnail-category{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 0px; }
div.single-thumbnail-context{ padding-top: 20px; }
div.single-content{ margin-top: 20px; margin-bottom: 0px; border-bottom: 1px dotted #cccccc; }


div.single-port-prev-nav{ float: left; }
div.single-port-prev-nav a{ float: left; }
div.single-port-prev-nav .left-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-right: 8px; }
div.single-port-next-nav{ float: left; margin-left: 30px; }
div.single-port-next-nav a{ float: left;}
div.single-port-next-nav .right-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-left: 8px; }

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider{ padding: 4px; }
div.single-port-nav{ float: right; margin-top: 18px; margin-bottom: 18px; }
div.single-port-title{ border-bottom: 1px solid; font-size: 21px; padding-bottom: 8px; margin-top: 30px; }
div.single-port-title a{ color: inherit; }
div.single-port-content{ margin-top: 22px; margin-bottom: 0px; border-bottom: 1px dotted #cccccc; }
div.single-port-info{ margin-top: 30px; font-style: italic; font-family: Droid Serif; }
div.single-port-info span.head{ font-weight: bold; margin-right: 5px; }
div.single-port-date{ margin-top: 8px; }
div.single-port-tag{ margin-top: 8px; }
div.single-port-visit-website{ padding-left: 28px; margin-top: 10px; }
div.about-author-wrapper{ margin-top: 40px; padding: 18px; }
div.about-author-avartar{ float: left; }
div.about-author-info{ margin-left: 110px; }
div.about-author-title{ font-size: 18px; margin-top: 3px; margin-bottom: 5px; }

div.social-share-title{ padding-top: 20px; font-size: 18px; float: right; margin-right: 20px; }
div.social-shares ul{ list-style: none; margin-left: 0px; position: relative; top: 18px; }
div.social-shares ul li{ float: left; margin-right: 15px; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
div.social-shares ul li:hover {transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	opacity: 0.8;}
div.social-shares {float: right;}

/* Blog */
div.blog-header-title{ font-size: 18px; margin: 40px 0px 25px 10px; }
div.blog-thumbnail-title  a{ color: inherit; }
div.blog-thumbnail-image,
div.blog-thumbnail-slider,
div.blog-thumbnail-video{ padding: 4px; margin-bottom: 18px; }
div.blog-thumbnail-info{ font-family: Droid Serif; font-style: italic; }
a.blog-continue-reading{ margin-top: 0px; display: block; margin-bottom: 10px; color: #E01B76; }
a.blog-read-more{ margin-right: 15px; margin-top: 15px; float: left; }

div.blog-item-holder .blog-item0:last-child,
div.blog-item-holder .blog-item0:last-child{ border-bottom: 0px; }
div.blog-item-holder .blog-item0{ border-bottom: 1px solid; padding-top: 10px; }
div.blog-item-holder .blog-item0 .blog-thumbnail-image,
div.blog-item-holder .blog-item0 .blog-thumbnail-video,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider{ float: left; margin-right: 10px; margin-bottom: 10px; }
div.blog-item-holder .blog-item0 .blog-thumbnail-slider  .flex-caption,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider  ol.flex-control-nav,
div.blog-item-holder .blog-item0 .blog-thumbnail-slider  ul.flex-direction-nav{ display: none; }
div.blog-item-holder .blog-item0 .blog-thumbnail-context{ margin-left: 75px; float: none; }
div.blog-item-holder .blog-item0 .blog-thumbnail-title{ margin-top: 0px;}
div.blog-item-holder .blog-item0 .blog-thumbnail-date{ margin-top: 8px; margin-bottom: 10px; font-family: 'Droid Serif'; font-style: italic; }

div.blog-item-holder .blog-item1{ padding-top: 25px; padding-bottom: 25px; border-bottom: 1px solid #ececec; }
div.blog-item-holder .blog-item1:last-child{ border: 0px; padding-bottom: 0px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-title{ font-size: 20px; padding-top: 2px; padding-bottom: 4px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-context{ margin-left: 20px; width: 440px; float: left; }
div.blog-item-holder .blog-item1 .blog-thumbnail-image,
div.blog-item-holder .blog-item1 .blog-thumbnail-video,
div.blog-item-holder .blog-item1 .blog-thumbnail-slider{ float: left; }
div.blog-item-holder .blog-item1 .blog-thumbnail-info{ font-size: 11px; margin-bottom: 16px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-date{
	height: 16px; line-height: 20px; font-style: italic; padding-left: 22px; float: left;
	background-position: 0px 0px; }
div.blog-item-holder .blog-item1 .blog-thumbnail-comment{
	height: 16px; line-height: 20px; margin-left: 20px; float: left; padding-left: 22px;
	background-position: 0px 0px; }

div.blog-item-holder .blog-item2{ padding-top: 40px; padding-bottom: 10px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-title{ padding-bottom: 16px; font-size: 21px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-info{
	padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
	margin-bottom: 21px; font-size: 11px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-date{
	height: 16px; line-height: 20px; font-style: italic; padding-left: 23px; float: left; }
div.blog-item-holder .blog-item2 .blog-thumbnail-author{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 23px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-comment{
	height: 16px; line-height: 20px; float: right; padding-left: 21px; }
	span.categories {margin-left: 5px; line-height: 20px;}
div.blog-item-holder .blog-item2 .blog-thumbnail-tag{
	height: 16px; line-height: 16px; float: left; margin-left: 20px; padding-left: 23px; }
div.blog-item-holder .blog-item2 .blog-thumbnail-category{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 0px; }
div.blog-thumbnail-info a {line-height: 20px;}
div.blog-thumbnail-info a[rel="tag"] {position: relative; top: -2px;}
div.blog-item-holder .blog-item2 .blog-thumbnail-context{ }

div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-context{ width: 400px; float: left; }
div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-context{ width: 400px; float: left; }
div.both-sidebar-included .blog-item1 .blog-thumbnail-image,
div.both-sidebar-included .blog-item1 .blog-thumbnail-video,
div.both-sidebar-included .blog-item1 .blog-thumbnail-slider{ float: none; }
div.both-sidebar-included .blog-item1 .blog-thumbnail-context{ margin: 0px 0px 0px 0px; width: auto; }

/* Search/Archive */
div.archive-wrapper .blog-item{ padding-top: 40px; padding-bottom: 10px; }
div.archive-wrapper .blog-item .blog-thumbnail-title{ padding-bottom: 15px; font-size: 24px; }
div.archive-wrapper .blog-item .blog-thumbnail-info{
	padding-top: 8px; padding-bottom: 8px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
	margin-bottom: 20px; font-size: 11px; }
div.archive-wrapper .blog-item .blog-thumbnail-date{
	height: 16px; line-height: 16px; font-style: italic; padding-left: 23px; float: left; }
div.archive-wrapper .blog-item .blog-thumbnail-author{
	height: 16px; line-height: 16px; float: left; margin-left: 20px; padding-left: 23px; }
div.archive-wrapper .blog-item .blog-thumbnail-comment{
	height: 16px; line-height: 16px; float: right; padding-left: 21px; }
div.archive-wrapper .blog-item .blog-thumbnail-tag{
	height: 16px; line-height: 16px; float: left; margin-left: 20px; padding-left: 23px; }
div.archive-wrapper .blog-item .blog-thumbnail-context{ }


/* Message Box */
div.message-box-wrapper{ }
div.message-box-title{  }
div.message-box-content{ margin-top: -6px; }

div.message-box-wrapper.red{ border: 0px;}
div.message-box-wrapper.red .message-box-title{font-family: 'MuseoSlab500'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 18px; margin-bottom: 25px; margin-left: 10px; color: #494949;  }
div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}
div.message-box-wrapper.yellow .message-box-title{ color: #737357;}
div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}
div.message-box-wrapper.blue .message-box-title{ color: #475d66;}
div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}
div.message-box-wrapper.green .message-box-title{ color: #526d4b;}

/* Shortcode */
.shortcode1-4{ width: 23%; margin-right: 2%; float: left; }
.shortcode1-3{ width: 31.33%; margin-right: 2%; float: left; }
.shortcode1-2{ width: 48%; margin-right: 2%; float: left; }
.shortcode2-3{ width: 64.66%; margin-right: 2%; float: left; }
.shortcode3-4{ width: 73%; margin-right: 2%; float: left; }
.shortcode1{ width: 98%; margin-right: 2%; float: left; }

a.gdl-button.shortcode-large-button{
	margin-bottom: 20px; margin-right: 10px;
	padding: 0px 21px 0px 21px; height: 38px; line-height: 38px; font-size: 14px; }
a.gdl-button.shortcode-medium-button{
	margin-bottom: 20px; margin-right: 10px;
	padding: 0px 15px 0px 15px; height: 30px; line-height: 30px; font-size: 12px; }
a.gdl-button.shortcode-small-button{
	margin-bottom: 20px; margin-right: 10px; text-shadow: none; font-size: 11px; }

div.shortcode-list ul{ list-style: none; margin-left: 0px; }
div.shortcode-list li{ padding:2px 0px 2px 25px; border: 0px; }
div.shortcode-list-arrow li{ background: url('images/list/arrow.png') no-repeat; }
div.shortcode-list-arrow2 li{ background: url('images/list/arrow2.png') no-repeat; }
div.shortcode-list-arrow3 li{ background: url('images/list/arrow3.png') no-repeat;  }
div.shortcode-list-bullet li{ background: url('images/list/bullet.png') no-repeat; }
div.shortcode-list-bullet2 li{ background: url('images/list/bullet2.png') no-repeat; }
div.shortcode-list-bullet3 li{ background: url('images/list/bullet3.png') no-repeat; }
div.shortcode-list-check li{ background: url('images/list/check.png') no-repeat; }
div.shortcode-list-check2 li{ background: url('images/list/check2.png') no-repeat; }
div.shortcode-list-check3 li{ background: url('images/list/check3.png') no-repeat; }
div.shortcode-list-delete li{ background: url('images/list/delete.png') no-repeat; }
div.shortcode-list-delete2 li{ background: url('images/list/delete2.png') no-repeat; }
div.shortcode-list-delete3 li{ background: url('images/list/delete3.png') no-repeat; }

div.shortcode-social{ float: left; margin-right: 12px; }

div.shortcode-block-quote-left{
	width: 33%; float: left; margin: 15px 20px 15px 20px; padding: 20px;
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}
div.shortcode-block-quote-right{
	width: 33%; float: right; margin: 15px 20px 15px 20px; padding: 20px;
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
 }
div.shortcode-block-quote-center{
	margin: 0px 20px 20px 20px; text-align: center; padding: 20px;
	border-left: 2px solid #ddd; font-size: 16px; font-family: Georgia,"Times New Roman",Times,serif;
font-style: oblique;
}

div.shortcode-dropcap{
	margin-top: 0px; margin-bottom: 0px; margin-right: 5px; float: left; font-size: 25px; font-size: 25px;
	width: 32px; height: 32px; line-height: 32px; text-align: center; float: left; }
div.shortcode-dropcap.circle{
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

/* contact form */
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 20px; }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }
div.contact-form-wrapper  input[type="text"], input[type="password"] {
	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px;
	line-height: 20px; }
div.contact-form-wrapper .textarea{ margin-right: 32px; }
div.contact-form-wrapper textarea{
	height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; max-width: 100%;
	line-height: 20px; }
div.contact-form-wrapper .contact-submit{ float: left; }
div.contact-form-wrapper .contact-loading{
	width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
	background: url('images/loading.gif'); }

/* Price Item */
div.gdl-price-item{ margin-bottom: 20px;}
div.gdl-price-item .price-item{ border: 1px solid; border-color: inherit; margin-left: -1px; padding-bottom: 30px;}
div.gdl-price-item .price-tag{
	font-size: 35px; line-height: 40px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-weight: bold; }
div.gdl-price-item .price-title{
	font-size: 14px; text-align: center; font-weight: bold; padding-top: 8px; padding-bottom: 8px; }
div.gdl-price-item .price-button{ text-align: center; margin-top: 25px; }
div.gdl-price-item .price-content{ text-align: center; margin-top: 25px; }
div.gdl-price-item .price-content .shortcode-list{ display: inline-block; }

div.gdl-price-item .price-item.active{ padding-bottom: 70px; margin-top: -20px; }

/* code */
.gdl-code{
	overflow: hidden; padding: 15px; border: 1px #eee solid; clear: both; background: #f9f9f9;
	margin-bottom: 20px; color: #555; font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/* Contact Form 7 */
span.wpcf7-form-control-wrap input[type="text"],
span.wpcf7-form-control-wrap input[type="[password"],
span.wpcf7-form-control-wrap textarea{
	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px; line-height: 20px; }
span.wpcf7-form-control-wrap input.wpcf7-file{ width: auto; height: auto; background-color: transparent; border: none;
	-webkit-box-shadow: none; box-shadow: none; margin-left: 0; }
span.wpcf7-form-control-wrap textarea{ height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px;
max-width: 100%; line-height: 20px; }

div.wpcf7 p{ font-weight: bold; }
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input{ font-weight: normal; }
div.wpcf7 .ajax-loader{ display: none; }





div.column-service-image {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

div.column-service-image:hover {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	opacity: 0.5;
}

.one-third.column.wrapper.gdl-portfolio-item.mt0 {
	margin-left: 10px !important;
	margin-right: 10px !important;
	width: 300px !important;
}

.one-third.column.mt0.pt25.portfolio-item {
	width: 290px;
	margin-top: 7px !important;
}

.portfolio-thumbnail-title.port-title-color.gdl-title {
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 5px !important;

}

.blog-item0.gdl-divider.three.columns.mt0 {
	width: 280px;
}

.blog-thumbnail-title.post-widget-title-color.gdl-title a {
	font-size: 21px;
	margin-bottom: 5px;
}

.blog-thumbnail-title.post-widget-title-color.gdl-title a:hover {
	color: #E01B76;
}

.one-third.column.wrapper.mt0 {
	margin-left: 10px !important;
	margin-right: 10px !important;
	width: 300px !important;
}

div.stunning-text-wrapper {
	width: 920px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	background: #ececec !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.stunning-text-content-wrapper.twelve.columns.mt0 {
	width: 700px !important;
	text-align: left;
	margin-right: 20px;
}

.stunning-text-button-wrapper.four.columns.mt0 {
	width: 140px !important;
}

a.stunning-text-button {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

a.stunning-text-button:hover {
	opacity: 0.7;
}




div.footer-wrapper div.custom-sidebar ul li {
	background: none !important;
}

ul#menu-servizi li {
	padding: 6px 0 5px 5px;
	border-bottom: 1px solid #3c3c3c;
	text-transform: uppercase;
}

#service .gdl-page-item {
	width: 460px;
}

#service .gdl-page-item .sixteen {
	width: 440px;
	text-align: justify;

}

#service .gdl-page-item .columns {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ececec;
	margin: 0px 10px 0 10px !important;
}

#service .gdl-page-item .message-box-title {
	font-size: 36px;
	text-align: right;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 100;
	color: #545454;
	width: 120px;
	float: left;
	margin-right: 20px;
}

#service .gdl-page-item .message-box-content {
	width: 260px;
	float: left;
	font-style: italic;
}

#servizi-menu.gdl-page-item {
	width: 960px;
	background-color: white;
}

#servizi-menu .columns {
	padding-bottom: 0px !important;
	border-bottom: 0px !important;
}

.sedici {
	width: 940px;
}

#service .gdl-page-item .message-box-content span {
	line-height: 11px !important;
}

li#menu-item-78 a, li#menu-item-79 a {
	cursor: default !important;
}

li#menu-item-78 a:hover, li#menu-item-79 a:hover {
	color: #545454 !important;
}

li#menu-item-78 ul li a, li#menu-item-79 ul li a {
	cursor: pointer !important;
}

li#menu-item-78 ul li a:hover, li#menu-item-79 ul li a:hover {
	color: #E01B76 !important;
}


.comment-avartar img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #b1b1b1;
	-moz-box-shadow: 0 0 3px #b1b1b1;
}



.pprm { position: absolute; top: 0px; right: 0px; width: 26px; height: 20px; display: block; }
.pprm a { text-decoration: none; display: block; }
@-webkit-keyframes wiggle {
	0% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
	50% { -webkit-transform: rotateZ(-4deg); -webkit-transform-origin: center top; transform: rotateZ(-4deg); transform-origin: center top; }
	100% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
}
@keyframes wiggle {
	0% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
	50% { -webkit-transform: rotateZ(-4deg); -webkit-transform-origin: center top; transform: rotateZ(-4deg); transform-origin: center top; }
	100% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
}
.pprm:hover { -webkit-animation-name: wiggle; -webkit-animation-duration: .3s; -webkit-animation-iteration-count: 4; -webkit-animation-timing-function: ease-in-out; -moz-animation-name: wiggle; -moz-animation-duration: .3s; -moz-animation-iteration-count: 4; -moz-animation-timing-function: ease-in-out; -ms-animation-name: wiggle; -ms-animation-duration: .3s; -ms-animation-iteration-count: 4; -ms-animation-timing-function: ease-in-out; -o-animation-name: wiggle; -o-animation-duration: .3s; -o-animation-iteration-count: 4; -o-animation-timing-function: ease-in-out; animation-name: wiggle; animation-duration: .3s; animation-iteration-count: 4; animation-timing-function: ease-in-out; z-index: 9999; }

.slider-top {
	width: 100%;
	height: 360px;
	background: transparent url(images/slider-pattern.jpg) repeat;
}

.slider-top.acf {
	width: 100%;
	height: 352px;
	float: left;
	background: transparent url(images/slider-pattern.jpg) repeat;
}

.slider-top-slim {
	width: 100%;
	height: 100px;
	background: transparent url(images/slider-pattern.jpg) repeat;
}

.slider-top-inner {
	width: 960px;
	margin: 0 auto;
}

div.claim {
	background: transparent url(images/claim.png) no-repeat;
	width: 960px;
	height: 145px;
	position: relative;
	left: -10px;
}

#homepage .custom {
	margin: 0 10px !important;
}

#homepage .custom .claim .row1 {
	font-family: 'MuseoSlab700'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 36px 110px 10px 110px;
	font-size: 32px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(21, 21, 21, 0.5);
}

#homepage .custom .claim .row2 {
	font-family: 'MuseoSlab500'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 0px 140px 35px 140px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 21px;
}

#homepage .custom .claim .row2 span {
	font-family: 'MuseoSlab700'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 21px;
}


div.sixteen.columns claim {
	margin: 0 !important;
}

.header-wrapper {
	width: 100%;
	/* background: transparent url(images/top-pattern.jpg) repeat !important; */
}

ul.sub-menu li {
	/* background: transparent url(images/top-pattern.jpg) repeat !important; */
	border: 0 !important;
	box-shadow: 0 !important;
}

ul.sub-menu li:last-child {
	box-shadow: 0 1px 1px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) !important;

}

.header-top {
	width: 960px;
	margin: 0 auto;
	height: 110px;
}

div.navigation-wrapper {

	position: relative;
	right: 0px;
}

.logo-wrapper {
	float: left;
}

.sf-menu li a {
	padding: 0 9px !important;

}

.sf-menu li:first-child a {
	padding: 0 10px 0 0 !important;

}

.sf-menu li:last-child a {
	padding: 0 0 0 10px !important;

}

.sf-with-ul {
	background: transparent url(images/arrow.png) center bottom no-repeat;
}

ul.sub-menu li a {
	padding: 0 10px !important;

}

ul.sub-menu li:first-child a {
	padding: 0 10px !important;

}

ul.sub-menu li:last-child a {
	padding: 0 10px !important;

}


.navigation-wrapper .sf-menu li ul.sub-menu li {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

.navigation-wrapper .sf-menu li ul.sub-menu li:hover {
	width: 110% !important;
}

.sf-menu {
	float: right !important;
	margin-top: 7px !important;
}

div.register-login {
	width: 175px;
	height: 55px;
	float: right;
}

.register {
	float: left;
}

.register img {
	position: relative;
	top: -5px;
	/*transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;*/
}

.register img:hover {
	transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.login {
	float: left;
}

.login img {
	position: relative;
	top: -5px;
	/*transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;*/
}

.login img:hover {
	transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

#homepage.container {

}

.portfolio-thumbnail-image a img{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.portfolio-thumbnail-image a img:hover {
	transform: scale(0.85) rotate(15deg);
    -webkit-transform: scale(0.85) rotate(15deg);
    -moz-transform: scale(0.85) rotate(15deg);
    -ms-transform: scale(0.85) rotate(15deg);
    -o-transform: scale(0.85) rotate(15deg);
    opacity: 0.85 !important;
}

#homepage .gdl-portfolio-item {
	background: #f6f6f6; /* url(images/port-pattern.png) repeat */
	border-radius: 16px;
	-moz-border-radius: 16px;
	/*
	box-shadow: 0 0 5px #545454;
	-moz-box-shadow: 0 0 5px #545454;
	*/
	padding-bottom: 25px;
	width: 936px;
	margin-left: 2px !important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px !important;
}

#homepage .gdl-portfolio-item .columns {
	margin-left: 8px;
	margin-right: 8px;
}

#homepage .blog-thumbnail-context {
	margin-left: 0 !important;
}

.message-box-wrapper img {
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.message-box-wrapper img:hover {
	opacity: 0.5 !important;
}

#homepage .one-third {
	z-index: 9;
}

.recent-post-widget-thumbnail {
	display: none;
}

.recent-post-widget-context {
	margin-left: 0 !important;
}

.footer-wrapper, footer-wrapper-gimmick, .copyright-wrapper {
	width: 100% !important;
}

.footer-inner {
	width: 960px;
	margin: 0 auto;
}

.copyright-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


.navigation-wrapper .sf-menu a {
	padding-bottom: 4px !important;
}

.navigation-wrapper .sf-menu .current-menu-item a {
	font-family: 'PacificoRegular' !important;
	text-transform: none;
	font-size: 18px;
	position: relative;
	top: -5px;
	padding-bottom: 7px !important;
	color: #222 !important;
	text-shadow: 1px 1px 1px rgba(21,21,21,0.5);
}

.navigation-wrapper .sf-menu .current-menu-item ul li a{
	font-family: 'MuseoSlab700' !important;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	color: white !important;
	top: 2px !important;
	padding-bottom: 0 !important;

}

.navigation-wrapper .sf-menu ul li.current-menu-item a{
	top: 0 !important;

}


.right-sidebar-wrapper a {
	color: #545454;
}

.right-sidebar-wrapper a:hover {
	color: #fff;
}

.recent-post-widget-context a:hover {
	color: #dddddd;
}

.right-sidebar-wrapper ul#twitter_update_list li span {
	font-family: 'MuseoSlab300' !important;
	color: #333 !important;
	font-style: normal;
}

ul#twitter_update_list li span {
	font-family: 'MuseoSlab300' !important;
	font-style: normal;
}

ul.nopoints {
	list-style: none;
	margin-left: 0;
}

ul.nopoints li {
	width: 900px;
	height: 35px;
}

ul.nopoints li a strong {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
}

ul.nopoints li:first-child a strong {
	float: left;
	margin-right: 27px;
	padding: 5px 0;
}

ul.nopoints li a img {
	float: left;
}

strong {
	font-family: 'museo-sans' !important;
	font-weight: 500 !important;
}

.mailchimp_mail {
	padding: 12px 0 5px 0px;
	font-family: 'MuseoSlab500' !important;
	color: #E01B76;
	font-weight: normal !important;
	margin-bottom: 0px !important;
	height: 10px;
	margin-top: 0px;
	width: 90px;
	float: left;
}

form#mc-embedded-subscribe-form {
	margin-bottom: 10px;
}

div#mc_embed_signup {
	margin-top: 0 !important;
}

div.mailchimp_home {
	position: relative;
	top: 7px;
}

div.mailchimp_widget {
	position: relative;
	top: 7px;
	margin-bottom: 25px;
	min-height: 140px;
}

div.mailchimp_widget p {
	margin-bottom: 0 !important;
}

div.mailchimp_widget br {
	display: none !important;
}

div.mailchimp_widget input[type="submit"] {}

div.mailchimp_widget .mailchimp_mail {
	padding: 12px 0 5px 0px;
	font-family: 'MuseoSlab500' !important;
	color: #E01B76;
	font-weight: normal !important;
	margin-bottom: 0px !important;
	height: 10px;
	margin-top: 0px;
	width: 89px;
	float: left;
	}

div.mailchimp_widget #mce-EMAIL {

}

div.mailchimp_widget .mailchimp_mail label {
	font-weight: normal !important;
}

img.alignleft {
	margin-right: 25px;
}

img.alignleft.about-pic {
	margin-right: 25px;
	margin-bottom: 25px;
}

.slim-slider h4 {
	color: #E01B76 !important;
	font-family: 'MuseoSlab100'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 10px;
	line-height: 18px;
}

.slim-slider h2 {
	font-family: 'MuseoSlab700'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 5px;

}

.slim-slider h5 {
	font-family: 'MuseoSlab500'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666666;

}

.slim-slider ul {
	margin-bottom: 30px;
}

.slim-slider a.badge img {
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.slim-slider a.badge img:hover {
	transform: scale(0.85) rotate(15deg);
    -webkit-transform: scale(0.85) rotate(15deg);
    -moz-transform: scale(0.85) rotate(15deg);
    -ms-transform: scale(0.85) rotate(15deg);
    -o-transform: scale(0.85) rotate(15deg);
    opacity: 0.85 !important;
}

.slim-slider .one-third.column.wrapper {
	z-index: 99;
}

.slim-slider {

}

.slim-slider .six {
	margin-top: 30px !important;
}

.slim-slider .six h6 {
	margin-top: 10px !important;
}

.slim-slider a.badge-bridge10k img {
		transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.slim-slider a.badge-bridge10k img:hover {
	transform: scale(0.85) rotate(15deg);
    -webkit-transform: scale(0.85) rotate(15deg);
    -moz-transform: scale(0.85) rotate(15deg);
    -ms-transform: scale(0.85) rotate(15deg);
    -o-transform: scale(0.85) rotate(15deg);
    opacity: 0.85 !important;
}

.slim-slider .sixteen.columns.custom {
	margin-top: 20px !important;
}

img.rock-logo {
	margin: 25px 0;
}

img.bridge-logo {
	margin: 25px 0;
}

.slim-slider a.badge-gift img {
		transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.slim-slider a.badge-gift img:hover {
	transform: scale(0.85) rotate(15deg);
    -webkit-transform: scale(0.85) rotate(15deg);
    -moz-transform: scale(0.85) rotate(15deg);
    -ms-transform: scale(0.85) rotate(15deg);
    -o-transform: scale(0.85) rotate(15deg);
    opacity: 0.85 !important;
}

.slim-slider a.badge-courses img {
		transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	margin-bottom: 15px;
}

.slim-slider a.badge-courses img:hover {
	transform: scale(0.85) rotate(15deg);
    -webkit-transform: scale(0.85) rotate(15deg);
    -moz-transform: scale(0.85) rotate(15deg);
    -ms-transform: scale(0.85) rotate(15deg);
    -o-transform: scale(0.85) rotate(15deg);
    opacity: 0.85 !important;
}

.slim-slider div.affiliate {
	margin: 35px 30px 35px 0;
	width: 120px;
	height: 120px;
	float: left;
}

#menu-item-2653 a, #menu-item-2654 a{
	padding-left: 10px !important;
}

img.profile-img {
	width: 150px;
	height: 150px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #dddddd;
	-moz-box-shadow: 0 0 3px #dddddd;
}

ol {
	margin-bottom: 20px;
}

ol li:first-child {
	margin-top: 10px;
}

code {
	font-family: 'MuseoSlab500'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #545454;

}

.shortcode3-4 {
	margin-top: 34px;
}


strong {
	color: #E01B76;
}

.errore {
	background: transparent url(images/404.png) no-repeat top center;
	width: 960px;
	height: 250px;
	margin-bottom: 20px;
}

.testimonial-photo {
	width: 100px;
	height: 100px;
	float: left;
}

.testimonial-photo img {
	border-radius:45px;
	-moz-border-radius:45px;
	box-shadow: 0 0 3px #545454;
	-moz-box-shadow: 0 0 3px #545454;
}

.toggle-box-header-title.title-color.gdl-title {
	color: #E01B76 !important;
	font-family: 'MuseoSlab700'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 30px !important;
	line-height: 18px !important;
	font-size: 24px;;
}

.toggle-box-head.title-color.gdl-title {
	font-family: 'MuseoSlab300'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#embeddedExample {
	margin: 25px 0 0 0;
}

.bottomcal {
	width: 619px;
	height: 40px;
}

.bottomcal input {

}

.calstart {
	float: left;
	width: 300px;
	margin-right: 15px;
}

.calstart label {
	float: left;
	line-height: 27px;
}

.calstart input {
	width: 63%;
	margin-left: 10px;
	float: left;
}

.calfinish {
	float: left;
	width: 304px;
}



.calfinish label {
	float: left;
	line-height: 27px;
}

.calfinish input {
	width: 64%;
	margin-left: 10px;
	float: left;
}

div.calendar tr.days td.selected {
	background-color: #E01B76 !important;
	color: #fff !important;
	font-family: 'MuseoSlab700'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal !important;


}

div.calendar td.title {
	background-color: #E01B76 !important;
	color: white;
	text-align: left;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal !important;
	font-family: 'MuseoSlab500'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.social-widget {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.wp-smiley {

}

.single-nav {

	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.single-nav p {
	text-align: right;
	margin-bottom: 10px;
}

.wp-caption {
	background-color: #fcfcfc;
	padding: 10px 0px 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;

	border-radius: 3px;
	box-shadow: 0 0 3px #545454;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #545454;
}

.wp-caption.alignright {
	margin-left: 15px;
}

.wp-caption.alignleft {
	margin-right: 15px;
}

.wp-caption p {
	font-size: 12px;
	text-align: center;
	font-weight: normal !important;
	font-family: 'MuseoSlab300'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #E01B76;
	padding: 0 10px 0 0;
	margin-bottom: 5px;
}


.wp-caption a img {
	border-radius: 3px;
	box-shadow: 0 0 3px #545454;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 3px #545454;
	margin-bottom: 5px;
	margin-right: 0px;

}

.right-sidebar-wrapper a {
	color: #E01B76;

}

.right-sidebar-wrapper a:hover {
	color: #545454;

}

.right-sidebar-wrapper .tagcloud a:hover {
	color: #fff;
}

.tagcloud a{
	font-family: 'MuseoSlab500' !important;
	text-transform: uppercase;
	font-size: 10px !important; display: block; float: left; padding: 3px 8px 3px 8px; margin-right: 5px;
	margin-top: 10px; background-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition:background 0.3s ease-in-out;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	-ms-transition:background 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out;
	color: #545454;
}

.tagcloud a:hover{
	background-color: #E01B76;

}

.testimonial-nation {
	width: 640px;
	height: 30px;
	text-align: left;
	margin: 5px 0 0 0;
	font-size: 12px !important;
	font-weight: normal !important;
	font-family: 'MuseoSlab300'; "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #545454;
	text-transform: uppercase;
}

.right-sidebar-wrapper .social-widget {
	margin-top: 10px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 20px;
}

strong a {
	text-decoration: underline;
}

.calendar td.button {
	font-size: 16px;
}

p .wp-caption-text {
	text-align: center;
}

.wp-caption-text a {font-family: 'museo-sans'; font-weight: 500; }

#mc_embed_signup label {display: none !important;}
#mc_embed_signup .clear {visibility: visible; height: auto; width: auto; overflow: visible;}
#mc_embed_signup .button {font-size: 13px !important;}

body.logged-in .register-login {display: none;}
body.logged-in div.navigation-wrapper {top: 55px;}

.testimonial-content {font-size: 13px; line-height: 21px; font-weight: 300;}
.comment-content {line-height: 24px;}

div.custom-sidebar {float: left;}
.right-sidebar-wrapper div.mailchimp_widget {margin-bottom: 0px;}
.right-sidebar-wrapper p:last-child {margin-bottom: 0px;}
.right-sidebar-wrapper #mc_embed_signup form {margin-bottom: 0px; padding-bottom: 0px;}

article.flexImage, article.flexTest {display: none;}
ol.flex-control-paging {display: none;}
.one-third.flexslider {margin-top: 40px;}
article.single-testimonial {margin: 0; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box;}

.noTitle .gdl-title {display: none;}
.socialBox {position: relative; display: block; height: 30px;}
.socialBox .custom-sidebar {display: block; float: left; margin-bottom: 0px;}
a.social-widget:hover {opacity: 0.6;}
.socialBox a.social-widget img {width: 24px; height: 24px;}
.right-sidebar-wrapper .social-widget img {width: 32px; height: 32px;}
.right-sidebar-wrapper .social-widget:nth-of-type(7) {margin-right: 0px;}

div.comment-wrapper {width: 98%;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 16px; height: 16px; margin: -20px 0 0; position: absolute; top: 20px; right: 20px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { right: 36px; }
.flex-direction-nav .flex-next { right: 10px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; right: 36px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=1); cursor: default; }
.flex-direction-nav a:before  { font-size: 16px; display: inline-block; content: '◄'; }
.flex-direction-nav a.flex-next:before  { content: '►'; }
.flex-control-nav {top: 0px !important;}

/* mailchimp */

#mailchimp {background-color: white; color: #444444; width: 960px; float: left; margin: 0 -10px; box-sizing: border-box; padding: 20px 10px; border-radius: 9px; border: 2px solid #E01B76; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;}
#mailchimp .colSx {width: 20%; padding: 0 10px; box-sizing: border-box; float: left; height: 120px;}
#mailchimp .colDx .row1 {font-size: 18px; font-family: 'MuseoSlab700'; text-transform: uppercase;}
#mailchimp .colDx .row2 {font-size: 14px; font-family: 'museo-sans'; font-weight: 300;}
#mailchimp .colDx {width: 80%; padding: 20px 20px 0 20px; box-sizing: border-box; float: left;}
#mailchimp div.mce_inline_error {display: none !important;}
#mailchimp label {display: block !important;}
#mailchimp .indicates-required {display: none;}
.page-template-page-home-slim-php #mc_embed_signup {background-color: transparent;}
#mailchimp .mc-field-group {float: left; width: 40% !important; clear: none !important; padding-right: 10px; padding-bottom: 0px !important}
#mailchimp .mc-field-group input {margin-bottom: 0px !important}
#mailchimp .mc-field-group .asterisk {top: 10px !important; right: 15px !important; color: #E01B76 !important;}
#mailchimp form {padding-left: 0px !important;}
#mailchimp .button {background-color: #E01B76 !important; border-radius: 3px !important; font-weight: 300 !important;  text-transform: uppercase; box-shadow: 0 0 0 transparent !important; background-image: none !important; margin-top: 3px !important;}
#mailchimp .button:hover {background-color: #444444 !important;}
#mailchimp .button:active {background-color: #999999 !important;}
#mailchimp form  {margin-bottom: 0px !important}
#mailchimp .imgMailing {position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
#mailchimp .colSx a {height: 140px; display: block;}

#mailchimp.inner {background-color: #E01B76; color: white; width: 640px; margin: 20px -10px; box-sizing: border-box; padding: 20px 10px; border-radius: 9px; border: 0px solid #E01B76;}
.mailchimp.inner.five, .mailchimp.inner.blog {background-image: url('images/geometry2.png'); background-repeat: repeat}
.mailchimp.inner.ten {background-image: url('images/geometry.png'); background-repeat: repeat}
#mailchimp.inner .colDx .row1 {font-size: 18px; font-family: 'MuseoSlab700'; text-transform: uppercase;}
#mailchimp.inner .colDx .row2 {font-size: 14px; font-family: 'museo-sans'; font-weight: 300; margin-top: 7px}
#mailchimp.inner .colDx {width: 100%; padding-top: 12px}
#mailchimp.inner .mc-field-group {float: left; width: 38% !important; clear: none !important; padding-right: 10px; padding-bottom: 0px !important}
#mailchimp.inner .button {background-color: white !important; border-radius: 3px !important; font-weight: 300 !important;  text-transform: uppercase; box-shadow: 0 0 0 transparent !important; background-image: none !important; margin-top: 3px !important; color: #E01B76}
#mailchimp.inner .button:hover {background-color: #dddddd !important;}
#mailchimp.inner .button:active {background-color: #ececec !important;}
#mailchimp.inner form {margin-bottom: 0px !important;}
#mailchimp.inner .homeslim {background-color: transparent !important;}

#mailchimp.inner.blog {margin: 30px 0 20px; float: left;}
#mailchimp.inner.blog input.email {width: 100%;}
#mailchimp.inner.blog .mc-field-group .asterisk {top: 13px !important; }
#mailchimp.inner.blog input.button {clear: none; float: left; width: 20%; position: absolute; top: 11px; right: 3px;}
.cc-revoke {display: none}