<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Webfont: Lato-Thin */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }
/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }
/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }
  
@font-face{font-family:"Lucida Sans Unicode";src:url('lucidasansunicode.ttf');}

/*
@font-face{font-family:"Lucida Sans Unicode";src:url('lucidasansunicode.ttf');}
@font-face{font-family:"Lucida Grande Regular";src:url('lucida_grande_regular.ttf');}
@font-face{font-family:"Lucida Grande Bold";src:url('lucida_grande_bold.ttf');
@font-face{font-family:"Lucida Grande";src:url('lucida_grande_bold.ttf');}
}
*/

#competition_project_for_jury_container {}
#competition_project_for_jury_container *, 
#LeftLoopArchive.jury_container * {
	font-family: 'Lato', sans-serif!important;
}
#competition_project_for_jury_container .shortlisted_entries {
	font-size: 22px;
	font-weight: bold;
}
#LeftLoopArchive.jury_container .project-date,
#competition_project_for_jury_container .project-date {
}
#LeftLoopArchive.jury_container .project-title,
#competition_project_for_jury_container .project-title {
	font-size: 22px;
	font-weight: bold;
}
#LeftLoopArchive.jury_container .CategoryArticle p,
#competition_project_for_jury_container .CategoryArticle p {
	height: 108px;
	line-height: normal;
}
#LeftLoopArchive.jury_container .project-excerpt,
#competition_project_for_jury_container .project-excerpt {
	font-size: 22px;
	font-weight: normal;
}
#LeftLoopArchive.jury_container p.project-id,
#competition_project_for_jury_container p.project-id {
	font-size: 22px;
	font-weight: bold;
	height: auto;
}

#competition_project_for_jury_container .CategoryArticle,
#LeftLoopArchive.jury_container .CategoryArticle {
	margin-top: 45px;
	cursor: pointer;
}

#competition_project_for_jury_container .CategoryArticle.First,
#LeftLoopArchive.jury_container .CategoryArticle.First {
	clear: left
}
#competition_project_for_jury_container .CategoryArticle.Last,
#LeftLoopArchive.jury_container .CategoryArticle.Last {
	clear: right
}

.Article.single-project-parag .Date {
	width: 85px;
}
.Article.single-project-parag p {
	font-size: 18px;
	line-height: 24px;
}

#LeftArchive.jury_view .video-container,
#LeftLoopArchive.jury_container .video-container {
	margin-top: 20px;
}

#arrows_single_project {
	height: 43px;
	margin: 30px 0;	
}
#arrows_single_project a {
	text-decoration: none;
	background-repeat: no-repeat;	
	background-color: transparent;
	display: block;
	width: 43px;
	height: 43px;
	transition: inherit;
}
#arrows_single_project a:hover {
	text-decoration: none;
	background-repeat: no-repeat;	
	background-color: transparent;	
	display: block;
	width: 43px;
	height: 43px;	
	transition: inherit;
}

#arrows_single_project a.arrow_left {
	background-image: url('../images/new_arrow_left.gif');
	float: left;
}
#arrows_single_project a.arrow_left:hover {
	background-image: url('../images/new_arrow_overlay_left.gif');
}

#arrows_single_project a.arrow_right {
	background-image: url('../images/new_arrow_right.gif');
	float: right;
}
#arrows_single_project a.arrow_right:hover {
	background-image: url('../images/new_arrow_overlay_right.gif');
}

#LeftArchive.jury_view * {
	font-family: 'Lato', sans-serif!important;
}

.back-list {
	clear: both;
	margin: 50px 0;
}

.back-list a {
	font-family: 'Lato', sans-serif!important;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
} 
.back-list a:hover {
	font-family: 'Lato', sans-serif!important;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	color: #000!important;
} 
.nomargintop {
	margin-top: 0!important;
}

li {list-style: none;}
ul {list-style-type:none;}
.fullwidth{ width: 100%;}
.gif-reorder {
	width: 30px;
}
#Wrapper .mobile_menu.open .opener { display: none; } 
p.DateSingle {
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande";
	margin-bottom: -25px!important;
}
.homepage div.Date { display: none; }
#NewsletterBox_dynamic_0 {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	opacity: 0.70;
}
#NewsletterBox_dynamic {
	font-family: "Lucida Grande";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 458px;
    margin-left: -400px;
    margin-top: -225px;	
	background: transparent url('../images/newsletter-subscribe-background.jpg') 0 0 no-repeat;
    z-index: 1000;
    overflow: hidden; 
/*     outline: 9999px solid rgba(255, 255, 255, 0.4); */
}
#NewsletterBox_dynamic .container_nl {
	font-family: "Lucida Grande";
	padding: 5px 20px;
    position: relative;
    height: 100%;
}

#NewsletterBox_dynamic #close_btn {
	color: #fff;
	float: right;
	font-size: 30px;
	font-weight: 400;
	cursor:pointer;
}
#NewsletterBox_dynamic #Description {
	font-family: "Lucida Grande";
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-top: 120px;
}
#NewsletterBox_dynamic #Frequency {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;	
    font-family: "Lucida Grande";
}
#NewsletterBox_dynamic #Frequency .TextField {
	width: 570px;
	font-size: 18px;
	font-family: "Lucida Grande";
	height: 32px;
}
#NewsletterBox_dynamic #Frequency #errorsH,
#NewsletterBox_dynamic #Frequency #resultH {
	font-weight: bold;
}
#NewsletterBox_dynamic #Frequency .SubscribeButton {
	font-size: 18px;
	font-weight: bold;
	background-color:#fffe00;
	cursor:pointer;
	color:#000000;
	font-family: "Lucida Grande";
	height: 34px;
	width: 165px;
}
#NewsletterBox_dynamic .do_not_show_again {
	color: #fff;
    text-decoration: underline;
    font-size: 13px;
    font-family: "Lucida Grande";
    float: right;
    margin-top: 5px;
    cursor:pointer;
}
.ArticleCompetitionFooter {
	
}
.msgtabber {
	margin-left: 28px;
}
#comp-spacer {
	margin: 10px 0;
}
#external-competition-award {
	margin: 20px 0;
    font-family: "Lucida Grande";
    font-size: 18px;	
}
#external-competition-award .award-value {
    font-weight: bold;
}

#pwds_tag_description {
    margin: 10px 0 20px 0;
    width: 98%;
}

#pwds_tag_description p {
    font-family: "Lucida Sans Unicode";
    font-size: 16px;
    line-height: 24px !important;
    margin: 0px 0 0 0px;
}

#pwds-single-title{
	text-align:right;
	color: #989a97;
	padding-top: 5px;
	font-size:14px;
	font-family: "Lucida Sans Unicode";
}

#pwds-single-tag{
	text-align:left;
	color: #cfd3d3;
	padding-top: 5px;
	font-size:12px;
	font-family: "Lucida Sans Unicode";
	line-height:14px;
}
#LeftLoop{
	margin-bottom:60px !important;
}
/*
#pwds_widget_recommended_products .item-bar {
    background: #F6F6F6 !important;
}
*/

#title_tag-override {
    font-family: Lucida Grande!important;
    font-size: 30px!important;
    font-weight: bold!important;
    text-transform: lowercase!important;
    margin-top: 20px!important;
    width: 95%;
    margin-right: 10px !important;
    display: block;
}
.tag-title-article{
	font-family: Lucida Sans Unicode !important;
	display:inline-block;
	font-weight:normal !important;
	font-size:18px!important;
}

#title_tag-override .tag-title-article{
	font-weight:normal !important;	
}

::selection
{
    color:#000000;
    background-color: #FFFB00;
}
::-moz-selection
{
    color:#000000;
    background-color: #FFFB00;
}

a
{
    text-decoration: none;
    color: #000000;
}

p
{
   /* font-family: Arial; */
    color: #000000;
}

p a
{
    /*font-family: Arial; */
    color: #000000;
    text-decoration: underline;
}
#LeaderboardBanner {
    display:block;
    height: auto;
    text-align: center;
}
#icon_wrapper{
	top: 30%;
	display:none;
}

#icon_wrapper .fuse_social_icons_links i.fa-envelope{
	background:#FAFF05 !important; 
}

#icon_wrapper .fuse_social_icons_links i.fa-envelope::before {
    content: "nws";
    color:#000;
    
}
#icon_wrapper .fuse_social_icons_links i.fa-envelope::before {
	color: #000;
    content: "nws";
    display: block;
    font-family: Lucida sans unicode;
    font-size: 18px;
    font-weight: normal;
    margin-top: 1px;
    top: -10px;
}

/* INSTAGRAM SINISTRA FABRIZIO */

#icon_wrapper a.fuse_social_icons_links:nth-child(1) {
	width: 42px;
    height: 42px;
    display: inline-block;
    margin-bottom: 3px;
    background-image: url('../images/instagram_left_off.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0.4;
}

#icon_wrapper a:hover.fuse_social_icons_links:nth-child(1) {
	background-image: url('../images/instagram_left_on.png');
    border: none;
    opacity: 1;
	border-radius: 0;
	margin-bottom: 4px;
	width: 43px;
    height: 43px;
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	
	#icon_wrapper a.fuse_social_icons_links:nth-child(1) {
		background-image: url('../images/instagram_share_left_off_x2.png');
		background-size: 25px 25px;
	}
	
	#icon_wrapper a.fuse_social_icons_links:nth-child(1):hover {		
		background-image: url('../images/instagram_share_left_on_x2.png');
		background-size: 42px 42px;
	    border: none;
	    opacity: 1;
		border-radius: 0;
		margin-bottom: 4px;
		width: 43px;
	    height: 43px;
		}
}

/* end INSTAGRAM SINISTRA FABRIZIO */

.fixed-left{
	left: 42px !important;
    position: fixed !important;
    top: 220px !important;
}

#single_full_width_image .Image .Date{
	margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  background-color: #F6F6F6;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
}

#span_envelope{
	color:#000 !important;	
}

.awesome-social{
	color:#000 !important;
}

#icon_wrapper {
	left:3px !important;
}

#SidebarContainer .textwidget{
	position:relative;
}

#SidebarContainer .textwidget a#videoAdsSidebar{
	width: 300px;
	border: none;
	height: 184px;
	position: absolute;
	top: 3px;
	z-index: 9999;
}

#icon_wrapper .fuse_social_icons_links .awesome-social{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    transform: none!important;
    line-height: 45px!important;
    font-size: 25px!important;
    border-radius: 50%;
    background: transparent;
    border: 1px solid black;
    opacity: 0.4;
    margin-bottom:6px !important;
    width: 40px !important;
    height: 40px !important;
}


#icon_wrapper .fuse_social_icons_links .fa-envelope{
    border-radius: 50%;
    border: none !important;
    opacity: 1!important;
    height:45px !important;
    width:45px !important;
}

#icon_wrapper .fuse_social_icons_links .fa-instagram:hover {
    background: #1F5D97;
    color: #FFF !important;
    border: 1px solid transparent;
    opacity:1
}

#icon_wrapper .fuse_social_icons_links .fa-facebook:hover {
    background: #3b5998;
    color: #FFF !important;
    border: 1px solid transparent;
    opacity:1
}

#icon_wrapper .fuse_social_icons_links .fa-twitter:hover {
    background: #4099FF;
    color: #FFF !important;
    border: 1px solid transparent;
    opacity:1
}

#icon_wrapper .fuse_social_icons_links .fa-google-plus:hover {
    background: #D34836;
    color: #FFF !important;
    border: 1px solid transparent;
    opacity:1
}

#icon_wrapper .fuse_social_icons_links .fa-pinterest-p:hover {
    background: #cb2027;
    color: #FFF !important;
    border: 1px solid transparent;
    opacity:1
}

.social_single_icons .social_item{
	float:left;
	margin-right:20px;
}

.social_single_icons .social_item a .awesome-social{
	margin-top: -12px!important;
    margin-bottom: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    transform: none!important;
    line-height: 45px!important;
    font-size: 25px!important;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 6px!important;
    width: 40px!important;
    height: 40px!important;
    margin-left: 8px;
}

.social_single_icons .social_item .fa-facebook{
	 border: 2px solid #3b5998 !important;
	 color: #3b5998 !important;
}
.social_single_icons .social_item .fa-facebook:hover{
	 border: 2px solid #3b5998 !important;
	 color: #FFF !important;
	 background: #3b5998 !important;
}


.social_single_icons .social_item .fa-twitter{
	 border: 2px solid #4099FF !important;
	 color: #4099FF !important;
}
.social_single_icons .social_item .fa-twitter:hover{
	 color: #fff !important;
	 background: #4099FF !important;
}

.social_single_icons .social_item .fa-google-plus{
	 border: 2px solid #D34836 !important;
	 color: #D34836 !important;
}
.social_single_icons .social_item .fa-google-plus:hover{
	 background: #D34836 !important;
	 color: #FFF !important;
}

.social_single_icons .social_item .fa-pinterest-p{
	 border: 2px solid #CB2027 !important;
	 color: #CB2027 !important;
}
.social_single_icons .social_item .fa-pinterest-p:hover{
	 background: #CB2027 !important;
	 color:#FFF !important;
}

.social_single_icons div a{
	display: block;
    height: 50px;
    line-height: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
.social_single_icons div a:hover{
	background:transparent;
}

.speech-bubble {

	background-color: transparent;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    color: #9a9a9a;
    font-family: sans-serif;
    height: 30px;
    line-height: 30px;
    margin: 12px auto;
    position: relative;
    text-align: center;
    width: 60px;
    font-size:16px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid;
}

.speech-bubble-top:after {
	border-top-color: #9A9A9A;
    left: 50%;
    top: 102%;
    margin-left: -7px;
    color:#FFF;
}

/*************************MENU***********************************/

/*
.Newsletter
{
    width: 87px;
}
*/
/*******MENU NEWSLETTER******/

#NewsletterMenu.Selected
{
    background-color: #eaeae9;
}

#NewsletterFrequency
{
    margin: 14px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 339px;
}

#NewsletterFrequency input
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
}

#NewsletterFrequency label
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

#NewsletterFrequency label a
{
    font-family: Arial;
    font-size: 11px;
    color: #9b9b9b;
    text-decoration: underline;
}

.SubmitButton
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    width: 85px;
    height: 18px;
    line-height: 18px;
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    color: #666666;
    font-size: 10px;
    font-size: Arial;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.SubmitButton:hover
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    width: 85px;
    height: 18px;
    line-height: 18px;
    background-color: #fffb00;
    border: 1px solid #d8d8d8;
    color: #666666;
    font-size: 10px;
    font-size: Arial;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*******MENU SUBMISSIONS******/

#SubmissionsMenu
{
    margin: 5px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 496px;
    height: 65px;
    background-color: #eaeae9;
}

#SubmissionsMenu .DescriptionContainer
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 430px;
    height: 65px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}

