@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url('css/cslide.css');
@import url('css/tipsy.css');
@import url('css/prettyPhoto.css');
/*
Theme Name: Gleenk
Description: My website
Version: 2.0
Author: Davide De Maestri
Author URI: http://www.gleenk.com
*/
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;font-family: 'PT Sans', sans-serif;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Foundation Icons General */
@font-face {
 font-family: 'FoundationIconsGeneral';
 src: url('fonts/foundation-icons-general.eot');
 src: url('fonts/foundation-icons-general.eot?#iefix') format('embedded-opentype'),  url('fonts/foundation-icons-general.woff') format('woff'),  url('fonts/foundation-icons-general.ttf') format('truetype'),  url('fonts/foundation-icons-general.svg#FoundationIconsGeneral') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* Foundation Icons Social */
@font-face {
 font-family: 'FoundationIconsSocial';
 src: url('fonts/foundation-icons-social.eot');
 src: url('fonts/foundation-icons-social.eot?#iefix') format('embedded-opentype'),  url('fonts/foundation-icons-social.woff') format('woff'),  url('fonts/foundation-icons-social.ttf') format('truetype'),  url('fonts/foundation-icons-social.svg#FoundationIconsSocial') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearboth {clear:both}
/*******************************************************************************************/
/**************************************** OVERAL STYLES *********************************/
/*******************************************************************************************/
body {
	font-family: 'PT Sans', sans-serif;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight:normal;
	color:#3b3b3b;
}
h1 {
	font-size:30px;
	line-height:30px;
}
h2 {
	font-size:26px;
	line-height:26px;
}
h3 {
	font-size:22px;
	line-height:22px;
}
h4 {
	font-size:18px;
	line-height:18px;
}
h5 {
	font-size:16px;
	line-height:16px;
}
h6 {
	font-size:14px;
	line-height:14px;
}
span {
	color:#ef520d;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
span.label.quote {
	display:inline-block;
	width:auto;
	background:#ef580d;
	padding:10px 10px;
	border-top:1px solid #ef870d;
	border-bottom:6px solid #292929;
	color:#ffffff;
}
span.label {
	color:#ffffff;
	background:#ef520d;
	padding:2px 5px;
	margin-right:2px;
}
span.label.red {
	background:#e91c21;
}
span.label.blue {
	background:#00a6fc;
}
span.label.black {
	background:#3b3b3b;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
}
a.tip {
	cursor:help;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #ececec;
}
p {
	font-size:14px;
	line-height:22px;
	color:#7a7a7a;
	font-family: 'PT Sans', sans-serif;
}
.clear {
	clear:both;
}
code {
	background: #ddd;
	font-family: "Lucida Console", Monaco, monospace;
	display: inline-block;
	padding: 0 0.25em;
	font-size: 0.938em;
	vertical-align: middle;
}
.simple-box {
	padding:20px;
	box-shadow: 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 8px rgba(0, 0, 0, 0.2);
}
blockquote {
	color:#7a7a7a;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding:0px 0px 0px 0px;
	display:block;
	margin:0px;
	padding-left:20px;
	border-left:5px solid #e1e1e1;
	font-size:22px;
	line-height:32px;
}
cite {
	color:#ef520d;
	font-style:italic;
	display:block;
	text-align:right;
}
video {
	width:100%;
	height:auto;
}
a {
	color:#EF520D;
	}
.post-content a:hover {
	text-decoration:underline;
	}
	
.single-post .post-content a {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	}
.single-post .post-content a:hover {
	background: #EF520D;
	color:#fff;
	text-decoration:none;
	}
	
	
.alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
.alignright {
	float:right;
	margin:5px 0 10px 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
img.aligncenter {
	display:block;
	}
/*******************************************************************************************/
/**************************************** BUTTONS *********************************/
/*******************************************************************************************/
a.button,
input.button,
.wpcf7-submit,
.comment_form .wpcf7-submit {
	font-family:Arial, Helvetica, sans-serif;
	background:#ef520d;
	color:#ffffff;
	text-transform:uppercase;
	line-height:22px;
	padding:5px 10px;
	margin:20px 0px;
	display:inline-block;
	width:auto;
	border-top:1px solid #ef870d;
	box-shadow: 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 8px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	border:0;
}
a.button:hover,
input.button:hover,
.wpcf7-submit:hover {
	background:#3b3b3b;
	text-decoration:none;
}
.button.default,
.wpcf7-submit {
	font-size:14px;
}
.button.small {
	font-size:12px;
}
.button.big {
	font-size:18px;
	padding:8px 16px
}
.button.large {
	font-size:22px;
	padding:8px 16px;
}
.button.huge {
	font-size:28px;
	padding:10px 20px;
}
/*******************************************************************************************/
/********************************* TOP STRIPE NOTIFICATION *********************************/
/*******************************************************************************************/
.top-stripe {
	background:#3b3b3b url(images/misc/top_stripe_bckg.jpg) repeat-x bottom;
}
.notification {
	float:left;
}
.notification p {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	padding:15px 0px 20px 0px;
	background:url(images/misc/notification_border.jpg) repeat-x;
	width:auto;
}
.sixcol.last.social {
	text-align:center;
}
/*******************************************************************************************/
/**************************************** SOCIAL ICONS *********************************/
/*******************************************************************************************/
.social {
	float:right;
	padding:13px 0px 20px 0px;
	margin:0px auto;
}
.social a {
	text-indent:-9999px;
	float:left;
	margin-left:10px;
	width:19px;
	height:19px;
	display:block;
	background:url(images/misc/social-top-sprite.png) no-repeat 0 -21px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}
.social a:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}
.social a.facebook { background-position:0 -21px;}
.social a.linkedin { background-position:-22px -21px; }
.social a.twitter { background-position:-44px -21px; }
.social a.pinterest { background-position:-66px -21px; }
.social a.rss {	background-position:-88px -21px; }
.social a.gplus {	background-position:-109px -21px; }
.social a.facebook:hover { background-position:0 0; }
.social a.linkedin:hover { background-position:-22px 0; }
.social a.twitter:hover { background-position:-44px 0; }
.social a.pinterest:hover { background-position:-66px 0; }
.social a.rss:hover {	background-position:-88px 0; }
.social a.gplus:hover {	background-position:-109px 0; }
/*******************************************************************************************/
/******************************************* HEADER  ***************************************/
/*******************************************************************************************/
.header {
	background:#ffffff;
}
.header .logo {
	/*position:absolute;*/
	padding:30px 0px 0px 0px;
}
ul.main-nav {
	width:auto;
	height:auto;
	float:right;
}
ul.main-nav li {
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}
ul.main-nav li ul {
	position:absolute;
	display:block;
	width:170px;
	z-index:2000;
	background:#3b3b3b url(images/misc/drop_bckg.png) no-repeat;
	background-position:20px 0px;
	padding:30px 0px 0px 0px;
	border-bottom:4px solid #ef580d;
	box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:8px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
}
ul.main-nav li ul li ul {
	position:absolute;
	margin-left:170px;
	margin-top:-37px;
	display:block;
	width:170px;
	z-index:2000;
	background:#3b3b3b;
	background-position:20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:4px solid #ef580d;
	box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:8px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
}
ul.main-nav li ul li:hover ul li a {
	color:#ffffff;
	background:none;
	border:none;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:10px 0px 10px 17px;
	line-height:20px;
}
ul.main-nav li ul li ul li a:hover {
	background:#ef580d;
}
ul.main-nav li ul li {
	width:100%;
	display:block;
	border:none;
	padding:0px;
	margin:0px;
	border-top:1px solid #4d4d4d;
}
ul.main-nav li ul li a, ul.main-nav li ul li:first-child a {
	color:#ffffff;
	background:none;
	border:none;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:10px 0px 10px 17px;
	line-height:20px;
}
ul.main-nav li ul li:hover a {
	background:#ef580d;
}
ul.main-nav li a {
	display: block;
	color:#3B3B3B;
	text-transform:uppercase;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	border-left:none;
	border-right:1px solid #f1f2f2;
	padding:50px 20px 40px 20px;
	margin:0px;
	background:url(images/misc/top-menu-bg.png) no-repeat;
}
ul.main-nav li#menu-item-1374 a {
	background-position:18px 15px;
	} 
ul.main-nav li#menu-item-1372 a {	
	background-position: -96px 15px;
	}
ul.main-nav li#menu-item-1373 a {	
	background-position: -570px 15px;
	}
