@import url("base.css");
@import url("layout.css");
@import url("page.css");
@import url("scrollbar.css");
@import url("tabdrop.css");
@import url("flexslider.css");
@import url("fancybox.css");

/* ================================================================================ */
		/* GENERAL */
/* ================================================================================ */

html, body {
	min-height: 100%;
}

.list-group {
	text-align: left;
	margin: 20px 10px 50px 10px;
}

.list-group li {
	margin: 7px 0;
	padding-left: 30px;
	background: url(../imgs/check.png) no-repeat  0 0;
}

.home-page-loading {
	position: fixed;
	height: 30px;
	width: 100px; 
	left: 50%;
	top: 50%;
	color: #FFF;
	line-height: 30px;
	z-index: 2;
	font-size: 18px;
	margin: -15px 0 0 -50px;
	text-align: center;
	letter-spacing: 1px;
	font-family: "PTSansNarrowRegular", Arial, sans-serif;
}

.section-project {
	position: relative;
	/*display: none;*/
}

#section-page {
	position: relative;
	background: url(../imgs/black-50.png);
}

#section-gallery {
	position: relative;
}

#scroller-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
}

.news-item {
	border-bottom: 1px dotted #AAA;
	padding-bottom: 20px;
}
.news-item span {
	font-size: 11px;
	color: #CC0000;
	margin-bottom: 5px;
	display: block;
}

.news-item a,
.news-item a:visited {
	font-size: 11px;
	color: #888888;
	padding: 4px 10px 4px 30px;
	border: 1px solid #AAAAAA;
	text-decoration: none !important;
	background: url(../imgs/pdf-icon.gif) 5px 50% no-repeat;
}

.news-item a:hover {
	text-decoration: none;
	color: #CC0000;
	border-color: #CC0000;
}
/* ================================================================================ */
		/* MAIN BACKGROUND */
/* ================================================================================ */

#main-background {
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
}

#main-background img {
	max-width: none !important;
}

/* ================================================================================ */
		/* MAIN CONTENT */
/* ================================================================================ */

#main-content {
    z-index: 100;
    top: 0;
    left: 0;

   	overflow: hidden;
   	width: 100%;
	height: 100%;
	position: absolute;	}

.navbar {
	z-index: 101 !important;
}

.mainContentDefaultStyle {
	min-height: 100%; 
   	height: auto !important; 
   	height: 100%;
}

.mainContentMobileStyle {
	/*min-height: 1000px !important; 
   	height: auto !important;*/ 
}

/* ================================================================================ */
		/* CONTACT */
/* ================================================================================ */

#news-overlay {
	width: 384px;
	height: 440px;
	display: block;
}

#privacy {
	float: left !important;
	width: 220px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.field {
	float: left;
	clear: both;
	text-align: left;
}

.field label {
	font-style: italic;
	margin: 5px 2px 0 0;
	float: left !important;
	width: 65px;
	font-size: 11px;
	color: #555;
}

.field input {
	float: left !important;
	width: 235px;
	text-align: left;
}

.field textarea {
	float: left !important;
	width: 235px;
	height: 80px;
	text-align: left;
	resize: none;
}

#btn-send {
	float: right;
	margin-top: 10px;
	margin-right: 12px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

#mailform {
	margin-top: 7px;
}

#contact-info span {
	display: block;
}

.gallery-icon {
	margin: 0;
	padding-top: 10px;
}

.gallery-icon li:first-child {
	margin: 0;
}

.gallery-icon li {
	float: left;
	margin-left: 15px;
}

.scrollbar-container h3 {
	line-height: 22px;
	text-align: left;
	font-size: 16px;	 
}

.scrollbar-container h5 {
	line-height: 20px;
	text-align: left;
	font-size: 13px;
	color: #777;
	margin-top: 20px;
}

.scrollbar-container span.grassetto {
	color: #222;
	font-weight: bold;
	font-style: italic;
}

.scrollbar-container p {
	line-height: 22px;
	text-align: left;
}


#contact {
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    width: 220px;
    border-top: 1px dotted #4E5457;
    border-bottom: 1px dotted #4E5457;
}

#contact .c-name {
	display: block;
	margin-bottom: 7px;
}

#contact .c-cell {
	display: block;
	padding: 1px 0 1px 22px;
	background: transparent url(../imgs/cell.png) no-repeat left top;
}