#SubmissionsMenu .DescriptionContainer a
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    text-decoration: underline;
}


#SubmissionsMenu .DescriptionContainer h5
{
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
    float: left;
    width: 430px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
}

#wrapperEditNews{
	width:70%;
	float:left;
}
/*******MENU MOST POPULAR******/

#MostPopularMenu
{
    margin: 5px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 496px;
    height: 65px;
    background-color: #eaeae9;
}
.MostPopularContainer {
    margin: 0 auto;
    width:498px;
    height: 55px;
}
.MostPopularItem
{
   float: left;
    height: 40px;
    margin: 12px 15px 0;
    width: 134px;
 
}
  
.EditYourProfile {
    margin-right: 50px;
    margin-left: 24px;
}

.MainTitle
{
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    float: left;
    width: 818px;
    font-family: Arial;
    color: #000000;
    font-size: 18px;	
}

.ProjectMainTitle
{
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 15px 0px;
    float: left;
    max-width: 818px;
    width: 100%;
    text-align: left;
    font-family: Lucida Sans Unicode!important;
	font-size: 22px!important;
	font-weight: normal!important;
	text-transform: uppercase;
}

.MainTitleTag
{
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    float: left;
    max-width: 818px;
    width: 100%;
    text-align: left;
    font-family: Lucida Sans Unicode!important;
	font-size: 22px!important;
	font-weight: normal!important;
	text-transform: uppercase;
}

/*******FINE VARIANTI MENU******/

.Tags a:before {
	content: "#";
}


/***************BALOON COMMENTI*****************/

.CommentsBaloonContainer
{
    margin: 3px 0px 0px 10px;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 30px;
    height: 21px;
    background-image: url(../images/BgBaloon.gif);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial;
    color: #000000;
}

.Comments
{
    margin: 0px 0px 0px 10px;
    padding: 26px 10px 0px 10px;
    float: left;
    width: 60px;
    height: 56px;
    background-image: url(../images/BgBaloonWhite.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial;
    color: #000000;
    font-size: 16px;
    background-color: #F6F6F6;
    border:  1px solid #e0e0e0;
}

/*************************SIDEBAR***********************************/

#SidebarContainer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 300px;
    background-color: #FFFFFF;
}

.SidebarBannerOpenX, #FirstSidebarBanner
{
    margin: 0px 0px 30px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}


.secondWidget{
    margin-top: 35px!important;
    margin-bottom: 30px!important;
}

.SidebarAdsBanner
{
   margin: 8% auto 0;
   width:100%;
   height:auto;
   text-align: center;
   display: none;
}
.SidebarAdsBanner img, .SidebarAdsBanner object {
   height:auto;
}

#SecondSidebarBanner
{
    margin: 80px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

#TwitterContainer
{
    margin: 35px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    height: 600px;
    background-color: #F6F6F6;
    text-align: center;
    font-size: 18px;
}

#FacebookContainer
{
    margin: 80px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    height: 300px;
    background-color: #FFF;
    text-align: center;
    font-size: 18px;
}

#ArchitonicsContainer
{
    margin: 40px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    background-color: #F6F6F6;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}
#ArchitonicsContainerSingle {
	
    margin: 35px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
	background-color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}
/***POPULAR TODAY***/

.PopularTodayContainer{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

.popular_category{
    margin: 0px 0px 30px 0px;
}

.widg_05{
	
}

.widg_510{
	margin-top: 35px;
	margin-bottom: 30px;
}

#popular_today_link{
	margin-bottom: 30px;	
	display:inline-block
}

.PopularTodayContainerSingle{
    margin: 35px 0px 30px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

.ReccomendedReadingContainer{
    margin: 35px 0px 30px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

.CompetitionResultContainer h3, .PopularTodayContainer h3, .ReccomendedReadingContainer h3, .PopularTodayContainerSingle h3{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Lucida Sans Unicode;
    font-weight: normal;
    color: #000;
    font-size: 22px;
    text-transform: lowercase;
}

.PopularTodayItem
{
    margin: 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    width: 300px;
}

/***SPECIAL***/

#SpecialContainer{
    margin: 35px 0px 30px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

#SidebarContainerArticle #SpecialContainer h3{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Lucida Sans Unicode !important;
    font-weight: normal;
    text-decoration: underline;
    text-transform: lowercase !important;
    color: #a4a1a1;
    font-size: 22px;
}

#SpecialContainer h3 #tag_articles{ 
	display:inline-block;
	font-size: 16px !important;
	text-decoration: none;
}


#tag_articles{
	text-decoration: none;
}
#SpecialContainer h3{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Arial;
    font-weight: bold;
    color: #a4a1a1;
    font-size: 22px;
}

#SpecialContainer a:hover{
    background:#FFFB00;
}


#SpecialContainer .tag_header_box{
	margin-bottom:15px;
}
#SpecialContainer .tag_header_box h3{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: lucida sans unicode;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    /*text-transform: lowercase;*/
}

#SpecialContainer .tag_header_box p{
    margin: 0px 0px 20px 0px;
    font-family: lucida sans unicode;
    color: #000;
    font-size: 14px;
    line-height:19px
    /*text-transform: lowercase;*/
}

#link_all_tags {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.titleforSidebar
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Arial;
    font-weight: bold;
    color: #a4a1a1;
    font-size: 22px;
    text-transform: lowercase;
}
.SpecialItem
{
    margin: 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    width: 300px;
}

/***RECCOMENDED READING***/

#ReccomendedContainer
{
    margin: 80px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

#ReccomendedContainer h3
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Arial;
    font-weight: bold;
    color: #a4a1a1;
    font-size: 22px;
    text-transform: lowercase;
}

.ReccomendedItem
{
    margin: 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    width: 300px;
}

/***RECCOMENDED READERS***/

#ReadersContainer{
    margin: 35px 0px 30px 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

#ReadersContainer h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Lucida Sans Unicode;
    font-weight: normal;
    color: #000;
    font-size: 22px;
    /*text-transform: lowercase;*/
}

.ReadersItem
{
    margin: 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    width: 300px;
}

/*
.ReadersItem .SidebarBlockDescriptionContainer{
    background-color: #9ADD00;
}
*/

.ReadersItem .SidebarBlockDescriptionContainer{
    background-color: #01ff01;
}

.ReadersItem .SidebarBlockDescriptionContainerEntries
{
    background-color: #959AF6;
}


/***BLOCCHI SIDEBAR***/
/*
.SideBar h3 {
    color: #A4A1A1;
    float: left;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    text-transform: lowercase;
    width: 300px;
}
*/
.SideBar h3 {
    color: #000;
    float: left;
    font-family: Lucida sans unicode;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px;
    text-transform: lowercase;
    width: 300px;
}

.SidebarBlockImageContainer
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 117px;
}

.SidebarBlockTitleContainer
{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    float: left;
    width: 163px;
    height: 65px;
    background-color: #f7f7f7;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
}

.SidebarBlockTitleContainer a
{
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.SidebarBlockDescriptionContainer,.SidebarBlockDescriptionContainerEntries
{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    float: left;
    width: 163px;
    height: 29px;
    line-height: 29px;
    background-color: #eaeae8;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    text-transform: lowercase;
}

#SidebarIframeContainer
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 300px;
}

/***BLOCCO SIDEBAR SHOP***/

.ShopItem{
  /*  min-height: 330px;   */
}

.ShopContainer{
    float: left;
    width: 300px;
    margin-top: 25px;
}
.ShopContainerDiv {
    height: 350px;
    width:300px;
    clear: both;
}

#ShopSidebarContainer{
    margin: 35px 0px 30px 0px;
    padding: 0px;
    width: 300px;
    float: left;
}

#ShopSidebarContainer .ShopTitle
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 300px;
    height: 119px;
    float: left;
}

#ShopSidebarContainer .ShopItem
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 35px 0px;
    width: 123px;
    float: left;
    text-align: center;
}

#ShopSidebarContainer .ShopItem .ShopImage
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 123px;
    height: 141px;
    float: left;
}

#ShopSidebarContainer .ShopItem h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 123px;
    height: auto;
    float: left;
    font-size: 18px;
    color: #000000;
}

#ShopSidebarContainer .ShopItem h2 a
{
    /*
    font-size: 11px;
    font-family: Arial;
    color: #000000;
    text-decoration: none;
    */
}

#ShopSidebarContainer .ShopItem h3
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 123px;
    min-height: 23px;
    line-height: 24px;
    float: left;
    font-size: 16px;

    color: #fc23c6;
    font-weight: normal;

}

#ShopSidebarContainer .ShopItem .ShopDescription
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 123px;
    height: 83px;
    float: left;
    font-size: 16px;
/*  font-family: Arial; */
    color: #000000;
    font-weight: normal;
}

#ShopSidebarContainer .ShopItem .ShopDescription a
{
    font-size: 11px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#ShopSidebarContainer .Right
{
    float: right;
}

.GoogleSidebarBanner
{
    margin: 35px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
}

/************************COMMENTI*******************************/

#respond
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 818px;
}

.commentlist
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}

.comment
{
    margin: 25px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}

.commentlist a
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}

.says
{
    display: none;
}

.reply
{
    display: none;
}

#comment
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #adb1b6;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    width: 100%;
    height: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;
}

#author, #email, #url
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #adb1b6;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    width: 208px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#commentform
{
    margin-top: 20px;
    padding: 0px;
    float: left;
    width: 100%;
}

#commentform p
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 70%;
}

#commentform label
{
    margin: 10px 0px 0px 20px;
    padding: 0px;
    float: left;
    width: 300px;
    height: 20px;
    line-height: 20px;
}

#commentform #submit
{
    margin: 11px 0px 0px 0px;
    padding: 0px;
    float: right;
    width: 134px;
    height: 38px;
    font-weight: normal;
    background-color:#f9f9f9;
    border: 1px solid #d3d3d3;
    cursor:pointer;
    font-size: 24px;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color:#1a1a1a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#commentform #submit:hover
{
    background-color:#ffff00;
    border: 1px solid #d3d3d3;
    cursor:pointer;
}

.CommentPolicy
{
    margin: 80px 3px 0px 0px;
    padding: 0px;
    float: right;
    width: 174px;
    text-align: right;
}

.CommentPolicy a
{
    color: #7e7d7d;
    width: 200px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}


.comment-author
{
    margin: 0px;
    padding: 0px;
    background-color: #f0f1f1;
    float: left;
    width: 100%;
    height: 33px;
    vertical-align: middle;
}

.commentmetadata
{
    margin: 0px;
    padding: 0px 10px 0px 0px;
    background-color: #F0F1F1;
    float: right;
    width: 140px;
    height: 33px;
    line-height: 33px;
    text-align: right;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    color: #000000;
    text-transform: lowercase;
}

.commentmetadata a
{
    color: #000000;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

.comment p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    float: left;
    width: 100%;
    text-align: left;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.Green
{
    /* background-color: #9ADD00; */
    background-color: #01ff01;
}

.AlternativeLoginContainer
{
    margin: 0px;
    padding: 0px;
    float:  left;
    width: 185px;
}

.AlternativeLoginContainer h3
{
    margin: 0px;
    padding: 15px 0px 15px 0px;
    float:  left;
    width: 210px;
    font-family: arial;
    color: #999999;
    font-size: 14px;
}

.AlternativeLoginContainer .LoginItem
{
    margin: 0px 4px 0px 0px;
    padding: 0px;
    float:  left;
    width: 31px;
}

/****FINE****/


.fn
{
    margin: 0px 0px 0px 15px;
    padding: 0px;
    float: left;
    height: 33px;
    line-height: 33px;
    text-align: left;
    max-width: 601px;
    font-style: normal;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
}

.avatar
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 32px;
}

.SortByDateFilter
{
    margin: 0px;
    margin-top: -4px;
    padding: 20px 10px 40px 10px;
    position: absolute;
    top:35px;
    width: 510px;
    background-color: #F6F6F6;
    z-index: 9999999;
    line-height: 19px;
    font-family: Arial;
    font-size: 11px;
    text-transform: none;
    display: none;
    left:155px;
}

.SortByDateFilter b
{
    font-family: Arial;
    font-size: 11px;
    text-transform: none;
    color: #000000;
    text-transform: uppercase;
}

#ProductLibraryIframe {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    margin-bottom:50px;
    width: 72%;
/* 	width: 818px; */
}

/*************************MENU***********************************/

#ShowNavigationNewsletterFrequency input
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
}

#ShowNavigationNewsletterFrequency label
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    line-height: 12px;
}

#ShowNavigationNewsletterFrequency label a
{
    font-family: Arial;
    font-size: 11px;
    color: #9b9b9b;
    text-decoration: underline;
}

/*******MENU NEWSLETTER******/

#ShowNavigationNewsletterMenu
{
    margin: 5px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 496px;
    height: 65px;
    background-color: #f6f6f6;
}

#ShowNavigationNewsletterMenu.Selected
{
    background-color: #eaeae9;
}

#ShowNavigationNewsletterMenuConfirm
{
    margin: 5px 0px 0px 5px;
    padding: 25px 0px 0px 10px;
    float: left;
    width: 486px;
    height: 40px;
    background-color: #FFFE00;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    font-weight: bold;  
}

#ShowNavigationSubscribersNumber
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#ShowNavigationSubscribersNumber b
{
    color: #000000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

#NewsletterFrequency
{
    margin: 14px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 339px;
}

#NewsletterFrequency input
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
}

#NewsletterFrequency label
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

#NewsletterFrequency label a
{
    font-family: Arial;
    font-size: 11px;
    color: #9b9b9b;
    text-decoration: underline;
}


/*******MENU SUBMISSIONS******/

#ShowNavigationSubmissionsMenu
{
    margin: 5px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 496px;
    height: 65px;
    background-color: #eaeae9;
}

#ShowNavigationSubmissionsMenu .DescriptionContainer
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 430px;
    height: 65px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}

#ShowNavigationSubmissionsMenu .DescriptionContainer a
{
    font-family: Arial;
    color: #666666;
    font-size: 11px;
    text-decoration: underline;
}


#ShowNavigationSubmissionsMenu .DescriptionContainer h5
{
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
    float: left;
    width: 430px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
}

#ShowNavigationMostPopularMenu
{
    margin: 5px 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 496px;
    height: 65px;
    background-color: #eaeae9;
}


/*******************APPARIZIONE MENU SHOW NAVIGATION*************************/
.CompetitionTitleContainer
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    max-width: 818px;
}

#CommentPolicyFull
{
    margin: 0px;
    padding: 20px;
    position: absolute;
    width: 570px;
   /* height: 400px;*/
    top:25px;
    right: 0px;
    background-color: #FFFF05;
    z-index: 99999;
    display: none;
}

.CommentPolicyFullText
{
    margin: 0px 0px 0px 0px;
    padding: 10px;
    float: left;
    width: 550px;
   /* height: 380px;*/
    background-color: #FFFFFF;
}

