/*
Theme Name: VtTheme
Theme URI: http:/www.dehlic.com
Version: 1.0.0
Author: Dehlic
Author URI: http://www.dehlic.com
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	color: #000;
	height: 100%;
	min-width: 960px;
}

#pagewrap {

}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #00adef;
	text-decoration: none;
}
p {
	margin: 0 0 0.6em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 960px;
	margin: 0 auto;
}

.pagewidth-variante {
	width: 690px;
	margin: 0 auto;
}

/* content */
#content {
	left: 0px;
	bottom: 40px;
	height: 25%;
	position: absolute;
}

/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	padding: 5% 0 3%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: absolute;
	height: 20%;
	width: 100%

}

/*
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 20px;
	font-size: 36px;
	margin: 0;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/*
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

/*
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/*
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/*
SEARCH FORM
================================================ */
#header #searchform {
	position: absolute;
	right: 0;
	top: 40px;
	width: 160px;
}
#header #searchform #s {
	width: 100px;
	color: #a5a099;
	background: #eee url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/*
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* main level link :hover */
#main-nav a:hover {
	background: #eee;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #333;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 300%;
	line-height: 110%;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/*
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 70px 0;
	clear: both;
	background: #191919;
	margin-bottom: 30px;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.back-top a:hover {
	background-color: #333;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }



.logo_container {
	background: #fff;
	width: 100%;
	min-width: 960px;
	position: relative;
	top: 0px;
	left: 0;
	margin-left: 0px;
	z-index: 10000;
	text-align: center;
	padding: 20px 0;
}

.logo_container img{
	height: 40px;
}



.lang {
	top: 33px;
	right: 20px;
	position: absolute;
	padding-right: 20px;
}

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

.lang li {
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
}

.lang li:first-child {
	border-right: 1px solid #000;
}

.lang li a {
	font-size: 0.9em;
	color: #000 !important;
}

.lang li a:hover {
	color: #00adef !important;
}


#body {
	height: 100%;
	position: relative;
}


/**************************************
BKG INDEX
**************************************/

#bkg_container, #bkg_container2 {
  position:absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
          }
#bkg_img {
  position:relative;
  float: left;
  height: 100%;
	left: 0px;
	display: none;
	max-width: none;
}

.bkg_img {
               position:relative;
	       float: left;

	       height: 100%;
		display: none;
		max-width: none;
          }

#bkg_cont_of_cont {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 440px;
}

#main_nav, .submenu {
	margin: 0 auto;
	list-style: none;
	width: 600px;
	height: 150px;
}

.submenu {
	margin-top: 20px;
}

#main_nav li, .submenu li {
	float: left;
	margin: 0px;
	width: 25%;
	padding: 70px 0 0 0;
	line-height: 10px;
	text-align: center;
}

#main_nav li a, .submenu li a{
	padding-right: 0px;
	color: #fff;
	margin-top: 70px;
}

#main_nav a:hover, .submenu a:hover, #main_nav li.selected a, .submenu li.selected a {
	color: #00adef !important;
}

.content_container {
	margin: 0px auto 40px auto;
	padding: 50px 0 0 0;
	width: 960px;
	float: left;
	font-size: 11px;
	overflow: hidden;
}

.transparency {
background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */
}

.transparency_black {
background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

.transparency_blackBold {
background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

.semi-white {
	background: #eaeaea;
}

.padder {
	padding: 10px 20px 0 20px;
}

.half_width a {
	color: #000;
}

.half_width {
	position: relative;
	font-size: 0.9em;
	padding: 10px 0px 0px 0px;
	width: 430px;
	height: 410px;
	float: left;
	overflow: hidden;
}

.half_width h2 {
  color: #00adef;
	margin-top: 0;
	margin-left: 20px;
	font-weight: normal;
}

.half_width.first {
	margin-right: 100px;
}

.half_width.secondrow {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 270px;
}

.fb-feed-item{
	margin-top: 15px;
	padding-bottom: 6px;
	border-bottom: 1px dashed gray;
}

#footer {
	margin-top: 20px;
}

#footer .box {
	width: 166px;
	padding: 0 25px 0 25px;
	float: left;
	text-align: center;
	color: #fff;
}

#footer .box.last {
	margin-right: 0px;
}

#footer .box h6{
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 32px;
	padding-bottom: 30px;
	margin: 0;
	font-weight: normal;
	line-height: 10px;
	text-align: center;
	color: #fff;
}

#footer .box p {
	letter-spacing: 1px;
}


.social_icons_container, .link_container {

}

.link_container img {
	margin-bottom: 25px;
	margin-top: 15px;
	margin-right: 25px;
}

.social_icons_container img {
	float: left;
}
.social_icons_container img.minisx{
	margin-left: 50px;
	margin-bottom: 20px;

}

.social_icons_container img.minidx{
	margin-left: 30px;
	margin-bottom: 20px;
}

.footer-text .pagewidth {
	width: 648px;
}

.reallyfoot {
	font-size: 0.75em;
	padding-bottom: 30px;
	text-align: center;
}

