@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'bauer';
	src: url("../fonts/Bauer-Bodoni-Std-1-Roman_6253/fonts/Bauer-Bodoni-Std-1-Roman_6253.eot");
	src: url('../fonts/Bauer-Bodoni-Std-1-Roman_6253/fonts/Bauer-Bodoni-Std-1-Roman_6253.woff') format('woff'), 
		url('../fonts/Bauer-Bodoni-Std-1-Roman_6253/fonts/Bauer-Bodoni-Std-1-Roman_6253.ttf') format('truetype'), 
		url('../fonts/Bauer-Bodoni-Std-1-Roman_6253/fonts/Bauer-Bodoni-Std-1-Roman_6253.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica neue';
	src: url('../fonts/HelveticaNeue/helveticaneue-webfont.eot');
	src: url('../fonts/HelveticaNeue/helveticaneue-webfont.woff') format('woff'),
		url('../fonts/HelveticaNeue/helveticaneue-webfont.ttf') format('truetype'), 
		url('../fonts/HelveticaNeue/helveticaneue-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/*				Reset CSS				*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed ,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
}
*, *:before, *:after {
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, select, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
body {
	line-height: 1.5;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #444444;
	min-height: 100%;
}
p {
	line-height: 1.5;
	font-size: 14px;
}
html {
	margin-top: 0 !important;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
small {
	font-size: 75%;
}
a img {
	border: none;
}
a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* reset css*/


.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Content Styles */

body {
	font-size: 20px;
	font-family: 'Bauer Bodoni W01 Roman', Helvetica, Arial, sans-serif;		
}
a {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;	
}
.contentdiv p {
	font-size: 90%;
	color: #939393;
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
}
.contentdiv ul { list-style: none; }
.contentdiv ul li, .contentdiv ol li { }
.contentdiv ul li { }
.contentdiv ol { list-style: none; counter-reset: item; margin-bottom: 15px; padding-left: 15px;  }
.contentdiv ol li:before {margin: 0 4px 10px 0;color: #ba0101;content: counter(item) ". ";counter-increment: item;font-size:18px;font-weight:900;}
.contentdiv ol li {margin-bottom:15px;}
.contentdiv ul ul, .contentdiv ol ol, .contentdiv ul ol, .contentdiv ol ul { margin: 5px 0 0 15px; }
.contentdiv ol ol { list-style: upper-alpha; }
.contentdiv ol ol ol { list-style: lower-roman; }
.contentdiv ol ol ol ol { list-style: lower-alpha; }
.contentdiv blockquote { padding-left: 15px; margin-bottom: 15px; border-left: 1px solid #d5a776; color:#6a6767; font-size:16px; font-weight:300;}
.contentdiv blockquote p {line-height:1.5;}
.contentdiv table {	border: 1px solid #DFDFDF; background-color: #F9F9F9; width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 15px 0; }
.contentdiv table td, .contentdiv table th { border-top-color: white; border-bottom: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF; }
.contentdiv table th, .contentdiv table caption { padding: 7px 7px 8px; font-weight: bold; text-align: center; }
.contentdiv table caption { border-top: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; background-color: #F9F9F9; }
.contentdiv table td { padding: 5px 7px 3px; vertical-align: top; }
.contentdiv a {
	margin-top: 0;
	text-decoration: none;
	font-size: 80%;
}
.contentdiv a:hover { text-decoration: none; }
.contentdiv span {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;	
}

h1 {
	font-size: 350%;
	color: #1b1b1b;
}
h2 {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;	
	font-size: 200%;
}
h3 {
	font-size: 175%;
	font-weight: 700;
	color: #1b1b1b;
}
h4 {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 150%;
}
h5 {
	font-size: 80%;
	color: #1b1b1b;
	font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
}
h6 {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 75%;
}

/* content styles end */


/*	document	*/

/*body {
	background: #d6d6d6; 
    background: -webkit-linear-gradient(to bottom, #d6d6d6,  #ffffff 70%); 
    background: -o-linear-gradient(to bottom, #d6d6d6,  #ffffff 70%);  
    background: -moz-linear-gradient(to bottom, #d6d6d6,  #ffffff 70%);  
    background: linear-gradient(to bottom, #d6d6d6,  #ffffff 70%);  	
}*/
.active {
	display: block !important;	
}
.inactive {
	display: none !important;	
}
.wrapper {
	width: 100%;		
}

header {
	background-color: #a68f64;
	width: 100%;
}
.centerdiv {
	padding: 0 30px;
	max-width: 1235px;	
	margin: 0 auto;
}
.logo {
	float: right;	
	padding: 20px 0;
}
nav {
	float: left;	
}
nav li {
	float: left;
	margin: 26px 20px;	
}
nav li a {
	display: block;
	padding: 13px 0;
	text-transform: uppercase;
	font-size: 75%;
	color: #ffffff;	
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;
}
nav li:first-child  {
	margin-left: 0;	
}
nav li a:hover {
	color: #21160e;	
}
.mobile-trigger {
	display: none;	
}
.mobile-close {
	display: none;	
}
.active-nav-link {
	color: #21160e;	
}
.white-bg-section {
	padding-top: 65px;	
}
.top-section-content {
	padding-left: 30px;	
	margin-bottom: 80px;
}
.top-section-content h1 {
	float: left;
	width: 65%;
	margin-right: 2%;
	padding-bottom: 25px;	
	position: relative;
}
.top-section-content h1:after {
	content: "";
	border: 1px solid #a68f64;
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
}
.right-img {
	float: right;
	margin-bottom: 40px;	
}
.top-section-content p {
	clear: both;	
}
.top-section-content p a {
	color: #939393;
	text-decoration: underline;
	font-size: 90%;
	font-weight: 700;
}	
.map-bg-section {
	background: #d6d6d6; 
    background: url("../images/bg-map.png") repeat-y, -webkit-linear-gradient(to bottom, #d6d6d6,  #ffffff 170%); 
    background: url("../images/bg-map.png")  repeat-y, -o-linear-gradient(to bottom, #d6d6d6,  #ffffff 170%);  
    background: url("../images/bg-map.png")  repeat-y, -moz-linear-gradient(to bottom, #d6d6d6,  #ffffff 170%);  
    background: url("../images/bg-map.png")  repeat-y, linear-gradient(to bottom, #d6d6d6,  #ffffff 170%);
	/*background-image: url("../images/bg-map.png");
	background-repeat: repeat-y;*/
	background-position: top center;
	border-top: 2px solid #cccccc;
	padding: 40px 0 60px;
}
.video-menu-container {
	background-color: #ffffff;	
	padding: 38px 20px;
	border-bottom: 3px solid #cccccc;
	margin-bottom: 20px;
}
.video-menu-container h3 {
	float: left;
	margin-right: 4%;
	line-height: 1.4;
}
.select-box {
	float: left;	
}
.select-box label {
	font-size: 70%;
	color: #939393;	
}
.select-region {
	display: none;
	position: absolute;
	z-index: 2;
	border: 1px solid #cccccc;
	padding: 20px 0;	
	background-color: #ffffff;
	margin-top: -1px;
}
.select-region li a {
	background-image: url("../images/angle-right.png");
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	display: block;
	padding: 0 110px 0 20px;	
	color: #939393;
}
.select-region li a:hover {
	color: #a68f64;
	background-image: url("../images/angle-left-brown.png");	
}
.select-region li:last-child {
	margin-bottom: 0;	
}
.select-region li {
	margin-bottom: 20px;	
}
.select-region-placeholder {
	background-image: url("../images/angle-down.png");
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid #a68f64;
}
.select-region-placeholder a {
	padding-right: 100px;
	font-weight: 700;	
}
.right-button {
	float: right;	
}
.button a {
	padding: 20px 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;	
	display: block;
	font-size: 70%;
	font-weight: 700;
}
.brown-button {
	background-color: #a68f64;	
}
.videos-container {
	margin-bottom: 58px;	
}
.videos-container li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;	
}
.videos-container li:nth-child(2n) {
	margin-right: 0;	
}
.video-thumbnail {
	position: relative;	
}
.play-icon {
	position: absolute;
	left: 47%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: left 1s;
	-webkit-transition: left 1s;	
}
.play-icon img {
	display: inline-block;	
}
.play-icon span {
	display: none;
	text-transform: uppercase;	
	font-size: 87.5%;
	color: #ffffff;
	margin-top: 22px;
	margin-left: 15px;
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;
}
.video-thumbnail:hover a > img {
	filter: brightness(65%);
	-webkit-filter: brightness(65%);
}
.video-thumbnail:hover .play-icon {
	left: 38%;	
}
.video-thumbnail:hover .play-icon span {
	display: inline-block;	
}
.video-caption {
	background-color: #ffffff;	
	border-bottom: 3px solid #cccccc;
	padding: 20px 30px;
	position: relative;
}
.video-caption span {
	font-size: 70%;
	color: #939393;
	padding-right: 5px;	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 55%;
    display: inline-block;
}
.video-caption span:after {
	content: "/";	
	margin-left: 10px;
}
.video-caption span.caption-last:after {
	content: "";
}
.fb-likes {
	position: absolute;
	top: 20px;
	right: 5px;	
}
.fb-likes span {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #4397b5;	
	margin-left: 5px;
	text-transform: capitalize;
	max-width: 100% !important;
	margin-top: 9px;
	/*display: inline;*/
}
.fb-likes span:after {
	content: "";	
}
.fb-likes img {
	margin-top: 8px;	
}
footer {
	background-color: #ffffff;
	padding: 60px 0;	
}
footer p {
	font-size: 70% !important;
}
.footer-disclaimer {
	width: 86%;	
}
.footer-disclaimer p:first-child {
	margin-bottom: 25px;	
}
.upload-video-details {
	background-color: #ffffff;
	margin-bottom: 40px;
	border-bottom: 3px solid #cccccc;
}
.upload-video {
	padding: 35px 30px 30px;
	float: left;
	width: 50%;	
}
.upload-video-left {
	float: left;
	width: 49%;
	margin-right: 1%;	
}
.upload-video-right {
	float: right;	
	width: 50%;
	padding-top: 20px;
}
.upload-video-details h5 span {
	display: block;
	font-size: 87.5%;
	color: #cccccc;	
}
.upload-btn {
	margin-bottom: 30px;	
}
.upload-btn input {
	position: absolute;
	left: -9999px;	
}
.upload-btn label {
	background-color: #a68f64;
	padding: 15px 30px;
	color: #ffffff;
	font-size: 70%;
	font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	cursor: pointer;
}
.upload-btn span {
	margin-right: 10px;	
}
.upload-btn span img {
	vertical-align: middle;	
}
.your-details {
	padding: 35px 30px 30px;
	float: right;
	width: 50%;	
	border-left: 1px solid #ebebeb;
}
.your-details input {
	border-bottom: 1px solid #a68f64;
	float: left;
	width: 47%;
	margin-right: 6%;	
	padding: 5px 0;
	margin-bottom: 30px;
}
.personal-details input::-webkit-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.personal-details input:-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.personal-details input::-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.personal-details input:-ms-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.your-details h5 {
	margin-bottom: 30px;	
	clear: both;
}
.personal-details input:nth-child(2n) {
	margin-right: 0;	
}
.upload-video-details h3 {
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;	
	margin-bottom: 40px;
}
.upload-video-right p {
	font-size: 70%;
	color: #939393;		
}
.upload-video-right p span {
	font-weight: 600;	
}
.your-details-title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;	
}
.your-details-title .brown-button {
	margin-top: 10px;	
}
.your-details-title h3 {
	float: left;
	border-bottom: none;	
	margin-bottom: 0;
}
.your-details-title .brown-button a {
	padding: 10px 15px;	
}
.personal-details {
	margin-bottom: 40px;	
}
.tag-colleague input {
	margin-right: 4%;
	margin-top: 10px;
	margin-bottom: 0;	
}
.add-mail-button {
	float: left;
}
.add-mail-button a {
	padding: 13px 18px;
}
.added-emails {
	clear: both;
	padding-top: 10px;	
}
.added-emails p {
	border: 1px solid #cccccc;
	font-size: 60%;
	color: #060000;
	max-width: 35%;	
	margin-right: 1%;
	margin-bottom: 5px;
	float: left;
	padding: 1px 10px;
}
.added-emails p span {
	font-weight: 700;
	color: #a03122;
	font-size: 130%;
	margin-left: 15px; 
	cursor: pointer;	
}
input#cb1 {
	display: none;	
}
.custom-checkbox {
	margin-bottom: 35px;	
	margin-top: 30px;
}
.custom-checkbox label span {
	vertical-align: middle;	
}
.custom-checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	background: url("../images/cb-unchecked.jpg") left bottom no-repeat;
	cursor: pointer;	
}
.custom-checkbox input[type="checkbox"]:checked + label span {
    background: url("../images/cb-checked.jpg") left bottom no-repeat;
    cursor: pointer;
}

.custom-checkbox input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	background: url("../images/cb-unchecked.jpg") left bottom no-repeat;
	cursor: pointer;	
}
.custom-checkbox input[type="radio"]:checked + label span {
    background: url("../images/cb-checked.jpg") left bottom no-repeat;
    cursor: pointer;
}
.custom-checkbox label {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #939393;
}
.orange-button {
	background-color: #ec8100;
	color: #ffffff;
	font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
}
.orange-button a {
	padding: 15px 22px;	
}
input.orange-button {
	margin: 0;
	border-bottom: none;
	cursor: pointer;
	font-size: 70%;	
	padding: 12px 25px !important;
	width: auto !important;	
}
input.right-button {
	float: right;	
}
.transparent-button {
	margin-right: 30px;
}
.transparent-button a {
	color: #939393;
	font-family: 'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	font-size: 70%;
	padding: 14px 20px;	
}
.video-menu-box {
	padding: 30px 20px;	
}
.video-menu-box h3 {
	line-height: 1;	
}
.video-menu-box h3 span {
	display: block;
	font-size: 14px;
	color: #939393;
	font-weight: 400;
	margin-top: 10px;
}
.video-menu-box .orange-button {
	margin-top: 10px;	
}
.author-details {
	float: left;
	width: 15%;	
}
.tagged-colleagues {
	float: left;
	width: 50%;
	margin-left: 18%;	
}
.tagged-colleagues p {
	text-align: justify;	
}
.player-caption {
	padding: 35px 30px;	
}
.player-caption h5 {
	margin-bottom: 20px;	
}
.player-caption p {
	font-size: 70%;
	color: #939393;	
}
.blue-button {
	background-color: #4689a4;
	padding: 5px 25px;
	right: 2%;	
	top: 22%;
}
.blue-button span {
	color: #ffffff;
	font-weight: 600;	
}
#author-name {
	margin-bottom: 10px;	
}
#posted-date {
	margin-bottom: 20px;
	color: #666666;	
}
#location-taken span {
	font-size: 100%;
	display: block;
	max-width: 100%;
}
#location-taken span:after {
	content: "";	
}
#location-taken {
	margin-bottom: 20px;	
}
.video-player {
	position: relative;
	margin-bottom: 58px;	
}
.video-player .play-icon {
	top: 34%;	
	left: 45%;
}
.photo-container {
	position: relative;	
}
.photo-frame {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 1px solid #ffffff;	
}
.postcards-view li {
	width: 32%;
	max-width: 376px;	
	position: relative;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: 3px solid #cccccc;
}
.postcards-view li:nth-child(3n) {
	margin-right: 0;	
}
.mbmfmh-logo {
	position: absolute;
	bottom: 3px;
	left: 3px;	
}
.logo-top {
    position: absolute;
    top: 4px;
    right: 4px;
}
.logo-bottom {
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.postcards-view .fb-likes {
	bottom: 0;
	right: 0;
	top: auto;
	padding-bottom: 7px;
}
.postcard-back {
	background-color: #ffffff;	
	padding: 15px 0;
	min-height: 280px;
}
.postcards-section {
	margin-bottom: 40px;
	padding: 10px 0;	
}
.postcard-back-left {
	float: left;
	width: 58%;	
	padding: 0 10px;
	min-height: 250px;
	border-right: 1px solid #c1ad80;
}
.postcard-back-right {
	float: right;
	width: 40%;	
	padding: 0 10px;
}
.postcard-back h4 {
	border-bottom: 1px solid #c1ad80;	
}
.postcard-back h5 {
	font-size: 110%;
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.2;
}
.postcard-back p {
	font-size: 70%;
	color: #000000;
}
.postcard-credentials p {
	font-family: 'Bauer Bodoni W01 Bold 795736', Helvetica, Arial, sans-serif;
	font-style: italic;	
	padding-bottom: 5px;
	border-bottom: 1px solid #c1ad80;
	font-size: 55%;
	margin-bottom: 10px;
}
.post-stamp {
	width: 65%;
	float: right;	
	margin-top: -10px;
}
.postcard-credentials {
	clear: right;	
}
.fb-likes-small {
	padding: 2px 12px 10px !important;	
}
.postcard-message p {
	line-height: 1;	
}
.postcard-creator {
	margin-bottom: 60px;
}
.creator-indicating-tab {
	float: left;
}
.creator-indicating-tab a {
	padding: 25px 40px;	
	display: block;
	font-family: 'HelveticaNeueW01-75Bold', Helevetica, Arial, sans-serif;
	font-size: 70%;
}
.creator-indicating-tab a img {
	margin-right: 30px;	
}
.front-indicating-tab {
	background-color: #ffffff;
	border-top: 4px solid #ec8100;	
}
.back-indicating-tab {
	background-color: #ebebeb;
	border-top: 4px solid #cccccc;	
}
.back-indicating-tab a {
	font-family: 'HelveticaNeueW01-55Roma', Helevetica, Arial, sans-serif;
}
.front-left-wizard {
	clear: both;
	padding-bottom: 60px;;
}
.front-right-wizard.your-details {
	border-right: 1px solid #ebebeb
}
.front-right-wizard {
	position: relative;	
}
.wizard-container {
	clear: both;
}
.front-wizard-container {
	background-color: #ffffff;	
	border-bottom :3px solid #cccccc;
}
.front-left-wizard .photo-container {
	max-width: 516px;	
}
.front-left-wizard .photo-frame {
	border: 1px solid #c1ad80;	
}
.front-left-wizard h3 {
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;	
}
.front-right-wizard h5 span{
	display: block;
	font-size: 80%;
	color: #cccccc;	
	font-weight: 400;
}
.front-right-wizard h5 {
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;
	float: left;
	width: 30%;
	margin-right: 10%;	
	line-height: 1.2;
	font-weight: 600;
}
.front-right-wizard-section3 h5 {
	font-weight: 400;	
}
.lorange-button {
	background-color: #eeaa00;	
}
.front-right-wizard-section1, .back-wizard-section2 {
	margin-bottom: 40px;	
}
.front-right-wizard-section3 {
	margin-top: 25px;	
}
.front-right-wizard-section2 .select-box {
	padding-top: 10px;
}
.front-right-wizard h3 {
	padding-bottom: 30px;	
}
.front-right-wizard .upload-video-right {
	float: left;	
}
.buttons-container {
	float: left;	
}
.front-right-wizard .orange-button {
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;	
	margin-right: 30px;
}
.front-right-wizard .transparent-button a {
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;	
	font-weight: 400;	
	text-transform: capitalize;
}
.front-right-wizard .select-region-placeholder a {
	font-weight: 400;
	color: #939393;	
	font-size: 70%;
	padding-right: 150px;
}
.front-right-wizard-section1 .upload-btn label {
	padding: 15px;	
}
.select-postcard-icon {
	max-width: 500px;	
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 0;
}
.select-postcard-icon h6 {
	clear: both;
	padding: 18px 0;	
}
.generic-icons h6 {
	border: 1px solid #cccccc;
	border-bottom: none;	
	color: #a68f64;
}
.custom-icons h6 {
	border: 1px solid #cccccc;
	border-top: none;	
	cursor: pointer;
}
.select-postcard-icon ul {
	float: left;
	width: 50%;
	margin: 0 !important;
	background-color: #ffffff;
}
.select-postcard-icon {
	left: -30px;	
}
.select-postcard-icon li a {
	background-image: none;	
	padding: 0;
}
.select-postcard-icon li a:hover {
	background-image: none;	
}
.select-postcard-icon ul li {
	float: left;
	width: 33.33333%;
	max-width: 83px;
	text-align: center;
	margin-bottom: 0;	
	border: 1px solid #cccccc;
}
ul.generic-icons {
	margin-right: -2px !important;	
}
.front-right-wizard .your-details-title {
	margin-bottom: 30px;	
}
.back-left-wizard {
	float: left;
	width: 50%;
	padding: 35px 30px 30px;	
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
	border-bottom: 3px solid #cccccc;
}
.back-right-wizard {
	background-color: #ffffff;
	float: left;
	width: 50%;	
	border-bottom: 3px solid #cccccc;
}
.back-right-wizard .your-details {
	float: none;
	width: 100%;	
}
.postcard-back-big {
	border: 1px solid #cccccc;	
	padding: 25px 0;
}
.postcard-back-big .postcard-back-left {
	padding: 0 20px;	
	border: none;
}
.postcard-back-big .post-stamp {
	width: auto;
	margin-bottom: 15px;	
}
.postcard-back-big .postcard-back-right {
	border-left: 1px solid #c1ad80;	
	padding: 0 20px 35px;
}
.back-left-wizard h3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
.postcard-back-big h4 {
	font-size: 205%;
}
.postcard-back-big h5 {
	font-size: 150%;
	color: #939393;	
	margin-top: 20px;
}
.postcard-back-big .postcard-message p {
	font-size: 80%;
	color: #939393;	
}
.postcard-back-big .postcard-credentials p {
	font-size: 80%;
	color: #cccccc;	
}
.back-right-wizard h3 {
	padding-bottom: 30px;	
}
.back-right-wizard h5 span {
    display: block;
    font-size: 87.5%;
    color: #cccccc;
}
#postcard-message {
	resize: none;
	width: 100%;
	border-bottom: 1px solid #a68f64;;
	height: 30px;
		
}
#postcard-message::-webkit-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 110%;	
}
#postcard-message:-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 110%;
}
#postcard-message::-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 110%;
}
#postcard-message:-ms-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 110%;
}
.region-select-box, .country-select-box {
	width: 47%;
}
.country-select-box {
	clear: left;	
}
.region-select-box .select-region-placeholder a, .country-select-box .select-region-placeholder a {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: 400;	
	color: #939393;
}
.message-chars-remaining {
	margin-top: 10px;
	float: right;
	margin-bottom: 20px;	
}
.message-chars-remaining p {
	font-size: 60%;
	color: #666666;	
}
.back-right-wizard input.right-button {
	margin-top: 50px;	
}
.back-right-wizard .custom-checkbox {
	float: left; 
	margin-top: 60px;	
}
.created-postcard .postcard-front {
	float: left;
	width :49%;
}	
.created-postcard .postcard-back {
	float: left;
	width: 51%;	
	padding: 29px 0;
}
.created-postcard-top h4 {
	font-size: 205%;	
}
.created-postcard-top h5 {
	font-size: 150%;	
}
.created-postcard .postcard-message p {
	font-size: 100%;	
}
.created-postcard .postcard-credentials p {
	font-size: 90%;	
}
.created-postcard .postcard-back-left {
	border-right: none;	
	padding: 0 17px;
}
.created-postcard .postcard-back-right {
	border-left: 1px solid #c1ad80;	
	padding: 9px 15px;
}
.created-postcard .post-stamp {
	margin-top: 0;
	width: auto;
	margin-bottom: 20px;	
	margin-right: 15px;
}
.created-postcard-top {
	border-bottom: 1px solid #ebebeb;	
}
.created-postcard {
	margin-bottom: 60px;	
}
.created-postcard .author-details {
	width: 22%;	
}
.created-postcard .caption-logo {
	margin-top: 35px;	
}
.created-postcard .tagged-colleagues {
	margin-left: 10%;	
}
.created-postcard .tagged-colleagues p {
	text-align: left;	
}
.postcard-sharing {
	float: right;	
	padding-top: 40px;
}
.postcard-sharing .blue-button {
	position: static;	
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
.postcard-sharing .fb-likes span {
	font-size: 60%;
	font-weight: 600;	
	font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
}
.pdf-button {
	margin-bottom: 25px;	
}
.pdf-button a {
	font-size: 60%;
	padding: 15px 25px 15px 32px;	
	font-family: 'HelveticaNeueW02-55Roma', Helvetica, Arial, sans-serif;
}
.voices-container {
	margin-bottom: 60px;	
}
.voices-tab-all, .voices-tab-bydate, .voices-tab-byduration {
	min-width: 188px;
	text-align: center;s	
}
.voices-tab-bydate a, .voices-tab-byduration a {
	color: #939393;
	font-weight: 700;	
}
.voices-tab-bydate {
	border-right: 1px solid #cccccc;	
}
.voices-list {
	clear: both;
	background-color: #ffffff;
	padding: 30px 0;
}
.grey-button {
	background-color: #cccccc;
}
.voices-list-header {
	padding: 0 25px 20px;
	border-bottom: 1px solid #d4dadc;	
}
.voices-list-header h4 {
	float: left;
	font-size: 140%;
	font-family:'BauerBodoniW02-DemiBold', Helevetica, Arial, sans-serif;	
}
.voices-list-header h4 span {
	display: block;
	font-size: 50%;
	color: #060000;
}
.voices-list ul {
	position: relative;	
}
.voices-list ul li {
	padding: 30px 35px;	
}
.play-preview {
	float: left;
	width: 15.5%;
	margin-right: 2%;
	position: relative;	
}
.voice-description {
	float: left;
	padding-top: 15px;	
}
.voice-description h5 {
	margin-bottom: 15px;	
}
.voice-description p {
	font-size: 70%;
	color: #666666;	
}
.voice-description span {
	font-size: 70%;
	color: #939393;	
}
.voice-duration {
	background-color: #4689a4;	
	position: absolute;
	left: 0;
	bottom: 0;
}
.voice-duration p {
	font-size: 60%;
	padding: 5px 10px;	
	color: #ffffff;
	font-weight: 600;
}
.voice-play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	background-color: #ec8100;	
}
.voice-play-icon a span {
	display: none;
	padding: 3px 10px 0;
	color: #ffffff;
	float: left;
	font-weight: 600;
}
.voice-play-icon img {
	float: left;	
}
.voice-play-icon a:hover span {
	display: block;
}
.voices-list ul li:nth-child(2n) {
	background-color: #ebebeb;	
}
.voices-page-controller {
	background-color: #ffffff;	
	padding-bottom: 30px;
	border-bottom: 3px solid #cccccc;
}
.voices-page-controller ul {
	text-align: center;
}
.voices-page-controller ul div {
	display: inline-block;	
}
.voices-page-controller ul li {
	float: left;	
}
.voices-page-controller ul li a {
	padding: 5px 15px 10px;
	display: block;	
	font-size: 70%;
}
.page-previous {
	background-color: #cccccc;	
}
.page-next {
	background-color: #a68f64;	
}
.page-previous a, .page-next a {
	padding: 10px !important;	
}
.voice-active-page a {
	font-weight: 600;
	color: #007ec5;	
}
.left-button {
	float: left;	
}
.voice-details p {
	font-size: 70%;
}
.voice-details-left p {
	width: 80%;	
}
.voice-play .play-preview {
	width: 100%;
	float: none;
}
.voice-play {
	float: left;
	width: 29%;
	margin-right: 2%;
	text-align: center;
}
.voice-details {
	float: left;
	width: 67%;	
}
.voice-details-left {
	float: left;
	width: 55%;
	margin-right: 15%;	
}
.voice-details-right {
	float: left;
	width: 17%;	
}
.voice-details-right .author-details {
	float: none;
	width: 100%;	
}
.voice-details .button {
	max-width: 135px;	
	text-align: center;
	margin: 0;
	width: 30%;
}
.voice-details .button a {
	font-size: 60%;
	font-weight: 600;	
	padding: 15px;
}
.voice-details h5 {
	margin-bottom: 15px;	
}
.details-buttons {
	margin-top: 23%;	
}
.details-buttons .button {
	margin-right: 10px;	
}
.details-buttons .button:last-child {
	margin-right: 0;	
}
.voice-details .transparent-button {
	border: 2px solid #a68f64;	
}
.voice-details .transparent-button a {
	padding: 7px 15px;	
	color: #a68f64;
}
.voice-single-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);	
	z-index: 99;
	display: none;
}
.voice-single {
	background-color: #ffffff;
	padding: 30px 30px 40px;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-bottom: 3px solid #cccccc;
	border-top: 1px solid #ebebeb;
}
.voice-audio-controllers {
	margin-top: 15px;
	display: inline-block;	
}
.voice-audio-controllers div {
	float: left;
	margin-right: 15px;	
}
.voice-audio-controllers div:last-child {
	margin-right: 0;	
}
.voice-audio-controllers div a {
	display: block;	
}
.voice-details-right .grey-button {
	margin-top: 23px;	
	width: 100%;	
}
.absolute-button {
	position: absolute;
	top: 0;
	right: 0;	
}
.voice-single-container .brown-button a {
	padding: 12px 15px;
}
.expand-map-container {
	margin-bottom: 960px;
	margin-top: 20px;
}
.toolkit-login {
	padding-top: 43px;
}
.toolkit-login h3 {
	width: 50%;	
}
.toolkit-login input[type="password"] {
	border-bottom: 1px solid #a68f64;
	padding: 9px 0;	
	width: 100%;
}
.toolkit-login input[type="submit"] {
	padding: 13px 20px;
	color: #ffffff;
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	font-size: 70%;
}
.input-toolkit-pass {
	clear: both;
	display: inline-block;	
	width: 20%;
	margin-top: -12px;
}
.input-toolkit-pass label {
	display: block;
	color: #939393;
	font-size: 70%;	
	font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
}
.git-section-left {
	float: left;
	width: 29%;
	margin-right: 20%;	
}
.git-section-left h3 {
	float: none;
	width: 100%;	
	margin-bottom: 15px;
}
.git-section-left p {
	line-height: 1.2;	
}
.get-in-touch-section {
	padding: 30px;	
}
.git-section-right {
	float: right;
	width: 50%;
	margin-top: 10px;
}
.git-section-right input {
	float: left;
	width: 45%;
	margin-right: 10%;
	border-bottom: 1px solid #a68f64;
	padding: 5px 0;
}
.git-section-right input:nth-child(2n) {
	margin-right: 0;	
}
.git-section-right textarea {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #a68f64;
	height: 30px;
	padding-top: 5px;
	resize: none;
	margin-top: 20px;	
	margin-bottom: 30px;
}
.git-section-right input[type="submit"] {
	border-bottom: none;
	margin-bottom: 20px;	
}
.git-section-right input::-webkit-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.git-section-right input:-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.git-section-right input::-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.git-section-right input:-ms-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.git-section-right textarea::-webkit-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.git-section-right textarea:-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.git-section-right textarea::-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.git-section-right textarea:-ms-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.home-videos-container {
	margin-bottom: 20px;	
}
.home-grid-container {
	margin-bottom: 40px;	
}
.inner-grid-container p {
	font-size: 70%;	
}
.grid-item1 {
	padding: 35px 20px 40px;
	background-color: #ffffff;		
	float: left;
	width: 31%;
	margin-right: 2%;
	border-bottom: 3px solid #d4dadc;
}
.grid-item1 img {
	padding-bottom: 15px;
	border-bottom: 1px solid #c1ad80;
	margin-bottom: 40px;
	width: 100%;
}
.grid-item2 {
	float: left;
	width: 67%;	
}
.grid-item2-left {
	position: relative;
	float: left;
	width: 71%;	
	border-right: 2px solid #ffffff;
	border-bottom: 3px solid #d4dadc;
}
.grid-item-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #ffffff;	
	padding: 25px 15px 15px;
	border-bottom: 2px solid #ffffff;
}
.grid-item-caption p {
	float: left;
	width: 57%;
	margin-right: 5%;	
}
.grid-item-caption .blue-button {
	padding: 0;	
}
.grid-item-caption p a {
	font-size: 100%;
	color: inherit;
	text-decoration: underline;
}
.grid-item-caption .button a {
	padding: 17px 25px;	
}
.grid-item-caption h3 {
	margin-bottom: 10px;	
}
.grid-item2-left .play-icon {
	left: 42%;
	top: 33%;
}
.grid-item2-right {
	float: left;
	width: 29%;	
}
.grid-item2-right-top {
	border-bottom: 2px solid #ffffff;
	position: relative;	
}
.grid-item2-right-bottom {
	position: relative;	
}
.grid-item2-right .play-icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
}
.grid-item3 {
	position: relative;
	float: left;
	width: 31%;
	margin-right: 2%;	
	margin-top: -85px;
	border-bottom: 3px solid #d4dadc;
}
.grid-item-caption-transparent {
	background: rgba(255, 255, 255, 0.9);	
	border-bottom: none;
	padding: 15px;
}
.grid-item-caption-transparent p {
	width: 100%;
	float: none;	
}
.grid-item3 .play-icon {
	left: 42%;
	top: 26%;	
}
.grid-item4 {
	background-color: #4689a4;
	float: left;
	padding: 30px 15px;
	margin-top: 23px;
	margin-right: 2%;	
}
.grid-item4 h3 {
	font-family:'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 30px;	
}
.grid-social-media a {
	float: left;
	margin-right: 22%;
}	
.grid-social-media a:last-child {
	margin-right: 0;	
}
.inner-grid-container .play-icon {
	cursor: pointer;	
}
.grid-item5 {
	width: 49%;
	margin-right: 2%;
	position: relative;
	margin-top: 23px;
	float: left;
	clear: left;
	border-bottom :3px solid #d4dadc;	
}
.grid-item5 .grid-item-caption p {
	width: 57%;
	margin-right: 0;
	flaot: none;	
}
.grid-item6 {
	position: relative;
	float: left;
	width: 49%;
	margin-top: -178px;	
	border-bottom: 3px solid #d4dadc;
}
.grid-item6 .grid-item-caption p {
	float: left;
	width: 52%;	
	margin-right: 10%;
}
.grid-item6 .grid-item-caption {
	padding-bottom: 25px;	
}
.grid-item6 img {
	width: 100%;	
}
.the-film-container {
	margin-bottom: 60px;	
}
.film-caption {
	background-color: #ffffff;
	padding: 40px 30px;	
}
.film-caption .transparent-button {
	width: 100%;
	text-align: center;
	border: 2px solid #a68f64;	
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-top: 5px;
}
.film-caption .transparent-button a {
	font-size: 60%;
	color: #a68f64;
	padding: 7px 15px;
}
.film-caption p {
	float: left; 
	width: 83%;
	font-size: 70%;	
}	
.film-english-transcript {
	margin-bottom: 20px;	
}
.film-spanish-transcript .transparent-button {
	margin-top: -15px;	
}
.film-contributors p {
	float: none; 
	width: 78%;	
}
.film-contributors {
	margin-top: 35px;
	float: right;
	width: 83%;	
}
.film-contributors h5 {
	margin-bottom: 15px;	
}
.film-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.film-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.share-your-voices {
	display: none;
	background-color: #ffffff;
	margin-bottom: 30px;	
	padding: 40px 30px;
}
.share-your-voices-left {
	float: left;
	width: 50%;	
}
.share-your-voices-right {
	float: left;
	width: 50%;	
}
.share-voices-credentials input {
    border-bottom: 1px solid #a68f64;
    float: left;
    width: 40%;
    margin-right: 9%;
    padding: 5px 0;
    margin-bottom: 30px;
}
.share-voices-credentials .region-select-box, .share-voices-credentials .country-select-box {
	width: 40%;	
}
.share-voices-credentials .region-select-box {
	margin-right: 9%;	
}
.share-voices-credentials .country-select-box {
	clear: none;	
}
.share-voices-credentials {
	margin-bottom: 25px; 	
}
.voices-choose-photo {
	float: none;
	width: 100%;
	margin-bottom: 20px;	
}
.share-your-voices-right .upload-btn {
	float: left;
	margin-right: 5%;
	margin-top: 5px;	
}
.share-your-voices .upload-btn-specs {
	float: left;	
}
.share-your-voices-right .upload-btn label {
	padding: 15px;	
}
.share-your-voices-right input.orange-button {
	padding: 12px 15px !important;
	margin-right: 15px;
}
.share-your-voices-right .transparent-button a {
	font-family: 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;	
}
.share-voices-credentials input::-webkit-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.share-voices-credentials input:-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.share-voices-credentials input::-moz-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;
}
.share-voices-credentials input:-ms-input-placeholder {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 105%;	
}
.toolkit-list ul li {
	float: left;		
}
.main-list > li:nth-child(2n) {
	background-color: #ebebeb;	
}
.toolkit-list {
	background-color: #ffffff;
	border-top: 3px solid #a68f64;
	margin-bottom: 80px;	
}
.item-category {
	width: 15%;	
}
.item-document {
	width: 23.6%;	
}
.item-format {
	width: 7.4%;	
}
.item-language {
	width: 14.6%;	
}
.item-audience {
	width: 16.1%;	
}
.item-responsability {
	width: 17.3%;
	margin-right: 0;	
}
.item-value-document {
	width: 29.1%;	
	padding-right: 0 !important;
}
li.item-value-format {
	width: 8.8%;
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif !important;
	text-align: center;
}
.item-value-language {
	width: 16.4%;	
}
.item-value-audience {
	width: 19.2%;	
}
.item-value-responsability {
	width: 17.6%;	
	margin-right: 0;
}
.toolkit-list ul li.list-row {
	float: none;
	border-top: 1px solid #cccccc;	
}
.sub-list {
	float: right;	
	width: 81%;	
	border-bottom: 1px solid #cccccc;
	margin: 0 2% 0 0 !important;
}
span.category-name {
	float: left;
	width: 16%;
	height: 100%;
	padding: 20px 30px;
	color: #a68f64;	
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin-right: 1%;
}
.list-header > li {
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	font-size: 80%;
	padding: 20px 30px;	
	margin-right: 1%;
}
.sub-list > li {
	padding: 15px;	
	margin-right: 2%;
	font-family:'HelveticaNeueW01-55roma', Helvetica, Arial, sans-serif;
	font-size: 70%;
}
.sub-list li:last-child {
	margin-right: 0;	
}
.list-row ul:last-child {
	border-bottom: none;	
}
.sub-list a {
	color: #a68f64;
	font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 3;
}
.item-value-responsability p {
	color: #666666;	
}

