/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}h2{font-size:1.5em;margin:0.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:0.83em;margin:1.67em 0}h6{font-size:0.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:1.225em}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* web fonts */

@font-face {
	font-family: 'Icons';
	src: url("fonts/icons/icons.eot");
	src: url("fonts/icons/icons.eot?#iefix") format('embedded-opentype'),
	     url("fonts/icons/icons.woff") format('woff'),
	     url("fonts/icons/icons.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("fonts/lato-light.eot");
	src: url("fonts/lato-light.eot?#iefix") format('embedded-opentype'),
	     url("fonts/lato-light.woff") format('woff'),
	     url("fonts/lato-light.ttf") format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("fonts/lato-bold.eot");
	src: url("fonts/lato-bold.eot?#iefix") format('embedded-opentype'),
	     url("fonts/lato-bold.woff") format('woff'),
	     url("fonts/lato-bold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("fonts/lato-black.eot");
	src: url("fonts/lato-black.eot?#iefix") format('embedded-opentype'),
	     url("fonts/lato-black.woff") format('woff'),
	     url("fonts/lato-black.ttf") format('truetype');
	font-weight: 900;
	font-style: normal;
}



/* base styles: opinionated defaults */

html,
button,
input,
select,
textarea {
    color: #1d0908;
    font-family: Lato, "Helvetica Neue", Helvetica, "DejaVu Sans", Arial, sans-serif;
    font-weight: 300;
}

:lang(he) {
    font-family: "Helvetica Neue", "DejaVu Sans", Arial, sans-serif;
}

body {
	background-color: #f5f5f5;
    font-size: 1em;
    line-height: 1.4;
}

h1,
h2 {
	color: #e3483f;
	font-weight: 300;
	margin: 0;
}

a {
	color: #e3483f;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background: #dde4ec;
    text-shadow: none;
}

::selection {
    background: #dde4ec;
    text-shadow: none;
}



/* forms */

.form-line {
	padding-top: 2em;
}

.form-line label {
	color: #707c7c;
	display: block;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
}

.label-error {
	border-bottom-color: #e3483f !important;
}

.form-line input,
.form-line textarea {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #707c7c;
	display: block;
	font-size: 1.5em;
	padding: 0;
}

.form-line input:focus,
.form-line textarea:focus {
	border-bottom-color: #1d0908;
	outline: none;
}



/* buttons */

.button-orange,
.button-gray {
	border: none;
	color: #f5f5f5;
	font-weight: 700;
	padding: .6em 2.2em;
	text-transform: uppercase;
}

.button-orange {
	background-color: #e3483f;
}

.button-gray {
	background-color: #707c7c;
}





/* structure */

.container {
	left: 2%;
	width: 96%;
}

header {
	position: fixed;
	top: 0;
}

.contents-top {
	background-color: #f5f5f5;
	background-color: rgba(245,245,245,.95);
	border-bottom: 6px solid #1d0908;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: -100%;
	z-index: 6;
}
.contents-top-active {
	top: -6px;
}
/* safari desktop & mobile fix */
.contents-top-active-percent {
	top: 0%;
}

.photo-wall-wrapper {
	padding-bottom: 2.5em;
	position: absolute;
	top: 20em;
	z-index: 2;
}

footer {
	background-color: #f5f5f5;
	background-color: rgba(245,245,245,.9);
	color: #707c7c;
	height: 2.5em;
	width: 100%;
}

.contents-bottom {
	bottom: 0;
	overflow: hidden;
	position: fixed;
	z-index: 3;
}





/* header */

.header-logo h1 {
	color: #1d0908;
	font-family: Lato, "Helvetica Neue", "DejaVu Sans", Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.header-logo h1:before {
	content: "";
	font-size: 0;
	position: absolute;
	top: 0;
}
.ltr .header-logo h1:before {
	left: 0;
}
.rtl .header-logo h1:before {
	right: 0;
}

/* full header */

.header-full {
	height: 10em;
	padding: 4.75em 0;
	z-index: 1;
}

.header-full .header-section {
	float: left;
	width: 27.33%;
}
.rtl .header-full .header-section {
	float: right;
}

.ltr .header-full .header-section:not(:first-child) {
	padding-left: 9%;
}
.rtl .header-full .header-section:not(:first-child) {
	padding-right: 9%;
}

/* small header */

.header-small {
	background-color: #f5f5f5;
	padding-top: 6px;
	z-index: 4;
}

/* logo */

.header-full .header-logo h1 {
	font-size: 2.125em;
	line-height: .92em;
	word-spacing: 9999px;
}
.ltr .header-full .header-logo h1 {
	padding-left: 72px;
}
.rtl .header-full .header-logo h1 {
	padding-right: 72px;
}

.ltr .header-full .header-logo h1:before {
	box-shadow: 13px 17px 0 13px #1d0908,
				13px 45px 0 13px #1d0908,
				41px 45px 0 13px #1d0908,
				34px 24px 0 13px #f5f5f5,
				41px 17px 0 13px #1d0908;
}
.rtl .header-full .header-logo h1:before {
	box-shadow: -13px 45px 0 13px #1d0908,
				-41px 45px 0 13px #1d0908,
				-41px 17px 0 13px #1d0908,
				-20px 24px 0 13px #f5f5f5,
				-13px 17px 0 13px #1d0908;
}

.no-boxshadow .header-full .header-logo h1 {
	background-image: url(../img/logo-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.ltr .header-small .header-logo {
	float: left;
}
.rtl .header-small .header-logo {
	float: right;
}

.header-small .header-logo h1 {
	font-size: 1.375em;
	line-height: 3.37em;
}
.ltr .header-small .header-logo h1 {
	padding-left: 52px;
}
.rtl .header-small .header-logo h1 {
	padding-right: 52px;
} 

.ltr .header-small .header-logo h1:before {
	box-shadow: 9px 27px 0 9px #1d0908,
				9px 47px 0 9px #1d0908,
				29px 47px 0 9px #1d0908,
				26px 30px 0 7px #f5f5f5,
				29px 27px 0 9px #1d0908;
}
.rtl .header-small .header-logo h1:before {
	box-shadow: -12px 30px 0 7px #f5f5f5,
				-29px 27px 0 9px #1d0908,
				-9px 27px 0 9px #1d0908,
				-9px 47px 0 9px #1d0908,
				-29px 47px 0 9px #1d0908;
}

.no-boxshadow .header-small .header-logo h1 {
	background-image: url(../img/logo-small.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* about */

.ltr .header-full .header-about {
	border-left: 1px solid #9f9796;
	margin-left: -1px;
}
.rtl .header-full .header-about {
	border-right: 1px solid #9f9796;
	margin-right: -1px;
}

.header-about h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: .625em;
}

.header-about h2:lang(he) {
	font-size: 1.75em;
}

.header-about h2 a {
	border-bottom: 1px dotted #e38984;
	text-decoration: none;
}
.header-about h2 a:hover { border-bottom-color: #e3483f; border-bottom-style: solid; }

.header-about p {
	margin: 0;
}

.about-more-text {
	color: inherit;
	display: block;
	text-decoration: none;
}

.no-touch .about-more-text:hover {
	color: #e3483f;
}

.about-more-icon {
	position: relative;	
}

.about-more-icon:before {
	color: #e3483f;
	content: '\e705';
	font-family: Icons;
	-webkit-font-smoothing: antialiased;
	padding: 0 .25em;
	position: absolute;
	speak: none;
	top: 0;
}
.ltr .about-more-icon:before {
	left: 0;
}
.rtl .about-more-icon:before {
	right: 0;
}

.header-small .header-about,
.header-small .header-join {
	display: none;
}

/* nav */

.header-small nav {
	color: #707c7c;
	display: block;
	float: right;
}
.rtl .header-small nav {
	float: left;
}

.header-small nav ul {
	float: right;
	margin: 0;
	padding: 0;
}
.rtl .header-small nav ul {
	float: left;
}

.header-small nav li {
	display: inline;
	font-weight: 700;
	line-height: 4.625em;
	text-transform: uppercase;
}
.ltr .header-small nav li {
	float: left;
	padding-left: 1em;
}
.rtl .header-small nav li {
	float: right;
	padding-right: 1em;
}

.header-small nav li:not(:first-child):before {
	content: "•";
	speak: none;
}
.ltr .header-small nav li:not(:first-child):before {
	padding-right: 1em;
}
.rtl .header-small nav li:not(:first-child):before {
	padding-left: 1em;
}

.header-small nav li a {
	color: #e3483f;
	padding: 1em 0;
	text-decoration: none;
}

.no-touch .header-small nav li a:hover {
	color: #1d0908;
}

.header-small nav span {
	cursor: pointer;
}

.header-full nav {
	display: none;
}

.nav-icon {
	cursor: pointer;
	font-family: Icons;
	font-size: 1.5em;
	line-height: 3em;
	position: absolute;
	top: .3em;
}
.ltr .nav-icon {
	right: 0;
}
.rtl .nav-icon {
	left: 0;
}

.nav-icon-active {
	color: #1d0908;
}

/* join */

.header-full .header-join {
	margin-top: 0.25em;
}



/* join buttons */

.join-facebook,
.join-upload {
	border: none;
	color: #f5f5f5;
	display: block;
	font-weight: 700;
	padding: .6em 0 .6em 2.375em;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.rtl .join-facebook,
.rtl .join-upload {
	padding: .6em 2.375em .6em 0;
}

.join-facebook:lang(ru) {
	letter-spacing: -.075em;
}

.join-facebook:before,
.join-upload:before {
	color: #f5f5f5;
	font-family: Icons;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	speak: none;
	top: .5em;
}

.join-facebook {
	background-color: #004fb6;
}

.join-facebook:before {
	content: '\f09a';
	font-size: 2.063em;
}
.ltr .join-facebook:before {
	left: .394em;
}
.rtl .join-facebook:before {
	right: .394em;
}

.join-upload {
	background-color: #707c7c;
}

.join-upload:before {
	content: '\2191';
	font-size: 2.25em;
}
.ltr .join-upload:before {
	left: .222em;
}
.rtl .join-upload:before {
	right: .222em;
}

.tip {
	color: #707c7c;
	font-size: .75em;
	font-weight: 700;
}

.join-separator {
	color: #707c7c;
	display: block;
	font-family: "Hoefler Text", Constantia, Garamond, Baskerville, "Baskerville Old Face", Times, "Times New Roman", serif;
	font-size: 1.125em;
	font-style: italic;
	font-weight: bold;
	margin: .4em 0 .6em;
	position: relative;
	text-align: center;
}

.join-separator:before,
.join-separator:after {
	border-bottom: 1px solid #c0c5c5;
	bottom: .7em;
	content: "";
	position: absolute;
	width: 42%;
}

.ltr .join-separator:before,
.rtl .join-separator:after {
	left: 0;
}

.rtl .join-separator:before,
.ltr .join-separator:after {
	right: 0;
}

/* join upload form for IE */

.join-upload-classic {
	display: none;
}

.join-upload-classic-input {
	height: 2.4em;
	width: 100%;
}





/* top contents */

.contents-top section {
	margin: -13.875em auto 0;
	height: 27.75em;
	position: relative;
	top: 50%;
	width: 47.75em;
}

.contents-top h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 1.4em;
}

.contents-img {
	background-color: #c0c5c5;
	height: 328px;
	overflow: hidden;
	position: relative;
	width: 328px;
}
.ltr .contents-img {
	float: left;
	margin: .375em 6.75em 0 0;
}
.rtl .contents-img {
	float: right;
	margin: .375em 0 0 6.75em;
}

.top-close {
	color: #707c7c;
	font-size: 1.375em;
	margin-top: .591em;
	position: absolute;
	text-decoration: none;
	top: 0;
}
.ltr .top-close {
	padding-left: 1.375em;
	right: 0;
}
.rtl .top-close {
	left: 0;
	padding-right: 1.375em;
}

.top-close:before {
	content: '\2716';
	font-family: Icons;
	font-size: 1.136em;
	position: absolute;
	top: 0;
	speak: none;
}
.ltr .top-close:before {
	left: 0;
}
.rtl .top-close:before {
	right: 0;
}

.no-touch .top-close:hover {
	color: #e3483f;
}

.contents-top,
.contents-top-active {
	-webkit-transition: top .6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: top .6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}



/* about */

.about p {
	font-size: 1.125em;
	line-height: 1.5em;
	margin-top: 0;
}



/* join */

/* step 1 */

.join-buttons {
	margin: 6.375em auto 0;
	width: 20.5em;
}

/* step 2 */

.join-form form {
	padding-top: .5em;
	width: 20.5em;
}
.ltr .join-form form {
	float: right;
}
.rtl .join-form form {
	float: left;
}

.join-form .form-line input {
	border-radius: 0;
	width: 100%;
}

.join-form .label-active {
	color: #1d0908;
}

.join-form .button-orange {
	margin-top: 1.125em;
}

.ltr .join-form .button-gray {
	margin-left: .75em;
}
.rtl .join-form .button-gray {
	margin-right: .75em;
}

.join-change-photo {
	background-color: #e3483f;
	background-color: rgba(227,72,63,.9);
	bottom: 0;
	color: #f5f5f5;
	cursor: pointer;
	display: none;
	font-size: .75em;
	font-weight: 700;
	left: 0;
	padding: 1em 0;
	position: absolute;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	width: 100%;
}

/* character counter */
.counter {
	color: #707c7c;
	cursor: default;
	display: block;
	font-family: "Hoefler Text", Constantia, Garamond, Baskerville, "Baskerville Old Face", Times, "Times New Roman", serif;
	font-size: 1.125em;
	font-style: italic;
	font-weight: bold;
}
.ltr .counter {
	padding-right: 1px;
	text-align: right;	
}
.rtl .counter {
	padding-left: 1px;
	text-align: left;
}
.warning,
.exceeded {
	color: #e3483f;
}

/* step 3 */

.join-success {
	text-align: center;
}

.join-success h2 {
	color: #007b41;
	font-size: 2.25em;
	margin: 0;
}

.join-thanks {
	font-size: 1.5em;
	margin: .375em 0 1.25em;
}

.join-success p {
	line-height: 1.5em;
}

.join-facebook-like {
	margin-bottom: .5em;
}

.join-success .button-orange {
	margin-top: 1.375em;
}





/* photo wall */

.photos-loading {
	height: 2.6em;
	margin-top: 2.6em;
}

.photos img {
	cursor: pointer;
	float: left;
	height: 80px;
	width: 80px;
}
.rtl .photos img {
	float: right;
}

.img-loading {
	opacity: 0;
}

.no-touch .img-loaded:hover {
	opacity: .75;
}

.img-loaded {
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}





/* footer */

.fan-count {
	float: left;
	font-size: .875em;
	font-weight: 700;
	line-height: 2.5em;
	margin: 0;
}
.rtl .fan-count {
	float: right;
}

.fan-count span {
	color: #e3483f;
}

.footer-nav {
	float: right;
	list-style: none;
	list-style-image: none;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
}
.rtl .footer-nav {
	float: left;
}

.footer-nav li {
	display: inline;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
}
.ltr .footer-nav li {
	float: left;
	padding-left: .66em;
}
.rtl .footer-nav li {
	float: right;
	padding-right: .66em;
}

.footer-nav li:not(:first-child):before {
	content: "•";
	speak: none;
}
.ltr .footer-nav li:not(:first-child):before {
	padding-right: .66em;
}
.rtl .footer-nav li:not(:first-child):before {
	padding-left: .66em;
}

.footer-nav span {
	cursor: pointer;
	position: relative;
}

.footer-nav-active:after {
	border-color: transparent transparent #1d0908 transparent;
	border-style: solid;
	border-width: 6px;
	bottom: -1px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.ltr .footer-nav-active:after {
	left: 42%;
}
.rtl .footer-nav-active:after {
	right: 42%;
}

.footer-nav a,
.footer-nav span {
	color: #707c7c;
	padding-bottom: 1em;
	padding-top: 1em;
	text-decoration: none;
}

.no-touch .footer-nav a:hover,
.no-touch .footer-nav span:hover,
.footer-nav .footer-nav-active {
	color: #e3483f;
}





/* bottom contents */

.contents-bottom section {
	background-color: #1d0908;
	color: #f5f5f5;
	overflow: hidden;
	padding: 0 1.5%;
	width: 97%;
}

.contents-bottom section h1 {
	display: none;
}



/* contact us */

.contact form {
	padding-bottom: 2em;
}

.contact .form-line {
	width: 27%;
}
.ltr .contact .form-line {
	float: left;
	margin-right: 3%;
}
.rtl .contact .form-line {
	float: right;
	margin-left: 3%;
}

.contact .label-active {
	color: #f5f5f5;
}

.contact input,
.contact textarea {
	border-radius: 0;
	color: #f5f5f5;
	width: 100%;
}

.contact input:focus,
.contact textarea:focus {
	border-bottom-color: #f5f5f5;
}

.contact textarea {
	height: 1.2em;
	max-height: 120px;
}

.contact .button-orange {
	margin-top: 2.5em;
	padding-left: 0;
	padding-right: 0;
	width: 10%;
}

.contact-success {
	color: #007b41;
	font-size: 2em;
	margin: 0;
	padding: .5em 0;
	text-align: center;
}

#contact-email-confirm {
	display: none;
}



/* credits */

.credits ul {
	float: left;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 1em 0;
}
.rtl .credits ul {
	float: right;
}

.credits li {
	display: inline;
	line-height: 1em;
	padding: 1em 0;
	white-space: nowrap;
}
.ltr .credits li {
	float: left;
	margin-right: 4em;
}
.rtl .credits li {
	float: right;
	margin-left: 4em;
}

.credits a {
	text-decoration: none;
}

.ltr .credits img {
	float: left;
	margin-right: 10px;
}
.rtl .credits img {
	float: right;
	margin-left: 10px;
}

.credits-text {
	color: #707c7c;
}
.ltr .credits-text {
	padding-left: 60px;
}
.rtl .credits-text {
	padding-right: 60px;
}

.credits-text span {
	color: #f5f5f5; 
}



/* change language */

.language ul {
	float: right;
	list-style: none;
	list-style-image: none;
	line-height: 3.5em;
	margin: 0;
	padding: 0;
}
.rtl .language ul {
	float: left;
}

.language li {
	display: inline;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
}
.ltr .language li {
	float: right;
	margin-left: 2.666em;
}
.rtl .language li {
	float: left;
	margin-right: 2.666em;
}

.language li a {
	color: #f5f5f5;
	padding-bottom: 1em;
	padding-top: 1em;
	text-decoration: none;
}

.no-touch .language li a:hover {
	color: #e3483f;
}

.lang-flag {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 16px;
}
.ltr .lang-flag {
	background-position: 100% 50%;
	padding-right: 1.833em;
}
.rtl .lang-flag {
	background-position: 0 50%;
	padding-left: 1.833em;
}

.lang-en { background-image: url(../img/lang-en.png); }
.lang-pl { background-image: url(../img/lang-pl.png); }
.lang-pt { background-image: url(../img/lang-pt.png); }
.lang-es { background-image: url(../img/lang-es.png); }
.lang-de { background-image: url(../img/lang-de.png); }
.lang-fr { background-image: url(../img/lang-fr.png); }
.lang-it { background-image: url(../img/lang-it.png); }
.lang-ru { background-image: url(../img/lang-ru.png); }
.lang-he { background-image: url(../img/lang-he.png); }

.no-backgroundsize .lang-flag {
	background: none;
}
.ltr .no-backgroundsize .lang-flag {
	padding-right: 0;
}
.rtl .no-backgroundsize .lang-flag {
	padding-left: 0;
}





/* fan profile */

.profile-bg {
	background-color: rgba(112,124,124,.5);
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 5;
}

.profile {
	background-color: #f5f5f5;
	height: 20em;
	left: 50%;
	margin: -10em 0 0 -27.5em;
	outline: 1px solid #707c7c;
	position: absolute;
	top: 50%;
	width: 55em;
}

.profile img {
	background-color: #e7e9e9;
}
.ltr .profile img {
	float: left;
	margin-right: 5em;
}
.rtl .profile img {
	float: right;
	margin-left: 5em;
}

.profile-info {
	float: left;
	height: 20em;
	position: relative;
	width: 27.5em;
}
.rtl .profile-info {
	float: right;
}

.profile-info h1 {
	font-size: 3em;
	line-height: 1em;
	margin-top: .666em;
}

.profile-location {
	font-size: 1.5em;
	line-height: 1em;
	margin: .625em 0 0;
}

.profile-share {
	bottom: 1.5em;
	color: #707c7c;
	font-size: .75em;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
}

.profile-share a {
	font-family: Icons;
	font-size: 2em;
	font-weight: normal;
	padding: 0 .25em;
	position: relative;
	text-decoration: none;
}

.ltr .profile-share span:first-child {
	margin-right: .5em;
}
.rtl .profile-share span:first-child {
	margin-left: .5em;
}

.profile-share-facebook:before,
.profile-share-twitter:before,
.profile-share-googleplus:before {
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.profile-share-facebook:before {
	color: #3d589d;
	content: '\f09a';
}

.profile-share-twitter:before {
	color: #00aced;
	content: '\f099';
}

.profile-share-googleplus:before {
	color: #db4a37;
	content: '\f0d5';
}

.profile-close {
	background-color: #707c7c;
	color: #f5f5f5;
	cursor: pointer;
	height: 2.5em;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 2.5em;
}
.ltr .profile-close {
	right: 0;
}
.rtl .profile-close {
	left: 0;
}

.no-touch .profile-close:hover {
	background-color: #e3483f;
}

.profile-close:before {
	content: '\2715';
	font-family: Icons;
	font-size: 2em;
	position: absolute;
	speak: none;
	top: 0;
}
.ltr .profile-close:before {
	left: .375em;
}
.rtl .profile-close:before {
	right: .375em;
}





/* helper classes */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.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; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }





/* Media Queries for Responsive Design */

@media only screen and (max-width: 1120px) {
	.ltr .header-full .header-logo h1 { padding-left: 52px; }
	.rtl .header-full .header-logo h1 { padding-right: 52px; }
    .ltr .header-full .header-logo h1:before {
		box-shadow: 9px 12px 0 9px #1d0908,
					9px 32px 0 9px #1d0908,
					29px 32px 0 9px #1d0908,
					26px 15px 0 7px #f5f5f5,
					29px 12px 0 9px #1d0908;
	}
	.rtl .header-full .header-logo h1:before {
		box-shadow: -12px 15px 0 7px #f5f5f5,
					-29px 12px 0 9px #1d0908,
					-9px 12px 0 9px #1d0908,
					-9px 32px 0 9px #1d0908,
					-29px 32px 0 9px #1d0908;
	}
}
@media only screen and (max-width: 1000px) {
	.header-small .header-logo h1 { font-size: 22px; }
	.contents-top { overflow: auto; }
	.profile { height: auto; left: 6%; margin: 0; top: 30%; width: 88%; }
	.profile img { height: auto; width: 35%; }
	.ltr .profile img { margin-right: 5% !important; }
	.rtl .profile img { margin-left: 5% !important; }
	.profile-info { height: auto; width: -webkit-calc(60% - 2.5em); width: calc(60% - 2.5em); }
	.profile-share { display: none; }
	.profile-info h1 { font-size: 2.5em; }
	.profile-location { font-size: 1.25em; }
}
@media only screen and (max-width: 880px) {
	.about .contents-img { height: auto; width: 41%; }
	.ltr .contents-img { margin-right: 10% !important; }
	.rtl .contents-img { margin-left: 10% !important; }
	.contents-top section { width: 91%; }
	.join-form form { width: -webkit-calc(90% - 328px); width: calc(90% - 328px); }
	.join-form .button-gray { display: none; }
}
@media only screen and (max-width: 720px) {
	.nav-icon { display: inline; }
	.contents-top h1 { font-size: 2em; margin-top: .325em; }
	.top-close span { display: none; }
	.fan-count { float: none; text-align: center; }
	.header-small nav li { font-size: .875em; line-height: 3em !important; }
	.ltr .header-small nav li { padding: 0 1em 0 0 !important; }
	.rtl .header-small nav li { padding: 0 0 0 1em !important; }
	nav ul, .footer-nav, nav li:not(:first-child):before, .footer-nav-active:after { display: none; }
	.join .contents-img, .join-form form { float: none !important; margin: 0 auto !important; }
	.join-form form { padding-bottom: 1.5em; width: 328px; }
	.profile-info h1 { font-size: 2em; }
	.profile-location { font-size: 1em; }
	.profile-message { font-size: .875em; }
}
@media only screen and (max-width: 560px) {
	.container { left: 0; width: 100%; }
	.ltr .header-small .header-logo h1 { margin-left: .5em; }
	.rtl .header-small .header-logo h1 { margin-right: .5em; }
	.ltr .nav-icon { right: .375em; }
	.rtl .nav-icon { left: .375em; }
	nav { padding-left: 1em; padding-right: 1em; }
	.photo-wall-wrapper { padding: 0; }
	.profile-info h1 { font-size: 1.5em; }
}
@media only screen and (max-width: 480px) {
	.ltr .header-small .header-logo h1 { padding-left: 0 !important; }
	.rtl .header-small .header-logo h1 { padding-right: 0 !important; }
	.header-small .header-logo h1:before { display: none; }
	.profile img { display: none; }
	.profile-info { width: -webkit-calc(95% - 2.5em); width: calc(95% - 2.5em); }
	.ltr .profile-info { padding-left: 5%; }
	.rtl .profile-info { padding-right: 5%; }
}
@media only screen and (max-width: 400px) {
	.header-small .header-logo h1 { font-size: 18px; }
	.nav-icon { top: .1em; }
	.join-buttons { width: 100%; }
	.join .contents-img { -webkit-transform: scale(.8); -ms-transform: scale(.8); transform: scale(.8); }
	.ltr .join .contents-img { -webkit-transform-origin: 20%; -ms-transform-origin: 20%; transform-origin: 20%; }
	.rtl .join .contents-img { -webkit-transform-origin: 80%; -ms-transform-origin: 80%; transform-origin: 80%; }
	.join-form form { width: 100%; }
}
@media only screen and (max-height: 480px) and (max-width: 720px) {
	.photos-loading { margin-bottom: 2.6em; }
	footer { display: none; }
}
@media only screen and (max-height: 480px) {
	.contents-top { overflow: auto; }
	.contents-top section { margin-top: 0; top: 1.25em; }
}





/* tipsy */
.tipsy{font-size:1em;position:absolute;padding:5px;z-index:10}.tipsy-inner{background-color:#e3483f;color:#f5f5f5;max-width:200px;padding:8px 12px;text-align:center}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #e3483f}.tipsy-arrow-n{border-bottom-color:#e3483f}.tipsy-arrow-s{border-top-color:#e3483f}.tipsy-arrow-e{border-left-color:#e3483f}.tipsy-arrow-w{border-right-color:#e3483f}.tipsy-n .tipsy-arrow{top:0px;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}

/* apprise */
.appriseOverlay{position:fixed;top:0;left:0;background:rgba(0,0,0,0.3);display:none;z-index:100;}.appriseOuter{background:#f5f5f5;border:1px solid #fff;box-shadow:0 3px 7px #333;-webkit-box-shadow:0 3px 7px #333;border-radius:4px;z-index:101;min-width:200px;min-height:50px;max-width:75%;position:fixed;display:none;}.appriseInner{color:#111;padding:20px;}.appriseInner button{border:1px solid #bbb;border-radius:3px;background:0;color:#232d3d;font-size:12px;font-weight:700;text-shadow:0 1px 0 #fff;cursor:pointer;box-shadow:0 1px 2px #ccc;-webkit-box-shadow:0 1px 2px #ccc;margin:0 3px;padding:4px 20px;}.appriseInner button:hover{color:#d85054;}.aButtons,.aInput{text-align:center;margin:20px 10px 0;}.aTextbox{border:1px solid #aaa;border-radius:4px;box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;width:180px;font-size:12px;font-weight:700;padding:5px 10px;}