.reallyfoot .righted {
	float: right;
}

.reallyfoot .righted span{
	padding: 0 0 0 25px;
	line-height: 25px;
}

.reallyfoot .righted span.nor{
	padding: 0px 25px;
	font-size: 1.5em;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.social_block {
	padding-bottom: 50px;
}

.home .menu_container {
	position: absolute;
	top:0px;
	height: 230px;
	width: 100%;
	min-width: 960px;
	z-index:10000;
}

.menu_container {
	position: absolute;
	top:-230px;
	height: 230px;
	width: 100%;
	min-width: 960px;
	z-index:10000;
}

.press_container {
	width: 960px;
	position: absolute;
	bottom: 210px;
	height: 60%;
	font-size: 12px;
	overflow-y: hidden;
}

.press-box {
	width: 190px;
	margin-right: 40px;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
}

.press-box.last {
	margin-right: 0;
}


.page-32 {
	height: 380px;
}

.taxonomy-works {
	left: 0px;
	height: auto;
	max-height: 70px;
	bottom: 35px;
	margin-left: 0;
	padding: 10px;
	width: 870px;
}

.single-work {
	width: 570px;
	right: 70px;
	bottom: 50px;
	height: 135px;
}

.works_navigator {
	margin: 70px auto 0 auto;
	width: 400px;
}

.works_navigator span {
	display: block;
	color: gray;
	font-size: 0.8em;
	line-height: 22px;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 200px;
	float: left;
}

.works_navigator span.previous_work {
	text-align: left;
}

.works_navigator span.previous_work img{
	margin-left: 10px;
}

.works_navigator span.next_work {
	text-align: right;
}

.works_navigator span.next_work img{
	margin-right: 10px;
}


.works_navigator a {
	color: #000;
}

.works_navigator a:hover {
	text-decoration: none;
}

.social-icons-work {
	margin-bottom: 30px;
	text-align: center;
}

.fb-right-box {
	position: absolute;
	bottom: 15px;
	right: 70px;
	text-align: right;
	margin-top: 50px;
}

.fb-right-box iframe{
	display: inline-block !important;
	vertical-align: text-bottom !important;
	width: 80px !important;
	height: 20px !important;
}

.fb-right-box div{
	display: inline-block !important;
	vertical-align: text-bottom !important;
	width: 62px !important;
	height: 20px !important;
}

.page-26 {
	height: 250px;
}

#cycle_next {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9999;
}

#cycle_prev {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9999;
}

.single_stick {
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
}

.single_stick img {
	width: 100%;
	max-width: none;
}

.plus-minus {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background: url(images/ico-toggle.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 9999;
}

.plus-minus.toggle {
	background-position: 0 100%;
}

.reply, .retweet, .favorite {
	margin-right: 10px;
}

p.tw_timestamp, .twitter_intents p {
	font-size: 0.8em;
}



p.tw_timestamp a, .twitter_intents a {
	color: #666;
}

.index_container p {
	margin: 0 0 0.3em;
}

.index_container a {
	color: #c9c9c9;
	font-size: 0.9em;
}

.home #cycle_next, .home #cycle_prev {
	/*display: none;*/
}

.submenu.reallylong {
	width: 870px !important;
}

.fixed_height {
	height: 340px;
}

.fixed_news_height {

}

.big_image_homepage img{
	width: 100%;
	max-width: none;
}

#preview_video {
	position: relative;
	cursor: pointer;
}

#preview_video iframe {
	margin-top: -400px;
}

#preview_video .play {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	top: 50%;
	margin-top: -41px;
	margin-left: -37px;
	z-index: 9999;
}

h4.section_title {
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 32px;
	margin-bottom: 30px;
	font-size: 11pt;
	text-align: center;
	text-transform: uppercase;
}

.index_container p {
	width: 500px;
	margin: 0px 0px 0px 212px;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.2em;
}

.description_bar {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	margin-top: 230px;
	z-index: 9999;
}

.description_bar_box {
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0px;
	height: 137px;
	margin-top: 73px;
	z-index: 9999;
}

.home .clearfix.pagewidth.primo {
	min-width: 100%;
	width: 100%;
	height: 240px;
	margin-top: 300px;
}

.clearfix.pagewidth.primo {
	min-width: 100%;
	width: 100%;
	height: 118px;
	margin-top: 0px;
}


.logo_container.logo_fixed {
	position: fixed;
	top: 0px;
	left: 0;
	margin-left: 0;
	z-index: 10000;
}

.menu_fixed {
	position: fixed !important;
	top: 200px !important;
}

.box_toLeft, .box_toLeft1 {
	display: block;
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}

.box_toLeft:hover, .box_toLeft1:hover {
}


.box_toRight, .box_toRight1 {
	display: block;
	position: absolute;
	width: 67%;
	height: 100%;
	top: 0;
	left: 33%;
	z-index: 9999;
	cursor: pointer;
}

.box_toRight:hover, .box_toRight1:hover {
}