ul.main-nav li#menu-item-2259 a {	
	background-position: -220px 15px;
	}
ul.main-nav li#menu-item-2244 a {	
	background-position: -455px 15px;
	}
ul.main-nav li#menu-item-1911 a {	
	background-position: -320px 15px;
	}
		
		
	
ul.main-nav > li {
	background:url(images/misc/nav_background_1.jpg) repeat-x bottom;
	}
ul.main-nav > li:hover {
	background:url(images/misc/nav_background.jpg) repeat-x bottom;
}
ul.main-nav > li.current-menu-item {
	background:url(images/misc/nav_background.jpg) repeat-x bottom;
}
ul.main-nav > li:first-child a {
	border-left:1px solid #f1f2f2;
}
ul.main-nav li a span {
	display:block;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
}
ul.main-nav li a span {
	display:block;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
}
span.nav-icon.glyph {
	font-size:24px;
	color:#e7e4e4;
	font-family: "FoundationIconsGeneral";
	margin-bottom:10px;
}
span.nav-icon.active {
	color:#ef520d;
}
span.nav-title {
	font-size:16px;
	color:#3b3b3b;
	text-transform:uppercase;
	margin-bottom:5px;
}
span.nav-descript {
	font-size:13px;
	color:#a7a7a7;
}
.twelvecol.responsive-menu {
	display:none;
}
/*******************************************************************************************/
/**************************************** FEATURED BOXES ***********************************/
/*******************************************************************************************/
.container.featured-boxes {
	border-top:8px solid #f1f2f2;
}
.threecol.featured .fea-box {
	border:1px solid #e1e1e1;
	border-bottom:6px solid #ef580d;
	text-align:center;
	display:block;
	margin:70px 0px 70px 0px;
	padding:0px 20px 30px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.threecol.featured .fea-box .box-icon {
	text-align:center;
	display:block;
	font-size:72px;
	color:#3b3b3b;
	font-family: "FoundationIconsGeneral";
	line-height:normal;
	margin:0px 0px 30px 0px;
}
.threecol.featured .fea-box .box-title {
	font-size:18px;
	color:#ef580d;
	font-family: 'PT Sans', sans-serif;
	display:block;
	line-height:normal;
	margin-bottom:30px;
	text-transform:uppercase;
}
.threecol.featured .fea-box span.box-descript {
	font-size:13px;
	color:#7a7a7a;
	font-family: 'PT Sans', sans-serif;
	line-height:20px;
	margin-bottom:30px;
}
.threecol.featured .fea-box:hover {
	background:#3b3b3b;
	position: relative;
	}
.threecol.featured .fea-box:hover .box-icon,
.threecol.featured .fea-box:hover .box-title,
.threecol.featured .fea-box:hover .box-descript {
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
/*******************************************************************************************/
/**************************************** HOME QUOTE ***************************************/
/*******************************************************************************************/
.container.quote {
	background:#3b3b3b;
	background-image:url(images/misc/quote_background_top.png) , url(images/misc/quote_background_bottom.png);
	background-position: top, bottom;
	background-repeat:repeat-x, repeat-x;
	padding:50px 0px 50px 0px;
	margin:0px 0px 50px 0px;
	text-align:center;
}
.container.quote .info {
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	line-height:50px;
	font-size: 30px;
}
/*******************************************************************************************/
/**************************************** HOME LATEST BLOG POSTS ***************************/
/*******************************************************************************************/
.title {
	background:url(images/misc/title_icon.png) no-repeat left;
	padding-bottom:20px;
	border-bottom:1px solid #e1e1e1;
	display:block;
}
.title h3 {
	padding-left:55px;
	padding-top:23px;
}
.home-blog {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom:20px;
}
.home-blog .meta {
	margin:20px 0px 20px 0px;
}
.home-blog .meta span.user, .home-blog .meta span.date, .home-blog .meta span.category {
	font-family: "FoundationIconsGeneral";
	font-size:14px;
	color:#ef520d;
	margin-right:3px;
	display:inline-block;
	width:auto;
}
.home-blog .meta span span {
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	color:#a7a7a7;
	padding-left:4px;
	}
.meta span a {
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	color:#a7a7a7;
	padding-left:4px;
}
.meta span a:hover {
	color:#3b3b3b;
}
.home-blog .title {
	background:none;
	padding:0px;
	margin:0px;
	border:none;
}
.home-blog .title h5 {
	text-transform:uppercase;
	margin-bottom:20px;
}
.home-blog .title a {
	color:#3B3B3B;
	}
.home-blog .title a:hover {
	color:#EF520D;
	}
.img {
	margin:20px 0px;
}
.img a {
	min-width:100%;
	height:100%;
	background:none;
	display:block;
	position:relative;
}
.img a img {
	display:block;
	min-width:100%;
}
.img a span.zoom {
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	position:absolute;
	z-index:80;
	background:#3b3b3b url(images/misc/zoom.png) no-repeat center center;
	overflow:hidden;
}
.img a span.video {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
	background:#3b3b3b url(images/misc/video.png) no-repeat center center;
}
.img a span.sound {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
	background:#3b3b3b url(images/misc/sound.png) no-repeat center center;
}
.img a span.link {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
	background:#3b3b3b url(images/misc/link.png) no-repeat center center;
}
.home-blog .content {
	font-size:12px;
	line-height:20px;
	color:#7a7a7a;
	font-family: 'PT Sans', sans-serif;
}
.home-blog .content p {
	min-height:80px;
	}
.home-blog .content a {
	color:#ef520d;
	float:right;
	margin-top:8px;
}
.home-blog .content a:hover {
	color:#3b3b3b;
}
.home .mr_social_sharing_wrapper,
/*.archive .mr_social_sharing_wrapper,*/
.search-list .mr_social_sharing_wrapper {
	display:none;
	}
	
/*******************************************************************************************/
/**************************************** HOME LATEST WORK *********************************/
/*******************************************************************************************/
.home-portfolio {
	margin-bottom:20px;
	}
.home .sixcol.home-portfolio {
	margin-top:20px;
	}
.image-holder {
	width:100%;
	height:100%;
	position:relative;
}
.image-holder img {
	display:block;
	width:100%;
	height:auto;
}
.image-holder span.button {
	position:absolute;
	top:15px;
	right:0px;
	background:#ef520d;
	padding:5px 10px;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	cursor:pointer;
	z-index:1000;
}
.image-holder span.button:hover {
	background:#3b3b3b;
}
.image-holder span.button a {
	color:#fff;
	}
.image-holder span.portfolio-category {
	position:absolute;
	bottom:0;
	text-align:center;
	background:#000;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	font-size:22px;
	width:100%;
	padding:20px 0px;
	text-transform:uppercase;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.portfolio-content {
	font-size:12px;
	line-height:20px;
	width:100%;
	display:block;
}
.portfolio-wrap {
	padding:13px 20px 20px 20px;
	border:1px solid #e1e1e1;
}
.portfolio-wrap h4 {
	color:#ef520d;
	text-transform:uppercase;
	margin-top:0px;
	line-height:26px;
	padding-right:35px;
	font-family: 'PT Sans', sans-serif;
}
.portfolio-wrap p {
	margin:25px 0px 25px 0px;
	color:#7a7a7a;
	font-family: 'PT Sans', sans-serif;
}
.portfolio-wrap a {
	font-family:'FoundationIconsGeneral';
	font-size:18px;
	color:#3b3b3b;
	text-align:center;
	line-height:30px;
	margin:25px 10px 0px 0px;
}
.portfolio-wrap a.social-icon {
	font-family:'FoundationIconsSocial';
	font-size:18px;
	color:#3b3b3b;
	text-align:center;
	line-height:30px;
	margin:25px 10px 0px 0px;
}
.portfolio-wrap a:hover {
	color:#ef520d;
}
/*********************** LAVORI *************************/
.gallery-list .single-portfolio {
	float:left;
	width:250px;
	height:250px;
	margin:15px;
	}
.gallery-list .single-portfolio .image-holder img {
	display:block;
	max-width:100%;
	/*max-height:250px;*/
	}
/*******************************************************************************************/
/******************************************* FOOTER TOP ************************************/
/*******************************************************************************************/
.container.footer-top {
	background:#3b3b3b url(images/misc/footer_background_top.png) repeat-x top;
	margin:60px 0px 0px 0px;
	font-size:12px;
}
.container.footer-top a,
.container.footer-top a span {
	cursor:pointer;
	}
.container.footer-top a:hover,
.container.footer-top a:hover span {
	color:#919090;
	}
.container.footer-top .wpp-views {
	color:#fff;
	}
.container.footer-top a.orange {
	color:#EF520D;
	}
.container.footer-top li {
	color:#919090;
	margin-bottom:10px;
	}
.container.footer-top .row {
	padding-top:40px;
	padding-bottom:40px;
}
.container.footer-top .title {
	background:none;
	border:0;
	padding:0;
	}
.container.footer-top h5 {
	background:url(images/misc/footer_title_bckg.png) no-repeat left;
	border:none;
	margin:15px 0px 20px 0px;
	color:#ffffff;
	text-transform:capitalize;
	padding:17px 0px 20px 40px;
}
.container.footer-top h5 a {
	color:#fff;
	}
	
/* NEWSLETTER FORM
   ================================================== */
.newsletter-form input {
	display:block;
	width:85%;
	padding:8px 10px;
	color:#a7a7a7;
	border:none;
	border-bottom:6px solid #292929;
	outline:none;
}
.newsletter-form p {
	font-size:12px;
	font-family: 'PT Sans', sans-serif;
	line-height:18px;
	margin:0px 0px;
	color:#a7a7a7;
}
/* MESSAGES
   ================================================== */
.success, .success_contact, .success_comment {
	display:none;
	padding:10px;
	border:none;
	margin:0px 0px 0px 0px;
	background:#ffffff;
	margin-bottom:10px;
}
.success_comment {
	margin:35px 0px 0px 0px;
	padding:0px;
}
.success_contact {
	margin:35px 0px 0px 0px;
	padding:0px;
}
.error {
	background:#FFF2F2;
}
.valid {
	background:#F7FFEC;
}
/* LATEST TWEETS
   ================================================== */
.tweet {
	width:100%;
}
ul.tweet {
	margin:0px 0px;
	padding:0px;
	line-height:0px;
	font-size:12px;
}
.tweet li {
	margin:0px 0px 15px 0px;
	display:block;
	background:url(images/misc/twitter_icon.png) no-repeat 0px 5px;
}
.tweet li .tweet_text {
	display:block;
	color:#919090;
	padding-left:40px;
	line-height:20px;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}
.tweet li .tweet_text a {
	color:#ef520d;
}
.tweet li .tweet_text .at {
	color:#ffffff;
	line-height:20px;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}
.tweet li .tweet_text a:hover {
	color:#ffffff;
}
.tweet li .tweet_time {
	text-align:left;
	display:block;
	padding-left:40px;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}
.tweet li .tweet_time a {
	color:#ffffff;
	font-style:normal;
	font-size:12px;
	line-height:20px;
}
.tweet li .tweet_time a:hover {
	color:#919090;
}
/* ABOUT
   ================================================== */
   
.about {
}
.about p {
	color:#919090;
	font-size:12px;
	line-height:20px;
	font-family: 'PT Sans', sans-serif;
}
.about a {
	color:#ef520d;
	float:right;
}
.about a:hover {
	color:#a7a7a7;
}
.about a.tip {
	color:#ffffff;
	float:none;
}
/* CONTACT INFO
  ================================================== */
.footer-top .contact-info span {
	 color:#919090;
	 }
.contact-info ul li {
	color:#ffffff;
	font-size:12px;
	font-family: 'PT Sans', sans-serif;
	line-height:20px;
	margin:5px 0px;
	padding-left:25px;
}
.contact-info ul li.globe {
	background:url(images/misc/globe_icon.png) no-repeat 0px 4px;
}
.contact-info ul li.phone {
	background:url(images/misc/phone_icon.png) no-repeat 0px 4px;
}
.contact-info ul li.skype {
	background:url(images/misc/skype_icon.png) no-repeat 0px 4px;
	}
.contact-info ul li.mail {
	background:url(images/misc/mail_icon.png) no-repeat 0px 4px;
}
.contact-info ul li.mark {
	background:url(images/misc/mark_icon.png) no-repeat 0px 4px;
}
.contact-info ul li a {
	color:#ef520d;
	font-size:12px;
	font-family: 'PT Sans', sans-serif;
	line-height:20px;
}
.contact-info ul li a:hover {
	color:#919090;
}
/* SKILLS
	========================================== */
	
#skills {
	margin-bottom:20px;
	}
#skills div.row {
    overflow: hidden;
    margin-bottom: 10px;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #7A7A7A;
	font-weight:bold;
}
#skills p {
    width: 0em;
    height: 1.5em;
	margin-bottom:0;
    background: #3B3B3B;
    float: left;
}
/* SCROLL TO TOP
   ================================================== */
