::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0 1em;
    background: #FCEFA1;
    color: #000;
    padding: 0.6em 1em;
    text-align: center;
}
.chromeframe a {
	text-decoration: underline !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

        /* *** STYLES LIST ***
         * 1. MAIN COMMON STYLES
         * 2. HEADER
         * 3. TITLES AND Hx
         * 4. SECTIONS AND GENERAL MODULES
         * 5. INDIVIDUAL MODULE
         * 6. POSTS SINGLE & POSTS  LIST
         * 7. FOOTER
         * 8. FORMS
         * 9. PAGINATOR
         * *** END STYLES LIST *** */
         
        /* 1. MAIN COMMON STYLES - body and page, page aspect */
        html, body {
            width: 100%;
            background: #FBEC02;/*#F0F0F0;*/
            /* font */
            font-family:'Soho Gothic W1', helvetica, arial, sans-serif;
            color: #000;
            font-size: 16px; /* 11pt; */
            line-height: 23px; /* 16pt; */
        }
        .page {
            width: 978px;
            display: block;
            position: relative;
            margin: 0 auto 30px !important;
            background: #FFF;
            /*box-shadow: 0 5px 25px #888888;*/
            
            overflow: hidden;
            padding-top: 100px;
            z-index: 1;
        }
        header, section, footer {
            margin: 0 auto;
            position: relative;
            width: 870px;
        }
        .left {
            float: left !important;
        }
        .right {
            float: right !important;
        }
		.clearfix {
			*zoom: 1;
		}
        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        .clearleft {
        	clear: left;
        }
        .clearright {
        	clear: right;
        }
        .clearboth {
        	clear: both;
        }
		a:link, a:visited, a:active {
			color: #000;
			text-decoration: none;
		}
        /* 2. HEADER STYLES */
        #cookiepolicy {
        	width: 100%;
        	height: 80px;
        	display: none;
        	margin: 0 auto;
        	padding: 10px 0;
        	background-color: #FBEC02;
        	color: #000;
        	position: fixed;
        	top: 0;
        	left: 0;
        	min-width: 978px;
        	z-index: 10003;
        	opacity: 0.95;
        }
        .policyOpen #cookiepolicy {
        	display: block;
        }
        #cookiepolicy h3,
        #cookiepolicy p,
        #cookiepolicy div {
        	width: 870px;
        	min-width: 870px;
        	display: block;
        	margin: 0 auto;
        	position: relative;
        	font-size: 14px;
        }
        #cookiepolicy div {
        	padding: 0 54px;
        }
        #cookiepolicy h3 {
        	text-transform: uppercase;
        	font-weight: bold;
        	padding-top: 10px;
        }
        #cookiepolicy p {
        	padding: 15px 0 10px;
        	text-transform: uppercase;
        }
        #cookiepolicy p a {
        	text-decoration: underline;
        	font-weight: bold;
        	font-size: 14px;
        }
        #cookiepolicy p a:hover {
        	text-decoration: none;
        }
        #cookiepolicy div a {
        	font-weight: bold;
        	text-transform: uppercase;
        	text-decoration: underline;
        }
        #cookiepolicy .headerControlClose {
        	bottom: 5px;
        	border-left: 0 none !important;
        }
        .page>header {
        	margin: 0 auto;
            padding: 0;
        	position: fixed;
        	top: 0;
        	left: auto;
        	bottom: auto;
        	width: 978px;
        	z-index: 10000;
            background-color: #F0F0F0;/*#F7F7F7;
            box-shadow: 0 0 5px #888888;*/
            min-height: 100px;
            -webkit-backface-visibility: hidden;
			-webkit-transform: translateZ(0);
            -webkit-opacity: 0.95;
            -moz-opacity: 0.95;
            opacity: 0.95;
        }
        .policyOpen .page,
        .policyOpen .page>header {
        	top: 100px;
        }
        .headerPanelOpen {
        	padding-top: 160px !important;
        }
        .static-menu {
            height: 185px;
            
            padding: 0 54px;
            position: relative;
            width: 870px;
            box-shadow: 0 0 5px #888888;
            z-index: 100;
            background-color: #F7F7F7;
        }
        .static-menu {
        	position: fixed;
        	top: 0;
        	left:50%;
        	margin-left: -489px;
        	background: #F7F7F7;
        	z-index: 10001;
        }
        .page>header + section {
        	margin-top: 25px;
        }
        .page>section.slideshow,
        .page>section.image,
        .page>section.video {
        	margin-top: 0px;
        }
        #logo {
            display: block;
            width: 140px;
            height: 75px;
            position: absolute;
            top: 10px;
            left: 44px;/*0;*/
            background: url(images/scribble-logo.png) no-repeat 0 0 transparent;
            text-indent: -9999px;
            z-index: -1;
        }
        nav {
            width: 100%;
            z-index: -1;
        }
        nav a:link, nav a:visited, nav a:active {
            text-decoration: none;
            color: inherit;
        }
        nav ul {
            margin: 0;
            padding: 0 !important;
            display: block;
        }
        nav>ul li {
            display: block;
            float: left;
            text-transform: uppercase;
        }
        nav#minaleMenu {
        	position: absolute;
        	bottom: 15px;
        	right: 38px;
        	width: 730px;
        	height: 33px;
        }
        nav#minaleMenu > ul {
        	position: relative;
        	height: 33px;
        	display: block;
        	float: right;
        }
        nav#minaleMenu > ul > li {
        	border-left: 2px solid #E5E5E5;
        	height: 33px;
        	position: relative;
        }
        nav#minaleMenu > ul > li:nth-child(1) {
        	border-left: 0 none;
        }
        
        nav#minaleMenu ul li a:link,
        nav#minaleMenu ul li a:visited,
        nav#minaleMenu ul li a:active {
        	font-weight: bold;
        	font-size: 23px;
        	line-height: 23px;
        	height: 23px;
        	display: block;
        	padding: 5px 20px;
        } 
        nav#minaleMenu ul li a:hover,
        nav#minaleMenu ul li a.active {
        	background-color: #FBEC02;
        }
        
        nav#minaleMenu > ul > li.flags > a:link,
        nav#minaleMenu > ul > li.flags > a:visited,
        nav#minaleMenu > ul > li.flags > a:active {
        	padding: 0 !important;
        	margin: 5px 0 5px 18px;
        	text-align: left;
        	margin-right: 17px !important;
        }
        nav#minaleMenu > ul .arrow-wrap {
        	display: none; /* block */
        	position: absolute;
        	top: 80px;
        	right: 0;
        	min-height: 80px;
        	padding-top: 10px;
        	background: url("/css/images/tab_grey_opa.png") repeat-x right 0 transparent;
        }
        nav#minaleMenu > ul .arrow-wrap ul {
        	background-color: #F0F0F0;
        	opacity: 0.95;
        	padding: 5px 15px 10px !important;
        	display: block;
        	width: auto;
        	height: auto;
        }
        nav#minaleMenu > ul .arrow-wrap > ul > li {
        	width: auto;
        	display: block;
        	float: right;
        }
        nav#minaleMenu > ul .arrow-wrap > ul > li a:link,
        nav#minaleMenu > ul .arrow-wrap > ul > li a:visited,
        nav#minaleMenu > ul .arrow-wrap > ul > li a:active {
        	font-size: 14px;
        }
        nav#minaleMenu > ul .arrow-wrap > ul > li a span {
        	white-space:nowrap;
        }
        
        nav#minaleMenu .flags {
        	background-color: transparent;
        }
        nav#minaleMenu > ul > li.flags a {
            text-indent: -9999px !important;
            display: block;
            background-image: url("/css/images/flags_sprite.png");
        	background-position: 0 0;
        	background-color: transparent !important;
        	background-repeat: no-repeat;
        	width: 29px !important;
        	height: 21px !important;
        	padding: 0 !important;
        	margin: 5px 0 5px 20px;
        }
        ul.flags a:link,
        ul.flags a:visited,
        ul.flags a:active {
            text-indent: -9999px !important;
            display: block;
            background-image: url("/css/images/flags_sprite.png");
        	background-color: transparent !important;
        	background-repeat: no-repeat;
        	width: 29px !important;
        	height: 21px !important;
        	padding: 0 !important;
        	margin: 5px 0 !important;
        }
        .flags a.en {
        	background-position: 0 -26px !important ;
        }
        .flags a.it {
        	background-position: -34px -26px !important ;
        }
        .flags a.ru {
        	background-position: -68px -26px !important ;
        }
        .flags a.fr {
        	background-position: -102px -26px !important ;
        }
        #international li {
        	padding: 5px 10px;
        	position: relative;
        	top: -10px;
        }
        #international span {
        	margin-top: 5px;
        	display: block;
        }
        #otherFlags {
        	width: 30px !important;
        }
        
        
        .headerPanel {
        	width: 100%;
			display: none;
			margin: 0;
			z-index: -2; /* 10010; */
			position: relative;
			height: 59px; /* 75px; */
			
			border-top: 1px solid #DEDEDE;
			top: 100px;
			background-color: #F0F0F0;
        }
        .headerPanel h3 {
        	margin-top: 22px;
        	line-height: 18px;
        	font-size: 18px;
        	height: 18px;
        	font-weight: bold;
        	margin-left: 54px;
        	margin-right: 54px;
        	display: block;
        	text-transform: uppercase;
        }
        .headerPanel h3 a.right:link,
        .headerPanel h3 a.right:visited,
        .headerPanel h3 a.right:active {
        	font-weight: normal;
			font-family: 'Soho Gothic W2';
        }
        .headerPanel ul {
        	display: block;
        	width: 820px;
        	margin-left: 44px;
        	height: 21px;
        	text-align: justify;
        	position: relative;
        	top: 20px; /* 17px; */
        }
        .headerPanel ul:after {
		    content: '';
		    display: inline-block;
		    width: 100%;
		}
        .headerPanel ul li {
        	display: inline-block;
        }
        .headerPanel ul li a:link,
        .headerPanel ul li a:visited,
        .headerPanel ul li a:active {
        	padding: 5px 10px;
        	text-transform: uppercase;
        	font-weight: bold;
        }
        .headerPanel ul li a.active,
        .headerPanel ul li a:hover {
        	background-color: #FBEC02;
        }
        .headerControlClose {
        	position: absolute;
        	bottom: 15px;
        	right: 56px;
        	width: 20px;
        	height: 20px;
        	display: block;
        	background: url("/css/images/close_icon_23px.png") no-repeat 25px 5px transparent;
        	margin-left: 20px;
        	padding: 5px 0 5px 25px;
        	border-left: 2px solid #E5E5E5;/*#CCC;*/
        	text-indent: -9999px; 
        }
        #separator {
        	width: 100%;
			height: 25px;
			position: absolute;
			bottom: 2px;
			left: 0;
			background: url("/css/images/separator.png") no-repeat center 50%;
			display: none;
			cursor: pointer;
        }
        #searchbarOpener {
			/*
			width: 0;
			height: 0;
			*/
			display: block;
			width: 24px;
			height: 24px;
			border: 0 none;
			cursor: pointer;
			text-indent: -9999px;
			background: url("/css/images/search_icon_23px.png") center center no-repeat transparent;
		}
        #searchbarCloser {
        	/*
			float: right;
			right: 5px;
			border: 0 none;
			margin-right: 54px;
			*/
			position: absolute;
			right: 45px;
			top: 49px;
			border-left: 2px solid #D9BE00; /*#E5E5E5;/*#CCC;*/
			
			width: 0;
			height: 0;
			display: block;
			padding: 15px 16px 18px 39px;
			cursor: pointer;
			text-indent: -9999px;
        	background: url("/css/images/close_icon_23px.png") 23px center no-repeat #FBEC02;
		}
		.searchbox {
        	border-right: 0 none !important;
            /*padding: 0 0 0 8px !important;*/
            background-color: transparent !important;
        }
        #searchbar {
			height: 100px;
			margin: 0;
			padding: 0;
			background: #FBEC02;
			cursor: pointer;
			color: #FFF;
			font-size: 14px;
			top: 0;
        }
        #searchbar h3 {
        	position: absolute;
        	top: -5px;
        	color: #000;
        	text-transform: uppercase;
        	visibility: hidden;
        }
        .placeholder {
        	color: #FBEC02;
        }
        #searchbar #search {
        	padding: 0;
        	margin: 56px 0 25px 52px;
        	border: 0 none;
        	height: 25px;
        	color: #000;
        	background-color: #FBEC02;
        	width: 700px;
        	text-transform: uppercase;
        	outline: 0;
        	font-size: 21px;
        }
        #searchbar .searchbutton {
        	background: url("/css/images/search_icon_23px.png") 0 0 no-repeat #FBEC02;
			width: 4px;
			height: 0;
			display: block;
			padding: 12px;
			background-color: #FBEC02 !important;
			border: 0 none;
			cursor: pointer;
			top: 56px;
			right: 125px;
			position: absolute;
			/*
			right: 0;
			position: relative;
			margin-right: 15px;
			float: right;
			top: -2px;
			right: -2px;
			*/
        }
        
        
        /* 3. TITLES AND Hx STYLES */
		h1, h2 {
            font-family:'Soho Gothic W2', helvetica, arial, sans-serif;
		}
        
        
        /* 4. SECTIONS AND GENERAL MODULES STYLE */
        section {
            width: 870px;
			margin-bottom: 30px;
        }
        /* 4.a. MORE BUTTONS */
		a.more:link,
		a.more:visited,
		a.more:active {
			/*
			font-size: 0.9em;
			*/
			font-weight: bold;
			color: #CCC;
			position: relative;
			padding: 2px 3px;
			left: -3px;
		}
		a.more~span,
		.date {
			font-size: 0.9em;
			color: #CCC;
		}
		a.more~span {
			padding-left: 10px;
			margin-left: 3px;
			border-left: 1px solid #dedede;
		}
		a.more:hover {
			background-color: #FBEC02;/*yellow;*/
			color: #000 !important;
		}
		/* 4.b. GRID DIMENSIONS (Article width and min-height, Image, Titles and Texts) */
		/* 4.b.1 2 COLS */ /* XXX - TODO */
		.grid2c article,
		.thumbs.cols2c article,
		.project-feed.light2c article,
		.project-feed.dark2c article {
			width: 420px;
			min-height: 275px;
		}
		.thumbs.cols2c article>a,
		.project-feed.light2c article>a,
		.project-feed.dark2c article>a,
		.grid2c article>a {
			width: 420px;
			height: 275px;
			margin-bottom: 5px;
			overflow: hidden;
			display: block;
		}
		.grid2c article img,
		.thumbs.cols2c article img,
		.project-feed.light2c article img,
		.project-feed.dark2c article img {
			width: 420px;
			height: 275px;
			margin-bottom: 5px;
		}
		.grid2c article h1,
		.thumbs.cols2c article h1,
		.project-feed.light2c article h1,
		.project-feed.dark2c article h1 {
			font-size: 1.1em; /* 12pt; */
			line-height: 1.7em; /*1.25em;*/
			font-weight: bold;
		}
		.grid2c article p,
		.thumbs.cols2c article p,
		.project-feed.light2c article p,
		.project-feed.dark2c article p {
			font-size: 1em; /* 11pt; */
			line-height: 1.5em;/*1.275em;*/
			margin-bottom: 3px;
		}
		/* 4.b.2 3 COLS */
		.grid3c article,
		.grid3c article>a,
		.thumbs.cols3c article,
		.thumbs.cols3c article>a,
		.project-feed.light3c article,
		.project-feed.light3c article>a,
		.project-feed.dark3c article,
		.project-feed.dark3c article>a {
			width: 270px;
			min-height: 177px;
		}
		.grid3c article img,
		.thumbs.cols3c article img,
		.project-feed.light3c article img,
		.project-feed.dark3c article img {
			width: 270px;
			height: 177px;
		}
		.grid3c article h1,
		.thumbs.cols3c article h1,
		.project-feed.light3c article h1,
		.project-feed.dark3c article h1 {
			font-size: 1em; /* 11pt; */
			line-height: 1.25em;
			font-weight: bold;
		}
		.grid3c article p,
		.thumbs.cols3c article p,
		.project-feed.light3c article p,
		.project-feed.dark3c article p {
			font-size: 1em; /* 11pt; */
			line-height: 1.275em;
		}
		/* 4.b.3 4 COLS */ 
		.grid4c article,
		.grid4c article>a,
		.thumbs.cols4c article,
		.thumbs.cols4c article>a,
		.project-feed.light4c article,
		.project-feed.light4c article>a,
		.project-feed.dark4c article,
		.project-feed.dark4c article>a {
			width: 195px;
			min-height: 128px;
		}
		.grid4c article img,
		.thumbs.cols4c article img,
		.project-feed.light4c article img,
		.project-feed.dark4c article img {
			width: 195px;
			height: 128px;
		}
		.grid4c article h1,
		.thumbs.cols4c article h1,
		.project-feed.light4c article h1,
		.project-feed.dark4c article h1 {
			font-size: 1em; /* 11pt; */
			line-height: 1.25em;
			font-weight: bold;
		}
		.grid4c article p,
		.thumbs.cols4c article p,
		.project-feed.light4c article p,
		.project-feed.dark4c article p {
			font-size: 0.9em; /* 10pt; */
			line-height: 1.275em; 
		}
		/* 4.b.4 5 COLS */ 
		.grid5c article,
		.grid5c article>a,
		.thumbs.cols5c article,
		.thumbs.cols5c article>a,
		.project-feed.light5c article,
		.project-feed.light5c article>a,
		.project-feed.dark5c article,
		.project-feed.dark5c article>a {
			width: 162px;
			min-height: 106px;
		}
		.grid5c article,
		.thumbs.cols5c article,
		.project-feed.light5c article,
		.project-feed.dark5c article {
			margin: 0 15px 15px 0;
		}
		.grid5c article img,
		.thumbs.cols5c article img,
		.project-feed.light5c article img,
		.project-feed.dark5c article img {
			width: 162px;
			height: 106px;
		}
		.grid5c article h1,
		.thumbs.cols5c article h1,
		.project-feed.light5c article h1,
		.project-feed.dark5c article h1 {
			font-size: 0.975em; /* 11pt; */
			line-height: 1.115em;
			font-weight: bold;
		}
		.grid5c article p,
		.thumbs.cols5c article p,
		.project-feed.light5c article p,
		.project-feed.dark5c article p {
			font-size: 0.875em; /* 10pt; */
			line-height: 1.115em; 
		}
		/* 4.b.5 6 COLS */ 
		.grid6c article,
		.grid6c article>a,
		.thumbs.cols6c article,
		.thumbs.cols6c article>a,
		.project-feed.light6c article,
		.project-feed.light6c article>a,
		.project-feed.dark6c article,
		.project-feed.dark6c article>a {
			width: 135px;
			min-height: 89px;
		}
		.grid6c article,
		.thumbs.cols6c article,
		.project-feed.light6c article,
		.project-feed.dark6c article {
			margin: 0 12px 15px 0;
		}
		.grid6c article img,
		.thumbs.cols6c article img,
		.project-feed.light6c article img,
		.project-feed.dark6c article img {
			width: 135px;
			height: 89px;
		}
		.grid6c article h1,
		.thumbs.cols6c article h1,
		.project-feed.light6c article h1,
		.project-feed.dark6c article h1 {
			font-size: 0.975em; /* 11pt; */
			line-height: 1.115em;
			font-weight: bold;
		}
		.grid6c article p,
		.thumbs.cols6c article p,
		.project-feed.light6c article p,
		.project-feed.dark6c article p {
			font-size: 0.875em; /* 10pt; */
			line-height: 1.115em;
		}
        
        /* 5. INDIVIDUAL MODULES STYLE */
        /* 5.a. Module SLIDESHOW, VIDEO - CLASS: .slideshow, .videoPlayer */
        section.slideshow {
            width: 978px !important;
            height: 427px;
            position: relative;
            overflow: hidden;
        }
        section.videoPlayer {
            width: 978px !important;
            height: auto;
            position: relative;
            overflow: visible;
        }
        
        /* -__- */
        section.slideshow {
			overflow: hidden;
			position: relative;
		}
		section.slideshow>h1 {
			font-family: 'Soho Gothic W1', helvetica, arial, sans-serif;
			font-size: 1.8em; /* 20pt; */
			padding: 10px 0 20px;
		}
		.slideshow {
			
		}
		.slideshow .bx-wrapper {
			width: 100%;
			height: 429px;
			overflow: hidden;
			position: relative;
		}
		.slideshow .bx-window {
			margin-top: 0px;
			height: 100%;
			width: 100%;
			display: block;
			min-height: 429px;
		}
		.slideshow .bx-child {
			overflow: hidden;
			background: url("images/loading.gif") 50% 50% no-repeat transparent;
			height: 427px !important;
		}
		.slideshow .bx-child > a:link,
		.slideshow .bx-child > a:visited,
		.slideshow .bx-child > a:active {
			display: block;
		}
		.slideshow img {
			width: 100%;
			height: 100%;
		}
		.slideshow .bx-pager {
			position: absolute; 
			bottom: 10px; 
			left: 50%;
			font-size: 1em; /* 11pt; */
			z-index: 1001;
		}
		.slideshow .bx-pager a {
			padding: 2px 3px 3px;
		}
		.slideshow .bx-pager a:link, .slideshow .bx-pager a:visited, .slideshow .bx-pager a:active {
			text-indent: -9999px;
			background-color: #FFF;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			        border-radius: 20px;
			border: 3px solid #FFF;
			width: 13px;
			height: 13px;
			display: inline-block;
			margin-left: 5px;
		}
		.slideshow .bx-pager a.pager-active {
			color: #FFF;
			background-color: #000;
		}
			/* slideshow titles */
			.slideshow .image-container {
				position: relative;
				height: 427px;
			}
			.slideshow .t-wrapper {
				position: absolute;
				padding: 35px 15px 20px;
				max-height: 347px;
				overflow: hidden;
				z-index: 100;
				min-width: 250px;
				/*max-width: 400px;*/
			}
			.slideshow .t-wrapper.top {
				top: 0;
			}
			.slideshow .t-wrapper.left {
				left: 42px;
			}
			.slideshow .t-wrapper.bottom {
				bottom: 30px;
			}
			.slideshow .t-wrapper.right {
				right: 42px;
				text-align: right;
			}
			.slideshow .t-wrapper.caption {
				background-color: rgba(0,0,0,0.6);
				z-index: 10;
			}
			.slideshow .t-wrapper h1 {
				font-size: 50px;
				font-family: 'Soho Serif';
				font-weight: bold;
				line-height: 53px;
				margin-bottom: 0;
				text-transform: uppercase;
			}
			.slideshow .t-wrapper h2 {
				font-size: 53px;
				font-family: 'Soho Serif';
				line-height: 53px;
				margin-bottom: 10px;
				text-transform: uppercase;
			}
			.slideshow .t-wrapper p {
				font-size: 17px;
				font-family: 'Soho Gothic W1';
				line-height: 19px;
				margin-bottom: 10px;
			}
		
		/* -__- */
		.pageTitle {
			margin-bottom: 0 !important;
		}
		.articleTitle {
			width: 655px !important;
			margin: 50px 30px 30px !important; /*0 30px !important;*/
		}
		.pageTitle h1,
		.articleTitle h1 {
			font-size: 43px; /*2.7em; /* 30pt; */
			line-height: 1.15em; /* 32pt; */
			padding: 0 0 20px;
			display: block;
		}
		.pageTitle h2,
		.articleTitle h2 {
			font-size: 2.36em; /* 26pt; */
			line-height: 1.15em; /* 28pt; */
			padding: 0 0 20px;
			display: block;
		}
		.pageTitle h3,
		.articleTitle h3 {
			font-weight: normal;
			font-size: 1.8em; /* 20pt; */
			line-height: 1.2em; /* 18pt; */
			padding: 0 0 20px;
			display: block;
		}
		.pageTitle a:link, .pageTitle a:visited, .pageTitle a:active {
			width: 870px;
			display: block;
		}
		.articleTitle a:link, .articleTitle a:visited, .articleTitle a:active {
			width: 655px;
			display: block;
		}
		.pageTitle span,
		.articleTitle span {
			color: #ccc;
		}
		/* 5.b. Module LOCATION - CLASS: location, options: smallMap/bigMap, [switched] */
		.location-menu {
			margin-bottom: 10px;
		}
		.location-menu ul {
			font-size: 2em; /* 24pt; */
			height: 40px;
			display: block;
		}
		.location-menu li {
			float: left;
			height: 40px;
		}
		.location-menu li a:link, .location-menu li a:visited, .location-menu li a:active{
			font-family: 'Soho Gothic W2', helvetica, arial, sans-serif;
		}
		.location-menu li a.active {
           background-color: #FBEC02;/*yellow;*/
		}
		.location-menu li span {
			padding: 0 2px 0 8px;
		}
		.location-menu li.clearfix span {
			display: none;
		}
		.bx-wrapper {
			margin: 0 auto;
		}
		.location-wrapper {
			overflow: hidden;
			border-bottom: 1px solid #dedede;
			margin-bottom: 15px;
		}
		.location.smallMap .gmap-wrapper {
			height: 427px;
			width: 570px;
			float: left;
		}
        .location .gmap-details {
			width: 270px;
			overflow: hidden;
		}
		.location .gmap-details img {
			width: 270px;
			height: 177px;
			margin-bottom: 20px;
		}
		.location .gmap-details p {
			display: block;
			margin-bottom: 10px;
		}
		.location .gmap-details p~img {
			margin-top: 10px;
		}
		.location .gmap-details strong {
			font-weight: bold;
		}
		.location .gmap-details strong.title {
			display: block;
		}
		.location .gmap-details .address strong.title {
			font-size: 1.18em; /* 13pt; */
		}
        .location.smallMap .gmap-details {
			float: right;
			min-height: 427px;
		}
		.location.smallMap .gmap-details.switched {
			position: relative;
			padding-bottom: 197px;
			min-height: 230px;
		}
		.location.smallMap .gmap-details.switched .image {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 270px;
			height: 177px;
			display: block;
		}
		.location.smallMap .gmap-details.switched img.image {
			margin: 0;
		}
		.location.smallMap.switched .gmap-wrapper {
			float: right;
		}
        .location.smallMap.switched .gmap-details {
			float: left;
		}
		.location.bigMap .gmap-wrapper {
			float: none;
			width: 870px;
			height: 427px;
		}
		.location.bigMap .gmap-details {
			display: none;
			visibility: hidden;
		}
		.location .contacts a:link,
		.location .contacts a:visited,
		.location .contacts a:active {
			font-size: 0.95em;
		}
		.location .contacts a:hover {
			background-color: #FBEC02;/*yellow;*/
		}
		.location .firstHeading {
			font-size: 1.4em;
			line-height: 2em;
			font-weight: bold;
		}
		.location .grid-wrapper {
			width: 870px;
			height: auto;
			display: block;
			overflow: hidden;
		}
		.location .grid {
			width: 970px;
			height: auto;
			display: block;
		}
		.location .grid article {
			margin: 30px 30px 10px 0 !important;
		}
		.location .grid h1 {
			margin: 15px 0 5px !important;
		}
		/* 5.c. Modules 3COLUMN GRID, 2COLUMN GRID - CLASS: article.grid.grid3c, article.grid.grid2c */
		/* --section is the grid-wrapper, each column is an article element.
			the grid2c/grid3c define the number of columns and stylize width and margin/paddings -- */
		section.grid {
			width: 900px;
			padding: 0 15px;
			overflow: hidden;
		}
		.grid article {
			float: left;
		}
		.grid h1 {
			min-height: 15px;
			margin: 5px 0 0;
		}
		.grid h1 span {
			display: inline-block;
			padding-left: 5px;
			margin-left: 5px;
			border-left: 2px solid #333;
			color: #333;
			font-size: 0.9em;
			font-family: 'Soho Gothic W1', helvetica, arial, sans-serif;
		}
		.grid ul {
			margin: 10px 0;
		}
		.grid ul li {
			font-size: 1em; /* 11pt; */
			margin-bottom: 2px;
		}
		.grid ul li a:hover {
			background-color: #FBEC02;/*yellow;*/
		}
		.grid2c article {
			margin: 0 15px;
		}
		.grid2c article>a,
		.grid2c article img {
			display: block;
			margin: 0 auto;
			overflow: hidden;
		}
		.grid3c article {
			margin: 0 15px;
		}
		.grid3c article>a,
		.grid3c article img {
			display: block;
			margin: 0 auto;
		}
		.grid4c article {
			margin: 0 15px;
		}
		.grid4c article h1 {
			margin: 0 0 5px;
		}
		.grid article p span {
			color: #ccc;
		}
		.grid article p a:hover {
			background-color: #FBEC02;/*yellow;*/
			color: #000 !important;
		}
		
		
		
		/* 5.d. PROJECT FEED - CLASS:  */
			/* common */
		section.project-feed {
			overflow: hidden;
			position: relative;
		}
		section.project-feed>h1 {
			font-family: 'Soho Gothic W1', helvetica, arial, sans-serif;
			font-size: 1.8em; /* 20pt; */
			padding: 0 0 20px;
		}
		.project-feed {
			
		}
		.project-feed .feed-wrapper {
			width: 100%;
			overflow: hidden;
		}
		.project-feed .bx-window {
			margin-top: 0px;
			height: 100%;
		}
		.project-feed .bx-child {
			overflow: hidden;
		}
		.project-feed .bx-controls-wrapper {
			display: inline;
			margin: 0 10px;
		}
		.project-feed .article-row {
			display: block;
			min-height: 180px;
		}
		.project-feed article {
			float: left;
		}
		.project-feed article.no-elements {
			display: block;
			background: #000;
			color: #FFF;
			position: relative;
		}
		.project-feed article.no-elements span {
			position: absolute;
			top: 50%;
			left: 0;
			margin: -1em auto 0;
			padding: 10px 0;
			font-size: 30px;
			line-height: 1em;
			text-align: center;
			width: 100%;
		}
		.project-feed article.no-elements span sub a:link,
		.project-feed article.no-elements span sub a:visited,
		.project-feed article.no-elements span sub a:active {
			font-size: 10px;
			color: #DEDEDE;
		}
		.project-feed article.no-elements.double span {
			margin: -1.5em auto 0;
		}
		.project-feed article.last {
			margin-right: 0px !important;
		}
		.project-feed article h1 {
			overflow: hidden;
		}
		/*
		.project-feed article p {
			font-size: 9pt;
		}
		.project-feed article p span {
			display: inline-block;
			padding-left: 5px;
			margin-left: 5px;
			font-size: 0.9em;
		}
		*/
		/* light skin - 2, 3 and 4 cols */
		/* common */
		.project-feed.light .bx-pager {
			position: absolute; 
			top: -35px; 
			right: 0;
			font-size: 1em; /* 11pt; */
		}
		.project-feed .bx-pager a:link,
		.project-feed .bx-pager a:visited,
		.project-feed .bx-pager a:active {
			padding: 2px 3px 3px;
		}
		.project-feed .bx-pager a:hover,
		.project-feed.light .bx-pager a.pager-active {
			color: #000;
			background-color: #FBEC02;/*yellow;*/
		}
		.project-feed.light article h1 {
			font-weight: bold;
		}
		.project-feed.light article p span {
			border-left: 1px solid #666;
			color: #333;
			height: 12px;
			line-height: 12px;
		}
		.project-feed.light article p a:hover {
			background-color: #FBEC02;/*yellow;*/
		}
		/* XXX - FROM HERE */
		/* light 2 */
		.project-feed.light2c article {
			margin: 0 28px 15px 0;
		}
		
		/* light 3 */
		.project-feed.light3c article {
			margin: 0 28px 15px 0;
		}
		
		/* light 4 */
		.project-feed.light4c article {
			margin: 0 30px 15px 0;
		}
		
		/* dark skin - 2, 3 and 4 cols*/
		/* common */
		.project-feed.dark article.no-elements {
			color: #000;
			background-color: #FFF;
			height: 128px;
		}
		.project-feed.dark article.no-elements span sub a:link,
		.project-feed.dark article.no-elements span sub a:visited,
		.project-feed.dark article.no-elements span sub a:active {
			color: #666;
		}
		.project-feed.dark>h1 {
			margin-top: 30px;
			margin-left: 23px;
		}
		.project-feed.dark {
			background-color: #000;
			color: #FFF;
			padding-bottom: 45px; /* 10 + 35px pagination */
			padding-left: 54px;
			padding-right: 54px;
			width: 978px;
		}
		.project-feed.dark .feed-wrapper {
			width: 840px;
		}
		.project-feed.dark .feed-page {
			padding: 0; /*0 0 0 15px;*/
		}
		.project-feed.dark .bx-wrapper {
			width: 870px;
			margin: 0;
			padding: 0 15px;
		}
		.project-feed.dark .bx-pager {
			position: absolute; 
			bottom: -30px; 
			left: 50%;
			font-size: 1em; /* 11pt; */
		}
		.project-feed.dark .bx-pager a:link, .project-feed.dark .bx-pager a:visited, .project-feed.dark .bx-pager a:active {
			text-indent: -9999px;
			background-color: #FFF;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			        border-radius: 20px;
			border: 3px solid #FFF;
			width: 13px;
			height: 13px;
			display: inline-block;
			margin-left: 5px;
		}
		.project-feed.dark .bx-pager a:hover, .project-feed.dark .bx-pager a.pager-active {
			color: #000 !important;
			background-color: #000;
		}
		
		/* dark 2 */
		.project-feed.dark4c article {
			margin: 0 0 15px 0;
		}
			
		/* dark 3 */
		.project-feed.dark3c article {
			margin: 0 14px 15px 0;
		}
		
		/* dark 4 */
		.project-feed.dark4c article {
			margin: 0 8px 20px;
		}
		.project-feed.dark4c img {
		}
		.project-feed.dark4c article h1 {
			font-weight: bold;
			line-height: 1.4em;
		}
		