#contact .c-address {
	display: block;
	padding: 3px 0 3px 0;
}

#contact .c-email {
	display: block;
	padding: 1px 0 1px 22px;
	background: transparent url(../imgs/email.png) no-repeat left center;
}

#contact .c-piva {
	display: block;
	margin-top: 10px;
	color: #444;
}

/* ================================================================================ */
		/* LOGO */
/* ================================================================================ */

.navbar-inner .container {
	overflow: visible;
}

#logo {
	z-index: 954;
	position: absolute;
	width: 192px;
	height: 145px;
	overflow: hidden;
	display: block;
	text-indent: -9999em;
    background: url('../imgs/logo.png') no-repeat left top;
}

#logo span {
	margin-left: 40px;
	height: 23px;
	display: block;
}

/* ================================================================================ */
		/* SOCIALS */
/* ================================================================================ */

ul#socials {
	position: absolute;
	right: 10px;
	bottom: 0px;
	display: block;
	height: 25px;
	z-index: 954;
}

ul#socials li {
	display: inline-block !important;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	width: 26px;
	height: 25px;
}

ul#socials li:first-child {
	margin-left: 0;
}

ul#socials li a {
	width: 26px;
	height: 25px;
	display: block;
	text-indent: 99999em;
	overflow: hidden;
	-webkit-transition: all 0.1s ease;
    -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;
}

ul#socials li a:hover {
	background-position: left bottom;
}

.btn-facebook a {
	background: url('../imgs/facebook.png') no-repeat left top;
}

.btn-twitter a {
	background: url('../imgs/twitter.png') no-repeat left top;
}

.btn-linkedin a {
	background: url('../imgs/linkedin.png') no-repeat left top;
}

/* ================================================================================ */
		/* GRID MASONRY */
/* ================================================================================ */

#grid-container {
	z-index: 101;
   	margin: 32px;
   	width: 100%;
}

.grid-item {
	visibility: hidden;
	opacity: 0;
}
.grid-item a {
	display: block;
	position: relative;
	margin: 3px;
	background: #FFF;
	overflow: hidden;
}

.grid-item a img {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.grid-item a div {
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 100%;
}
.grid-item a div.da-animate span {
    position: absolute;
    left: 20px;
    display: block;
}

.grid-item a div.da-animate span.item-title {
	bottom: 36px;
	color: #000;
    font-size: 16px;
	font-family: "PTSansNarrowRegular", Arial, sans-serif;
}

.grid-item a div.da-animate span.item-category {
	bottom: 16px;
	color: #888;
    font-size: 11px;
}


#paginator {
	position: absolute;
	z-index: 978;
	bottom: 0;
	left: 0;
	display: none;
}

#more-page a {
	display: block;
	height: 25px;
	text-indent: -999999em;
	background: #000 url('../imgs/more.png') no-repeat center center;
}

#infscr-loading {
	position: absolute;
	height: 25px;
	width: 25px;
	z-index: 979;
	bottom: 0;
	left: 50%;
	margin-left: -42px;
	background: #222 url(../imgs/ajax-loader.gif) no-repeat center center;
}
#infscr-loading img {
	display: none;
}