.scrollup {
	position:fixed;
	bottom:23px;
	right:15px;
	
	background:url(images/misc/to_top.png);
	width:36px;
	height:27px;
	opacity:0.5;
}
.scrollup:hover {
	color:#ffffff;
}
/* COPYRIGHTS
   ================================================== */
.footer-bottom {
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	line-height:18px;
	color:#919090;
}
.footer-bottom .row {
	padding-top:10px;
}
.copyrights p {
	text-transform:uppercase;
}
.footer-nav ul {
	text-align:right;
}
.footer-nav ul li {
	display:inline-block;
}
.footer-nav ul li {
	display:inline-block;
	text-transform:uppercase;
	margin-left:5px;
}
.footer-nav ul li:first-child a {
	color:#919090;
	border:none;
	padding-left:0px;
}
.footer-nav ul li a {
	color:#919090;
	border-left:1px solid #919090;
	padding-left:5px;
}
.footer-nav ul li a:hover {
	color:#ef520d;
}
/*******************************************************************************************/
/**************************************** FOOTER BOTTOM ************************************/
/*******************************************************************************************/
.container.footer-bottom {
	background:#3b3b3b url(images/misc/footer_background_top_1.png) repeat-x top;
	border-bottom:10px solid #ef520d;
	padding-top:20px;
	padding-bottom:20px;
}
/*******************************************************************************************/
/********************************* PAGE TITLE & BREADCRUMBS ********************************/
/*******************************************************************************************/
.container.title-breadcrumbs {
	background:#3b3b3b;
	border-top:10px solid #2e2e2e;
	border-bottom:10px solid #2e2e2e;
}
.title-breadcrumbs .row {
	padding-top:0px;
	padding-bottom:0px;
}
.page-title h1 {
	color:#ffffff;
	text-transform:uppercase;
	padding:25px 0px 25px 0px;
}
.breadcrumbs {
	text-align:right;
}
.breadcrumbs ul {
	padding:4px 8px;
	background:#ef520d;
	box-shadow: -0px -8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:-0px -8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -0px -8px rgba(0, 0, 0, 0.2);
	border-top:1px solid #ef820d;
	display:inline-block;
	margin:50px 0px 0px 0px;
	font-size:12px;
}
.breadcrumbs ul li {
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 0 5px;
}
.breadcrumbs span {
	color: white;
}
.breadcrumbs ul li a {
	color:#3b3b3b;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}
.breadcrumbs ul li a.current:hover {
	color:#3b3b3b;
}
.breadcrumbs ul li a.current {
	color:#ffffff;
}
/*******************************************************************************************/
/******************************* TEAM/MISSION/TESTIMONIALS *********************************/
/*******************************************************************************************/
.container.inner {
	margin:35px 0px 35px 0px;
}
.flip.team {
	margin:35px 0px 0px 0px;
}
.name {
	margin:20px 0px;
}
.our-mission {
	margin:0px 0px;
}
.our-mission .img {
	margin:35px 0px;
}
ul.testimonial-carousel {
	width:100%;
	margin:35px 0px 0px 0px;
}
ul.testimonial-carousel li {
	width:100%;
	display:inline-block;
}
ul.testimonial-carousel li > blockquote {
	display:inline-block;
	padding-left:80px;
	background:url(images/misc/quotes.png) no-repeat left 10px;
	font-size:29px;
	line-height:36px;
}
ul.testimonial-carousel li > blockquote > cite {
	font-size:18px;
}
ul.slidecontrols {
	text-align:right;
	width:100%;
	display:inline-block;
	margin:10px 0px 10px 0px;
}
ul.slidecontrols li {
	display:inline-block;
}
ul.slidecontrols li a {
	width:24px;
	height:24px;
	display:block;
}
ul.slidecontrols li a.prev {
	background:url(images/misc/previous_button.png) no-repeat;
}
ul.slidecontrols li a.next {
	background:url(images/misc/next_button.png) no-repeat;
}
ul.slidecontrols li a.next.carousel-disabled {
	background:url(images/misc/next_disabled_button.png) no-repeat;
}
ul.slidecontrols li a.prev.carousel-disabled {
	background:url(images/misc/prev_disabled_button.png) no-repeat;
}
/*******************************************************************************************/
/**************************************  SERVICES ******************************************/
/*******************************************************************************************/
.services {
	margin-top:35px;
}
.services span.icon > p {
	font-family:'FoundationIconsGeneral';
	font-size:60px;
	color:#ef520d;
	line-height:1px;
	padding-top:5px;
}
.services .content {
	margin-left:70px;
}
.services .content h6 {
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	line-height:normal;
}
/*******************************************************************************************/
/************************************ PRICE TABLE ******************************************/
/*******************************************************************************************/
.table {
	margin:35px 0px;
}
table,
table.standard {
	border-collapse:collapse;
	width:100%;
	margin:30px 0;
}
thead,
table th  {
	font-size:13px;
	color:#7A7A7A;
	font-weight:bold;
}
table th {
	color:#7a7a7a;
	padding:5px 10px 5px 10px;
	border:1px solid #e1e1e1;
	}
table td {
	border:1px solid #e1e1e1;
}
thead th h6 {
	background:#3b3b3b;
	padding: 9px 10px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
}
table td {
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	color:#7a7a7a;
	padding:5px 10px 5px 10px;
}
tbody tr.price td {
	font-family: 'PT Sans', sans-serif;
	font-size:42px;
	color:#ef520d;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0px;
}
tbody tr.purchase td {
	text-align:center;
}
tbody tr.purchase a.button {
	background:#3b3b3b;
	border-top:1px solid #b6b7b7;
}
tbody td span.icon {
	font-family:'FoundationIconsGeneral';
	font-size:12px;
	color:#ef520d;
	padding-right:5px;
}
tbody td span.icon.disabled {
	color:#3b3b3b;
}
/*******************************************************************************************/
/************************************** ACCORDION ******************************************/
/*******************************************************************************************/
.accordion {
	border:1px solid #ececec;
	background:#ffffff;
	border-top:none;
	margin:35px 0px;
}
.accordion h6 {
	display:block;
	padding:12px 8px 12px 35px;
	text-transform:uppercase;
	background:#ececec;
	cursor:pointer;
	border-bottom:1px solid #ececec;
	border-top:1px solid #ececec;
	background: url(images/misc/bottom_arrow.png) no-repeat 10px 10px;
}
.accordion h6:hover {
}
.accordion h6.active {
	background:url(images/misc/top_arrow.png) no-repeat 10px 10px;
}
.accordion > div {
	display:block;
	padding:20px 35px;
	background:#fffff;
}
/*******************************************************************************************/
/******************************************* BLOG ******************************************/
/*******************************************************************************************/
.ninecol.blog {
	margin-top:35px;
	margin-bottom:35px;
}
.post {
	margin-bottom:65px;
	border-top:1px solid #e1e1e1;
	padding-top:20px;
	padding-bottom:20px;
}
.post .post-meta {
	margin-bottom:20px;
	}
.post .post-meta span {
	font-family:'FoundationIconsGeneral';
	font-size:18px;
	margin-right:10px;
}
.post .post-meta span a,
.post .post-meta span.category,
.post .post-meta span.comments span{
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#7a7a7a;
}
.post .post-meta span a:hover {
	color:#3b3b3b;
}
.post .post-more {
	margin:20px 0px 30px 0px;
}
.post .title {
	margin-bottom:20px;
	text-transform:uppercase;
}
.post .post-meta a.tag,
.post-tags a{
	color:#ffffff;
	font-size:11px;
	padding:4px 6px;
	background:#3b3b3b;
	margin:0px 1px 1px 0px;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	clear:both;
}
.post .post-meta a.tag:hover,
.post-tags a:hover {
	background:#ef520d;
}
/* PAGINATION
   ================================================== */
   
ol.wp-paginate {
	display: block;
	height: 24px;
	padding-top:20px;
	margin-left: 0px;
	margin:0px;
	border-top:1px solid #e1e1e1;
}
ol.wp-paginate li {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 12px;
	margin-left: 1px;
}
ol.wp-paginate li a,
ol.wp-paginate li span.current {
	display: block;
	padding: 5px 8px 4px 8px;
	color: #ffffff;
	background:#ef520d;
	font-family: 'PT Sans', sans-serif;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
ol.wp-paginate li.current a, ol.wp-paginate li:hover a, ol.wp-paginate li a:focus, ol.wp-paginate li span.current {
	background:#3b3b3b;
	border-bottom:none;
	color:#ffffff;
}
ol.wp-paginate li.unavailable a {
	cursor: default;
	color: #ffffff;
}
ol.wp-paginate li.unavailable:hover a, ol.wp-paginate li.unavailable a:focus {
	border-bottom: none;
}
ol.wp-paginate .title {
	padding:0;
	border:0;
	display:inline;
	background:none;
	margin:0;
	}
/*******************************************************************************************/
/***************************************** SIDEBAR *****************************************/
/*******************************************************************************************/
.threecol.blog {
	margin-top:35px;
}
/* SEARCH
   ================================================== */
   
#searchform, .search fieldset {
	padding:0px;
	margin:0px 0px 0px 0px;
	border:none;
}
#searchform input[type="text"] {
	width:55%;
	padding:10px 5px;
	border:1px solid #ececec;
	float:left;
	margin:0px;
	outline:none;
}
#searchform input[type="submit"] {
	border:none;
	height:38px;
	width:65px;
	margin:0px;
	padding:0px 0px 10px 0px;
	display:block;
	font-size:21px;
	font-family:'FoundationIconsGeneral';
	background:#ef520d no-repeat top left;
	cursor:pointer;
	color:#ffffff;
	float:left;
	line-height:20px;
}
#searchform input[type="submit"]:hover {
	background:#3b3b3b;
}
/* CATEGORIES
   ================================================== */
