/*
= IMPORTING STUFF AND SETTING DEFAULT STYLES
-------------------------------------------------------------------------------------- */
@import url("reset.css");

/*
= FONT EMBEDING
-------------------------------------------------------------------------------------- */

	/**
	 * @license
	 * MyFonts Webfont Build ID 2757870, 2014-02-28T02:23:35-0500
	 *
	 * The fonts listed in this notice are subject to the End User License
	 * Agreement(s) entered into by the website owner. All other parties are
	 * explicitly restricted from using the Licensed Webfonts(s).
	 *
	 * You may obtain a valid license at the URLs below.
	 *
	 * Webfont: Proxima Nova A Bold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
	 *
	 * Webfont: Proxima Nova S Regular by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
	 *
	 * Webfont: Proxima Nova S Semibold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/
	 *
	 * Webfont: Proxima Nova S Bold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
	 *
	 * Webfont: Proxima Nova A Semibold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/
	 *
	 * Webfont: Proxima Nova A Regular by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
	 *
	 * Webfont: Proxima Nova Semibold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
	 *
	 * Webfont: Proxima Nova Regular by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
	 *
	 * Webfont: Proxima Nova Bold by Mark Simonson
	 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
	 *
	 *
	 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2757870
	 * Licensed pageviews: 1,000,000
	 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
	 *
	 * © 2014 MyFonts Inc
	*/


	/* @import must be at top of file, otherwise CSS will not work */
	@import url("//hello.myfonts.net/count/2a14ee");

	@font-face {font-family: 'ProximaNovaA-Bold';src: url('../fonts/2a14ee_0_0.eot');src: url('../fonts/2a14ee_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_0_0.woff') format('woff'),url('../fonts/2a14ee_0_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNovaS-Regular';src: url('../fonts/2a14ee_1_0.eot');src: url('../fonts/2a14ee_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_1_0.woff') format('woff'),url('../fonts/2a14ee_1_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNovaS-Semibold';src: url('../fonts/2a14ee_2_0.eot');src: url('../fonts/2a14ee_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_2_0.woff') format('woff'),url('../fonts/2a14ee_2_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNovaS-Bold';src: url('../fonts/2a14ee_3_0.eot');src: url('../fonts/2a14ee_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_3_0.woff') format('woff'),url('../fonts/2a14ee_3_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNovaA-Semibold';src: url('../fonts/2a14ee_4_0.eot');src: url('../fonts/2a14ee_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_4_0.woff') format('woff'),url('../fonts/2a14ee_4_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNovaA-Regular';src: url('../fonts/2a14ee_5_0.eot');src: url('../fonts/2a14ee_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_5_0.woff') format('woff'),url('../fonts/2a14ee_5_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNova-Semibold';src: url('../fonts/2a14ee_6_0.eot');src: url('../fonts/2a14ee_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_6_0.woff') format('woff'),url('../fonts/2a14ee_6_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNova-Regular';src: url('../fonts/2a14ee_7_0.eot');src: url('../fonts/2a14ee_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_7_0.woff') format('woff'),url('../fonts/2a14ee_7_0.ttf') format('truetype');}
	@font-face {font-family: 'ProximaNova-Bold';src: url('../fonts/2a14ee_8_0.eot');src: url('../fonts/2a14ee_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2a14ee_8_0.woff') format('woff'),url('../fonts/2a14ee_8_0.ttf') format('truetype');}


/*
= COMMON
-------------------------------------------------------------------------------------- */
	body {padding: 80px 0 0; font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif; background: #ffffff;}

	.wrapper {width: 1180px; margin: 0 auto;}
	.main {padding: 30px 0 50px; overflow: hidden;}
	h1, h2, h3, h4, h5, h6 {font-weight: normal;}
		h1 {
			padding: 0 0 5px; margin: 0 0 15px;
			font: 20px 'ProximaNova-Semibold', sans-serif; color: #2a2a2a; text-transform: uppercase; text-align: center;
			border-bottom: 1px solid #e8e8e8;
			}
		h3 {
			padding-bottom: 5px; margin-bottom: 10px;
			font: 23px 'ProximaNova-Semibold', sans-serif; color: #2a2a2a; text-transform: uppercase;
			border-bottom: 1px solid #e8e8e8;
			}

	a {text-decoration: none;}
		a:hover {text-decoration: underline;}

	.about h1 {text-align: left;}
	.about h3 {padding: 35px 0 0;}
	.about p,
	.about ol,
	.sponsors p {width: 800px; margin-bottom: 15px; font-size: 16px; line-height: 24px;}

	.button {
		display: inline-block; *zoom: 1; *display: inline;
		padding: 15px 25px;
		text-transform: uppercase; font: 14px 'ProximaNova-Bold', sans-serif; color: #111111; text-align: center;
		background: #ffffff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}
		.button:hover {text-decoration: none; background: #d4d4d4;}

	.two-columns {overflow: hidden;}
		.two-columns .column {width: 45%; margin: 0 0 85px;}
			.two-columns h3 {margin-bottom: 25px;}

	.mobile-trigger {display: none;}

/*
= HEADER
-------------------------------------------------------------------------------------- */
	header {
		position: fixed; top: 0; right: 0; left: 0; z-index: 9999;
		width: auto; height: 80px;
		text-transform: uppercase; font-size: 12px;
		background: #111111;
		}
		header nav {position: relative;}
		header a.logo {
			display: block; position: absolute; left: 0; top: 8px;
			width: 115px; height: 115px;
			text-indent: -9999px;
			background: url(../img/logo.png) 0 0 no-repeat;
			}
		header nav > ul {float: right; margin: 0; padding-top: 35px;}
			header nav li {
				list-style: none;
				float: left;
				}
			header nav > ul > li {
				margin-left: 45px;
				color: #ffffff;
				}
				header nav ul li a {
					display: block;
					height: 100%;
					padding-bottom: 7px;
					font-family: 'ProximaNova-Bold', sans-serif;
					color: #ffffff;
					}
					header nav ul li a:hover {text-decoration: none; border-bottom: 1px solid #fff;}

					header li.social ul {}
						header li.social li {margin-right: 15px;}
							header li.social li:last-child {margin: 0;}

							header li.social li a {
								width: 16px; height: 13px;
								text-indent: -9999px;
								background-image: url(../img/header-soc2.png); background-repeat: no-repeat;
								}
								header li.social li a:hover {opacity: 0.75; border: none;}

								header li.social li.facebook a {background-position: 3px 0;}
								header li.social li.twitter a {background-position: -11px 0 ;}
								header li.social li.instagram a {background-position: -31px 0 ;}


/*
= The LIST of (no-better-name stuff)
-------------------------------------------------------------------------------------- */

	.list-of {margin: 0 -10px 55px; text-align: center;}
		.list-of li {
			list-style: none;
			display: inline-block; *zoom: 1; *display: inline;
			width: 280px; height: 280px;
			margin: 10px 8px;
			overflow: hidden;
			color: #fff; font-size: 15px;
			}
		.list-of li.s-panel {width: 580px;}
			.list-of li a {
				position: relative;
				display: block;
				width: 100%; height: 100%;
				color: #fff;
				}
				.list-of li img {display: block; max-width: 100%; min-height: 100%;}
				.list-of li div,
				.list-of.awards li span {
					position: absolute; right: 0; left: 0;
					padding: 20px 15px;
					text-align: left;
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					}
					.list-of li div {bottom: 0;}
					.list-of img,
					.list-of div,
					.list-of.awards span {
						-webkit-transition: all 300ms ease;
						-moz-transition: all 300ms ease;
						-ms-transition: all 300ms ease;
						-o-transition: all 300ms ease;
						transition: all 300ms ease;
						}
						.list-of.awards li a span {
							top: -280px; height: 280px;
							padding: 0;
							text-align: center; font-size: 20px; text-transform: uppercase; color: #f7f7f7; font-family: 'ProximaNova-Semibold', sans-serif;
							}

					.list-of h5 {margin-bottom: 10px; font-family: 'ProximaNova-Semibold', sans-serif; text-transform: uppercase;}

			.list-of li a:hover img {opacity: 0.90;}
			.list-of li a:hover div {padding-bottom: 30px;}


			.list-of.awards li a:hover div {bottom: -280px;}
			.list-of.awards li a:hover span {padding: 132px 0 0; top: 0;}


/*
= sub(HEADER)
-------------------------------------------------------------------------------------- */
	.no-subheader {padding: 95px 0 0;}
	.subheader {
		width: 100%; height: 428px;
		text-align: center; color: #ffffff;
		background: url(../../pictures/sub-header-img.jpg) 50% 0 no-repeat; background-size: cover;
		}
		#about.subheader {background-image: url(../../pictures/sub-header-img-1.jpg);}
		.subheader > span,
		.subheader > div {
			display: inline-block; *zoom: 1; *display: inline;
			vertical-align: middle;
			}
			.subheader span {height: 100%; width: 0;}
			.subheader div {}
				.subheader hgroup {margin: 0 0 50px;}
					.subheader h2 {margin-bottom: 25px; font-size: 36px;}
					.subheader h6 {width: 545px; font-size: 20px; line-height: 27px;}
				.subheader .button {width: 200px; margin: 0 10px 65px;}

				.subheader ul {margin: 0;}
					.subheader li {
						list-style: none; float: left;
						margin: 0 10px;
						text-transform: uppercase; font-size: 13px;
						}


/*
= TABS
-------------------------------------------------------------------------------------- */

	.ui-tabs {margin: 0 -5px;}
		.ui-tabs .ui-tabs-panel {padding: 0;}
		#tabs ul {margin: 0;}
			#tabs ol {padding-top: 30px;}
			#tabs > ul {width: 100%;}
			#tabs li {list-style: none;}
				#tabs ol li {
					list-style: decimal;
					 padding: 0 0 22px 15px;
					 font-size: 15px; color: #413e4a;
					}
				li[role=tab] {
					width: 50%;
					margin: 0 !important; padding: 15px 0 !important;
					}
					li[role=tab] a {
						display: block;
						width: 100%; height: 100%;
						padding: 15px 0 !important;
						font: 14px 'ProximaNova-Bold', sans-serif; color: #FFF; text-transform: uppercase; text-align: center;
						background: gray;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						box-sizing: border-box;
						}
						li[role=tab].ui-tabs-active a {background: black;}

			ul.members {margin: 0;}
				.members li {
					width: 49%;
					padding: 30px 30px 0; margin: 0 0 10px;
					font-size: 16px; line-height: 24px;
					background: #fafafa;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					}
					.members li:nth-child(odd) {float: left;}
					.members li:nth-child(even) {float: right;}

					.members h5 {font-family: 'ProximaNova-Bold', sans-serif; font-size: 16px;}
					.members a {display: block; color: #0d0d0d;}
					.members p {width: auto; padding-bottom: 30px;}


/*
= AWARDS
-------------------------------------------------------------------------------------- */
	div.award {padding: 20px 0; margin: 0 0 35px;}
		.award .banner {float: right; margin-left: 200px;}
		.award p {font-size: 16px; line-height: 24px;}
			.award .banner p {padding-bottom: 15px; font: 15px 'ProximaNova-Semibold', sans-serif;}

/*
= MENTORING
-------------------------------------------------------------------------------------- */
.mentoring {padding-top:104px;}
.mentoring h3 {margin-bottom:30px;}
.mentoring p {
	width: 680px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	}

.mentoring aside {
	float:right;
	width:380px;
	margin:0 0 10px 15px;
	}
	.mentoring aside p {
		width:auto;
		margin-bottom:38px;
		}
	ul.file-downloads {
		margin:0;
		list-style-type:none;
		}
		ul.file-downloads li {margin-bottom:18px;}
			ul.file-downloads li a {
				display:block;
				height:44px;
				font-size:14px; color:#fdfaee; line-height:44px; text-decoration:none; text-align:center;
				background-color:#333333;
				}
			ul.file-downloads li a:hover {text-decoration:underline;}

/*
= GALLERY
-------------------------------------------------------------------------------------- */
.gallery {padding-top:104px;}
	.gallery .ui-tabs-nav li {
		width:33.3%;
		}

	.gallery .tab-nav-inner {
		padding:25px 0 0 6px; margin:0 0 24px 0 !important;
		list-style-type:none;
		}
		.gallery .tab-nav-inner li {
			float:left;
			padding:0 !important;
			width:auto !important;
			margin-right:110px !important;
			}
			.gallery .tab-nav-inner li a {
				display:inline-block !important; outline:none;
				height:auto !important; width:auto !important;
				padding:0 0 7px 0 !important;
				font-family: 'ProximaNova-Regular', sans-serif !important; font-size:16px !important; color:#000000 !important; text-decoration:none !important; text-transform:none !important;
				background-color:transparent !important;
				border-bottom:2px solid transparent !important;
				}
			.gallery .tab-nav-inner li a:hover,
			.gallery .tab-nav-inner li.ui-state-active a {border-bottom-color:#e8e8e8 !important;}

	#fancybox-overlay,
	#fancybox-wrap {z-index:15000;}

	.gallery .photo-list {
		margin:0;
		list-style-type:none;
		}
		.gallery .photo-list li {
			float:left;
			width:32%;
			margin:0 2% 23px 0;
			}
		.gallery .photo-list li:nth-child(3n) {margin-right:0;}
			.gallery .photo-list li a {width:100%;}
				.gallery .photo-list li a img {
					display:block;
					height:auto; max-width:100%;
					}

/*
= SPONSORS
-------------------------------------------------------------------------------------- */
	.sponsors {margin: 20px -10px 80px; text-align: center;}
		.sponsors article {
			display: inline-block; *zoom: 1; *display: inline;
			width: 280px; height: 280px;
			margin: 10px 8px;
			background: #fafafa;
			cursor: pointer;
			}
			.sponsors article.active {box-shadow: inset 0px 0 9px rgba(0, 0, 0, 0.3);}
		.sponsors span.last {width: 0;}
		.sponsors article.big {
			display: none;
			clear: both;
			width: 100%; height: auto;
			margin: 10px 0; padding: 55px 45px;
			text-align: left;
			background: #e5e5e5;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			cursor: default;
			}

			.sponsors article img,
			.sponsors article span {display: inline-block; *zoom: 1; *display: inline; vertical-align: middle;}

				.sponsors article img {max-width: 200px; max-height: 100%;}
				.sponsors article span {width: 0; height: 100%;}

				.sponsors article div {display: none;}

			.sponsors h5 {
				margin-bottom: 25px; padding-bottom: 7px;
				font: 23px 'ProximaNova-Semibold', sans-serif; text-transform: uppercase;
				border-bottom: 1px solid #d1d1d1;
				}
			.sponsors p {font-size: 16px; padding-bottom: 25px;}
			.sponsors a {color: #5c5c5c;}


/*
= CONTACT
-------------------------------------------------------------------------------------- */
	fieldset.contact {}
		fieldset.contact ul {margin: 0;}
			fieldset.contact ul li {
				list-style: none;
				display: block; width: 100%;
				margin-bottom: 20px;
				}
				fieldset.contact input[type=text],
				fieldset.contact input[type=email],
				fieldset.contact textarea {
					width: 100%;
					padding: 20px;
					font-size: 15px; color: #413e4a;
					border: 1px solid #e7e7e8;
					}
					fieldset.contact textarea {resize: vertical; height: 215px;}

					fieldset.contact input::-webkit-input-placeholder {color: #413e4a; opacity: 1;}
					fieldset.contact input:-moz-placeholder { /* Firefox 18- */color: #413e4a; opacity: 1;}
					fieldset.contact input::-moz-placeholder {  /* Firefox 19+ */color: #413e4a; opacity: 1;}
					fieldset.contact input:-ms-input-placeholder {color: #413e4a; opacity: 1;}

					fieldset.contact textarea:-moz-placeholder { /* Firefox 18- */color: #413e4a; font-size: 14px;opacity: 1;}
					fieldset.contact textarea::-moz-placeholder {  /* Firefox 19+ */color: #413e4a; font-size: 14px;opacity: 1;}
					fieldset.contact textarea::-webkit-input-placeholder {color: #413e4a; opacity: 1;}
					fieldset.contact textarea:-ms-input-placeholder {color: #413e4a; opacity: 1;}


					fieldset.contact input:focus::-webkit-input-placeholder {opacity: 0;}
					fieldset.contact input:focus:-moz-placeholder { /* Firefox 18- */opacity: 0;}
					fieldset.contact input:focus::-moz-placeholder {  /* Firefox 19+ */opacity: 0;}
					fieldset.contact input:focus:-ms-input-placeholder {opacity: 0;}

					fieldset.contact textarea:focus:-moz-placeholder { /* Firefox 18- */opacity: 0;}
					fieldset.contact textarea:focus::-moz-placeholder {  /* Firefox 19+ */opacity: 0;}
					fieldset.contact textarea:focus::-webkit-input-placeholder {opacity: 0;}
					fieldset.contact textarea:focus:-ms-input-placeholder {opacity: 0;}

					fieldset.contact input[type=submit] {
						width: 100%;
						color: #fff;
						background: #000000;
						border: none;
						}
						fieldset.contact input[type=submit]:hover {background: #111111;}

		.two-columns p {margin-bottom: 30px; font: 16px 'ProximaNovaA-Regular', sans-serif; color: #413e4a; line-height: 22px;}

	fieldset.contact input, fieldset.contact textarea {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}


#tabs-2 p
{
   margin-left:5px;
}

/*
= FOOTER
-------------------------------------------------------------------------------------- */
	footer {padding: 50px 0 80px; background: #111111;}
		footer > ul {margin: 0;}
			footer > ul > li {
				list-style: none; display: block;
				margin: 0 0 30px;
				}

			footer .timeline{

				}
				.timeline article{
					position: relative;
					padding-bottom: 25px; margin-bottom: 106px;
					background: url(../img/tl-bg.jpg) 0 bottom repeat-x;
					}
					.timeline article span{
						position: relative;
						float: left;
						width: 33%;
						text-align: center;
						font-size: 13px; line-height: 20px; letter-spacing: 0.05em; color: #fdfaee;
						}
					.timeline article span:nth-child(even){
						position: absolute; left: 0; bottom: -63px;
						display: block;
						width: 33%;
						margin-left: 16.5%; padding-top: 28px;
						}
					.timeline article span.even-child{
						position: absolute; left: 0; bottom: -63px;
						display: block;
						width: 33%;
						margin-left: 16.5%; padding-top: 28px;
						}
					.timeline article span:nth-child(4){
						left: auto; right: 0px;
						margin: 0 16.5% 0 0;
						}
					.timeline article span.even-child.foure-child{
						left: auto; right: 0px;
						margin: 0 16.5% 0 0;
						}
					.timeline article span:after{
						content: ''; position: absolute; bottom: -28px; left: 50%;
						display: block;
						width: 8px; height: 8px;
						margin-left: -4px;
						background-color: #7a7a7a;
						border-radius: 50%;
						}
					.timeline article span:nth-child(even):after{
						bottom: auto; top: 0;
						}
					.timeline article span.even-child:after{
						bottom: auto; top: 0;
						}
						.timeline article h5{
							font-family: 'ProximaNova-Bold', sans-serif; font-size: 13px; line-height: 20px; letter-spacing: 0.05em; color: #fdfaee;
							}

			footer .three-columns {margin: 0 -5px 50px; text-align: center;}
				footer .three-columns article {
					position: relative;
					display: inline-block; *zoom: 1; *display: inline;
					vertical-align: middle;
					margin: 0 5px 31px; padding: 25px 20px;
					width: 340px;
					color: #111; text-align: left;
					}
					footer .twitter article {background: #ffffff;}
						footer .twitter article:after {
							content: ''; position: absolute; bottom: -31px; right: 50px;
							display: block;
							width: 51px; height: 31px;
							background: url(../img/tweet-after.png) 0 0 no-repeat;
						}

					footer .twitter img {float: left; margin-right: 10px;}
					footer .twitter a {display: block; font: 15px 'ProximaNova-Semibold', sans-serif; color: #000; text-transform: uppercase;}
					footer .twitter span {display: block; font-family: 'ProximaNova-Regular', sans-serif;}
					footer .twitter p {padding: 15px 0 0; line-height: 22px;}

			footer .newsletter {
				padding: 25px 0;
				border-top: 1px solid #7a7a7a; border-bottom: 1px solid #7a7a7a;
				}
				footer .newsletter .siteby {
					display: block; float: left;
					text-transform: uppercase; color: #fff; font: 12px 'ProximaNova-Semibold', sans-serif; line-height: 45px;
					}
				footer .newsletter fieldset {
					position: relative;
					float: right;
					height: 45px;
					}

					footer .newsletter fieldset input[type=text],
					footer .newsletter fieldset input[type=email] {
						float: right;
						width: 287px; height: 20px;
						padding: 13px 88px 12px 10px;
						border: medium none;
						-moz-box-sizing: initial;
						-webkit-box-sizing: initial;
						box-sizing: initial;
						}

					footer .newsletter fieldset input[type=submit] {
						position: absolute; right: 0; top: 0; bottom: 0;
						float: none;
						width: 85px;
						font: 14px 'ProximaNova-Bold', sans-serif; color: #fff; text-transform: uppercase; text-align: center;
						background: #808080;
						border: 0px;
						}
					footer .newsletter fieldset input[type=submit]:hover {
						background: #707070;
						}
					footer .newsletter fieldset input[type=submit]::-moz-focus-inner {
						border: 0;
						}

					footer .newsletter fieldset label {
						float: left;
						margin-right: 15px;
						color: #fff; font-size: 15px; line-height: 45px;
						}

					footer .newsletter fieldset input::-webkit-input-placeholder {color: #413e4a; font-size: 14px;}
					footer .newsletter fieldset input:-moz-placeholder { /* Firefox 18- */color: #413e4a; font-size: 14px;}
					footer .newsletter fieldset input::-moz-placeholder {  /* Firefox 19+ */color: #413e4a; font-size: 14px;}
					footer .newsletter fieldset input:-ms-input-placeholder {color: #413e4a; font-size: 14px;}

					footer .newsletter fieldset input:focus::-moz-placeholder {
						color: rgba(0, 0, 0, 0);
					     	}
					footer .newsletter fieldset input:focus:-moz-placeholder {
					 	color: rgba(0, 0, 0, 0);
					     	}

/*
= IE
-------------------------------------------------------------------------------------- */
	footer .newsletter fieldset .placeholder{color: #413e4a; line-height: 45px;}

/*
= Mobile devices
-------------------------------------------------------------------------------------- */
@media all and (orientation:portrait) {

}
@media all and (orientation:landscape) {

}
@media screen and (max-device-width: 480px) {

/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media screen and (max-width: 1180px) {
	.wrapper {width: 800px;}
	.about p,
	.about ol,
	.sponsors p,
	.mentoring p {width: auto;}

	h3 {text-align: center;}

	/*Header     ----------*/
		.mobile-trigger {
			position: absolute; right: 0; top: 20px;
			display: block;
			width: 48px; height: 44px;
			text-indent: -9999px;
			background: url(../img/mob-menu.png) 0 0 no-repeat;
			}
		header nav > ul {
			display: none; position: absolute; right: 0; top: 80px;
			width: 245px;
			padding: 15px 35px;
			background: #111111;
			}
			header nav li {
				float: none; display: block;
				margin: 0 0 8px !important;
				}
				header nav > ul > li > a {font-size: 14px; padding: 8px 0; border-bottom: 1px solid #fff;}

				header li.social {overflow: hidden;}
					header li.social ul {float: right;}
						header nav ul li.social li {float: left;}

			.subheader ul {text-align: center;}
				.subheader ul li {float: none; display: inline-block; *zoom: 1; *display: inline;}
	.list-of li.s-panel {display: none;}

	.award .banner {float: none; margin-left: 0; margin-bottom: 25px; text-align: center;}

	.mentoring aside {
		float:none; clear:both;
		margin:0 auto 40px;
		}

	.gallery .tab-nav-inner {
		text-align:center;
		font-size:0;
		}
		.gallery .tab-nav-inner li {display:inline-block; float:none !important;}
		.gallery .tab-nav-inner li:last-child {margin:0 !important;}

	footer .three-columns article {width: 26%;}
}


@media screen and (max-width: 1024px) {

	a:hover {text-decoration: none;}

	/*----- AWARDS -----*/
		.list-of.awards li a span {top: 0; height: 35px; line-height: 35px;}
			.list-of.awards li a:hover span {padding: 0;}
		.list-of li a:hover div {padding-bottom: 20px;}
			.list-of.awards li a:hover div {bottom: 0;}
}

@media screen and (max-width: 800px) {

	* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

	.wrapper {width: 100%; padding-left: 20px; padding-right: 20px;}
	.mobile-trigger {right: 15px;}
	header a.logo {left: 15px;}
	.two-columns .column {float: none !important;}

	.subheader {height: auto; padding: 45px 0 85px;}
	.subheader > span, .subheader > div {display: block; padding: 0 20px;}
	.subheader hgroup {margin: 15px 0;}
	.subheader h2 {font-size: 25px; margin-bottom: 15px;}
	.subheader h6 {font-size: 16px;}
	.subheader .button {margin: 0 10px 25px;}

	.mentoring aside {width:100%;}

	.gallery .tab-nav-inner li {margin-right:30px !important;}
	.gallery .tab-nav-inner li:last-child {margin-right:0 !important;}

	/*----- Footer -----*/
		footer .newsletter {position: relative;}
			footer.siteby {position: absolute; bottom: -60px;}
		footer .newsletter fieldset,
		footer .siteby {float: none !important;}

		footer .three-columns article,
		.subheader div,
		.subheader h6,
		.two-columns .column {width: 100%;}



		footer .newsletter fieldset {height: auto;}
			footer .newsletter fieldset input[type=text],
			footer .newsletter fieldset input[type=email] {width: 55%;}

			footer .newsletter fieldset input[type=submit] {top: auto; height: 45px;}
			footer .newsletter fieldset label {float: none; display: block; margin-right: 0; text-align: right;}

		footer .newsletter .siteby {
			position: absolute; bottom: -65px;
			width: 100%;
			text-align: center;
			}

		footer .three-columns article {margin: 0 0 50px;}

	footer ul li.timeline,
	footer ul li.twitter {display: none;}
}

@media screen and (max-width: 480px) {

	/*---------- About (tabs) */

	.ui-tabs .ui-tabs-nav li[role=tab] {
		white-space: pre-wrap;
		}
		li[role=tab] a {height: 66px; padding: 15px 20px !important;}

		.members li {float: none !important; width: 100%;}
			.members a {text-decoration: underline;}

}


/*
= Print
-------------------------------------------------------------------------------------- */
@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