.CommentPolicyAbsolute
{
    margin: 0px;
    padding: 0px;
    position: relative;
}

.CommentPolicyAbsolute a
{
    font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #969696;
    font-size: 14px;
    font-weight: normal;
}

.CommentPolicyAbsolute:hover 
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.CommentPolicyAbsolute:hover #CommentPolicyFull 
{
    display: block;
}

.FirstItem
{
    margin-top: 100px !important;
}

.FirstItemClear
{
    margin-top: 0px !important;
}

.LastItemClear
{
    padding-bottom: 0px !important;
}




.SingleVideoTitle
{
    margin: 20px 0px -20px 0px;
    padding: 0px;
    float: left;
    width: 818px;
    font-family: Arial;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.SearchFooterMenu
{
    margin: 5px 0px 0px 5px;
    padding: 20px 0px 0px 20px;
    float: left;
    width: 476px;
    height: 45px;
    background-color: #eaeae9;
}

.TitleProject {
    color:#000000;
    float:left;
    font-family:Arial;
    font-size:16px;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    width:818px;
}

.expand-button {
    margin: 30px 0px 20px 0px;
    padding: 0px;
    float: left;
    max-width: 816px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    background-color: #f9f9f9;
    text-align: center;
    color: #000000;
    border: 1px solid #d4d4d4;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

a.expand-button{
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif !important;
}
.expandedGalleryCaption {
    margin-bottom: 35px;
    font-size: 14px;
    padding-left:15px;
    padding-right:15px;
}
img.shutterset_prova {
    max-width: 818px;
}

a#inifiniteLoader{  
    position: fixed;  
    z-index: 2;  
    bottombottom: 15px;  
    rightright: 10px;  
    display:none;  
} 
/*PLUGIN GALLERY*/
.ngg-gallery-thumbnail-box {
 margin: 0 2% 0 0;
}

.ngg-gallery-thumbnail
{
  margin: 0;
}

.ngg-gallery-thumbnail img
{
  border: none !important;
 /* margin: 24px 26px 0px 0px !important; */
  padding: 0px !important;
}

.ngg-gallery-thumbnail img.rightThumb
{
  border: none !important;
 /* margin: 24px 0px 0px 0px !important;*/
  padding: 0px !important;
}

.ngg-imagebrowser img
{
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
  width:100%;
}

#ngg-imagebrowser-1-104505
{
  float: left;
}

.GalleryImageContainer
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  height: auto;
}

.GalleryImageContainer h1
{
  margin: 0px;
  padding: 0px 0px 5px 0px;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 25px;
  font-weight: normal;
}

.GalleryImageContainer .BackToArticle
{
  margin: 0px;
  padding: 0px 0px 20px 0px;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  color: #CBCBCB;
}

.GalleryImageContainer .BackToArticle a
{
  font-size: 18px;
  font-weight: normal;
  color: #CBCBCB;
  text-decoration: none;
}

.GalleryImageContainer .BackToArticle a:hover
{
  font-size: 18px;
  font-weight: normal;
  color: #CBCBCB;
  text-decoration: underline;
}

.pic
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}

.ngg-imagebrowser-nav
{
  margin: -22px 0px 0px 0px !important;
  padding: 0px !important;
  position: absolute;
  top: 50%;
  left:0px;
  width: 100%;
}

.ngg-imagebrowser-nav img
{
  opacity:0.3;
  filter:alpha(opacity=30);
}

.ngg-imagebrowser-nav img:hover
{
  opacity:0.5;
  filter:alpha(opacity=50);
}

.ngg-imagebrowser-nav .back
{
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

.ngg-imagebrowser-nav .next
{
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

#ngg-social
{
  margin: 0px;
  padding: 4px 0px 4px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  background-color: #FFFFFF;
  text-align: center;
}

#ngg-social .ngg-social-item
{
  margin: 4px 0px 4px 0px;
  padding: 0px;
  float: left;
  width: 40px;
}

.social-item{
	float: left !important;
    margin: 4px 0 4px 10px !important;
    padding: 0;
    width: 40px !important;
}

.social-items {
    background-color: transparent;
    border: none;
    display: block;
    left: -4px;
    padding: 3px;
    position: absolute;
    top: -80px;
    width: 110px;
}

.social {
    position:relative;
}

#ngg-social img
{
  width: auto !important;
  height: auto !important;
}

#ngg-zoom
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 29px;
  height: 29px;
  background-color: #FFFFFF;
  text-align: center;
}

.ngg-imagebrowser
{
  float: left !important;
  width: 100%;
}

.ngg-imagebrowser .ImageDescription
{
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  float: left;
  width: 650px;
  font-size: 14px;
}

.ngg-imagebrowser .counter
{
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  float: right;
  text-align: right;
  width: 168px;
  font-size: 14px;
  color: #cbcbcb;
}

.ngg-imagebrowser .counter b
{
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

.ngg-imagebrowser .SocialArrow
{
  
  padding: 5px;
    position: absolute;
    right: 0;
    top: -33px;
    margin-bottom: 20px;
    padding:5px;
    width: 21px;
    height: 31px;
    cursor: pointer; 
}

#link_publish_competition{
	font-size: 24px!important;
}

#publish_your_work{
/*
    background-image: url(../images/publish_your_work_g.gif);
    height: 42px;
    width: 300px;
    float:left;
    margin-top: 25px;
    margin-bottom: 25px;
*/
	    
	background: #3afd01;
    height: 42px;
    width: 300px;
    float: left;
    margin-top: 25px;
    font-size: 26px;
    margin-bottom: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 0px 0 6px 0;
    line-height: 46px;
    font-family: lucida sans unicode;
}

#publish_your_work:hover{
    /* background-image: url(../images/publish_your_work_y.gif); */
    background: #FFFE00;
}

/********************* CAT VIDEO **********************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.instagram-embed {
    
    position: absolute;
    width: 350px !important;
    margin : auto;
    height: 450px !important;
   
    
}

.SocialSingle{
	margin-top:50px !important;
}
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/
/************************************************************************
*************************************************************************/



::selection{color:#000000;background-color:#FFFB00;}::-moz-selection{color:#000000;background-color:#FFFB00;}

body
{
  margin: 0px;
  padding: 0px;
  font-family:  "Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
  font-size: 14px;
}

a
{
  text-decoration: none;
}

img
{
  border: none;
}

#Wrapper
{
  margin: 0px auto 0px auto;
  padding: 0% 1.3% 0% 1.3%;
  position: relative;
  width: 97.4%;
  max-width: 1156px;
}
.imagenoresize{
    width: auto;
}
/*HEADER*/

#Header
{
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  float: left;
  width: 100%;
}
#Logo{
  margin: 0px;
  padding: 0px;
  float: left;
  max-width: 336px;
  height: 54px;
}

#Logo img{
  width: 100%;
  max-width: 336px;
}

.menu_header
{
  margin: 19px 0% 0% 15px;
  padding: 0px;
  float: left;
  background-color: #FFFFFF;
  font-family: Lucida Grande;
  font-size: 24px;
  font-weight: bold;
}

.menu_header a
{
  color: #9A9A9A;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}


.current-menu-item a, .current-post-ancestor a, .current-menu-parent a, .current-post-parent a{
    color: #000000!important;
}
.menu_header a:hover
{
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.menu_header ul
{
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
  display: inline;
}

.menu_header ul li
{
  margin: 0px 11px 0px 0px;
  padding: 0px;
  float: left;
  list-style: none;
  display: inline;
}

.menu_header ul li.active a
{
  color: #000000;
}

.submenu_header {
  margin: 0% 0% 0% 0%;
  padding: 0px;
  float: left;
  background-color: #FFFFFF;
  clear: both;
  width: 100%;
  font-family: Lucida Sans Unicode;
  font-size: 22px;
  font-weight: normal;
  /*   font-family: Lucida Sans Unicode; */
/*   font-size: 20px; */
/*   font-weight: normal; */
}

.submenu_header a
{
  color: #9A9A9A;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.submenu_header a:hover
{
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.submenu_header ul
{
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
  display: inline;
  width: 100%;
}

.submenu_header ul li
{
  margin: 0px 14px 0px 0px;
  padding: 0px;
  float: left;
  list-style: none;
  display: inline;
  line-height: 37px;
}

.submenu_header .IconMenu
{
/*   padding: 0px 0px 0px 30px; */
  background-position: left center;
  background-repeat: no-repeat;
}

.submenu_header .IconMenu.Readers
{
  /* background-image: url(../images/ReadersIcon.gif); */
}

.submenu_header .IconMenu.Competitions
{
  /* background-image: url(../images/CompetitionsIcon_menu.gif); */
}

.submenu_header .IconMenu.Maps
{
  padding: 0px 0px 0px 25px;
  background-image: url(../images/MapsIcon.gif);
}

.submenu_header .IconMenu.DBoomSpanish a, .submenu_header .IconMenu.DBoomChina a {
	display: inline-block;
    width: 35px;
}
#img-hover-tmp {
	position: absolute;
	top: 4px;
	z-index: 10;
}
.submenu_header .IconMenu.DBoomSpanish
{
  padding: 0px 0px 0px 0px;
  background-image: url(../images/dboom-espanol.gif);
  position: relative;
  margin: 0 -4px 0 0px;
}
.submenu_header .IconMenu.DBoomChina
{
  padding: 0px 0px 0px 0px;
  background-image: url(../images/dboom-china.gif);
  position: relative;
  margin: 0 -4px 0 10px;
}

.submenu_header .Newsletter{
    float: right;
    margin-right: 0px;
    cursor: pointer;
    text-align:right
}

.submenu_header .Newsletter b
{
    font-size: 14px;
    font-weight: normal;
    color: #9A9A9A;
}

#Title_NLpage
{
    font-size: 30px;
    margin-top: 26px;
}
#Number_Subscribers{
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    margin-top: 25px;
}
#Desc_NLpage{
    font-size: 18px;
    margin-top: 6px
}
#form_sub_newsletter_page, #form_upd_newsletter_header {
    margin-top: 30px;
}
form_sub_newsletter_page label{
    float: right;
}
.daily{
    margin-bottom: 25px;
}
.biweekly{
    
}

.input_page
{
  margin: 6px 0px 0px -1px;
  padding: 0px 5px 0px 5px;
  float: left;
  width: 260px;
  height: 30px;
  border: 1px solid #e4e3e1;
  background-color: #FFFE00;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 15px;
}
@-moz-document url-prefix() {
    .input_page{
        float: right;
    }
}

.input_email{
    float: left;
    margin-top: 20px;
}
.text_email{
    font-size: 14px;
}

.subscribe_NLpage{
  margin: 35px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  width: 150px;
  height: 45px;
  border: 1px solid #e4e3e1;
  background-color: #F9F9F9;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 20px;
}

#resultation{
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #03AA19;
  font-size: 20px;	
  margin-bottom:10px;
  margin-top:10px
}

.subscribe_NLpage:hover, .edit_NLpage:hover, .remove_NLpage:hover{
    background-color: #FFFE00;
}

.edit_NLpage{
  /* margin: 35px 0px 0px 0px; */
  padding: 0px 5px 0px 5px;
  width: 150px;
  height: 45px;
  border: 1px solid #e4e3e1;
  background-color: #F9F9F9;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 20px;
}

.remove_NLpage {
    background-color: #f9f9f9;
    border: 1px solid #e4e3e1;
    color: #000000;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 20px;
    height: 45px;
    margin: 110px 0 0;
    padding: 0 5px;
    width: 150px;
    
}

@-moz-document url-prefix() {
    .subscribe_NLpage{
        float: right;
        margin: 74px 0px 0px 0px;
        position: absolute;
    }
    /*
.edit_NLpage, .remove_NLpage{
        float: right;
        margin: 74px 0px 0px 0px;
        position: absolute;
    }
*/
}

#GroupForm p{
    color: #dd4b39;
    margin: 25px 0px 0px 0px;
}
#GroupForm label a{
    font-size: 12px;
    color: #c0c0c0;
}

.button_sidebar{
  margin: 15px 0px 0px;
  width: 145px;
  height: 39px;
  border: 1px solid #e4e3e1;
  background-color: #F9F9F9;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}
.button_sidebar:hover{
    background-color: #FFFE00;
}

.widg-latest-video{
	margin-bottom:25px;
}

.button_sidebarAll{
  margin: -5px 0px 0px 0px;
  width: 300px;
  height: 39px;
  border: 1px solid #e4e3e1;
  background-color: #F9F9F9;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}
.button_sidebarAll:hover{
    background-color: #FFFE00;
}
.iframeVideoSidebar{
    margin-top: 35px;
    margin-bottom: 30px;
    float:left;
}

#link_latest_readers {
    display: inline-block;
    margin-bottom: 30px;
}

#dboomAlliance{
    margin-top: 35px;
    margin-bottom: 30px;
    float: left;
}

.titleLastVideo{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Lucida sans unicode;
    font-weight: normal;
    color: #000;
    font-size: 22px;
}

 .titleCompetitionResults{
    margin: 80px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 300px;
    font-family: Arial;
    font-weight: bold;
    color: #a4a1a1;
    font-size: 22px;
}
.post_title_CompRes{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.excerpt_title_CompRes{
    font-size: 13px;
}

#box_CompRes{
    
}

#box_CompRes.Sec{
    margin-top: 40px;
}

/*MENU MOBILE*/

#SlidingMenu
{
  margin: 22px 0px 0px 0px;
  padding: 0px;
  float: left;
  border: none;
  cursor: pointer;
  display: none;
}

.SlidingMenuTitle
{
  margin: 0px 0px 0px 17px;
  padding: 0px;
  float: left;
  border: none;
  font-size: 20px !important;
  font-family:"Lucida Sans Unicode" !important;
  line-height:36px !important;
  color: #000000;
}

.SlidingMenuTitle i
{
  font-size: 25px;
  margin: 0px 10px 0px 0px;
}

.SlidingMenuTitle:hover
{
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000000;
}

.SlidingMenuVoices, .SubSlidingMenuVoices
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  float: left;
  display: none;
  background-color: #FFFFFF;
  cursor: auto;
}

.SlidingMenuVoices .MenuVoice, 
.SubSlidingMenuVoices .MenuVoice{
  margin: 2px 0px 0px -67px;
  padding: 0px 0px 0px 3%;
  width: 100%;
  line-height: 30px!important;
  float: left;
  text-align: left;
  font-size: 20px !important;
  font-family:Lucida Sans Unicode !important;
  background-color: #FFFFFF;
  color: #000000;
}

.SlidingMenuVoices .MenuVoice.contribute, 
.SubSlidingMenuVoices .MenuVoice.contribute{
	
}
/*
.SlidingMenuVoices .MenuVoice.Readers, 
.SubSlidingMenuVoices .MenuVoice.Readers
{
  background-color: #a0dc02;
}
*/