#sidebar .boxRight {
	margin:35px 0px 40px 0px;
}
#sidebar .boxRight h3{
	background:url(images/misc/title_icon.png) no-repeat;
	padding-left:50px;
	color:#ef520d;
	text-transform:uppercase;
	margin-bottom:30px;
}
#sidebar .boxRight ul {
	margin:0px 0px 35px 0px;
}
#sidebar .boxRight ul li {
	background:url(images/misc/category_background.png) 10px -30px no-repeat;
	margin:0px 0px 8px 0px;
}
#sidebar .boxRight ul li:hover {
	background-position:10px 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
#sidebar .boxRight ul li a {
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	color:#3b3b3b;
	padding-left:40px;
}
#sidebar .boxRight ul li a:hover {
	color:#ef520d;
}
/* POPULAR POSTS
   ================================================== */
   
.small-post {
	margin-bottom:35px;
}
.small-post .title {
	background:none;
	border:none;
	padding:0px;
}
.small-post .content a {
	color:#ef520d;
	float:right;
}
.small-post .content a:hover {
	color:#3b3b3b;
}
/* COMMENT FORM
   ================================================== */
.comment_form {
	width:100%;
	margin:35px 0px;
}
.comment_form h3 {
	text-transform:uppercase;
}
.comment_form fieldset {
	border:none;
	padding:0px;
	margin:35px 0px;
}
.comment_form input[type="text"],
.comment_form input[type="email"] {
	width:100%;
	border:1px solid #ececec;
	margin:10px 0px 10px 0px;
	padding:15px 10px;
	font-size:15px;
	color:#999999;
	background:#feefcd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment_form textarea {
	width:100%;
	border:1px solid #ececec;
	outline:none;
	margin:10px 0px 10px 0px;
	padding:15px 10px;
	background:#feefcd;
	height:120px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	font-size:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment_form input[type="text"]:focus,
.comment_form input[type="email"]:focus,
.comment_form textarea:focus {
	border:1px solid #EF520D;
}
.textarea_comment textarea {
	font-size:12px;
	color:#999999;
	font-family: 'PT Sans', sans-serif;
}
.comment_form input[value] {
	font-size:12px;
	color:#999999;
}
.comment_form input[type=submit] {
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	}
.comment_form .small.button.default {
	margin:20px 0px;
	max-width:60%;
}
/* COMMENTS
   ================================================== */
.comments {
	margin:35px 0px;
}
.comments h3 {
	text-transform:uppercase;
}
.comment {
	margin:35px 0px;
	border-bottom:1px solid #e1e1e1;
}
.comment .avatar a img {
	border:1px solid #e1e1e1;
	float:left;
	margin:0px 10px 20px 0px;
}
.comment .user-info {
	float:left;
}
.comment .user-info h5 {
	color:#ef520d;
	text-transform:uppercase;
	margin:0px 0px 3px 0px;
}
.comment .content {
	clear:both;
	margin-bottom:20px;
}
.comments ol.wp-paginate {
	border:none;
}
.map {
	margin:35px 0px;
}
.map iframe {
	width: 100%;
	max-width: 100%;
}
#map {
	width:100%;
	height:345px;
}

