@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Barmenoroman';
    src: url('../font/barmeno-webfont.eot');
    src: url('../font/barmeno-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/barmeno-webfont.woff2') format('woff2'),
         url('../font/barmeno-webfont.woff') format('woff'),
         url('../font/barmeno-webfont.ttf') format('truetype'),
         url('../font/barmeno-webfont.svg#barmenoroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #F06858;
	min-width: 1000px;
	margin: 0 auto;
	font-family: Barmenoroman, Verdana, Geneva, sans-serif;
	color: #56BFFF;
}

.font-one {
	font-family: Barmenoroman, Verdana, Geneva, sans-serif;
}
.font-two {
	font-family: Arial, Helvetica, sans-serif;
}
.font-three {
	font-family: "Permanent Marker", cursive;
}

h1 {
	font-size: 30px;
	color: #000000;
	font-weight: 300;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}



/* ================ RESET ================ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
* {
	outline: none !important;
}



/* ================ MISCELLANEOUS ================ */
.divider {
	background: #EEEEEE;
	padding: 8px 14px;
	margin: 20px 0 10px 0;
}
.highlight {
    background-color: #FFFF00;
}
.border-bottom {
	border-bottom: 1px solid #DDDDDD;
}
.float-right {
	display: inline-block;
	float: right;
}
.hide {
	display: none !important;
}
.invert-x {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
}
.pointer { /* Upwards */
	position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(34, 34, 34, 0.9);
}



/* ================ LINKS ================ */
a {
	color: #FFE545;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}



/* ================ MARGIN & PADDING ================ */
.margin-top-up-two {
	margin-top: 30px;
}
.margin-top-up-one {
	margin-top: 25px;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-down-one {
	margin-top: 15px;
}
.margin-top-down-two {
	margin-top: 10px;
}
.margin-top-down-three {
	margin-top: 5px;
}

.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-down-one {
	margin-bottom: 20px;
}
.margin-bottom-down-two {
	margin-bottom: 10px;
}
.margin-bottom-down-three {
	margin-bottom: 5px;
}

.margin-left { /* Details Page: reviews */
	margin-left: 8px;
}

.padding-bottom { /* Search Page: search inputs, Blog Gallery Details Page: show more */
	padding-bottom: 30px;
}
.padding-bottom-down-one { /* Register Page: side, Gallery Details Page and Settings Page: show more */
	padding-bottom: 10px;
}
.padding-bottom-down-two { /* Blog Listing Page: show more */
	padding-bottom: 6px;
}



/* ================ TEXT STYLES ================ */
.text-color-dark-two {
	color: #222222;
}
.text-color-dark-one {
	color: #444444;
}
.text-color-common {
	color: #777777;
}
.text-color-light-one {
	color: #999999;
}
.text-color-light-two {
	color: #CCCCCC;
}
.text-color-black {
	color: #000000;
}
.text-color-white {
	color: #FFFFFF;
}
.text-color-white-light-one {
	color: rgba(255,255,255,0.7);
}
.text-color-white-light-two {
	color: rgba(255,255,255,0.5);
}
.text-color-yellow {
	color: #FFE545;
}
.text-color-orange {
	color: #ED564B;
}
.text-color-red {
	/*color: #CC3300;*/
	color: rgba(237,86,75,0.7);
}
.text-color-red-dark-one {
    color: #6D1D39;
}

.text-size-up-six {
	font-size: 50px;
}
.text-size-up-five {
	font-size: 30px;
}
.text-size-up-four {
	font-size: 25px;
}
.text-size-up-three {
	font-size: 20px;
}
.text-size-up-two {
	font-size: 18px;
}
.text-size-up-one {
	font-size: 16px;
}
.text-size-common {
	font-size: 15px;
}
.text-size-down-one {
	font-size: 13px;
}
.text-size-down-two {
	font-size: 11px;
}
.text-size-down-three, .text-copy {
	font-size: 10px;
}

.text-line-height-up-four { /* For text size 25px */
	line-height: 30px;
}
.text-line-height-up-three { /* For text size 20px */
	line-height: 25px;
}
.text-line-height-up-two { /* For text size 18px */
	line-height: 23px;
}
.text-line-height-common { /* For text size 15px */
	line-height: 22px;
}
.text-line-height-down-one { /* For text size 13px */
	line-height: 18px;
}
.text-line-height-down-two { /* For text size 11px */
	line-height: 15px;
}

.text-smooth {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-right {
	text-align: right !important;
}
.text-italic {
	font-style: italic;
}
.text-upper {
	text-transform: uppercase;
}
.text-none {
	text-transform: none;
}



/* ================ BODY ================ */
.wrapper-body { /* All pages except Error Pages */
	width: 820px;
	margin: 100px auto 0;
	padding: 60px 30px;
	border: 1px solid rgba(221, 221, 221, 0.2);
	text-align: center;
}

/*-- ALL PAGES EXCEPT LOGIN PAGE, ERROR PAGE, ONE PAGE  --*/
.section-content {
	display: inline-block;
	margin: 0 50px;
}
.block-logo {
	text-align: center;
	margin: 50px 0;
}
.block-logo img {
	width: 110px;
}

/*-- NEWS FLASH PAGE --*/
.flash {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 5;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 5;
}
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*-- APP PAGE --*/
.block-app-title {
	position: relative;
	margin: 5px 0 40px;
}
.block-about-appstore, .block-about-googleplay  {
	display: inline-block;
	margin: 25px 15px 0;
}



/* ================ LOGIN PAGE ================ */
.section-login {
	display: inline-block;
	width: 300px;
    vertical-align: top;
	margin-left: 20px;
    margin-right: 70px;
    text-align: left;
}
.set-form {
	margin-top: 30px;
	margin-bottom: 15px;
}
.form-input {
	background: rgba(255,255,255,0.1);
	width: 260px;
	margin-top: 10px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0);
}
.form-input:hover {
	border: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.3); /*rgba(255,229,69,0.5)*/
	/*
	-moz-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.2);
	*/
}
.form-input:focus {
	border: 1px solid rgba(255,255,255,0);
	background: rgba(255,255,255,1);
	color: #000;
}
::-webkit-input-placeholder {
   color: #FFFFFF;
}
:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF; 
}
:-ms-input-placeholder {  
   color: #FFFFFF;  
}
.form-submit {
	background: #FFE545;
	width: 110px;
	padding: 8px 10px;
	border-radius: 3px;
	border: 1px solid #FBDF31;
	margin: 10px auto 3px;
	cursor: pointer;
}
.form-submit:hover {
	background: #FCEC88;
}
.block-tab {
	display: inline-block;
	padding: 10px 20px;
	color: #FFE545;
}
.block-tab-selected {
	display: inline-block;
	padding: 10px 20px;
	color: #FFFFFF;
}
.section-register-description {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	text-align: left;
}
.section-register-description ul {
	margin: 5px 0;
	padding: 0 0 0 25px;
}
.form-message-box {
	padding: 15px 25px;
	border: 1px solid rgba(255, 229, 69, 0.6);
	background: rgba(255, 229, 69, 0.15);
	border-radius: 5px;
}
input:-webkit-autofill { /* Remove pale yellow background */
	-webkit-box-shadow: 0 0 0 1000px white inset;
}