.SlidingMenuVoices .MenuVoice.Competitions, 
.SubSlidingMenuVoices .MenuVoice.Competitions
{
  background-color: #FFF;
}
.SlidingMenuVoices .MenuVoice.contribute a, 
.SubSlidingMenuVoices .MenuVoice.contribute a{
  background-color: #33ff00;
}

#CompetitionReaderMenu
{
  margin: 0px;
  padding: 0px;
  float: right;
  display: none;
}

#CompetitionReaderMenu img
{
  margin: 0px 0px 0px 10px;
  padding: 0px;
  float: left;
}

/*SOCIAL E SEARCH*/

#cse-search-results{
    width: 100%;
}

#cse-search-results iframe{
    /*position: absolute;
    top: 0;
    left: 0;
    height: 100%;*/
    width: 100%;
    max-width: 818px;
}

#SocialContainer{
	margin: 22px 10px 0px 0px;
	/*   padding-top: 20px; */
	float: right;
	width: 245px;
}

	.share-prod .fa-twitter.fa {
		background: #4099FF;
	}
	.share-prod .fa-instagram.fa {
		background: #1F5D97;
	}
	.share-prod .fa-facebook.fa {
		background: #3b5998;
	}
	.share-prod .fa-google-plus.fa {
		background: #D34836;
	}
	.share-prod .fa-tumblr.fa {
		background: #32506d;
	}
	.share-prod .fa-pinterest-p.fa, .share-prod .fa-pinterest.fa {
		background: #cb2027;  
	}
	
/*----*/
	#SocialContainer .fa-twitter.fa{
		background: #fff;	
	}
	
	#SocialContainer .fa-instagram.fa{
		background: #fff;
	}
	#SocialContainer .fa-facebook.fa {
		background: #fff;
	}
	
	/* INSTAGRAM TOP FABRIZIO */
	
	a.instagram_share {
		display: inline-block;
		width: 27px;
		height: 27px;
	    float: left;
	    margin: 4px 4px 0 0;
		background-image: url('../images/instagram_off.gif');
	}
	
	a.instagram_share:hover {
		background-image: url('../images/instagram_on.gif');
	}
	
	@media 
	only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) {
		
		a.instagram_share {
			background-image: url('../images/instagram_off_2x.gif');
			background-size: 27px 27px;
		}
		
		a.instagram_share:hover {
			background-image: url('../images/instagram_on_2x.gif');
			background-size: 27px 27px;
		}
	}
	
	/* end INSTAGRAM TOP FABRIZIO */

	
	#SocialContainer .fa-google-plus.fa{
		background: #fff;
	}
	
	#SocialContainer .fa-tumblr.fa{
		background: #fff;
	}
	
	#SocialContainer .fa-rss.fa {
		background: #fff;
	}
	
	#SocialContainer .fa-pinterest-p.fa{
		background: #fff;  
	}
	
/* 	---- */
	
	#SocialContainer .fa-twitter.fa:hover{
		background: #4099FF;	
		color:#FFF;
		border:1px solid #4099FF;
		opacity: 1;
	}
	
	#SocialContainer .fa-instagram.fa:hover{
		background: #1F5D97;
		color:#FFF;
		border:1px solid #1F5D97;
		opacity: 1;
	}
	#SocialContainer .fa-facebook.fa:hover {
		background: #3b5998;
		color:#FFF;
		border:1px solid #3b5998;
		opacity: 1;
	}
	
	#SocialContainer .fa-google-plus.fa:hover{
		background: #D34836;
		color:#FFF;
		border:1px solid #D34836;
		opacity: 1;
	}
	
	#SocialContainer .fa-tumblr.fa:hover{
		background: #32506d;
		color:#FFF;
		border:1px solid #32506d;
		opacity: 1;
	}
	
	#SocialContainer .fa-rss.fa:hover {
		background: #f68c00;
		color:#FFF;
		border:1px solid #f68c00;
		opacity: 1;
	}
	
	#SocialContainer .fa-pinterest-p.fa:hover{
		background: #cb2027;  
		color:#FFF;
		border:1px solid #cb2027;
		opacity: 1;
	}
	
	
	#SocialContainer .fa, .share-prod .fa {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #9a9a9a;
	    border-radius: 50%;
	    /* color: #9a9a9a; */
	    color: #000;
		opacity: 0.6;
	    font-size: 16px;
	    height: 25px;
	    line-height: 25px;
	    margin-left: 4px;
	    text-align: center;
	    width: 25px;
	}
	
	#SocialContainer input.gsc-search-button {
		display: none;
	}
	
	#SocialContainer #___gcse_0 {
		margin-top: -25px;
		margin-left: 35px;
}
/*
	#SocialContainer .fa-search.fa {
	  background: #faff05 !important;
	  color: #000 !important;
	  font-size: 18px !important;
	  height: 28px;
	  width: 28px;
	  margin-left: 7px;
	}
*/

#Social
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  float: right;
  height: 27px;
/*   text-align: right; */
}

.SearchIcon
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: right;
  height: 20px;
  text-align: right;
}

#NewsletterBox
{
  margin: 0px;
  padding: 15px 15px 15px 15px;
  position: absolute;
  width: 270px;
  right: 22px;
  top: 126px;
  background-color: #FFFE00;
  z-index: 9999;
  display: none;
}

#NewsletterBox #Title
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 95%;
}

#NewsletterBox #close_NLH{
    float: right;
}

#NewsletterBox #Subscribers
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 23px;
}

#NewsletterBox #Description
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
}

#NewsletterBox #Frequency
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
}

#NewsletterFooter
{
  margin: -28px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  position: absolute;
  width: 270px;
  right: 31%;
  top: -219px;
  background-color: #FFFE00;
  z-index: 9999;
  display: none;
  line-height: 22px;
}

#NewsletterSidebar{
  width: 271px;
  height: 235px;
  float: left;
  background-color: #FFFE00;
  padding: 13px;
  margin-top: 35px;
  margin-bottom: 30px;
}
@-moz-document url-prefix() {
    #NewsletterSidebar{
        height: 262px;
    }
}
 
#NewsletterFooter #Title, #NewsletterSidebar #Title
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 95%;
}

#NewsletterFooter #close_NLF, #NewsletterSidebar #close_NLF
{
    float: right
}

#NewsletterFooter #Subscribers, #NewsletterSidebar #Subscribers
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 23px;
}

#NewsletterFooter #Description, #NewsletterSidebar #Description
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
}

#NewsletterFooter #FrequencyFooter, #NewsletterSidebar #FrequencySidebar
{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
}

#Frequency p,#FrequencyFooter p, #FrequencySidebar p{
    margin: 0px;
    color: #dd4b39;
    margin-bottom: 0px;
}

#Frequency .FrequencyCheckbox, #FrequencyFooter .FrequencyCheckbox, #FrequencySidebar .FrequencyCheckbox
{
  margin: 2px 5px 0px 0px;
  padding: 0px;
  float: left;
}

#Frequency label,#FrequencyFooter label, #FrequencySidebar label
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 110px;
  margin-bottom: 10px;
}
#Frequency label a,#FrequencyFooter label a, #FrequencySidebar label a
{
  font-size: 12px;
}
#Frequency .TextField,#FrequencyFooter .TextField, #FrequencySidebar .TextField
{
  margin: 20px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  float: left;
  width: 150px;
  height: 25px;
  border: 1px solid #e4e3e1;
  background-color: #FFFFFF;
  font-family: Lucida Sans Unicode;
  color: #000000;
  font-size: 15px;
}

#Frequency .SubscribeButton,#FrequencyFooter .SubscribeButton, #FrequencySidebar .SubscribeButton
{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: right;
  width: 100px;
  height: 27px;
  border: 1px solid #e4e3e1;
  background-color: #f6f6f6;
  font-family: Lucida Sans Unicode;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Frequency .SubscribeButton:hover, #FrequencyFooter .SubscribeButton:hover, #FrequencySidebar .SubscribeButton:hover
{
  background-color: #e7e5e5;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Search
{
  margin: 5px 0% 0% 0%;
  padding: 0px 0% 0px 0%;
  float: left;
  width: 100%;
  line-height: 35px;
  top: 72px;
  background-color: #FFFE00;
  display: none;
  z-index: 999;
}

.SearchInput
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 2%;
  float: left;
  width: 78%;
  border: 0px none;
  background-color: #FFFE00;
  height: 35px;
  font-family: Lucida Sans Unicode;
  font-size: 14px;
  color: #333333;
}

.SearchButton
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: right;
  width: 5%;
  border: 0px none;
  background-color: #CCCCCC;
  height: 25px;
  line-height: 20px;
  font-family: Lucida Sans Unicode;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  background-color: #FFFE00;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.SearchButton:hover
{
  background-color: #FFFFFF;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.CloseSearch
{
  line-height: 35px;
  font-size: 15px;
}

.MobileSearchInput
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 85%;
  border: 0px none;
  background-color: #FFFE00;
  height: 35px;
  line-height: 35px;
  font-family: Lucida Sans Unicode;
  font-size: 15px;
  font-style: italic;
  color: #333333;
}

.MobileSearchButton
{
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 15%;
  border: 0px none;
  height: 35px;
  cursor: pointer;
  background-image: url(../images/SearchIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFE00;
}

#Social a, .SearchIcon a
{
  font-size: 24px;
  color: #999999;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  z-index: 99999;
/*   padding-right: 5px; */
}


#Social .Twitter:hover
{
  color: #00a0d1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Social .Facebook:hover
{
  color: #3b5998;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Social .Pinterest:hover
{
  color: #910101;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Social .GooglePlus:hover
{
  color: #dd4b39;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Social .Tumblr:hover
{
  color: #32506d;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#Social .Rss:hover
{
  color: #fa9b39;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.SearchIcon .Search:hover
{
  color: #000000;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Twitter, .Facebook, .Pinterest, .Rss, .GooglePlus, .Tumblr, .Search
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#SocialContainer .fa-search.fa {
  background: #faff05 !important;
  color: #000 !important;
  font-size: 18px !important;
  height: 25px;
  width: 25px;
  margin-left: 7px;
  margin-top:3px;
  border:none;
  opacity:1;
}

/*SLIDER*/
#PreSlider
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  max-width: 818px;
  height: 376px;
  float: left;
  width: 100%;
  display:none;
  
}

#PreSlider img
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

#PreSlider h2
{
  margin: 0px;
  padding: 5px 0% 10px 0%;
  float: left;
  width: 100%;
  font-family: Arial;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}
#Slider, #page404
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  max-width: 818px;
  height: 376px;
  float: left;
  width: 100%
}

#Slider
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  max-width: 818px;
  float: left;
  width: 100%;
}

#page404
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  max-width: 818px;
  height: 376px;
  float: left;
  width: 100%
}

#Slider h2
{
  margin: 0px;
  padding: 5px 0% 10px 0%;
  float: left;
  width: 100%;
  font-family: Arial;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}

#Slider .FirstImage { display: none; }
#Slider .FirstImage:first-child { display: block }

#Left, #ArticleLeft, #LeftLoop, #ArticleLeftLoop, .insideLoop, #VideoCat
{
  margin: 0%;
  padding: 0% 0% 0px 0%;
  float: left;
  max-width: 818px;
}
#ArticleLeft.no-sidebar {
  max-width: 1156px;
}

#LeftLoopArchive, #LeftArchive{
  margin: 0%;
  padding: 0% 0% 0px 0%;
  float: left;
  max-width: 870px;
}

.insideLoop{
    padding: 0% 0% 0% 0%;
}

#VideoCat
{
  padding: 0% 0% 0px 0%;
}

/*NEWS*/

#NewsColumn
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  float: left;
  width: 36.7%;
  display: block;
}

#ShowHide
{
 display: none;
  min-height:410px;
  height:auto !important;
  height:410px;
}

#iframeMobile{
	display:none;
}

#iframeDesktop{
	display:block;
}
.ShowHideLoop {
    display: none;
  min-height:410px;
  height:auto !important;
  height:410px;
}

.News .Shares{
	margin-top:10px !important;
	bottom:7px !important;
}

.Highlight .Shares{
	margin-bottom: -10px !important;
    margin-top: 4px !important;
}

.News{
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  min-height:0px;
  height:auto !important;
  height:320px;
  background-color: #F6F6F6;
}

.News h1
{
  margin: 0px;
  padding: 5px 2% 5px 2%;
  position: relative;
  width: 96%;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  min-height:66px;
  line-height: 24px;
  height:auto !important;
  height:66px;
}

.News p
{
  margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  display: none;
}

.News h4
{
  bottom: 0;
    color: #9a9a9a;
    font-family: Lucida sans unicode;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 2% 2% 0;
    position: relative;
    width: 96%;  
}

.News h4 a
{
  color: #9a9a9a;
  text-decoration: none;
}

.News .Tags
{
  margin: 0px;
  padding: 1% 2% 0% 2%;
  position: relative;
  width: 96%;
  display: none;
}

.News .Tags ul
{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  list-style: none;
  font-size: 16px;
}

.News .Tags a, a.call-for-entry, a.comp_stat_link, a.dnl_link
{
  color: #9a9a9a;
  text-decoration: underline;
}
a.dnl_link { font-size: 28px; margin: 20px 0 150px 0; display: inline-block;}
a.comp_stat_link, a.call-for-entry { font-size: 28px; margin: 20px 0 20px 0; display: inline-block; }
a.dnl_link:hover, a.comp_stat_link:hover, a.call-for-entry:hover {
   background-color: #FFFB00;	
}
#project_preview_sidebar {
	float: right; 
	max-width: 280px;
}

.Shares .social-items .social-item .fa{
	border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    color: #FFF !important;
    font-size: 25px !important;
    line-height: 34px !important;
}

.Shares {
    background: #ffff01 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 10px;
    color: #9a9a9a;
    display: inline-block;
    font-size: 15px;
    height: 40px ; 
    left: 2%;
    margin-left: 1px;
    margin-top: 15px;
    padding: 0;
    position: relative;
    width: 40px ;
}

.Shares img
{
  margin: 4px 0px 4px 0px;
  padding: 0px;
  float: left;
  margin-left: 1px;
}

.Shares .Arrow img
{
  margin: 0px;
  padding: 0px;
  float: left;
  height: 21px;
}

.Arrow {
    height: 40px;
    width: 40px;
    float: left;
    position: absolute;
    z-index:9999;
}

/*
.Shares .Counter
{
  margin: 3px 0px 0px 5px;
  padding: 0px;
  float: left;
  height: 15px;
  font-size: 18px;
}
*/
.Shares .Counter {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 30px;
    width: 40px;
    margin-left: 0px;
    margin-top: 12px;
    padding: 0;
    position: relative;
    text-align: center;
    
}
.Shares .Counter a
{
  color: #9A9A9A;
  text-decoration: none;
}