.additional-info, .side-info {
	margin:35px 0px;
}
.additional-info h3, .side-info h3 {
	text-transform:uppercase;
	margin-bottom:35px;
}
.additional-info p {
	margin-bottom:10px;
	}
.side-info ul li {
	color:#a7a7a7;
}
/*******************************************************************************************/
/************************************** BLOG SINGLE E CATEGORIA ****************************/
/*******************************************************************************************/
.post-content h2 {
	margin:20px 0;
	padding-bottom:5px;
	border-bottom: 1px solid #E1E1E1;
	}
.post-content h3 {
	margin:20px 0;
	padding-bottom:5px;
	border-bottom: 1px solid #E1E1E1;
	font-size:1.20em;
	}
	
.post-content .title h2 {
	border:0;
	margin:0;
	padding:0;
	padding-left: 55px;
	font-size: 22px;
	line-height: 22px;
	}
.post-content p {
	margin:0 0 1em 0;
	font-size: 16px;
	margin: 0 0 1em 0;
	line-height: 25px;
	color: #333;
	}
.post-list .title {
	background: url(images/misc/title_icon.png) no-repeat left;
	padding-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
.post-list h2 a {
	display:block;
	padding-left:55px;
	padding-top:23px;
}
.post-list .post {
	padding-bottom:0;
	margin-bottom:20px;
	}
	
.post-list .post-more a{
	margin:0;
	float:right;
	}
	
.post-more a:hover {
	text-decoration:none;
	}
.post-content ul,
.post-content ol {
	margin:0 0 1.5em 0;
	}
	
.post-content ul li,
.post-content ol li {
	background: url(http://www.gleenk.com/wp-content/themes/gleenk/images/misc/category_background-02.png) 5px 2px no-repeat;
	margin: 0px 0px 5px 0px;
	color:#333;
	font-size:16px;
	line-height:25px;
	padding-left:30px;
}
.post-content ul li li,
.post-content ol li li {
	margin:8px;
	}
.blog.post-list .post {
	height:320px;
	margin:0 8px 20px 8px;
	}
	
.search .blog.post-list .post {
	height:auto;
	}
	
.first-share {
	margin-bottom:20px;
	}
.breadcrumbs a {
	color:#fff;
	}
.breadcrumbs a:hover {
	color:#000;
	}
/*******************************************************************************************/
/************************************** PAGINE INTERNE VARIE *******************************/
/*******************************************************************************************/
/* CONTATTI */
.additional-info ul li {
	font-size:12px;
	line-height:20px;
	color:#7A7A7A;
	list-style:inside;
	margin-left:10px;
	}
.page-template-template-contatti-php h2 {
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	margin-bottom:35px;
	}
	
.page-template-template-contatti-php h3 {
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	margin-bottom:15px;
	}
.social-shares li {
	display:inline-block;
	}
.social-shares a {
	display:block;
	float:left;
	background:url(images/social-shares.png) no-repeat;
	width:42px;
	height:42px;
	text-indent:-9999px;
	}
.social-shares a.gp { background-position:0 0; }
.social-shares a.fb { background-position:-42px 0; }
.social-shares a.tw { background-position:-84px 0; }
.social-shares a.in { background-position:-125px 0; }
.social-shares a.rss { background-position:-169px 0; }

/* CHI SONO */
.page-template-template-chisono-php .post {
	border-top:0;
	margin-top:0;
	padding-top:0;
	}
.page-template-template-chisono-php .title {
	background-position:0 0;
	padding-bottom:15px;
	}
.page-template-template-chisono-php .post-content span {
	color:#7A7A7A;
	}
/* 404
   ================================================== */
.error-page, .search-wrap, .error-message {
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	text-align:center;
}
.error-message h1 {
	text-transform:uppercase;
}
.search-wrap {
	width:90%;
	margin:0px auto;
	max-width:500px;
}
.error-page p {
	font-size:2000%;
	line-height:100%;
	text-shadow: 8px 8px rgba(0, 0, 0, 0.2);
	-moz-text-shadow:8px 8px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 8px 8px rgba(0, 0, 0, 0.2);
	color:#ef520d;
	font-family: 'PT Sans', sans-serif;
}
/* feed rss box e correllati*/
.post-correlati {
	margin:20px 0 0 0;
	padding:20px 0;
	border-top: 1px solid #E1E1E1;
	}
	
.post-correlati h4 {
	margin-bottom:20px;
	}
#follow-rss {
	border: 2px solid #fcc33b;
	display: none;
	margin: 20px 0;
}
#follow-rss a {
	display: block;
	background: url(images/misc/feed-rss.png) no-repeat 95% 10px;
	padding: 50px 150px 50px 35px;
	color: #f09e2d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#follow-rss a:hover {
	background-color: #fcc33b;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/**/
/*******************************************************************************************/
/******************************************** TABS *****************************************/
/*******************************************************************************************/
.tabs {
	margin-top:35px;
	margin-bottom:35px;
}
.tab-nav {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
ul.tab-filter li {
	display:block;
	float:left;
 border:none;
}
ul.tab-filter li:first-child {
	border-left:none;
}
ul.tab-filter li:last-child {
	border-right:1px solid #e1e1e1;
}
ul.tab-filter li a {
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#3b3b3b;
	text-transform:uppercase;
	padding:10px 20px;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	background:#ffffff;
	box-shadow:inset 0px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0px -3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 0px -3px rgba(0, 0, 0, 0.1);
}
ul.tab-filter li:first-child a {
	margin-left:3px;
}
ul.tab-filter li a.active {
	border-bottom:1px solid #ffffff;
	background:#ffffff;
	color:#ef520d;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.tab-content {
	clear:both;
	border:1px solid #e1e1e1;
	margin-top:-6px;
}
.tab-content {
	padding:20px;
}
.widget_twitter span {
	color:#919090;
	}
span.twitterwidget-title {
	color:#fff;
	}
	
	
.dd_post_share.fixed {
	position:fixed;
	width:100%;
	top:0;
	background:#fff;
	padding:5px 0;
	z-index:10;
	}	
.top-nav-area {
	position:relative;
	}
#top-promo {
	display:block;
	position:absolute;
	left:275px;
	top:25px;
	padding:10px 15px;
	background:#ef580d;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	z-index:2;
	-webkit-animation:blinkorange 2s infinite;
	animation:blinkorange 2s infinite;
	-webkit-transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	transition:all linear 0.2s;
	}
#top-promo:hover {
	box-shadow:0 0 10px #999;
	-webkit-transition:all linear 0.2s;
	-moz-transition:all linear 0.2s;
	transition:all linear 0.2s;
	}