/* 5.e. THUMBS */
/* default */
section.thumbs {
	overflow: hidden;
	position: relative;
}
.thumbs .thumbs-wrapper {
	width: 900px;
	display: block;
	height: auto;
}
.thumbs article {
	float: left;
	margin: 0 30px 15px 0;
	
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    /*margin: 0 12px 15px;*/
    zoom: 1;
    *display: inline;
    /*_height: 250px;*/
}

/* 5.f. IMAGES */
section.image {
	padding: 0 0 30px;
	margin: 0;
	width: 978px;
	background: url('/css/images/loading.gif') center center no-repeat transparent;
	display: block;
}
/* 5.g. VIDEOPLAYER */
section.videoPlayer iframe {
	margin: 0 auto;
	display: block;
}
/* 5.h. DESCRIPTION */
section.description {
	font-size: 1.1em; /* 13pt; */
	line-height: 1.6em;
}
.description strong {
	font-weight: bold;
}
.description em {
	font-style: italic;
}
.description em strong,
.description strong em {
	font-weight: bold;
	font-style: italic;
}
.description a:link,
.description a:visited,
.description a:active {
	background-color: #FBEC02;/*yellow;*/
}
.description a:hover {
	background-color: transparent;
	text-decoration: underline;
}
/* 5.i. CONTACT FORM */
section.contact {
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 25px !important;
}
section.contact h1 {
	position: relative;
	top: 15px;
}
section.contact p {
	margin-bottom: 10px;
}
section.contact .tb {
	display: table;
	border-collapse: collapse;
	position: relative;
}
section.contact .tb .tbr {
	display: block; /*table-row;
	margin-bottom: 10px;*/
	width: 566px;
}
section.contact .tb .tbc {
	display: block; /*table-cell;*/
	padding: 20px 20px 10px;
	width: 526px;
	height: 20px;
	background-color: #DEDEDE;
	color: #000;
	vertical-align: bottom;
	border-bottom: 10px solid #FFF;
}
section.contact .tb .tbc.dragdrop-file {
	position: absolute; 
	top: 0; 
	right: -300px; 
	width: 250px;
	height: 150px;
	background-color: #FBEC02;
}
.draganddrop section.contact .tb .tbc.dragdrop-file {
	background: url("/css/images/cv_drop_icon.png") center bottom no-repeat #FBEC02;
	width: 270px;
	padding: 15px 10px;
}
.draganddrop section.contact .tb .tbc.dragdrop-file .filename {
	position: relative;
	top: 0;
	left: 0;
	width: 270px;
	text-align: center;
	display: block;
	color: #000;
	font-size: 0.800em;
	font-weight: bold;
	margin-bottom: 0px;
}
.draganddrop section.contact .tb .tbc.dragdrop-file div {
	display: table-cell; 
	height: 42px; 
	vertical-align: middle; 
	text-align: center; 
}
.draganddrop section.contact .tb .tbc.dragdrop-file div strong {
	font-size: 11px !important;
	line-height: 14px !important; 
	width: 270px;
	display: block;
}
.draganddrop section.contact .tb .tbc.dragdrop-file input[type=file] {
	background-color: #FBEC02;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: relative;
	top: -30px;
}
section.contact input {
	background-color: #DEDEDE;
	border: 0 none;
	color: #000;
	width: 100%;
	height: 20px;
	outline: none;
	font-weight: bold;
}
section.contact .tb a {
	background-color: #DEDEDE;
	border: 0 none;
	color: #000;
	width: 100%;
	height: 21px;
	outline: none;
	font-weight: bold;
	display: block;
	background: url("/css/images/tab_icon.png") right 0 no-repeat transparent;
}
section.contact .tb ul {
	position: absolute;
	right: -300px;
	width: 300px;
	margin: 0;
	padding: 0;
	bottom: 10px;
}
section.contact .tb ul li {
	background-color: #000;
	color: #FFF;
	height: 20px;
	padding: 20px 10px 10px;
	width: 280px;
	margin: 10px 0 0px;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
section.contact .tb ul li:hover,
section.contact .tb ul li.active {
	color: #FBEC02;
}
section.contact input:focus {
	font-weight: normal;
	color: #000 !important;
}
section.contact [placeholder],
section.contact .placeholder {
	color: #000 !important;
}
section.contact ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
section.contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
section.contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
section.contact :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
section.contact .tb .tbc.tx {
	background-color: #FBEC02;
	height: 150px;
}
section.contact textarea {
	background-color: #FBEC02;
	border: 0 none;
	color: #000;
	width: 100%;
	height: 20px;
	outline: none;
	border-bottom: 1px solid #000;
	resize: none;
	height: 120px;
}
section.contact #sendMail {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	border: 0 none;
	background-color: #FBEC02;
	font-size: 13px;
	cursor: pointer;
	font-family: 'Soho Gothic W1';
}
	
		/* 5.j. ELIST */
		section.elist .elist-wrapper>h1 {
			font-size: 43px; /*2.7em; /* 30pt; */
			line-height: 1.15em; /* 32pt; */
			padding: 0 0 20px;
			display: block;
		}
		section.elist .elist-wrapper>h2 {
			font-size: 2.36em; /* 26pt; */
			line-height: 1.15em; /* 28pt; */
			padding: 0 0 20px;
			display: block;
		}
		section.elist .elist-wrapper>h3 {
			font-weight: normal;
			font-size: 1.8em; /* 20pt; */
			line-height: 1.2em; /* 18pt; */
			padding: 0 0 20px;
			display: block;
		}
		
		.elist-outer-wrapper .bx-wrapper {
			width: 870px;
			margin: 0;
			padding: 0 15px;
		}
		.elist-outer-wrapper .bx-window {
			margin-bottom: 20px;
		}
		.elist-outer-wrapper .bx-pager {
			position: absolute; 
			bottom: 0; 
			left: 50%;
			font-size: 1em; /* 11pt; */
		}
		.elist-outer-wrapper .bx-pager a:link, .elist-outer-wrapper .bx-pager a:visited, .elist-outer-wrapper .bx-pager a:active {
			text-indent: -9999px;
			background-color: #000;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			        border-radius: 20px;
			border: 3px solid #000;
			width: 20px;
			height: 20px;
			display: inline-block;
			margin-left: 5px;
		}
		.elist-outer-wrapper .bx-pager a:hover, .elist-outer-wrapper .bx-pager a.pager-active {
			color: #FFF !important;
			background-color: #FFF;
		}
		/* 6. POSTS */
		section.posts-wrapper {
			width: 925px;
			padding: 0 19px;
		}
		section.posts-wrapper~section.posts-wrapper {
			margin-top: -23px !important;
		}
		.posts-wrapper .post, .posts-wrapper .posts-list {
			float: left;
			width: 655px;
			margin-top: 0;
			margin-right: 5px;
			margin-bottom: 0;
			margin-left: 30px;
			display: block;
			min-height: 100px;
		}
		.posts-wrapper .post.right, 
		.posts-wrapper .posts-list.right {
			margin-left: 5px;
			margin-right: 30px;
		}
		.post header,
		.posts-list header {
			width: 100% !important;
		}
		.posts-wrapper article {
			width: 100%;
			margin-bottom: 30px;
		}
		.posts-wrapper article .image-wrapper:link, .posts-wrapper article .image-wrapper:visited, .posts-wrapper article .image-wrapper:active, .posts-wrapper article img.main-image {
			width: 655px;
			min-height: 429px;
			height: auto; 
			display: block;
			max-width: 655px;
			margin-bottom: 10px;
			outline: none;
		}
		.posts-wrapper article .pageTitle h2 {
			font-size: 2.2em; /* 24pt */
			padding-bottom: 5px;
		}
		.posts-wrapper article p {
			font-size: 1.1em; /* 13pt */
			padding: 0 0 5px;
			display: block;
		}
		.posts-wrapper article p strong {
			font-weight: bold;
		}
		.posts-wrapper article header~p {
			padding: 0 0 10px;
		}
		.posts-wrapper article p a:link,
		.posts-wrapper article p a:visited,
		.posts-wrapper article p a:active {
			background-color: yellow;
		}
		.posts-wrapper article p a:hover {
			background-color: none;
			text-decoration: underline;
		}
		
		
		/* 6.a. POSTS LIST */
		.posts-wrapper.wrapper-type-discipline .posts-list {
			margin-top: 23px;
		}
		.posts-wrapper.wrapper-type-discipline .pageTitle h1 {
			font-size: 2.2em; /* 24pt */
		    line-height: 1.15em; /* 24pt */
		    padding-bottom: 9px;
		    text-transform:none !important;
		}
		.posts-wrapper article.type-discipline {
			border-top: 1px solid #dedede;
			padding-top: 20px;
		}
		.posts-wrapper article.type-discipline .image-wrapper {
			padding-bottom: 10px;
		}
		.posts-wrapper article.type-discipline .pageTitle h2 {
			padding-bottom: 0;
		}
		.posts-wrapper article.type-discipline p {
			padding: 5px 0 10px 0;
		}
		/* 6.b. SINGLE POST */
		
		
		/* 6.c. WIDGETS */
		aside.widget-bar {
			width: 180px;
			float: left;
			display: block;
			margin: -23px 5px 0 30px;
		}
		.right aside.widget-bar {
			margin-top: 0;
		}
		/*
		.posts-list~aside.widget-bar {
			margin: -23px 5px 0 30px;
		}
		//*/
		.wrapper-type-discipline .posts-list~aside.widget-bar {
			margin-top: 2px !important;
		}
		.widget-title,
		.widget.end a:link, .widget.end a:visited, .widget.end a:active {
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			margin-bottom: 10px;
		}
		.widget-title {
			border-bottom: 2px solid #DEDEDE;/*#000;*/
		}
		.widget.end a:link, .widget.end a:visited, .widget.end a:active {
			border-top: 2px solid #DEDEDE;/*#000;*/
		}
		.widget {
			padding-bottom: 20px;
		}
		.widget ul li a:link, .widget ul li a:visited, .widget ul li a:active {
			
		}
		.widget ul li a:hover {
			background-color: #FBEC02;/*yellow;*/
		}
		.widget.share {
			width: 180px;
			height: auto;
			overflow: hidden;
		}
		.widget.share .social {
			float: left; 
			min-width: 81px;
			overflow: hidden;
			margin-right: 8px;
		}
		.widget.images {
			padding-bottom: 0 !important;
		}
		.widget.images img {
			width: 180px;
			height: auto;
		}
		.widget.images a:link, .widget.images a:visited, .widget.images a:active {
			border: 0;
			margin-bottom: 5px;
			display: block;
			width: 180px;
		}
		.widget.images dd {
			margin-bottom: 20px;
			display: block;
		}
		.widget.images p {
			font-size: 0.9em;
		}
		.widget.images strong {
			font-weight: bold;
			font-size: 1.1em;
		}
		.widget.follow li {
			float: left;
			display: block;
			margin: 0 6px 3px 0;
		}
		.widget.follow li a {
			display: block;
		}
		.widget.follow li img {
			width: 25px;
			height: 25px;
		}
		.widget.profile.images img {
			position: relative;
			/*left: -30px;*/
		}
		
		/* 7. FOOTER */
        footer {
            width: 870px;
            margin-top: 70px;
            /* 
            height: 120px;
            padding-top: 20px;
            border-top: 3px solid #DEDEDE; 
            */
			font-weight: bold;
			font-size: 1.1em; /* 12pt */
			
			/* new adds */
			padding: 20px 54px 30px;
			border-top: 15px solid #FBEC02;
        }
        footer h4 {
        	font-family: 'Soho Gothic W1', helvetica, arial, sans-serif;
        	font-weight: bold;
			font-size: 18px;
			margin-bottom: 15px;
			color: #CCC;
        }
		footer .social {
			float: left;
		}
		footer .footerNav {
			padding-top: 30px;
			float: right;
		}
		footer .footerNav a:hover {
			background: #FBEC02;/*yellow;*/
		}
		footer .footerLegal {
			padding-top: 20px;
			float: left;
			width: 100%;
		}
		footer ul li {
			float: left;
			display: block;
		}
		footer .social li {
			margin-right: 15px;
		}
		footer .footerNav li {
			margin-left: 10px;
			padding-right: 10px;
			border-right: 2px solid #000;
		}
		footer .footerNav li:last-child {
			border-right: 0 none;
		}
		footer .footerNav li a:link, footer .footerNav li a:visited, footer .footerNav li a:active {
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
		}
		footer .footerLegal li {
			font-size: 0.8em;
			color: #ccc !important;
			padding: 0 10px;
			border-right: 1px solid #dedede;
			font-family: "Soho Gothic W1", helvetica, arial, sans-serif;
			height: 15px;
			line-height: 15px;
		}
		footer .footerLegal li.left {
			border-right: 0px none;
		}
		footer .footerLegal li.left:first-child {
			border-right: 0px none;
			padding-left: 0px;
		}
		footer .footerLegal li.right {
			border-right: 0px none;
			border-left: 1px solid #dedede;
		}
		footer .footerLegal li.right:last-child {
			border-left: 0px none;
		}
		footer .footerLegal li a:link,
		footer .footerLegal li a:visited,
		footer .footerLegal li a:active {
			color: #ccc;
		}
		footer .footerLegal li a:hover {
			background-color: #FBEC02;/*yellow;*/
			color: #000;
		}
        /* 8. FORMS */
        /* 8.a. Common Display Options */
        
        /* 8.b. XXX Form */
        
        /* 9. PAGINATOR */
        .paginationControl {
        	width: 100%;
        	margin: 0 auto;
        	height: 30px;
        	text-align: left;
        	position: relative;
        	left: -6px;
        	top: 30px;
        	font-size: 1.1em; /* 12pt */
        	margin: 15px auto 0;
        }
        .paginationControl p a,
        .paginationControl p span {
        	font-family: "Soho Gothic W1", helvetica, arial, sans-serif;
        	min-width: 12px;
        	height: 12px;
        	padding: 3px 4px;
        	margin: 0 2px;
        	color: #000;
        	font-weight: bold;
        	text-transform: uppercase;
        }
        .paginationControl p a:hover,
        .paginationControl p span {
        	background-color: #FBEC02;/*yellow;*/
        	color: #000;
        }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