.ArticleIcons,.ArticleIconsArchive
{
  margin: 5px 0% 0px 0%;
  padding: 0px 0px 0px 0px;
  position: absolute;
  height: 38px;
  display: inline-block;
  font-size: 15px;
  color: #9A9A9A;
  width: 40%;
  right: 2%;
  bottom: 3px;
  text-align: right;
}

.ArticleIcons .readers_link{
	background:#01ff01;
	padding: 0 5px 0 5px;
	color:#000;
	display:inline-block;
	float:right;
	font-size:18px;
	font-family:lucida sans unicode;
	line-height:19px;
	margin-top: 3px;
}

.ArticleIcons img,.ArticleIconsArchive img
{
  margin: 0px 0 0px 5px;
  padding: 0px;
}

.Prize_Shop{
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

/*HIGHTLIGHTS*/

#HighlightsColumn
{
  margin: 0% 0% 0% 0px;
  padding: 0px;
  float: right;
  width:59%;
}

.Highlight
{
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  position: relative;
  width: 100%;
  min-height:585px;
  height:auto !important;
  height:585px;
  background-color: #F6F6F6;
}

.Highlight h1{
	background-color: transparent;
    color: #000000;
    font-family: Lucida sans unicode;
    font-size: 20px;
    font-weight: normal;
    line-height:24px;
    margin: -4px 0 0;
    padding: 5px 2%;
    position: relative;
    width: 96%;
	/*   background-color: #FFFE00; */

}

	
    
@-moz-document url-prefix() {
    .Highlight h1{
		margin-top: 0px;
    }
}
.Highlight h4{
  padding: 0% 2% 0% 2%;
  position: relative;
  width: 96%;
  color: #9a9a9a;
  font-family: lucida sans unicode;
  font-size: 22px;
  font-weight: normal;
  text-transform:lowercase;
  margin: 5px 0 0;
}

.Highlight p
{
  margin: 0px;
  padding: 1% 2% 0% 2%;
  position: relative;
  width: 96%;
  line-height: 22px;
  min-height: 67px;
  font-size: 18px;
}

.Highlight .Tags{
  margin: 0px;
  padding: 1% 2% 0% 2%;
  position: relative;
  width: 96%;
  line-height: 25px;
  min-height:58px;
}

.Highlight .Tags ul
{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  list-style: none;
  font-size: 16px;
}

.Highlight .Tags a
{
  color: #9a9a9a;
  text-decoration: underline;
}
.Tags a:hover {
    background-color: #FFFB00;
}

.Tags ul li{
    color: #9a9a9a;
}
/*CATEGORY ARTICLES*/

#CategoryColumn
{
  margin: 0% 0% 0% 0%;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 0px;
}

.CategoryArticle
{
  padding: 0px 0px 0px 0px;
  float: left;
  width: 48%;
  height:auto;
  background-color: #F6F6F6;
}

.RelativeContainer
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.RelativeContainerMyProject
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
}
.IdMyProject{
    font: bold 30px arial, serif; 
    margin:10px 4px 20px auto;
}

.entries_upload{
    margin-top:15px;
    font-size: 30px;
}

.CategoryArticle.First
{
  margin-top: 15px;
  float:left;
}

.CategoryArticle.Last
{
  margin-top: 15px; 
  float:right;
}

.CategoryArticle.First.Update,.CategoryArticle.Last.Update
{
  margin-top: 0px;
}
.CategoryArticle h1
{
  margin: 0px;
  padding: 5px 2% 5px 2%;
  position: relative;
  width: 96%;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  background-color: #F6F6F6;
  min-height: 65px;
}
.CategoryArticle .Shares{
	margin-top:5px !important;
}

.CategoryArticle h4
{
 /*
 margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  color: #9a9a9a;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
*/
    bottom: 0;
    color: #9a9a9a;
    font-family: Lucida sans unicode;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 2% 2% 0;
    position: relative;
    width: 96%;
    text-transform: lowercase;
}

.CategoryArticle p
{
  margin: 0px;
  padding: 1% 2% 1% 2%;
  position: relative;
  width: 96%;
  line-height: 22px;
  font-size: 18px;
  overflow:hidden;
  height:63px;
}

.CategoryArticle .Tags
{
  margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  overflow:hidden;
  height:60px;
  line-height: 25px;
}
.most-popular-page .CategoryArticle .Tags{
  height:120px;	
}

.CategoryArticle .Tags ul
{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  list-style: none;
  font-size: 16px;
}

.CategoryArticle .Tags a
{
  color: #9a9a9a;
  text-decoration: underline;
}

.CategoryArticle .Tags span
{
	bottom: 15px;
    color: #000;
    font-family: "Lucida Grande";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
}


/*RELATED POST*/

.RelatedArticles
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.ArchiveArticles
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

/*
.RelatedArticles h3
{
  margin: 0px;
  padding: 30px 0px 0px 0px;
  position: relative;
  width: 100%;
  color: #9A9A9A;
  font-size: 22px;
  font-family: Arial;
  margin-bottom: -5px;
  margin-top: 20px;
}
*/

.RelatedArticles h3
{
/*   margin: 0px; */

  position: relative;
  color: #a4a1a1;
  font-size: 22px;
  font-weight:normal;
  font-family: Lucida Sans Unicode;
  margin-bottom:0px;
  text-decoration: underline;
  display:inline-block;
}

.RelatedArticles h3:hover{
	background: #FFFE00;
}

div.tag_single{
	padding: 30px 0px 0px 0px;	
	margin-bottom: -5px;
	margin-top: 20px;		
}

.tag_articles{
	font-size:14px;
	text-decoration: none;
	display:inline-block;
}

.ArchiveArticles h3
{
  margin: 0px;
  padding: 30px 0px 0px 0px;
  position: relative;
  width: 100%;
  color: #9A9A9A;
  font-size: 22px;
  font-family: Arial;
  margin-bottom: -5px;
  margin-top: 20px;
}

.RelatedArticles h3 a
{
  color: #9A9A9A;
  text-decoration: none;
}

.ArchiveArticles h3 a
{
  color: #9A9A9A;
  text-decoration: none;
}

.SecondLine{
    margin-top: 80px;
}
.tag-single.SecondLine{
	margin-top:30px !important;
}
.Related {
  margin: 20px 27px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
  width: 250px;
  min-height:310px;
  height:auto !important;
  height:310px;
  background-color: #F6F6F6;
}

.CompJury .Archive{
  float: left;
  padding: 0px 0px 50px 0px;
  position: relative;
  display: inline-block;
  width: 30%;
  min-height:800px;
  height:310px;
  background-color: #F6F6F6;
  max-width: 250px;
  margin-right: 5%;
}

.Archive{
  float: left;
  padding: 0px 0px 50px 0px;
  position: relative;
  display: inline-block;
  width: 30%;
  min-height:300px;
  height:300px;
  background-color: #F6F6F6;
  max-width: 250px;
  margin-right: 5%;
}

.Related.First
{
  margin-top: 20px;
}

.Archive.FirstArchive{
    margin-top: 30px;
}

.Archive.SecondArchive
{
  /*  margin-left: 4.8%; 
    margin-right: 4.8%; */
}
.Archive.ThirdArchive
{
  margin-right: 0px;
  margin-top: 30px;
}
.Related.Third
{
  margin-right: 0px;

}

.Related.FirstTags
{
  margin-top: 20px;
}

.Related.ThirdTags
{
  margin-right: 0px;
}

.Related h1
{
  margin: 0px;
  padding: 5px 2% 5px 2%;
  position: relative;
  width: 96%;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  min-height:66px;
  line-height: 21px;
  height:auto !important;
  height:66px;
}

.Archive h1
{
  margin: 0px;
  padding: 5px 2% 5px 2%;
  position: relative;
  width: 96%;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  min-height:66px;
  line-height: 24px;
  height:auto !important;
  height:66px;
}

.Related p, .Archive p
{
  margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  display: none;
}

.Related h4 {
  margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  color: #9a9a9a;
  font-family: Lucida sans unicode;
  font-size: 22px;
  font-weight: normal;
}

.Archive h4 {
  margin: 0px;
  padding: 2% 2% 0% 2%;
  position: relative;
  width: 96%;
  color: #9a9a9a;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}

.Related h4 a,.Archive h4 a {
  color: #9a9a9a;
  text-decoration: none;
}

/*TERZA COLONNA*/

#SidebarContainer
{
  margin: 0% 0% 0% 15px;
  padding: 0% 0% 50px 0%;
  float: right;
  width: 300px;
}
#SidebarContainer &gt; div:first-child{
	margin-bottom:0px !important;
}

#SidebarContainer a{
 /*  font-size: 26px; */
}

#SidebarContainer .SidebarBlockTitleContainer a{
  font-size: 16px;	
  line-height:16px;
  font-family:lucida sans unicode;
}

#SidebarContainer #publish_your_work a#link_publish_work{
	display:block;
	width:100%;
	height:100%;
} 
#project_image_preview img { width: 250px; max-width: 250px; height: auto;}
#SidebarContainerArticle{
  margin: 0% 0% 0% 15px;
  padding: 0% 0% 50px 0%;
  float: right;
  width: 300px;
}

.Popular
{
  margin: 30px 0px 0px 0px;
  padding: 0px;
  position: relative;
  width: 300px;
  height: 94px;
  background-color: #F6F6F6;
}

.Popular .Image
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 117px;
}

.Popular p
{
  margin: 0% 0% 0% 0%;
  padding: 0px 8px 0px 8px;
  float: left;
  width: 167px;
  height: 65px;
  font-size: 18px;
  line-height: 21px;
  background-color: #F6F6F6;
}

.Popular .Date
{
  margin: 0% 0% 0% 0%;
  padding: 0px 8px 0px 8px;
  float: left;
  width: 167px;
  height: 29px;
  line-height: 29px;
  font-family: Arial;
  font-weight: bold;
  background-color: #EAEAE8;
  text-transform: lowercase;
}

.Popular .Date.Readers
{
  background-color: #9ADD00;
}

.Popular .Date.Competitions
{
  background-color: #959AF6;
}

.products .product_data_label a{
	font-size:16px !important;
}

.Banner
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
  width: 100%;
}

#BannerMobile div[id^="adsatlas"] {
	margin: 0 auto;
}
.BannerMobile
{
	overflow: hidden;
  display: none;
}

.Banner, .BannerMobile img
{ 
  z-index: 1;
}

#SidebarContainer .Twitter, #SidebarContainerArticle .Twitter
{
  margin: 40px 0px 0px 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
}

/*SINGLE ARTICLE*/

.Article
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.Article .Image
{
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  background-image: none;
}

.Article .Title{
  margin: 0px;
  padding: 10px 0% 10px 0%;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  color: #000000;
  font-family: "Lucida Grande";
}

.Article .CloseColumn
{
  margin: 0px;
  padding: 0px;
  float: right;
  width: 82px;
  display: none;
  cursor: pointer;
}

.Article .Info
{
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 999;
}

.Article .Social, .SocialSingle 
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
}

.Article .Social .Square,.SocialSingle  .Square
{
  margin: 10px 10px 0px 0px;
  padding: 0px 0px 2px 0px;
  float: left;
/*   width: 80px; */
  min-width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  font-size: 14px;
 /* border: 1px solid #E0E0E0;*/
  background-color: #f6f6f6;
}


.Comments .Square{
     border: 1px solid #E0E0E0;
}

#ArticleLeft .Square &gt; a {
	width: 60px;
}

.Article a
{
  color: #999999;
  /*text-decoration: underline;*/
  /*background-color: #FFFFFF;*/
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Article a:hover
{
  color: #999999;
  text-decoration: underline;
  background-color: #FFFE00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Article img
{
  margin: 40px 0px 0px 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
  height: auto;
}
.Article table img
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
  
}

.Article p
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  font-size: 14px;
  line-height: 22px;

  color: #000000;
}



/*FOOTER*/

#FooterStripe
{
  margin: 0px;
  padding: 0px;
  position: fixed;
  width: 100%;
  background-color: #FFFE00;
  bottom: 0px;
  z-index: 99999;
}


#Footer
{
  margin: 0px auto 0px auto;
  padding: 0px 1.3% 0px 1.3%;
  position: relative;
  width: 97.4%;
  height: 30px;
  line-height: 30px;
  max-width: 1156px;
  font-size: 16px;
}

#Footer a
{
  color: #000000;
}

#FooterLogo
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  
  line-height: 30px;
}

.FooterMenu
{
  margin: 0px;
  padding: 0px;
  float: left;
}

.FooterMenuVoice
{
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  float: left;
  line-height: 30px;
  
}

.BackToTop
{
  margin: 6px 0px 0px 0px;
  padding: 0px;
  float: right;
  height: 27px;
  font-size: 22px;
}
#inifiniteLoader{
    right: 10px;
}

/*COMMON*/

.swfObject
{
    width:100%;
    height:100%;
}

.Title{
  margin: 0px;
  padding: 4px 0px 3px 0px;
  position: relative;
  width: 100%;
  font-weight: normal;
  color: #000;
  font-family: Lucida Sans Unicode;
  font-size: 22px;
}

.TitleArchive{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  font-weight: bold;
  color: #9a9a9a;
  font-family: Arial;
  font-size: 24px;
  margin-bottom: -15px;
}
/*
.TitleCat
{
  margin: 0px;
  padding: 4px 0px 3px 0px;
  position: relative;
  width: 100%;
  font-weight: bold;
  color: #9a9a9a;
  font-family: Arial;
  font-size: 24px;
  margin-bottom: -40px;
}
*/
.TitleCat {
    color: #000;
    font-family: lucida sans unicode;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 -10px;
    padding: 4px 0 3px;
    position: relative;
    width: 100%;
}

#SidebarContainer .Title, #SidebarContainerArticle .Title{
  margin-top: 20px;
  font-size: 22px;
  text-transform: lowercase;
}

.SecondArchive{
    margin-top: 30px;
}

.First
{
  margin-top: 0px;
}

.FirstTags
{
  margin-top: 0px;
}

.OriginalLabel, .OriginalLabelArchive
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 66px;
  background-color: #FFFE00;
}



#NewsColumn .Date, #HighlightsColumn .Date, .Article .Date, .Related .Date,.Archive .Date, #CategoryColumn .Date,#ShowHide .Date, .ShowHideLoop .Date
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  background-color: #F6F6F6;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  
}
.Image
{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  /*background-image: url(../images/IconMore.png);
  background-position: center;
  background-repeat: no-repeat;*/
  background-color: #F6F6F6;
}

.Image.Readers
{
  background-color: #FFFFFF;
}

.Image.Competitions
{
  background-color: #FFFFFF;
}
/*
* se vogliamo tutte le immagini piu o meno della stessa altezza
.Image {
overflow:hidden;
  max-width:400px;
  max-height: 320px;
  }
*/
.Image img
{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
}