h4.description_title {
	text-transform: uppercase;
	font-size: 11pt;
	line-height: 10px;
	margin: 30px 0 0 0;
	text-align: center;
	color: #fff;
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 30px;
}

p.description_link {
	line-height: 5px;
	font-size: 8pt;
	margin: 30px 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

p.description_link a{
	color: #c9c9c9;
	font-size: 0.9em;
}

.sezione_container {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 460px;
}

.sezione_container:hover .hover_sezione {
	top: 0;
}

.hover_sezione {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	-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;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover_sezione h6 {
	position: relative;
	color: #fff;
	text-align: center;
	background: url('images/svantino.png') 50% 0% no-repeat;
	font-weight: 600;
	font-size: 9pt;
}

.hover_sezione.index h6 {
	margin-top: 230px;
	position: relative;
	color: #fff;
	text-align: center;
	background: url('images/svantino.png') 50% 0% no-repeat;
	font-weight: 600;
	font-size: 9pt;
	padding-top: 30px;
}

.hover_sezione .description_link {
	position: relative;
	text-align: center;
	color: #c9c9c9;
}

.images_centered {
	width: 32px;
	margin: 0px auto;
}

.img_cent {
	text-align: center;
}

.work_list {
	width: 300px;
	height: 225px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.work_list:hover .hover_sezione {
	top: 0;
}

.work_list.last {
	margin-right: 0px;
}

.work_list .hover_sezione h6 {
	text-transform: uppercase;
	margin-top: 106px;
	top: 0 !important;
	padding: 30px 20px 0 20px !important;
}

.work_list .hover_sezione .description_link {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
}

#press-container {
	float: left;
	position: relative;
	min-height: 190px;
	width: 960px;
}

.press_list {
	width: 300px;
	height: 380px;
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	display: none;
}

.press_list:hover .hover_sezione {
	top: 0;
}

.press_list.last {
	margin-right: 0px;
}

.press_list .hover_sezione h6 {
	margin-top: 150px;
	padding: 20px 20px 0 20px !important;
	text-transform: uppercase;
}

.works_submenu {
	margin-top: 40px;
	float: left;
	text-align: center;
	list-style: none;
	margin-bottom: 55px;
}

.works_submenu li {
	text-transform: uppercase;
	font-size: 9pt;
	line-height: 9pt;
	margin-bottom: 15px;
}

.titoletto {
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 30px;
	text-transform: uppercase;
	color: grey;
	font-size: 8pt !important;
	margin-bottom: 30px !important;
}

.svantino {
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 20px;
}

.titoletto_grey {
	text-transform: uppercase;
	color: grey;
	text-align: center;
	font-size: 10pt !important;
	margin-bottom: 30px !important;
}

.works_title {
	text-transform: uppercase;
	font-size: 11pt;
	line-height: 10px;
	margin: 30px 0 30px 0;
	text-align: center;
	background: url('images/svantino.png') 50% 0% no-repeat;
	padding-top: 30px;
}

.work_content {
	margin-top: 110px;
	color: white;
	overflow: hidden;
}

.work_content .pagewidth {
	height: 200px;
}

.arrow-down {
	width: 21px;
	margin: 20px auto;
	text-align: center;
}

.return {
	cursor: pointer;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#press-filters {
	float: left;
	list-style: none;
	margin: 30px 0;
}

#press-filters li {
	float: left;
	padding: 0px 20px;
}

#press-filters a.selected {
	color: #00adef !important;
}

.highlights {
	margin-bottom: 60px;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.works_menu {
	margin-bottom: 50px;
}

#button_menu {
	position: absolute;
	top: 33px;
	left: 40px;
	cursor: pointer;
}

#button_menu img {
	width: auto !important;
	height: auto !important;
}

#button_menu .closed {
	display: block;
	background: url(images/menu_closed.png) no-repeat;
	height: 15px;
	width: 19px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#button_menu .open {
	display: none;
	background: url(images/menu_open.png) no-repeat;
	height: 12px;
	width: 21px;
}

.logo_container:hover #button_menu .closed {
	background: url(images/menu_closed_selected.png) no-repeat;
}


.primo h4.section_title {
	margin-bottom: 50px !important;
}


/* GV SECTION STYLE */

#border-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#border-inside {
	width: 100%;
	height: 100%;
	border: 4px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gv .logo_container {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
	box-sizing: border-box;
}

#gv #main_nav li a, #gv .submenu li a {
	color: #fff;
}

#gv .menu_container {
	height: 150px;
}
/*
#gv {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 );
}

#gv a {
	color: #fff;
}

#gv {
	color: #fff;
}
*/



#gv a:hover {
	color: #00adef;
	text-decoration: none;
}

#gv .hover_sezione h6 {
	color: #fff;
}

#gv .hover_sezione .description_link {
	color: #fff;
}

#gv h4.description_title {
	color: #fff;
}

#gv .work_content {
	color: #fff;
}

#gv .work_content a {
	color: #fff;
}

#gv .work_content a:hover {
	color: #00adef;
}

#gv p.description_link a {
	color: #fff !important;
}

#gv #press-container .pressImages {
	height: 100%;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}