#___person_0 {
	border-bottom:1px solid #ccc;
	}
	
@-webkit-keyframes blinkorange {
	0% { background:#ef580d; }
	50% { background:#ff7f02; }
	100% { background:#ef580d; }
	}
@keyframes blinkorange {
	0% { background:#ef580d; }
	50% { background:#ff7f02; }
	100% { background:#ef580d; }
	}
	
.btn-demo {
	display:block;
	background:#ef580d;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	padding:0.875em 1em;
	}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eucookielaw-banner.grass {
  background: black !important;
  color: white !important;
  padding: 1em !important;
  font-size: .875em !important;
  border:none !important;
  border-radius: 0 !important;
}
.eucookielaw-banner.grass .well {
  background: black !important;
  color: white !important;
}
.eucookielaw-banner.grass .banner-title {
  font-weight: 700 !important;
}
.eucookielaw-banner.grass .well p.banner-agreement-buttons a.agree-button {
  display: inline-block !important;
  background: #009739 !important;
  color: #fff !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  padding: .5em 1em !important;
}
.eucookielaw-banner.grass .well p.banner-agreement-buttons a.disagree-button {
  display: inline-block !important;
  text-decoration: none !important;
  padding: .5em 1em !important;
}

/*******************************************************************************************/
/**************************************** RESPONSIVE SETTINGS ******************************/
/*******************************************************************************************/
@media handheld, only screen and (max-width: 1023px) {
	 .da-slide .da-link {
	 font-size: 20px;
	}
	 .da-slide h2 {
	 font-size:26px;
	 line-height:26px;
	}
	 .da-slide p {
	 font-size:70px;
	 line-height:72px;
	 top:160px;
	}
	 .error-page p {
	 font-size:800%;
	 line-height:100%;
	}
}
 @media handheld, only screen and (max-width: 820px) {
		
	/*.container.slider {
		padding-left:1px;
	}*/
	#sidebar {
		display:none;
		}
	.gallery-list .single-portfolio {
		width:100%;
		margin:0 0 30px 0;
		height:auto;
		}
		
	.gallery-list .single-portfolio .image-holder img {
		display:block;
		max-width:100%;
		height:auto;
		}
		
	.da-slider {
		/*width:727px;
		max-width:727px;
		min-width:727px;*/
		min-height:330px;
	 max-height: 100%;
	 padding-left:1px;
	}
	 .da-slide .da-link {
	 font-size: 18px;
	 top:230px;
	}
	 .da-slide h2 {
	 font-size:20px;
	 line-height:20px;
	 top:80px
	}
	 .da-slide p {
	 font-size:42px;
	 line-height:42px;
	 top:120px;
	}
	 ul.main-nav {
	 display:none;
	}
	 .twelvecol.responsive-menu {
	 display:block;
	 text-align:center;
	}
	 .twelvecol.responsive-menu select {
	 width:80%;
	 margin:20px 0px 20px 0px;
	 -webkit-appearance: button;
	 -webkit-padding-end: 30px;
	 -webkit-padding-start: 40px;
	 -webkit-user-select: none;
	 background-image: url(images/misc/drop_bckg.png);
	 background-position:10px 0px;
	 background-repeat: no-repeat;
	 border: 1px solid #e1e1e1;
	 border-top:4px solid #ef580d;
	 color: #999;
	 font-size:14px;
	 font-family: 'PT Sans', sans-serif;
	 overflow: hidden;
	 padding-top: 7px;
	 padding-bottom: 7px;
	 padding-right:30px;
	 padding-left:30px;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 cursor:pointer;
	 text-transform:capitalize;
	 outline:none;
	}
	 .logo {
	 text-align:center;
	}
	 .copyrights {
	 text-align:left;
	}
	 .footer-nav ul {
	 text-align:left;
	 margin-top:15px;
	}
	/*********************** RESPONSIVE TABLE ***************************************/
	table.responsive {
	margin-bottom: 0;
	}
	 .pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 35%;
	overflow: hidden;
	overflow-x: scroll;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	 .pinned table {
	border-right: none;
	border-left: none;
	width: 100%;
	}
	 .pinned table th, .pinned table td {
	white-space: nowrap;
	}
	 .pinned td:last-child {
	border-bottom: 0;
	}
	 div.table-wrapper {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	}
	 div.table-wrapper div.scrollable table {
	margin-left: 35%;
	}
	 div.table-wrapper div.scrollable {
	overflow: scroll;
	overflow-y: hidden;
	}
	 table.responsive td, table.responsive th {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	}
	 table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
	display: none;
	}
	 .page-title h1 {
	 color:#ffffff;
	 text-transform:uppercase;
	 padding:25px 0px 25px 0px;
	 text-align:center;
	}
	 .breadcrumbs {
	 text-align:center;
	}
	#top-promo  {
		width:75%;
		margin:0 auto 10px;
		position:relative;
		left:auto;
		top:auto;
		}

}
 @media handheld, only screen and (max-width: 620px) {
	
	
	.da-slider {
		/*width: 439px;
		min-width:439px;
		bax-width:439px;*/
		min-height:200px;
	 max-height: 100%;
	}
	 .notification {
	 text-align:center;
	}
	 .da-slide .da-img {
	 top:0px;
	}
	 .da-slide .da-link {
	 font-size: 12px;
	 top:125px;
	 margin-left:20px;
	 padding:0px 7px;
	}
	 .da-slide h2 {
	 top:20px;
	 font-size:16px;
	 line-height:16px;
	}
	 .da-slide p {
	 font-size:32px;
	 line-height:32px;
	 top: 52px;
	 left: 8%;
	}
	 ul.filter li {
	 font-size:16px;
	}
	 ul.filter li a {
	 font-size:16px;
	}
}
 @media handheld, only screen and (max-width: 380px) {
	
	/*.container.slider {
		padding-left:1px;
	}*/
		
	.da-slider {
		/*width: 279px;
		min-width:279px;
		bax-width:279px;*/
		min-height:160px;
	 max-height: 100%;
	}
	 .notification {
	 text-align:center;
	}
	 .da-slide .da-img {
	 top:-60px;
	}
	 .da-slide .da-link {
	display:none;
	}
	 .da-slide h2 {
	 top:20px;
	 font-size:14px;
	 line-height:14px;
	}
	 .da-slide p {
	 font-size:18px;
	 line-height:20px;
	 top:50px;
	}
	 ul.testimonial-carousel li > blockquote {
	 font-size:14px;
	 line-height:23px;
	 padding-left:60px;
	}
	 ul.testimonial-carousel li > blockquote > cite {
	 font-size:12px;
	}
	 ul.filter li {
	 font-size:12px;
	}
	 ul.filter li a {
	 font-size:12px;
	}
}
 @media handheld, only screen and (max-width: 260px) {
		
	/*	.container.slider {
	padding-left:1px;
	}*/
		
	.da-slider {
		/*width: 199px;
		min-width:199px;
		bax-width:199px;*/
		min-height:160px;
	 max-height: 100%;
	}
	 .notification {
	 text-align:center;
	}
	 .da-slide .da-img {
	 top:-60px;
	}
	 .da-slide .da-link {
	 font-size: 11px;
	 top:90px;
	 margin-left:0px;
	 line-height:18px;
	 padding:0px 7px;
	 box-shadow:none;
	}
	 .da-slide h2 {
	 top:20px;
	 font-size:11px;
	 line-height:11px;
	}
	 .da-slide p {
	 font-size:16px;
	 line-height:16px;
	 top:50px;
	}
	 ul.testimonial-carousel li > blockquote {
	 font-size:14px;
	 line-height:23px;
	 padding-left:60px;
	}
	 ul.testimonial-carousel li > blockquote > cite {
	 font-size:12px;
	}
	 ul.filter li {
	 font-size:10px;
	}
	 ul.filter li a {
	 font-size:10px;
	}
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/
}
/* HACK FIX */
div#fancy_title table td {
	border:none !important;
	}
	
#W_E-cms1, label[for=W_E-cms1] {
	display:none !important;
	}
ul#recent-pins-widget li.recent-pin div.pinterest-image {
	width:100% !important;
	box-shadow:none !important;
	border:1px solid #ccc;
	}
ul#recent-pins-widget li.recent-pin div.pinterest-image a {
	border:0 !important;
	}
	
#___plusone_0 {
	position: relative;
    top: 3px;
	}

.tiled-gallery-caption {
	background: #000 !important;
	color: #fff !important;
}
#gallery-1 img {
	border: 1px solid #ddd !important;
}