.Image a img
{
  opacity: 1;
  filter:alpha(opacity=100);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Image a img:hover, .iframeVideoSidebar a img:hover
{
  opacity: 0.6;
  filter:alpha(opacity=60);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}


.OriginalLabel img
{
  background-color: #FFFE00;
  background-image: none;
  width: 25px;
  height: 66px;
}
/*IFRAME*/
.HorizontaliFrame
{
  margin: 40px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.full_header #iframeMobile .HorizontaliFrame #shrFrm {
	height: 502px;
}

/*COMMENTS*/

#CommentsForm
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

#CommentsForm .FormRow
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

#CommentsForm input[type="text"]
{
  margin: 10px 20px 0px 0px;
  padding: 0px 5px 0px 5px;
  float: left;
  width: 290px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ADB1B6;
  font-family: Lucida Sans Unicode;
}

#CommentsForm label
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 300px;
  font-size: 10px;
  line-height: 20px;
}

#CommentsForm textarea
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: 80px;
  font-size: 14px;
  border: 1px solid #ADB1B6;
  font-family: Lucida Sans Unicode;
  resize: none;
}

#CommentsForm #CommentsPolicy
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: Lucida Sans Unicode;
  cursor: pointer;
  color: #969696;
  text-decoration: underline;
}

#CommentsForm #CommentsPolicyText
{
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 12px;
  font-family: Lucida Sans Unicode;
  display: none;
}

#LoginVia
{
  margin: 0px;
  padding: 0px;
  float: left;
  margin-top: 15px;
}

#LoginVia h5
{
  margin: 0px;
  padding: 15px 0px;
  float: left;
  width: 45%;
  color: #999999;
  font-size: 14px;
  font-family: Arial;
}

#LoginVia img
{
  margin: 0px 5px 0px 0px;
  padding: 0px;
  float: left;
}

#CommentsForm input[type="submit"]
{
  margin: 30px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  float: right;
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  color: #1A1A1A;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Lucida Sans Unicode;
  cursor: pointer;
}

#CommentsForm input[type="submit"]:hover
{
  background-color: #FFFF00;
}

/*SUBSCRIPTION FORM*/
.RegistrationText
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 18px;
  margin-top: 30px;
}

.RegistrationText.second{
    margin-top: 0px;
}

.RegistrationTitle
{
  margin: 40px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial;
}

#DivLoginForm
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.FormBlock
{
  margin: 10px 2% 0px 0px;
  padding: 0px;
  float: left;
  width: 51%;
  font-size: 16px;
  line-height: 22px;
}

.FormRow
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.FormBlock.FullWidth
{
  margin-right: 0px;
  width: 98%;
}

.FormBlock.FullWidth.btm
{
  margin-bottom: 80px;
}

#passwordResetform_error{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: red;
}

.FormBlock label, #passwordResetform label
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
label.nl_subscription{
    font-size: 22px;
    font-family: Arial;
    margin-top: 40px;
}
.errorforgotpwd{
    font-size: 13px;
    font-weight: bold;
    color: red;
}
.FormBlock p
{
  margin: 2px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}

.FormBlock.AutoHeight
{
  min-height:20px;
  height:auto !important;
  height:20px;
}

.FormBlock input[type="text"], .FormBlock input[type="password"],.FormBlock select
{
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 98%;
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fffe00;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  padding: 0 5px;
}

.FormBlock select
{
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 98%;
  height: 32px;
  border: 1px solid #cccccc;
  background-color: #fffe00;
  font-family: Arial;
  color: #000000;
}

.FormBlock input[type="submit"]
{
  margin: 15px 5px 0px 0px;
  width: 137px;
  height: 39px;
  border: 1px solid #e4e3e1;
  background-color: #F9F9F9;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  color: #000000;
  font-size: 18px;
}
.FormBlock input[type="submit"]:hover{
    background-color: #FFFE00; 
}

#ForgotPswd
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  color: #999999;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: bold;
}

#ForgotPswdForm
{
  margin: 0px;
  padding: 0px 0px 15px 0px;
  float: left;
  width: 100%;
  display: none;
}

#RegistrationForm
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.NewsletterFrequency
{
  margin: 5px 0px 0px 0px;
  padding: 0px;
  float: left;
  font-size: 18px;
  font-family: "Lucida Grande";
}

.FormBlock .Gender
{
  margin: 5px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.see_example{
    color: #999999;
    text-decoration: underline;
    background-color: #FFFFFF;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.see_example :hover{
    color: #999999;
    text-decoration: underline;
    background-color: #FFFE00;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.error{
    color: red;
}

.title_registration{
    font-size: 30px;
    margin-top: 50px;
}

#RelatedArticlesMobile {
	display: none;
}
/*
#RelatedArticlesMobile .SecondLine{
    margin-top: 65px;
}
*/

#RelatedArticlesMobile h3
{
  margin: 25px 0 15px 0 ;
  padding: 10px 0px 0px 0px;
  position: relative;
  width: 100%;
  color: #9A9A9A;
  font-size: 22px;
  font-family: 'Lucida Grande';
}

#RelatedArticlesMobile h3 a
{
  color: #9A9A9A;
  text-decoration: none;
}
/*
#SingleLoopContainer{
    margin:0px;
    padding:70px 0px 0px 0px;
    float:left;
    width:100%;
    font-family: 'Lucida Grande';
    font-weight: normal;
    color: #9a9a9a;
    font-size: 30px;
    margin-bottom: -15px;    
    text-transform: lowercase;
}
*/
#SingleLoopContainer{
    margin:0px;
    padding:60px 0px 0px 0px;
    float:left;
    width:100%;
    font-family: 'Lucida sans unicode';
    font-weight: normal;
    color: #000;
    font-size: 28px;
    margin-bottom: -15px;    
    text-transform: lowercase;
}
.spinnerLoop{
    float: left;
    height: 100px;
    max-width: 810px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 40px;
    color: #9A9A9A;
}





.violetta {
    background-color: #959AF6 !important;
}
.SidebarBlockImageContainer img:hover {
    opacity:0.6;
    transition: all 250ms ease-in-out 0s;
}

.GoogleResults{
    margin-top: 50px!important;
}

.gsc-input-box {
  border: none !important;
  background: none !important;
  height: 22px !important;
  margin-top: -30px !important;
/*   padding-left: 26px !important; */
/*   padding-bottom: 2px !important; */
  margin-left: 25px;
  padding-top: -2px;
  background: red;
}

.gsc-input-box:focus {
	outline: 0 !important;
}

.SpecialCat{
    margin-top: 0px!important;
}

.GreyforHome a{
    color: #000000!important;
}
.GreyforHome a:hover{
    color: #9A9A9A!important;
}
.Galleries{
    margin-top: 80px;
}
input[type='radio']{
    height: 1.5em;
    width: 1.5em;
    -moz-appearance: none;
}
.lens{
   /* background-image: url('../images/lens.gif');*/
}

/*
.lens &gt; img {
    width: 24px;
}
*/
.spinnerLoop{
    float: left;
    height: 100px;
    max-width: 810px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 40px;
    color: #9A9A9A;
}
#DoubleSidebarSingle{
    float: right;
    margin-top: 40px;
}
.SingleWidget{
    float: right !important;
    margin-top: 35px;
}




.forarchive{
    margin-bottom: 75px;
    margin-top: 75px;
    font-size: 36px;
    text-align: right;
}

.forarchive a{
    color: #9a9a9a;
}
.forarchive a:hover{
    background-color:#FFFE00;
}

.forcategory{
	font-size: 28px;
    margin-bottom: 75px;
    margin-top: 5px;
    text-align: left;
    font-family:lucida sans unicode;
}

.forcategory a{
    color: #9a9a9a;
    text-decoration: underline;
}
.forcategory a:hover{
    background-color:#FFFE00;
}

.pl_single{
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #9A9A9A;
    float: left;
    width: 100%;
    margin-top: 30px;
}



.AALoop{
    margin-bottom: 0px!important;
}
.AAFirst{
   margin-bottom: 10px!important;  
}
.fb_iframe_widget{
    margin-right: 11px;
    margin-top: 0;
    line-height: 0px;
}
.Archive .Image img{
    height: 200px;
}

.seemore{
    float: left;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 100%;
}

.seemore a{
    color: #9A9A9A;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}

.pIva{
    font-size: 16px;
    margin-top: 150px;
    text-align: left;
}

.linkSiteMirror{
    font-size: 22px;
	line-height: 25px;
    float: left;
    margin-top: 0px;
    margin-right: 3px;
}
.linkSiteMirror a{
    text-decoration: none;
    transition: all 250ms ease-in-out 0s;
    color: #ff0000;
}
.linkSiteMirror a:hover{
    color: #000000;
    text-decoration: none;
    transition: all 250ms ease-in-out 0s;
}

/* MOTORE DI RICERCA GOOGLE */

.gsc-search-button.gsc-search-button-v2 { display: none }
#gs_id50, input.gsc-input { background: #FFFE00 !important; top: 0; }
#gsc-i-id1 {  }

.gscb_a { margin-top: 3px; }
.gsc-control-wrapper-cse { margin-top: -12px; }

.gsc-control-cse, .cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	background-color: none !important;
	border: none !important;
}

#google_search {
/* 	top: 7px; */
/* 	position: absolute; */
	z-index: 10;
	right: 12px;
	width: 27px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.6s;
			transition: all 0.6s;
}

#google_search .gsc-clear-button {
	display: none;
}

#google_search.show_hide { width: 276px;  background: #faff05; }

#google_search span { display: none; }
#google_search.show_hide span { display: block; }

#google_search b {
	font-size: 18px;
	padding-top: 2px;
	padding-left: 3px;
	color: #000;
	margin-top:  2px;
}


.Image img.mobile, .mobile{
	display:none !important;
}
	
.Image img.tabletLandscape{
	display: block !important;
}

.hideDesktop{
	display:none
}
.hideMobile{
	display:block;
}
#HighlightsColumn h4 a,
#NewsColumn h4 a {
	color: #9a9a9a;
}

#HighlightsColumn h4 a:hover,
#NewsColumn h4 a:hover {
	background: #FFFE00
}

.nobig{
	display:none !important;
}

/*
#pwds_widget_recommended_products .product-image-container{
	width:30%;
	margin-right:1%
}
#pwds_widget_recommended_products .product-image-container img{
	width:100%;
	height:auto;
	float:left;
}
#pwds_widget_recommended_products .pwds_widget_logo {
    width: 100% !important;
}
#pwds_widget_recommended_products .product-image-container .prod_overlay{
	display:none;
}
#pwds_widget_recommended_products .product_data_label{
	font-size: 13px!important;
    line-height: 25px!important;
    font-family: 'Lucida Sans Unicode', sans-serif !important;
    padding:0px !important;
    color:#000 !important;
    
}
#pwds_widget_recommended_products .product_data_label a{ 
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    color: #000!important;
    float: left;
    display: inline-block;
    width: 67%;
    padding-left: 8px;
}

#pwds_widget_recommended_products .product_data_label a h3{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important
}
#pwds_widget_recommended_products .onsale{
	display:none;
}
*/

/*MEDIA QUERIES*/
@media screen and (min-width: 0px) and (max-width: 799px){

	#NewsletterBox_dynamic_0 {
		display: none;
		visibility: hidden;
		width: 0;
		height: 0;
	}	
	#NewsletterBox_dynamic {
		display: none;
		width: 0;
		height: 0;
		visibility: hidden;
	}
	#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}
	
}