.grid-item-inner h3 a {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.grid-item-inner h3 a:hover {
	color: #AAA;
}

.grid-item-inner h3 {
	clear: both;
	line-height: 22px;
}

.grid-item-inner p {
	color: #AAA;
	font-size: 12px;
	line-height: 18px;
}






/* ANIMATION */

.grid-item div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

.post-link {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	float: left;
}

.post-link a {
	color: #FFF;
	text-decoration: none;
}

.post-link-date {
	padding: 0 0 0 18px;
	float: left;
	background: url('../imgs/calendar.png') no-repeat 0 3px;
}

.post-link-category {
	padding: 0 0 0 15px;
	margin-left: 20px;
	background: url('../imgs/tags.png') no-repeat 0 4px;
}

.post-link-user {
	margin-left: 30px;
	padding: 0 0 0 18px;
	background: url('../imgs/pen.png') no-repeat 0 3px;
}

.post-link-comments {
	clear: both;
	margin-left: 30px;
	padding: 0 0 0 21px;
	background: url('../imgs/comments.png') no-repeat 0 4px;
}

.grid-img-container {
	clear: both;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
	
}

.grid-item footer {
	position: absolute;
	width: 100%;
	height: 65px;
	bottom: 0;
	left: 0;
}

.grid-item .btn-read-all {
	position: absolute;
	top: 0;
	right: 0px;
    background: url('../imgs/corner.png') no-repeat right top;
}

.grid-item .btn-read-all a {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 25px;
	color: #000;
	margin-top: 6px;
	padding: 0 28px 0 20px;
	height: 27px;
	display: block;
    background: #FFF;
    text-decoration: none;
    position: relative;
}

.grid-item .btn-read-all a .arrow-read {
	position: absolute;
	top: 10px;
	right: 18px;
	display: block;
	width: 4px;
	height: 7px;
	background: url('../imgs/arrow-read.png') no-repeat left top;
}

/* ================================================================================ */
		/* VEGAS */
/* ================================================================================ */

.vegas-loading {
	position: fixed;
	height: 30px;
	width: 30px; 
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	z-index: 0;
	background: url(../imgs/ajax-loader.gif) no-repeat center center;
}

.vegas-overlay {
	background:transparent url(../imgs/overlays/01.png);
	opacity:0.5;
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
}

/* SEARCH FORM */

#search-2 {
	float: left;
	width: 145px;
	height: 25px;
	margin-bottom: 20px;
}
	
#searchform {
	width: 145px;
	height: 25px;
	position: relative;
}

input#s {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	background: #333;
	height: 24px;
	border: none;
	padding: 0 10px 1px 10px;
	color: #909090;
	margin: 0;
	font-size: 12px;
}

#s:focus {
	background: #262626;
}


#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px !important;
	height: 25px !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-indent: -999999px;
	background: url(../imgs/lens.png) no-repeat left top;
	cursor: pointer;
	border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
}

#searchsubmit:hover {
	background-position: left bottom;
}

/* LANGUAGE */

#qtranslate-5 {
	float: right;
	height: 25px;
	width: 54px;
}

#qtranslate-5-chooser {
	height: 25px;
	width: 54px;
	position: relative;
}

#qtranslate-5-chooser li {
	top: 0;
	position: absolute;
	height: 23px;
	width: 23px;
}

#qtranslate-5-chooser li.lang-it {
	left: 0;
}

#qtranslate-5-chooser li.lang-en {
	right: 0;
}

#qtranslate-5-chooser li a {
	height: 23px;
	width: 23px;
	border: 1px solid #555;
	display: block;
	color: #707070;
	line-height: 23px;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #000;
}

#qtranslate-5-chooser li a:hover {
	color: #AAA;
	background: #222;
}

#qtranslate-5-chooser li.active a {
	cursor: default;
	border-color: #707070;
	color: #909090;
	background: #000 !important;
}

/* ================================================================================ */
		/* NAVIGAZIONE */
/* ================================================================================ */

#menu-navigazione {
	margin-top: 30px;
	font-family: "PlayRegular", Arial, sans-serif;
}

#menu-navigazione li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#menu-navigazione > li {
	border-bottom: 1px dotted #4E5457;
}

#menu-navigazione > li:first-child {
	border-top: 1px dotted #4E5457;
}

#menu-navigazione > li > a {
	padding: 3px 0 2px 10px;
	text-transform: uppercase;
	font-size: 11px;
}

#menu-navigazione > li > a:hover {
	color: #DD574C;
	/*background-color: #676E71;*/
}
#menu-navigazione > li.current-menu-item > a {
	color: #DD574C !important;
	cursor: default;
	/*background-color: #676E71;*/
}


#menu-navigazione > li > a.dcjq-parent {
	background: url(../imgs/toggle-close.png) no-repeat 95% 50% !important;
}

#menu-navigazione li a.dcjq-parent.active {
	color: #99A2A6;
	/*cursor: default;*/
	background: url(../imgs/toggle-open.png) no-repeat 95% 50% !important;
}

#menu-navigazione .sub-menu {
	border-top: 1px solid #555;
	padding: 5px 0 5px 0;
}

#menu-navigazione .sub-menu > li {
	margin: 3px 0 3px 0;
}

#menu-navigazione .sub-menu > li > a {
	display: block;
	padding: 0 10px 2px 30px;
	color: #CCD6DB;