/* ================ ERROR 403, 404 PAGE ================ */
.section-error {
	width: 820px;
	margin: 50px auto;
	padding: 50px 30px;
	text-align: center;
	border: 1px solid rgba(221, 221, 221, 0.2);
}

.section-scattered {
	position: relative;
	margin: 70px 0 100px;
}
.section-scattered-overlay {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}
.section-scattered-under {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: -1;
}
.block-404-keyart1 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #000000;
	margin: 0 5px;
	width: 110px;
}
.block-404-keyart2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #000000;
	margin: 0 5px;
	width: 110px;
}
.block-404-keyart3 {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #000000;
	margin: 0 5px;
	width: 110px;
}
.block-404-keyart4 {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #000000;
	margin: 0 5px;
	width: 110px;
}

.section-403 {
	position: relative;
	margin: 30px 0;
}
.block-403-keyart {
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #000000;
	margin: 3px;
	width: 110px;
}
.section-forbidden {
	position: absolute;
	top: -5px;
	left: 100px;
	width: 620px;
	height: 360px;
	line-height: 350px;
	background: rgba(237,86,75,0.8);
}



/* ================ ONE PAGE (About Us Page, Recruitment Page) ================ */
.section-one-page {
    display: block;
	width: 100%;
	margin-top: 50px;
}
.block-recruitment {
	text-align: left;
	padding: 30px 0;
	border-top: 1px solid rgba(221, 221, 221, 0.2);
}
.block-recruitment:last-of-type {
	padding-bottom: 0;
}
.block-recruitment-left {
	display: inline-block;
	width: 3%;
	text-align: center;
}
.block-recruitment-right {
	display: inline-block;
	width: 95%;
	vertical-align: top;
}
.set-staff {
    margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.set-staff:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.block-staff {
    display: inline-block;
	width: 240px;
	background: rgba(237, 86, 75, 0);
	border: 1px solid rgba(237, 86, 75, 0);
	padding: 8px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	vertical-align: top;
}
.block-staff:nth-of-type(1+3n) {
	margin-left: 0;
}
.set-staff-image {
    display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 160px;
	height: 160px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.1);
	line-height: 165px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 0.8s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count: 1;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	overflow: hidden;
}
.set-staff-image:hover {
	border: 2px solid rgba(255, 255, 255, 0.5);
}
/*.block-staff-image {
	margin-left: -50%;
	margin-top: -50%;
}*/
.block-staff-image > img  {
	width: 164px;
	height: 164px;
}
.block-collaboration {
    display: inline-block;
	width: 200px;
	background: rgba(237, 86, 75, 0.4);
	border: 1px solid rgba(237, 86, 75, 0.4);
	padding: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.block-collaboration:nth-of-type(1+3n) {
	margin-left: 0;
}
#collaboration_box { /* Temp not in use */
	display: none;
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 20px 40px 20px;
}

/*-- ANIMATE --*/
.animated.rubberBand {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



/* ================ APP PAGE ================ */
.block-app-title {
	position: relative;
	margin: 5px 0 40px;
}
.block-about-appstore, .block-about-googleplay  {
	display: inline-block;
	margin: 25px 15px 0;
}