/*SMALL DESKTOP*/
@media screen and (min-width: 951px) and (max-width: 1200px){
	
	
	html,body	{
		background:#FFF;
	    width: 100% !important;
	    height: 100% !important;
	    margin: 0px !important;
	    padding: 0px !important;
	}
	#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}

	#Wrapper,
	#ArticleLeft.no-sidebar,
	#ShowHide,
	.ShowHideLoop,
	#BannerMobile &gt; div,
	#ArticleLeftLoop{
		display: block;
	    max-width: 1199px!important;
	    width: 98%!important;
	    margin: 0px 1% 0 1%!important;
	    padding: 0;
	}
	#ArticleLeftLoop, .insideLoop{
		width:100%
	}
	#Slider,#Left, #ArticleLeft, #LeftLoop,  #VideoCat{
	    width: 66%;
		max-width: 818px;
	}

	.TitleContainer a, .TitleContainerComp a {
	    font-size: 20px !important;
	    line-height: 17px !important;
	}

	#ProductLibraryIframe {
	    margin: 0px 0px 0px 0px;
	    padding: 0px;
	    float: left;
	    margin-bottom: 50px;
	    width: 68%;
	}

	#SidebarContainer,
	#SidebarContainerArticle,
	#SlidingMenu,
	#DoubleSidebarSingle{
		display:block !important;
	}
	#DoubleSidebarSingle{
		margin-top:29px;
	}
	#Left {
	    width: 66%;
	}
	
	#icon_wrapper{
		display:none !important;
	}
	
	.menu_header,
	.submenu_header,
	#ShowHide,
	.ShowHideLoop,
	#SidebarContainerArticle,
	#DoubleSidebarSingle
	{
		display:none;
	}
	
	.Related {
	    margin: 20px 3% 0px 0px;
	    padding: 0px 0px 0px 0px;
	    position: relative;
	    display: inline-block;
	    width: 31%;
	    min-height: 310px;
	    height: auto!important;
	    height: 310px;
	    background-color: #F6F6F6;
	}
	
	.Image img.mobile, .mobile{
		display:none !important;
	}
		
	.Image img.tabletLandscape{
		display: block !important;
	}
	#DoubleSidebarSingle{
		display:none;
	}
	#LeaderboardBanner {
	    display:block !important;
	    width:100% !important;
	}
	#LeaderboardBanner a img {
		width:100% ;
		height:auto;
	}
	
	.SlidingMenuVoices, .SubSlidingMenuVoices {
	    margin: 0px 0px 30px 0px;
	    padding: 0px;
	    width: 100%;
	    float: left;
	    display: none;
	    background-color: #FFFFFF;
	    cursor: auto;
	}
	
	.SlidingMenuVoices .MenuVoice, 
	.SubSlidingMenuVoices .MenuVoice{
		margin: 2px 0px 0px -70px !important;
		padding: 0px 0px 0px 3%;
		width: 100%;
		line-height: 30px!important;
		float: left;
		text-align: left;
		font-size: 20px !important;
		font-family:Lucida Sans Unicode !important;
		background-color: #FFFFFF;
		color: #000000;
	}
	.SlidingMenuVoices .MenuVoice a:hover, 
	.SubSlidingMenuVoices .MenuVoice a:hover{
		background:#FFFB33 !important;
	}

	
	#pwds-single-title{
		display:none;
	}
	
	.nobig{
		display:none !important;
	}
	
}
/*TABLET*/
@media screen and (min-width: 737px) and (max-width: 950px){

	
	html,body	{
		background:#FFF;
	    width: 100% !important;
	    height: 100% !important;
	    margin: 0px !important;
	    padding: 0px !important;
	}
	#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}

	#Wrapper,
	#ArticleLeft.no-sidebar,
	#ShowHide,
	#Slider,
	.ShowHideLoop,
	#BannerMobile &gt; div,
	#ArticleLeftLoop
	{
		display:block;
		max-width: 768px!important;
		width: 100%!important;
		margin:0px auto 0 auto  !important;
		padding:0;
	}
	
	.menu_header,
	.submenu_header,
	#SidebarContainer,
	#ShowHide,
	.ShowHideLoop,
	#SidebarContainerArticle,
	#DoubleSidebarSingle
	{
		display:none !important;
	}
	
	.TitleContainer a, .TitleContainerComp a {
	    font-size: 20px !important;
	    line-height: 17px !important;
	}
	
	#pwds-single-tag{
		text-align:left;
		color: #cfd3d3;
		padding-top: 5px;
		font-size:14px;
		font-family: "Lucida Sans Unicode";
		line-height:14px;
	}
	
	#SlidingMenu{
		display:block;
	}
	#icon_wrapper{
		display:none !important;
	}
	.RelatedArticles .Related {
	    margin: 20px 2% 0px 0px !important;
		float: left;
	    display: inline-block;
	    width: 32%;
	    min-height: 405px !important;
	    height: auto!important;
	    height: 310px;
	    background-color: #F6F6F6;
	}
	.RelatedArticles .Third{
		margin-right:0px !important;
	}
	.Related h1 {
	    margin: 0px;
	    padding: 5px 2% 5px 2%;
	    position: relative;
	    width: 96%;
	    color: #000000;
	    font-size: 20px;
	    font-weight: normal;
	    min-height: 95px !important;
	    line-height: 21px;
	    height: auto!important;
	    height: 66px;
	}
	.Image img.mobile, .mobile{
		display:none !important;
	}
		
	.Image img.tabletLandscape{
		display: block !important;
	}
	#LeaderboardBanner {
	    display:block !important;
	    width:100% !important;
	}
	#LeaderboardBanner a img {
		width:100% ;
		height:auto;
	}
	#Social{
		padding:0px 3px 0px 5px;
	}
	
	#Logo {
	    padding-left: 5px;
	}
	.Article .Title{
		padding: 10px 10px 10px 10px !important;
	}
	.Article .Info{
		padding: 0px 10px 30px 10px;
	}
	
	.Article p{
		padding-left: 10px;
		padding-right: 10px;
	}
	.Article .db-post-gallery{
		padding-left:10px;
		padding-right:10px;
	}
	.ArticleLeftLoop .SingleLoopContainer{
		padding-left:10px;
		padding-right:10px;
	}
	#CommentsForm {
		padding-left:10px;
		padding-right:10px;
		width: 97%;
	}
	.RelatedArticles{
		padding-left:10px;
		padding-right:10px;
		width:97%;
	}
	
 	#SingleLoopContainer{
		padding-left:10px;
		padding-right:10px;
	}
	
	.SlidingMenuVoices, .SubSlidingMenuVoices {
	    margin: 0px 0px 30px 0px;
	    padding: 0px;
	    width: 100%;
	    float: left;
	    display: none;
	    background-color: #FFFFFF;
	    cursor: auto;
	}
	
	.SlidingMenuVoices .MenuVoice, 
	.SubSlidingMenuVoices .MenuVoice{
		margin: 2px 0px 0px -55px !important;
		padding: 0px 0px 0px 3%;
		width: 100%;
		line-height: 30px!important;
		float: left;
		text-align: left;
		font-size: 20px !important;
		font-family:Lucida Sans Unicode !important;
		background-color: #FFFFFF;
		color: #000000;
	}
	
	.SlidingMenuVoices .MenuVoice a:hover, 
	.SubSlidingMenuVoices .MenuVoice a:hover{
		background:#FFFB33 !important;
	}
	
	#pwds-single-title{
		display:none;
	}
	#LeaderboardBanner{
		display:block !important;
	}
	#BannerMobile{
		display:none;
	}
	
	
}
/*MOBILE LANDSCAPE*/
@media screen and (min-width: 441px) and (max-width: 736px){

	#Slider,
	.menu_header,
	.submenu_header,
	#SidebarContainer,
	#ShowHide,
	.ShowHideLoop,
	#FooterStripe,
	#LeftLoop #NewsColumn,
	#LeftLoop #HighlightsColumn,
	#SidebarContainerArticle,
	#DoubleSidebarSingle
	{
		display:none;
	}
	
	#Wrapper, #ArticleLeft.no-sidebar {
		margin: 0 auto 0 auto;
		padding: 0px;
		overflow-x: hidden !important
	}
	.Article .Title{
		padding:10px 10px 10px 10px !important;
	}
	
	.BannerMobile {
      margin: 25px 0px 15px 0px;
      padding: 0px 0px 0px 0px;
      position: relative;
      width: 100%;
      display: block;
      text-align: center;
    }
    #BannerMobile img {
	    width: 100%!important;
	    height:auto!important;
    }
	
	#Wrapper, #ArticleLeft.no-sidebar,
	#BannerMobile &gt; div,
	#ArticleLeftLoop
	{
		display: block;
	    max-width: 736px!important;
	    width: 98%!important;
	    margin: 0 1% 0 1% 0;
	}
	#pwds-single-tag{
		text-align:left;
		color: #cfd3d3;
		padding-top: 5px;
		font-size:14px;
		font-family: "Lucida Sans Unicode";
		line-height:14px;
	}
	#Left #NewsColumn .Title{
		padding-left:5px;
	}
	
	#SocialContainer {
	    float: left !important;
	    margin: 0px 0 0;
	    text-align: left;
	    width: 100%;
	    
	}
	#SocialContainer #Social {
	    margin: 0px 0px 0px 0px !important;
	    padding: 0px 0px 0px 0px !important;
	    float: left;
	    height: 27px;
	}
	
	#icon_wrapper{
		display:none !important;
	}
	#Left #HighlightsColumn,
	#Left #NewsColumn,
	#LeftLoop #NewsColumn,
	#LeftLoop #HighlightsColumn
	{
		display:block;
	}

	#Left #NewsColumn
	{
		widht: 36.7% !important
	}
	
	.Image img.mobile, .mobile{
		display:none !important;
	}
		
	.Image img.tabletLandscape{
		display: block !important;
	}
	
	#SlidingMenu {
	    display: block !important;
	    width: 10%;
	    margin-top: 12px;
	}
	#SlidingMenu .SlidingMenuTitle:hover {
		width: auto!important;
	}
	
	.SlidingMenuVoices .MenuVoice, 
	.SubSlidingMenuVoices .MenuVoice{
		margin: 2px 0px 0px -59px !important;
		padding: 0px 0px 0px 3%;
		width: 100%;
		line-height: 30px!important;
		float: left;
		text-align: left;
		font-size: 20px !important;
		font-family:Lucida Sans Unicode !important;
		background-color: #FFFFFF;
		color: #000000;
	}
	.SlidingMenuVoices, .SubSlidingMenuVoices {
	    margin: 0px 0px 30px 0px;
	    padding: 0px;
	    width: 100%;
	    float: left;
	    display: none;
	    background-color: #FFFFFF;
	    cursor: auto;
	}
	.SlidingMenuVoices .MenuVoice a:hover, 
	.SubSlidingMenuVoices .MenuVoice a:hover{
		background:#FFFB33 !important;
	}
	.Related{
		width: 30%;
	}
	#pwds-single-title{
		display:none;
	}
	#LeaderboardBanner{
		display:block;
		height:auto !important;
	}
	#BannerMobile{
		display:none;
	}
		#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}

	
}
@media screen and (min-width: 413px) and (max-width: 440px){
	
	#Left #iframeMobile #iFrameContainer #shrFrm {
	    min-height: 500px !important;	
	}
	
}

/*MOBILE PORTRAIT*/
@media screen and (min-width: 0px) and (max-width: 440px){

	
	html,body	{
		background:#FFF;
	    width: 100% !important;
	    height: 100% !important;
	    margin: 0px !important;
	    padding: 0px !important;
	}
	
	
	.BannerMobile {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      position: relative;
      width: 100%;
      display: block;
      text-align: center;
    }
    #BannerMobile img {
	    width: 100%!important;
	    height:auto!important;
    }
	
	#Slider,
	.menu_header,
	.submenu_header,
	#SidebarContainer,
	#Left #NewsColumn,
	#Left #HighlightsColumn,
	#FooterStripe,
	#LeftLoop #NewsColumn,
	#LeftLoop #HighlightsColumn,
	#SidebarContainerArticle,
	#DoubleSidebarSingle
	{
		display:none;
	}
	
	#Wrapper, #ArticleLeft.no-sidebar {
		margin: 0 auto 0 auto;
		padding: 0px;
		overflow-x: hidden !important
	}#icon_wrapper{
		display:none !important;
	}
	#icon_wrapper{
		display:none !important;
	}
	
	#Wrapper,
	#ArticleLeft.no-sidebar, 
	#ShowHide,
	.ShowHideLoop,
	#BannerMobile &gt; div,
	#ArticleLeftLoop
	{
		display:block;
		max-width: 440px!important;
		width: 100%!important;
	}
	
	#ShowHide .Title, #Left .TitleCat {
		
		display: none;
	}
 
	
	.ShowHideLoop .new_mobile_layout{
		margin-top:0px;
	}	
	#Header{
		height:auto;
		position: relative;
		margin: 15px 0 0 0;
		text-align: center;
	}
	#scrollingMenu {
		display: inline-block;
	}
	#Logo {
	    max-width: 250px;
	    height: 36px;
	    margin: 10px auto;
	    float: none;
	    margin: 5px 0 0 0;
	    padding: 0;
	}
	#SocialContainer .fa-search.fa {
		font-size: 24px !important;
		height: 30px;
	    width: 35px;
	    margin-left: 7px;
	    margin-top: 3px;
	    border: none;
	    opacity: 1;
	    padding-top: 6px;
	}
	
	.SlidingMenuTitle i { font-size: 30px; }
	#google_search {
	    top: 1px;
	    right: 10px;
	    width: auto;
		position: absolute;
	}
	input.gsc-input {
	    margin-left: 4px;
	}
	#pwds-single-tag{
		display:none;
		text-align:left;
		color: #cfd3d3;
		padding-top: 5px;
		font-size:14px;
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
		line-height:14px;
	}
	#SocialContainer {
		position: absolute;
	    width: 70px;
	    right: 5px;
	    top: 0;
	    margin: 4px 0 0 0;
	    padding: 0;
	}
	
	#SocialContainer.fullwidth{ width: 97%;}
	
	#Social{
	    float: none;
	    margin: 0;
	    padding: 0;
    }
    
    #Social &gt; a {
	    display: none;
	    width: 0px;
	    opacity: 0;
    }
    
    .Social .Comments{
	    display:none !important;
    }
    
    #CommentsForm{
	    display:none;
    }
    .db-post-gallery{display: none;}
	#SlidingMenu {
	    display: block;
		width: 50px;
		margin: 12px 0 0 5px;
		padding: 0 0 0 0;
	    position: absolute;
	    left: -5px;
	    top: 0;
	    z-index: 10;
	}
	
	#RelatedArticlesMobile {
	    display: block;
	    margin-left: 10px;
	    margin-right: 10px;
	}

	#RelatedArticlesMobile h3 {
	    position: relative;
	    color: #a4a1a1;
	    font-size: 22px !important;
	    font-weight: normal;
	    font-family: 'Lucida Grande'!important;
	    margin-bottom: 5px;
	    text-decoration: underline;
	    display: inline-block;
	}

	#RelatedArticlesMobile h3 a {
	    color: #9A9A9A;
	    text-decoration: none;
	}

	#iframeMobile {
	    display: block;
	}
	#iframeMobile #iFrameContainer{
		margin-top:0px !important; 
	}
 	#LeftLoop #iframeMobile #iFrameContainer #shrFrm , #Left #iframeMobile #iFrameContainer #shrFrm{
		min-height: 485px
	}
	
	#SingleLoopContainer{
		padding-bottom:20px
	}
	
	.tag_articles {
	    font-size: 14px;
	    text-decoration: none;
	    display: inline-block;
	}
	
	.SlidingMenuVoices, .SubSlidingMenuVoices {
	    margin: 0px 0px 0px 0px;
	    padding: 0px;
	    width: 100%;
	    float: left;
	    display: none;
	    background-color: #FFFFFF;
	    cursor: auto;
	    position:relative;
	    z-index:99999;
	    top: -10px;
	}
	
	#ArticleLeft{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#ArticleLeft .Article .Title{
		margin-left:10px;
		margin-right:10px;
		width:96%;
		letter-spacing: 0.01em;
		font-family: 'helvetica';
	}
	
	#ArticleLeft .Article .Info{
		margin-left:10px;
		margin-right:10px;
	}
	
	#ArticleLeft .Article &gt; p{
		margin-left: 15px;
		margin-right: 15px;	
	}
	#ArticleLeft p img{
		margin-left: -10px;
		margin-right: -10px;
	}