/*	letter-spacing: 1px;*/
	text-transform: uppercase;
	line-height: 15px;
	font-size: 11px;
	background: url(../imgs/bullet.png) no-repeat 20px 50%;
}

#menu-navigazione .sub-menu > li > a:hover {
	color: #FFF;
	background-color: #2E3538;
	background-position: 22px 50%;
}

/* ARTICOLO SINGOLO */

.post nav {
	display: block;
}

.post nav ul {
	float: right;
}

.post nav ul li {
	float: left;
	margin-left: 1px;
}

.post nav ul li a {
	display: block;
	width: 25px;
	height: 25px;
	/*border: 1px solid #000;*/
	text-indent: -99999em;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center center;
}

.post nav ul li.post-nav-prev a {
	background-image: url(../imgs/arrow-prev.png);
}

.post nav ul li.post-nav-back a {
	background-image: url(../imgs/grid.png);
	
}

.post nav ul li.post-nav-next a {
	background-image: url(../imgs/arrow-next.png);
}

.post nav ul li a:hover {
	background-color: #DD574C;
}

.post h1 {
	font-size: 30px;
	line-height: 30px;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CCC;
}

.post-metas {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

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

.article-archive {
	background: #FFF;
	margin-bottom: 20px;
	border: 1px #CCC solid;
}

h1.page-title {
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
}

.article-archive .post {
	padding: 20px 30px;
}

.post-metas li {
	float: left;
	margin-left: 20px;
	
	-khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.post-metas li:first-child {
	margin-left: 0;
}

.post-metas li a {
	display: inline-block;
	text-decoration: none;
	
	

}

.post-metas li a:first-child {
	display: inline-block;
	padding: 0 0 0 18px;
	text-decoration: none;
}

.post-metas li.post-meta-date {
	padding: 0 0 0 18px;
	background: url('../imgs/calendar-black.png') no-repeat 0 3px;
}
.post-metas li.post-meta-tags {
	background: url('../imgs/tags-black.png') no-repeat 0 3px;
}
.post-metas li.post-meta-autor {
	background: url('../imgs/pen-black.png') no-repeat 0 3px;
}

a.post-link-date {
	float: left;
	padding: 0 0 0 18px;
	background: url('../imgs/calendar.png') no-repeat 0 3px;
}

a.post-link-category {
	margin-left: 20px;
	float: left;
	padding: 0 0 0 15px;
	background: url('../imgs/tags.png') no-repeat 0 4px;
}

a.post-link-user {
	float: left;
	margin-left: 30px;
	padding: 0 0 0 18px;
	background: url('../imgs/pen.png') no-repeat 0 3px;
}

a.post-link-comments {
	clear: both;
	margin-left: 30px;
	float: left;
	padding: 0 0 0 21px;
	background: url('../imgs/comments.png') no-repeat 0 4px;
}

.img-post {
	margin-top: 12px;
	display: block;
	width: 100%;
	height: 400px;
	background: #000;
	text-align: center;
	overflow: hidden;
}

.img-post .wp-post-image {
	width: 100%;
	height: auto;
	display: block;
}

.text-post {
	margin-top: 18px;
	color: #000;
}

/* =Comments
----------------------------------------------- */

#comments {
	border-top: 1px solid #CCC;
	padding-top: 12px;
}

#comments-title {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 1.625em 90px;
	padding: 20px 30px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	border-left: 1px solid #CCC;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 18px;
	margin-left: 55px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
	text-decoration: none;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -90px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #AAA;
	color: #FFF;
	display: inline-block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #000;
	padding: 20px 30px;
	position: relative;
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: none !important;
	position: relative;
	padding: 5px !important;
	text-indent: 100px;
	margin: 0 !important;
	font-size: 13px;
	line-height: 20px;
	font-family: "OpenSansRegular", Arial, sans-serif;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	margin-bottom: 4px !important;
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #BBB;
	color: #FFF;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 0px;
	text-align: right;
	min-width: 80px;
	padding: 0 10px;
	position: absolute;
	top: 5px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 22px;
	left: 69%;
	position: absolute;
	top: 4px;
	z-index: 1;
}
#respond .comment-notes {
	margin-bottom: 12px !important;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAA;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#respond p {
	margin: 0 !important;
	padding: 0 !important;
}
#respond .form-submit {
}