/* media queries */

@media screen and (max-width: 1365px) {	
	.video-caption span {
		max-width: 31%;	
	}
	span.caption-last:before {
		content: "/";	
		margin-right: 10px;
	}
}
@media screen and (max-width: 1235px) {
	.grid-item4 h3 {
		font-size: 130%;	
	}
	.grid-social-media a {
		width: 18%;	
	}
	.grid-item3 {
		margin-top: -70px;	
	}
	.grid-item4 {
		padding: 20px 15px;
		margin-top: 18px;	
	}
	.grid-item6 {
		margin-top: -143px;	
	}
	.grid-item1 img {
		margin-bottom: 15px;	
	}
	.grid-item-caption {
		padding: 10px 15px;	
	}
	.grid-item-caption h3 {
		line-height: 1;	
		font-size: 130%;
	}
	.grid-item-caption .blue-button {
		float: right;	
	}
	.grid-item-caption .button a {
		font-size: 60%;	
	}
	.grid-item6 .grid-item-caption {
		padding-bottom: 15px;	
	}
	.postcards-view li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 39%;			
	}
	.postcards-view {
		text-align: center;	
	}
	.postcards-view li {
		text-align: left;
	}
	.postcards-view li:nth-child(3n) {
		margin-right: 2%;	
	}
	.postcards-view li:nth-child(2n) {
		margin-right: 0;
	}
	.created-postcard-top .postcard-back-left {
		min-height: auto;	
	}
	.created-postcard-top .postcard-back {
		min-height :auto;	
	}
	.created-postcard .postcard-back {
		padding: 10px 0 9px;	
	}
	.created-postcard .postcard-credentials p {
	font-size: 69%;	
	}
	.created-postcard-top {
		background-color: #ffffff;	
	}
	.play-preview {
		width: auto;	
	}
	.voice-details-left {
		float: none;
		width: 100%;
		margin-right: 0;	
		margin-bottom: 30px;
	}
	.details-buttons {
		margin-top: 15px;	
	}
	.voice-details-right {
		float: none;
		width: 100%;	
	}
	.voice-details-right .author-details p {
		display: inline-block;	
		margin-right: 10px;
		text-transform: capitalize;
	}
	.voice-details-right .grey-button {
		float: none;	
	}
}
@media screen and (max-width: 1139px) {
	nav li {
		margin: 26px 10px;	
	}
}
@media screen and (max-width: 1023px) {
	header {
		position: relative;	
	}
	.logo {
		float: none;
		position: absolute;
		top: 0;
		left: 15px;
	}
	nav {
		margin-top: 80px;	
	}
	nav li {
		margin: 0 10px !important;	
	}
	.top-section-content h1 {
		margin-bottom: 20px;
		float: none;
		width: 100%;	
	}
	.top-section-content p {
		clear: none;
		width: 50%;
		text-align: justify;	
	}
	.map-bg-section {
		padding: 20px 0;	
	}
	.videos-container li {
		margin-bottom: 15px;	
	}
	.right-button {
		float: none;
		clear: both;
		display: inline-block;	
		margin-top: 20px;
	}
	.video-menu-container {
		padding: 20px;	
	}
	.play-icon {
		left: 50%;	
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.video-thumbnail:hover .play-icon {
		left: 50%;	
	}
	.video-caption span:first-of-type {
		max-width: 100%;	
	}
	.footer-disclaimer {
		width: 100%;	
	}
	.upload-video-left {
		float: none;	
	}
	.upload-video-right {
		width: 100%;	
	}
	.upload-video-details h3 {
		margin-bottom: 15px;
		padding-bottom: 40px;	
	}
	.your-details-title {
		position: relative;	
	}
	.your-details-title h3 {
		padding-bottom: 26px;	
	}
	.your-details-title .right-button {
		position: absolute;
		left: 0;
		top: 30px;	
	}
	.your-details h5 {
		margin-bottom: 15px;	
	}
	.your-details input {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
	}
	.transparent-button {
		margin-top: 0;
		margin-right: 15px;	
	}
	.orange-button.right-button {
		float: right;
		clear: none;	
	}
	.video-player .play-icon {
		width: 15%;
		top: 28%;
		left: 50%;	
	}
	.blue-button {
		top: 5%;	
	}
	.tagged-colleagues {
		width: 67%;
		margin-left: 10%;	
	}
	.author-details {
		width: 20%;	
	}
	.inner-grid-container {
		position: relative;	
	}
	.grid-item1 {
		width: 100%;
		float: none;
		text-align: center;	
		margin-bottom: 15px;
	}
	.grid-item1 img {
		width: auto;	
	}
	.grid-item2 {
		width: 85%;
		float: none;	
		margin: 0 auto 15px;
	}
	.grid-item3 {
		width: 49%;
		margin-right: 2%;
		margin-top: 0;	
	}
	.grid-item4 {
		width: 49%;
		margin-right: 0;
		margin-top: 0;	
	}
	.grid-item3 img {
		width: 100%;	
	}
	.grid-social-media {
		text-align: center;	
	}
	.grid-social-media a {
		float: none;	
	}
	.grid-item6 {
		margin-top: -98px;	
	}
	.post-stamp {
		width: 35%;	
	}
	li.postcard-front {
		width: 48%;	
	}
	li.postcard-back {
		width: 48%;	
	}
	.white-bg-section {
		padding-top: 30px;	
	}
	.right-img {
		margin-bottom: 0;	
	}
	.top-section-content {
		margin-bottom: 30px;	
	}
	.film-caption .transparent-button {
		width: 25%;	
	}
	.film-caption p {
		width: 67%;	
	}
	.film-spanish-transcript .transparent-button {
		margin-top: 0;	
	}
	.film-contributors {
		float: none;
		width: 100%;	
	}
	.film-contributors p {
		width: 100%;	
	}
	.your-details-title h3 {
		margin-bottom: 0;
		padding-bottom: 0;	
		float: none; 
		width: 100%;
	}
	.your-details-title .right-button {
		margin-bottom: 7px;
		position: static;	
		margin-top: 0;
	}
	.front-left-wizard {
		float: none;
		width: 100%;
		border-bottom :3px solid #cccccc;	
	}
	.front-left-wizard .photo-container {
		margin: 0 auto;	
	}
	.front-right-wizard.your-details {
		float: none;
		width: 100%;
		border: none;	
	}
	.front-right-wizard-section2 .select-box {
		float: right;	
	}
	.buttons-container {
		float: right;	
	}
	.back-left-wizard {
		float: none;
		width: 100%;	
	}
	.back-right-wizard {
		float: none;
		width: 100%;	
	}
	.personal-details, .postcard-message-input, .tag-colleague {
		width: 65%;	
		margin-bottom: 20px;
	}
	.region-select-box, .country-select-box {
		width: 100%;
		float: none;	
		margin-bottom :15px;
	}
	.back-right-wizard .custom-checkbox {
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;	
	}
	.tag-colleague {
		margin-bottom: 0;	
	}
	.tag-colleague .orange-button.right-button {
		float: none;
		margin: 0;	
	}
	.created-postcard-top h4 {
		font-size: 130%;	
	}
	.created-postcard-top h5 {
		font-size: 100%;	
	}
	.created-postcard .postcard-message p {
		font-size: 70%;	
	}
	.created-postcard .post-stamp {
		width: 50%;
		margin: 0;
		margin-bottom: 5px;	
	}
	.created-postcard .postcard-back-right {
		padding: 6px 10px;	
	}
	.created-postcard .post-stamp {
		margin-top: -15px;	
	}
	.created-postcard .postcard-credentials p {
		font-size: 60%;
	}
	.voices-list-header .grey-button {
		float: right;
		clear: none;	
	}
	.voice-description {
		float: none;
		width: 100%;
		clear: left;	
	}
	.share-voices-credentials input {
		float: none;
		width: 100%;
		margin-right: 0;	
		margin-bottom: 15px;
	}
	.share-voices-credentials .region-select-box, .share-voices-credentials .country-select-box {
		float: none;
		width: 100%;	
	}
	.share-voices-credentials {
		margin-bottom: 5px;	
	}
	.share-your-voices .upload-btn-specs {
		margin-bottom: 20px;	
	}
	.toolkit-login h3 {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}	
	.toolkit-login input[type="submit"] {
		float: none;	
	}
	.input-toolkit-pass {
		width: 30%;
		margin-top: 0;
		margin-right: 3%;	
	}
	.expand-map-container {
		margin-bottom: 300px;	
	}
	.git-section-left {
		width: 40%;	
		margin-right: 5%;
	}
	.list-header {
		display: none;	
	}
	span.category-name {
		float: none;
		width: 100%;
		display: block;
		text-align: center;	
	}
	.sub-list {
		float: none;
		display: block;
		width: 100%;
		margin: 0 !important;	
	}
	.sub-list > li {
		float: right !important;
		width: 100%;
		text-align: right;
		margin-right: 0;
		padding-left: 130px;
		position: relative;	
		border-bottom: 1px solid #cccccc;		
	}
	.item-value-document:before {
		content: "Document";	
		position: absolute;
		left: 10px;
		font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	}
	.item-value-format:before {
		content: "Format";	
		position: absolute;
		left: 10px;
		font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	}
	.item-value-language:before {
		content: "Language";	
		position: absolute;
		left: 10px;
		font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	}
	.item-value-audience:before {
		content: "Audience";	
		position: absolute;
		left: 10px;
		font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	}
	.item-value-responsability:before {
		content: "Responsability";	
		position: absolute;
		left: 10px;
		font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif;
	}
	.item-value-document {
		padding-right: 15px !important;	
	}
}
@media screen and (max-width: 860px) {
	.postcard-back-left {
		min-height: 200px;	
	}
	.postcard-message p {
		font-size: 50%;	
	}
	.postcard-back {
		min-height: 255px;	
	}
}
@media screen and (max-width: 767px) {
	.body-full {
		height: 100%;
		overflow: hidden;	
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;	
		margin-bottom: 0;
	}
	.header-full {		
		bottom: 0;	
	}
	nav {
		display: none;
		float: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 82px;
		height: 100%;
		overflow-y: auto;	
	}
	nav ul {
		text-align: center;	
	}
	nav ul li {
		display: block;
		float: none;
		text-align: center;
		border-bottom: 1px solid #666666;
	}
	nav ul li:last-child {
		border-bottom: none;	
	}
	.mobile-trigger {
		display: block;	
		float: right;
		padding: 16px 10px;
		cursor: pointer;
	}
	.logo {
		float: left;
		padding: 10px 0;
		position: static;	
	}
	.centerdiv {
		padding: 0 15px;	
	}
	.contentdiv {
		padding-top: 80px;
	}
	h1 {
		font-size: 280%;
	}
	.top-section-content {
		padding-left: 0;	
	}
	.top-section-content h1 {
		padding-bottom: 15px;	
		margin-right: 0;
		line-height: 1;
	}
	.top-section-content p {
		clear: both;
		width: 100%;	
	}
	.right-img {
		float: none;
		display: block;
		margin: 0 auto 20px;	
	}
	.select-box {
		float: none;
		width: 65%;	
	}
	.right-button {
		float: right;	
	}
	.videos-container li {
		float: none;
		margin-right: 0;
		width: 100%;	
	}
	.videos-container {
		margin-bottom: 15px;	
	}
	.footer-disclaimer p:first-child {
		margin-bottom: 10px;	
	}
	footer {
		padding: 25px 0;	
	}
	.upload-video {
		float: none;
		width: 100%;	
		padding: 15px;
	}
	.your-details {
		float: none;
		width: 100%;
		border: none;
		padding: 15px;	
	}
	.upload-video-details h3 {
		padding-bottom :10px;	
	}
	.your-details-title h3 {
		padding-bottom: 26px;	
	}
	.personal-details {
		margin-bottom: 10px;	
	}
	.custom-checkbox {
		margin-top: 10px;	
	}
	.transparent-button.right-button {
		float: none;	
	}
	.upload-video-details {
		margin-bottom: 20px;	
	}
	input.orange-button {
		padding: 12px !important;	
	}
	.video-player .play-icon {
		top: 20%;	
	}
	.player-caption {
		padding: 15px;	
	}
	.player-caption p {
		margin-bottom: 5px !important;	
	}
	.author-details {
		float: none;
		width: 100%;	
		margin-top: 50px;
		margin-bottom: 15px;
		position: relative;
	}
	.author-details #author-name {
		display: inline-block;	
		margin-right: 10px;
	}
	.player-caption h5 {
		margin-bottom: 5px;	
	}
	.caption-logo {
		position: absolute;
		top: 0;
		right: 0;	
	}
	.blue-button {
		top: 5px;	
	}
	.tagged-colleagues {
		float: none; width: 100%;
		margin-left: 0;	
	}
	.video-player {
		margin-bottom: 20px;	
	}
	.grid-item2 {
		width: 100%;	
	}
	.grid-item2-left {
		float: none;
		width: 100%;	
		border-right: none;
	}
	.grid-item-caption {
		position: static;	
	}
	.grid-item2-right {
		float: none; 
		width: 100%;	
	}
	.grid-item2-right > div {
		float: left;
		width: 50%;	
		border: none;
	}
	.grid-item3 {
		float: none;
		width: 100%;
		margin-bottom: 15px;	
	}
	.grid-item3 .play-icon {
		left: 45%;
		top: 40%;	
	}
	.grid-item4 {
		float: none;
		width: 100%;	
		margin-bottom: 15px;
	}
	.grid-item5 {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;	
	}
	.grid-item6 {
		float: none;
		width: 100%;
		margin: 0;	
	}
	li.postcard-front {
		width: 100%;
		margin: 0;	
	}
	li.postcard-back {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;	
	}
	.grid-item2 img {
		width: 100%;
	}
	.grid-item5 img {
		width: 100%;	
	}
	.grid-item2-left .play-icon {
		top: 50%;
		right: 50%;
		left: auto;
		transform: translate(50%, -150%);
		-webkit-transform: translate(50%, -150%);
		-ms-transform: translate(50%, -150%);
	}
	.grid-item-caption p {
		float: none; 
		width: 100%;
		margin-right: 0;	
		margin-bottom: 5px;
	}
	.grid-item6 .grid-item-caption p {
		float: none;
		width: 100%;
		margin-right: 0;		
		margin-bottom: 5px;
	}
	.film-caption .transparent-button {
		width: auto;
		margin-bottom: 15px;	
	}
	.film-caption p {
		float: none;
		width: 100%;
		clear: left;	
	}
	.fb-likes.blue-button {
		padding: 5px 5px 5px 15px;	
	}
	.postcard-creator {
		margin-bottom: 30px;	
	}
	.postcards-section {
		margin-bottom: 30px;	
	}
	.front-right-wizard h5 {
		float: none;
		width: 100%;	
	}
	.front-right-wizard-section2 .select-box {
		float: none;	
	}
	.select-postcard-icon {
		left: auto;
		right: 0;	
	}
	.back-left-wizard {
		padding: 15px 5px;	
	}
	.personal-details, .postcard-message-input, .tag-colleague {
		width: 100%;	
	}
	.region-select-box, .country-select-box {
		width: 100%;	
	}
	.front-left-wizard h3 {
		padding: 0 5px 10px;
		margin-bottom: 15px;	
	}
	.front-right-wizard .your-details-title {
		margin-bottom: 15px;	
	}
	.your-details-title h3 {
		padding-bottom: 10px;	
	}
	.back-right-wizard .custom-checkbox {
		margin-top: 0;	
	}
	.back-left-wizard h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;	
	}
	.created-postcard .postcard-front, .created-postcard .postcard-back {
		float: none;
		width: 100%;	
		border-bottom: 2px solid #cccccc;
	}
	.created-postcard .author-details {
		margin-top: 0;
		float: none;
		 width: 100%;	
	}
	.created-postcard .tagged-colleagues {
		margin-left: 0;
		width: 100%; 
		float: none;	
	}
	.postcard-sharing > div {
		display: inline-block;
		max-width: 32%;
		margin-right: 2%;		
		margin-bottom: 0;
		vertical-align: top;
	}
	.postcard-sharing > div:last-child {
		margin-right: 0;
	}
	.postcard-sharing {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;	
	}
	.pdf-button a {
		padding: 17px;	
	}
	.created-postcard .caption-logo {
		margin-top: 0;	
	}
	.postcard-front .fb-likes.blue-button {
		padding: 0 15px 5px 15px;	
	}
	.share-your-voices-left {
		float: none;
		width: 100%;	
		margin-bottom: 30px;
	}
	.share-your-voices-right {
		float: none;
		width: 100%;	
	}
	.voices-tab-all, .voices-tab-bydate, .voices-tab-byduration {
		min-width: auto;	
	}
	.voice-play {
		float: none;
		width: auto;
		margin: 0 0 15px;	
	}
	.voice-play img {
		width: 100%;	
	}
	.voice-details {
		float: none; 
		width: 100%;	
	}
	.voice-single {
		padding: 15px;	
	}
	.voice-details-right .author-details {
		margin-top: 0;	
	}
	.voice-details-right #posted-date {
		margin-bottom: 10px;	
	}
	.input-toolkit-pass {
		width: 40%;	
	}
	.git-section-left {
		float: none;
		width: 100%;
		float: none;
		margin-bottom: 15px;	
	}
	.git-section-right {
		float: none;
		width: 100%;	
	}
	.git-section-right input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 	
	}
	.git-section-right textarea {
		margin-top: 0;	
	}
	.video-thumbnail > a > img {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.video-menu-container h3 {
		font-size: 150%;
		margin-bottom: 10px;	
		float: none;
	}
	.select-box {
		width: 100%;	
	}
	.fb-likes {
		top: 10px;	
	}
	.video-caption {
		padding: 20px 10px;	
	}
	.video-player .play-icon {
		top: 18%;	
	}
	.grid-item2-left .play-icon {
		top: 35%;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			
	}
	.grid-item3 .play-icon {
		left: 50%;
		top: 35%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);	
	}
	.grid-item5 .grid-item-caption p {
		width: 100%;
		float: none;	
	}
	.video-menu-container h3 {
		font-size: 120%;	
	}
	.button a {
		font-size: 60% !important;	
		padding: 15px;
	}
	.top-section-content h1 {
		font-size: 200%;	
	}
	input.orange-button {
		font-size: 60%;	
	}
	.upload-btn label {
		font-size: 60%;	
	}
	.fb-likes span {
		font-size: 60%;	
	}
	.creator-indicating-tab a {
		padding: 25px 24px;	
	}
	.front-left-wizard {
		padding: 0;	
	}
	.postcard-back-big .postcard-back-left {
		padding: 0 5px;	
		width: 50%;
	}
	.postcard-back-big h4 {
		font-size: 130%;	
	}
	.postcard-back-big h5 {
		font-size: 100%;	
	}
	.postcard-back-big .postcard-back-right {
		padding: 0 5px 30px;
		width: 50%;
	}
	.postcard-back-big .postcard-credentials p {
		font-size: 70%;	
	}
	.postcard-sharing > div {
		display: block;
		max-width: 170px;
		width: auto;
		margin: 0 auto 10px !important;	
	}
	.created-postcard {
		margin-bottom: 30px;	
	}
	.voices-list ul li {
		padding: 15px;	
	}
	.voices-page-controller ul li a {
		padding: 5px 10px 10px;	
	}
	.details-buttons .button {
		float: none;
		margin: 0 auto 10px !important;	
	}
	.toolkit-login input[type="submit"] {
		font-size: 60%;	
	}
	.input-toolkit-pass {
		width: 100%;	
	}
	.toolkit-login h3 {
		margin-bottom: 15px;	
	}
}
@media screen and (max-width: 359px) {
	.video-player .play-icon {
		top: 16%;	
	}
	.voices-page-controller ul li a {
		padding: 5px 5px 10px;	
	}
	.voices-container .creator-indicating-tab a {
		padding: 25px 15px;	
	}
}