/*
	#menu-sliding-menu li.mm_item &gt; a, 
    #menu-sliding-menu li.mm_category &gt; a { 
	    color: #FFFFFF!important!; 
	}
*/
	.CategoryArticle,
	.CategoryArticle.Last,
	.CategoryArticle.First{
		margin-top:0px;
	}
	.new_mobile_layout,
    .new_mobile_layout h1,
    .CategoryArticle h1{
	    background: #f2f2f2;
    }
    #CategoryColumn .Date{
	    display:none;
    }
    #menu-sliding-menu {
	    background-color: #000;
    }
    
    .SlidingMenuVoices .MenuVoice a {
	    color: #ffffff!important;
    }
    .SlidingMenuVoices .MenuVoice.contribute a {
	    color: #33ff00!important;
	    background-color: #000;
    }
    .SlidingMenuVoices .MenuVoice, 
	.SubSlidingMenuVoices .MenuVoice{
		margin: 2px 0px 0px -40px !important;
		padding: 0px 0px 0px 3%;
		width: 100%;
		line-height: 30px!important;
		float: left;
		text-align: left;
		font-size: 20px !important;
		font-family: "helvetica"!important;
		background-color: #000;
		color: #fff;
	    letter-spacing: 0.01em;
	}
	.SlidingMenuVoices .mm_category.MenuVoice {
		font-family: "helvetica"!important;
		font-size: 20px !important;
		font-weight: bold !important;
		margin-top: 5px!important;
		background-color: #000;
		color: #fff;
		letter-spacing: 0.02em;
		line-height: 40px!important;
	}
	.mm_item { width: 50%!important; }
	.SlidingMenuVoices .MenuVoice a:hover, 
	.SubSlidingMenuVoices .MenuVoice a:hover{
/* 		background:#FFFB33 !important; */
	}
	#ShowHide .Image a img:hover, #ShowHide .iframeVideoSidebar a img:hover {
	  opacity: 1;
	  filter:alpha(opacity=1);
	}
    
    .Image img.mobile, .mobile{
		display:block !important;
	}
		
	.Image img.tabletLandscape, .tabletLandscape{
		display: none !important;
	}
    
    .new_mobile_layout h1 {	    
		font-family: 'helvetica';	    
	    font-size:22px;
	    line-height:26px;
	    padding-left:10px;
	    font-weight: bold;
	    letter-spacing: 0.01em;
	    width: auto;
	}
	
	.new_mobile_layout .Shares,
	.RelativeContainer .Shares{
		position:absolute;
		display:block;
		width:auto;
	    right: 13px;
		top: 6px;
	    left: initial;
	    background:#ffff01;
		-moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    width:52px !important;
	    height:52px !important;
		color:#000;
	}
	
	.new_mobile_layout .Shares .Counter,
	.RelativeContainer .Shares .Counter{
		width: 52px!important;
	    height: 52px!important;
	    margin-top: 4px;
	    font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
	    font-size: 18px!important;
	}
	.CategoryArticle .Shares .Counter {
	    margin-top: 13px;
	}
	
	.SlidingMenuTitle {
		margin: 0px 0px 0px 17px;
	}
	
	.new_mobile_layout .Shares .Arrow{
		position: absolute;
	    left: unset;
	    width:52px !important;
	    height:52px !important;
	    top: 0px;
	    z-index: 99999;
	    right: 0px;
	    margin: 0;
	}
	
	.new_mobile_layout .Shares .social-items {
	    background-color: transparent;
	    position: absolute;
	    top: 45px;
	    left: inherit;
	    right: 0px;
	    height: 190px;
	    z-index: 99999;
	}
	
	
	.new_mobile_layout .Shares .mobile_shares {
		display: block;
	    margin: auto;
	    position: relative;
	    width:52px;
	    height:52px;
	    text-align: center;
	    padding-top: 10px;;
	    
	}
	
	.new_mobile_layout #circle {
	    width: 100px;
	    height: 100px;
	    background: #0060A0;
	    -moz-border-radius: 50px;
	    -webkit-border-radius: 50px;
	    border-radius: 50px;
	}
	
	.new_mobile_layout .ArticleIcons{
		padding: 5px 0 10px 0;
		margin: 5px 0 0px 0;
		font-family: "Lucida Grande";
		text-transform: lowercase;
		font-size:18px;
		color:#656565;
		text-align:left;
		display:inline-block;
		position:relative;
		height:auto;
		bottom:0px;
		width:96%;
	}
	
	.new_mobile_layout .ArticleIcons .readers_link{
		background:#01ff01;
		padding: 0 5px 0 5px;
		color:#656565;
		display:inline-block;
		float:left;
		margin-right:10px;
		margin:0px 10px 0 15px;
		line-height:18px;

	}
	
	.new_mobile_layout .ArticleIcons span, .new_mobile_layout .ArticleIcons .article_tag_mobile{
		float:left;
		display: inline-block;
		margin-top: 0px;
		padding-top: 0px;
		line-height:18px;
		margin-right:5px;
		margin-left:15px;
	}
	
	
	.new_mobile_layout .ArticleIcons .competition_link{
		background:#959AFF;
		padding: 0 5px 0 5px;
		color:#656565;
		display:inline-block;
		float:left;
		margin-right:5px;
	}
	
	.new_mobile_layout .ArticleIcons .box-category	{
		display:inline-block;
		float:left;
	}
	
	.new_mobile_layout .ArticleIcons .article_tag_mobile{
		color:#656565
	}
	
	#ShowHide #iFrameContainer{
		float: none !important;
		margin-top: 0px !important;
	}
	
	#ShowHide #iFrameContainer #shrFrm{
		min-height:498px;
	}
	
	#ShowHide .Highlight {
	    margin: 0px 0 0;
	    min-height:400px;
	}
	
	#ShowHide .wrap_db_shop .products{
		display:inline;
	}
	
	#ShowHide .wrap_db_shop .products{
		margin:0px;
		padding:0px;
	}
	#ShowHide .wrap_db_shop .products {
		margin:0px;
		padding:0px;
	}
	
	#ShowHide .wrap_db_shop .products li{
		/* float:left; */
		width:49%;		
	}

	#ShowHide .wrap_db_shop .products li:nth-child(odd){
		/* margin-right:8px; */
		float:left;
	}
	#ShowHide .wrap_db_shop .products li:nth-child(even){
		/* margin-right:0px; */
		float:right;
	}
	
	#ShowHide .wrap_db_shop .products li img{
		width:100%;
		height:auto;
	}
	#ShowHide .wrap_db_shop .products li {
/* 		background:#fefe00; */
		background: #f8f8f8;
	}
	#ShowHide .wrap_db_shop .fa{
		background:#fefe00;
		padding:4px;
	}
	#ShowHide .wrap_db_shop .products li h3,
	#ShowHide .wrap_db_shop .products li .product_data_label,
	#ShowHide .wrap_db_shop .products li span.onsale{
		display:none;
	}
	
	#ShowHide .wrap_db_shop .products li .item-category,
	#ShowHide .wrap_db_shop .products li .item-bar{
		display:inline-block;
		width:100%;
		
	}	
	#ShowHide .wrap_db_shop .products li .item-category a{
		display:none;
	}
	#ShowHide .wrap_db_shop .products li .item-category{
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
		padding-left:5px;
		font-size:18px;
	}
	
	#ShowHide .wrap_db_shop .products li .item-category a{
		color: #656567;		
	}

	#ShowHide .wrap_db_shop .products li .item-bar .price{
		font-size:24px;
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
		float:left;
		margin-left:5px;
	}

	#ShowHide .wrap_db_shop .products li .item-bar .item-button{
		font-size:24px;
		float:right;
		margin-right: 5px;
		margin-top:3px
	}
	#iframeDesktop{
		display:none !important;
	}
	
	/*SINGLE*/
	#ArticleLeftLoop #CategoryColumn .CategoryArticle,
	.categoryArticleDiv #CategoryColumn .CategoryArticle{
		width:100%;
	}
	#pwds_tag_description p {
	    margin: 0px 0 0 10px;
	}

	#pwds-single-title{
		display:none;
	}
	
	.Article p {
	    font-size: 16px;
	}
	
	.RelatedArticles {
	    display: none !important;
    }
    
    .Info {
	    margin: 0;
    }
    #RelatedArticlesMobile {
		display: block;
	}
	
	#RelatedArticlesMobile .PopularTodayItem { 
		width: 100%;
	}

	#RelatedArticlesMobile .SidebarBlockTitleContainer  { 
		float: none;
		width: auto;
	}

	#RelatedArticlesMobile .SidebarBlockDescriptionContainer  { 
	    font-family:"Lucida Grande"!important;		
		float: none;
		width: auto;
		padding: 0 10px 0 127px;
	}
	#RelatedArticlesMobile h3 {
		font-size: 20px;
	}
	
	.forarchive{
        display: none;
    }	
    
    .forcategory{
        display: block;
        margin-left:10px;
    }
    
    #FooterStripe{
        display: none;    
    }

	.Shares .social-items .social-item .fa {
	    border-radius: 50%;
	    width: 37px!important;
	    height: 37px!important;
	    color: #FFF!important;
	    font-size: 25px!important;
	    line-height: 41px!important;
	}
	
	#Left .TitleCat{
		margin-bottom:3px;
		margin-left: 10px;
	}

	.new_mobile_layout .hideMobile{
		display:none;
	}

	.new_mobile_layout .CategoryArticle h1 {
	    font-family:"Lucida Grande";
	    font-size:22px;
	    line-height:26px;
		font-color: #000;
		padding-left: 10px;
	}
	
	.new_mobile_layout .CategoryArticle p{
		display:none;
	}	

	.new_mobile_layout .CategoryArticle .ArticleIcons {
	    padding: 5px 2% 15px 2%;
	    margin: 5px 0% 0px 2%;
	    font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
	    text-transform: lowercase;
	    font-size: 18px;
	    color: #656565;
	    text-align: left;
	    display: inline-block;
	    position: relative;
	    height: auto;
	    bottom: 0px;
	    width: 96%;
	    text-align:left;
	}
	
	#SingleLoopContainer{
		margin-left:10px;
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
	}
	
	.new_mobile_layout .ArticleIcons .readers_link {
	    float: left;
	}
	.hideMobile{
		display:none;
	}	
	.hideDesktop{
		display:block!important;
	}	
	
	.Highlight {
	    min-height: auto!important;
	}
	
	.marginMobile{
		padding: 0 10px 0 10px !important;
	}
	#ProductLibraryIframe{
		padding: 0 10px 0 10px !important;
	}
	.MainTitleTag{
		padding-left:10px;
	}
	.SmallViewsContainer {
	    bottom: -5px !important;
	}
	#LeaderboardBanner	{
		display:none;
	}
	
	.expandedGalleryCaption{
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif;
		font-size:16px;
		line-height:22px;
	}
	.social_single_icons{
		display: block;
	    margin: auto;
	    width: 100%;
	    max-width:440px;
    }
	.social_single_icons .social_item{
		float:left;
		margin-right:10px;
	}
	img + p br:first-child {
	    display:none;
	}
	
	.SingleArticleDetails .PostAuthor{
		font-size: 16px !important;
		font-family:"Lucida Grande","Helvetica Neue","Lucida Sans Unicode",sans-serif!important;
		margin-left: 15px !important;
		width:100% !important;
    }
	.commentlist {
	    margin: 0px;
	    padding: 0px;
	    float: left;
	    width: 95%;
	    background-color: #FFFFFF;
	    font-family: Arial;
	    color: #000000;
	    font-size: 11px;
	    padding-left: 10px;
	}
	
	/* MENU i2b */
	#Wrapper, #Wrapper #mobile_menu_container * {
		box-sizing: border-box;	
	}
	
	#Wrapper.fullheight {
		height: 100%;
		overflow: hidden;
	}
	
	#Wrapper.fullheight #BannerMobile { display: none; }
	#Wrapper #Header {
		box-sizing: border-box;
		width: 100%;
		z-index: 1000001;
		top: 0;
		left: 0;
	    -webkit-transition: all .2s ease-out;
	    transition: all .2s ease-out;
		background: #fff;
		border: 0 none;
		padding: 10px 0 0 0;
		height: 50px;
		margin: 0 0 15px 0;
		position: relative;
		text-align: center;
		float: none;
	}
	
	#Wrapper.fullheight #Header, #Wrapper #Header.nav-up {
		position:fixed;
		height: 65px;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
		
	#Wrapper #SlidingMenu {
		display: none!important;
	}

	#Wrapper .mobile-menu-toggler {
		position: absolute;
		left: 15px;
		top: 15px;
		padding: 8px;
		width: 30px;
	}
	
	#Wrapper .mobile-menu-toggler img {
		max-width: 100%;		
	}
	
	#Wrapper #SocialContainer {
	    position: absolute;
	    width: 50px;
	    right: 15px;
	    top: 8px;
	    margin: 0;
	    padding: 0;
    }
    #Wrapper #SocialContainer.fullwidth { width: 100%; right: 0; height: 100%; background-color: #fff; }
    #Wrapper #SocialContainer.fullwidth input.gsc-input { padding: 1px 5px 1px 10px; }
    #Wrapper #google_search {
	    top: 0;
	    right: 0px;
	    width: auto;
	    position: absolute; 
    }
	#Wrapper #google_search.show_hide { width: 100%; text-align: left; }
	    
    #Wrapper #google_search .fa-search.fa {
	    font-size: 24px !important;
	    height: 35px;
	    width: 40px;
	    margin-left: 7px;
	    margin-top: 3px;
	    border: none;
	    opacity: 1;
	    padding-top: 6px;
    }
    #Wrapper #mobile_menu_container {
		z-index: 1001;    
		box-sizing: border-box;
    }
    
    #Wrapper .mobile_menu {
	    display: none;
		overflow: auto;
	    -webkit-overflow-scrolling: touch;
	    overflow-scrolling: touch;
	    position: absolute;
	    top: 65px;
	    z-index: 1001;
	    color: #ebebeb;
	    background: #000;
	    width: 100%;
	    padding: 15px 15px 0 15px;
	    margin: 0;
    }
    
    #Wrapper .mobile_menu.open { 
	    display: block;
    }
    
    #Wrapper .mobile-menu-toggler .closer { 
	    display: none; 
	    font-size: 40px;
	    line-height: 30px;
	    margin: 0;
	    padding: 0;
    	vertical-align: top;    
	    margin-top: -7px;	    
	}     
    #Wrapper .mobile-menu-toggler .opener { display: block; } 
    #Wrapper.fullheight .mobile-menu-toggler .closer { display: block; }     
    #Wrapper.fullheight .mobile-menu-toggler .opener { display: none; } 
    
    #Wrapper #menu-sliding-menu {
		margin: 0;
		padding: 0;
		height: 100%;
	}
	
	#Wrapper #menu-sliding-menu li {
		display: inline-block;
		text-align: left;
	}
	
	 #Wrapper #menu-sliding-menu * {
		font-family: 'Helvetica Neue',Helvetica,sans-serif;!important; 
	 }

	 #Wrapper #menu-sliding-menu .mm_category { width: 100%!important; }
	 #Wrapper #menu-sliding-menu .mm_item { width: 48%!important; float:left; }
	 #Wrapper #menu-sliding-menu .mm_item.contribute a { color: #33ff00!important; }

	 #Wrapper #menu-sliding-menu a {
		background-color: #000!important;
		color: #f2f2f2!important;
		letter-spacing: 0.02em!important;
		text-align: left;		 
	 }

	 #Wrapper #menu-sliding-menu .mm_category a {
		font-size: 20px !important;
		font-weight: bold !important;		
		line-height: 45px!important;
		
	 }

	 #Wrapper #menu-sliding-menu .mm_item a {
		font-size: 20px !important;
		font-weight: normal !important;		
		line-height: 35px!important;
	 }
	 	#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}
	 
}
/*MOBILE PORTRAIT*/
@media screen and (min-width: 0px) and (max-width: 340px){
	
	#Logo {
		margin: 8px 0 0 0;
	}
	#Logo, #Logo img {
	    max-width: 200px;
	    width: 200px;
	}
	
	#Wrapper .mobile-menu-toggler {
		position: absolute;
		left: 5px;
	}
	
	#Wrapper #SocialContainer {
	    width: 50px;
	    right: 5px;
    }	
    	#project_preview_sidebar {
		display: none;
		visibility: hidden;
	}

}</pre></body></html>