#respond input#submit {
	background: #222;
	border: none;
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 10px 0;
	width: 45%;
	padding: 5px 20px 5px 20px;
	position: relative;
	text-transform: uppercase;
	font-family: "PTSansNarrowRegular", Arial, sans-serif;
}
#respond input#submit:hover {
	background: #444;
	color: #FFF;
}

#respond input#submit:active {
	background: #C00;
	color: #FFF;
}
#respond #cancel-comment-reply-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 0;
	font-size: 9px;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	color: #F00;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333 !important;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 70%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0 !important;
	padding: 0 !important;
}
.form-allowed-tags {
	display: none;
}














/* SLIDER */

.easygalleryslider ul.slides { padding: 0; }
.easygalleryslider .slides > li {
	text-align: center;
	background: transparent;
	line-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1px;
	list-style: none;
}

.easygalleryslider .flex-control-nav { position: static; }
.easygalleryslider .flex-direction-nav li a {
	display: block !important;
}
.easygalleryslider.egs-loading {
	min-height: 150px; 
	background: url('../imgs/slider/loader.gif') no-repeat center center;
}
.easygalleryslider p.flex-caption {
	margin-bottom: 0 !important;
}
.easygalleryslider .egs-title {
	font-weight: 600;
}
.easygalleryslider a.egs-zoom {
	position: absolute;
	right: 5px;
	z-index: 999;
	width: 23px;
	height: 23px;
	display: block;
	top: 5px;
	text-indent: -9999px;
	background: #000 url('../imgs/slider/zoom.png') no-repeat center;
}

.easygalleryslider a.egs-zoom:hover {
	background-color: #222;
}

.easygalleryslider {
	margin: 12px 0 0 0;
	padding: 0;
	border: none; 
	background: #fff;
	zoom: 1;
	position: relative;
	z-index: 50;
}
.easygalleryslider .slides > li {
	position: relative;
	zoom: 1;
	display: none;
	-webkit-backface-visibility: hidden;
}
.easygalleryslider .slides img {
	width: 100%;
	display: block;
	display: inline-block !important;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.easygalleryslider .flex-pauseplay span {
	text-transform: capitalize;
}
.easygalleryslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}

.ie7 .easygalleryslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.easygalleryslider .slides {zoom: 1;}

.easygalleryslider .flex-direction-nav a {
	width: 23px;
	height: 23px;
	display: block;
	bottom: 5px;
	right: 5px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #FFF;
	*bottom: 50px;
}

.txt-fx {
	visibility: hidden;
}
/*
a,
input,
#fancybox-left-ico,
#fancybox-right-ico {
	-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;
}
*/
.easygalleryslider .flex-direction-nav .next {
	background-image: url(../imgs/slider/next.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.easygalleryslider .flex-direction-nav .prev {
	margin-right: 24px;
	background-image: url(../imgs/slider/prev.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.easygalleryslider .flex-direction-nav .prev:hover,
.easygalleryslider .flex-direction-nav .next:hover {
	background-color: #EEE;
	opacity: 1;
}

.easygalleryslider .subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* fancybox */


#fancybox-close {
    background: #000 url("../imgs/slider/close-fancy.png") no-repeat 50% 50% !important;
    cursor: pointer;
    display: none;
    height: 30px !important;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px !important;
    z-index: 1103 !important;
}

#fancybox-left-ico {
	background: #000 url('../imgs/slider/slider-control-left.png') no-repeat 48% 50% !important;
}

#fancybox-right-ico {
	background: #000 url('../imgs/slider/slider-control-right.png') no-repeat 52% 50% !important;
}

#fancybox-left-ico:hover,
#fancybox-right-ico:hover,
#fancybox-close:hover {
	background-color: #F00 !important;
}

/* image gallery */

ul.image-gallery {
	
}

ul.image-gallery li:first-child {
	margin-top: 0px;
}


ul.image-gallery li {
	margin-top: 50px;
}

ul.image-gallery li img {
	display: block;
	width: 100%;
	height: auto;
}

#copyright {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size: 10px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-weight: normal;
	color: #999999;
	width: 70%;
	text-transform: uppercase;
	z-index: 958;
	line-height: 12px;
}
