@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
/*
	Multiverse by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
	opacity: 0;
	visibility: true;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #0000ff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ff0000;
}


::-ms-scrollbar {
    width: 12px;
}
::-ms-scrollbar-track {
	opacity: 0;
	visibility: true;
    background-color: transparent;
}
::-ms-scrollbar-thumb {
    background-color: #0000ff;
}
::-ms-scrollbar-thumb:hover {
  background-color: #ff0000;
}

html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    line-height: 1;
	height: 100%;
	
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none;
    max-width: 100%;
}
/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* Basic */

@-ms-viewport {
    width: device-width;
}
body {
    -ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}
body {
	data-processing-sources="images/background/background.pde"
    background-image: url("/images/background/tile_2.jpg");
    background-repeat: repeat;
}
body.loading *,
body.loading *:before,
body.loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
body.resizing *,
body.resizing *:before,
body.resizing *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
/* Type */

body,
input,
select,
textarea {
    color: #ffffff;
    font-family: BrandonRegular;
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;
}
a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	text-decoration:none;
	user-select: none;   
    border-bottom: transparent;
    color: #FF0000;
    text-decoration: none;
}
a:hover {
    border-bottom-color: transparent;
    color: #FF0000 !important;
}
strong,
b {
    color: #ffffff;
    font-weight: 300;
}
em,
i {
    font-family: BrandonItalic;
}
p {
    margin: 0 0 2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.25em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.7em;
}
@media screen and (max-width: 779px) {
    h2 {
        font-size: 1em;
    }
    h3 {
        font-size: 0.9em;
    }
    h4 {
        font-size: 0.8em;
    }
    h5 {
        font-size: 0.7em;
    }
    h6 {
        font-size: 0.7em;
    }
}
sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}
sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}
blockquote {
    border-left: 4px #36383c;
    font-family: BrandonItalic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}
code {
    background: #34363b;
    border: solid 1px #36383c;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}
pre {
    font-family: "Courier New", monospace;
	-webkit-overflow-scrolling: touch;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}
pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: hidden;
}
hr {
    border: 0;
    border-bottom: solid 1px #36383c;
    margin: 2em 0;
}
hr.major {
    margin: 3em 0;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #36383c;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    height: 3.05556em;
    letter-spacing: 0.1em;
    line-height: 3.05556em;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
    padding-left: 1.35em;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.8em;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
    font-size: 1.35em;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
    background-color: #34a58e;
    box-shadow: none;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
    background-color: #47c5ab;
    color: #ffffff !important;
}
input[type="submit"].special:hover:active,
input[type="reset"].special:hover:active,
input[type="button"].special:hover:active,
button.special:hover:active,
.button.special:hover:active {
    background-color: #287e6d;
}
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 1;
}
/* Form */

form {
    margin: 0 0 2em 0;
}
form .field {
    margin: 0 0 1.3em 0;
}
form .field.half {
    float: left;
    padding: 0 0 0 0.65em;
    width: 50%;
}
form .field.half.first {
    padding: 0 0.65em 0 0;
}
form > .actions {
    margin: 1.5em 0 0 0 !important;
}
@media screen and (max-width: 779px) {
    form .field.half {
        float: none;
        padding: 0;
        width: 100%;
    }
    form .field.half.first {
        padding: 0;
    }
}
label {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    margin: 0 0 1em 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #34363b;
    border: 0;
    border-radius: 0;
    color: #a0a0a1;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0 0 0 2px #34a58e;
}
.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}
.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.select-wrapper:before {
    color: #36383c;
    content: '\f078';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em;
}
.select-wrapper select::-ms-expand {
    display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75em;
}
textarea {
    padding: 0.75em 1em;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: #a0a0a1;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
	input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: #34363b;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #34a58e;
    border-color: #34a58e;
    color: #ffffff;
    content: '\f00c';
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    box-shadow: 0 0 0 2px #34a58e;
}
input[type="radio"] + label:before {
    border-radius: 100%;
}
::-webkit-input-placeholder {
    color: #707071 !important;
    opacity: 1.0;
}
:-moz-placeholder {
    color: #707071 !important;
    opacity: 1.0;
}
::-moz-placeholder {
    color: #707071 !important;
    opacity: 1.0;
}
:-ms-input-placeholder {
    color: #707071 !important;
    opacity: 1.0;
}
.formerize-placeholder {
    color: #707071 !important;
    opacity: 1.0;
}
/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.icon > .label {
    display: none;
}
/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}
ol li {
    padding-left: 0.25em;
}
ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}
ul li {
    padding-left: 0.5em;
}
ul.alt {
    list-style: none;
    padding-left: 0;
}
ul.alt li {
    border-top: solid 1px #36383c;
    padding: 0.5em 0;
}
ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}
ul.icons li:last-child {
    padding-right: 0;
}
ul.icons li .icon {
    color: #505051;
}
ul.icons li .icon:before {
    font-size: 1.5em;
}
ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}
ul.actions li:last-child {
    padding-right: 0;
}
ul.actions.small li {
    padding: 0 0.5em 0 0;
}
ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
    padding-top: 0;
}
ul.actions.vertical li > * {
    margin-bottom: 0;
}
ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
    padding-top: 0;
}
ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}
ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}
ul.actions.fit li > * {
    margin-bottom: 0;
}
ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}
@media screen and (max-width: 480px) {
    ul.actions {
        margin: 0 0 2em 0;
    }
    ul.actions li {
        padding: 1em 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    ul.actions li:first-child {
        padding-top: 0;
    }
    ul.actions li > * {
        width: 100%;
        margin: 0 !important;
    }
    ul.actions li > *.icon:before {
        margin-left: -2em;
    }
    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }
    ul.actions.small li:first-child {
        padding-top: 0;
    }
}
dl {
    margin: 0 0 2em 0;
}
dl dt {
    display: block;
    font-weight: 300;
    margin: 0 0 1em 0;
}
dl dd {
    margin-left: 2em;
}
/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
table {
    margin: 0 0 2em 0;
    width: 100%;
}
table tbody tr {
    border: solid 1px #36383c;
    border-left: 0;
    border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
    background-color: #34363b;
}
table td {
    padding: 0.75em 0.75em;
}
table th {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 300;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}
table thead {
    border-bottom: solid 2px #36383c;
}
table tfoot {
    border-top: solid 2px #36383c;
}
table.alt {
    border-collapse: separate;
}
table.alt tbody tr td {
    border: solid 1px #36383c;
    border-left-width: 0;
    border-top-width: 0;
}
table.alt tbody tr td:first-child {
    border-left-width: 1px;
}
table.alt tbody tr:first-child td {
    border-top-width: 1px;
}
table.alt thead {
    border-bottom: 0;
}
table.alt tfoot {
    border-top: 0;
}

/* Menu */

	

	#menu {
		-moz-transition: -moz-transform 0.45s ease, visibility 0s;
		-webkit-transition: -webkit-transform 0.45s ease, visibility 0s;
		-ms-transition: -ms-transform 0.45s ease, visibility 0s;
		transition: transform 0.45s ease, visibility 0s;
		position: fixed;
		top: 0;
		right: 0;
		width: 1100px;
		max-width: 1100px;
		height: 150px;
		-webkit-overflow-scrolling: touch;
		overflow:hidden;
		background: #000fff;
		cursor: default;
		visibility: hidden;
		z-index: 100;
		
	}

		#menu > .inner {
			-moz-transition: opacity 0.45s ease;
			-webkit-transition: opacity 0.45s ease;
			-ms-transition: opacity 0.45s ease;
			transition: opacity 0s ease;
			
			-ms-transform: translate(-50%,-50%); /* IE 9 */
			-webkit-transform: translate(-50%,-50%); /* Safari */
			-o-transform: translate(-50%,-50%); /* Safari */
			-moz-transform: translate(-50%,-50%); /* Safari */
			transform: translate(-50%,-50%);
			
			-webkit-overflow-scrolling: touch;
			position: absolute;
			height: 150px;
			opacity: 0;
			z-index: 2;
			padding: 2.75em;
			
			top:48%;
			left:12%;
		}
			
			#menu > .inner .split {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
			}

				#menu > .inner .split > div {
					margin-left: 20px;
					width: 50%;
				}
				#menu > .inner .split > section > ul {
					list-style: none;
					margin: 0 0 20px 0;
					padding: 0;
				}
				#menu > .inner .split > section > :first-child {
					margin-left: 100px;
				}
				#menu > .inner .split > section > ul > li {
					padding: 0;
				}

					#menu > .inner .split > section > ul > li a {
						font-size: 24px;
						display: block;
						padding: 1em 0;
						line-height: 1.5;
						border: 0;
						color: inherit;
					}

					#menu > .inner .split > section > ul > li:first-child {
						
						border-top: 0;
						margin-top: -1em;
					}
		@media screen and (max-width: 10000px) {
			#menu > .inner {
				font-size: 34px;
				padding: 2em 1.5em;
			}
			#menu > .inner .split > section > ul > li a:hover {
				color: #ffffff !important;
			}
		}
body.is-menu-visible #wrapper {
    cursor: default;
}
body.is-menu-visible #menu {
    visibility: visible;
}
body.is-menu-visible #menu > * {
    opacity: 1;
}
body.is-menu-visible #menu .close {
    opacity: 0;
}
/* Poptrox Popup */

.poptrox-overlay {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.poptrox-popup {
    background: rgba(31, 34, 36, 0.925);
    box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
    cursor: default;
}
.poptrox-popup:before {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: -moz-linear-gradient(to left, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0)), -moz-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0));
    background-image: -webkit-linear-gradient(to left, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0)), -webkit-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0));
    background-image: -ms-linear-gradient(to left, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0)), -ms-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0));
    background-image: linear-gradient(to left, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0)), linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0) 10em, rgba(31, 34, 36, 0));
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
}
.poptrox-popup .closer {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url("images/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3em;
    height: 5em;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    z-index: 2;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url("images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5em;
    cursor: pointer;
    height: 8em;
    margin-top: -4em;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 6em;
    z-index: 2;
}
.poptrox-popup .nav-previous {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
}
.poptrox-popup .nav-next {
    right: 0;
}
.poptrox-popup .caption {
    padding: 2em 2em 0.1em 2em;
    background-image: -moz-linear-gradient(to top, rgba(16, 16, 16, 0.45) 25%, rgba(16, 16, 16, 0) 100%);
    background-image: -webkit-linear-gradient(to top, rgba(16, 16, 16, 0.45) 25%, rgba(16, 16, 16, 0) 100%);
    background-image: -ms-linear-gradient(to top, rgba(16, 16, 16, 0.45) 25%, rgba(16, 16, 16, 0) 100%);
    background-image: linear-gradient(to top, rgba(16, 16, 16, 0.45) 25%, rgba(16, 16, 16, 0) 100%);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 2;
}
.poptrox-popup .caption h2,
.poptrox-popup .caption h3,
.poptrox-popup .caption h4,
.poptrox-popup .caption h5,
.poptrox-popup .caption h6 {
    margin: 0 0 0.5em 0;
}
.poptrox-popup .caption p {
    color: #ffffff;
}
.poptrox-popup .loader {
    -moz-animation: spinner 1s infinite linear !important;
    -webkit-animation: spinner 1s infinite linear !important;
    -ms-animation: spinner 1s infinite linear !important;
    animation: spinner 1s infinite linear !important;
    background-image: url("images/spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2em;
}
.poptrox-popup:hover .closer,
.poptrox-popup:hover .nav-previous,
.poptrox-popup:hover .nav-next {
    opacity: 0.5;
}
.poptrox-popup:hover .closer:hover,
.poptrox-popup:hover .nav-previous:hover,
.poptrox-popup:hover .nav-next:hover {
    opacity: 1.0;
}
.poptrox-popup.loading:before {
    opacity: 0;
}
body.touch .poptrox-popup .closer,
body.touch .poptrox-popup .nav-previous,
body.touch .poptrox-popup .nav-next {
    opacity: 1.0 !important;
}
@media screen and (max-width: 980px) {
    .poptrox-popup .closer {
        background-size: 3em;
    }
    .poptrox-popup .nav-previous,
    .poptrox-popup .nav-next {
        background-size: 4em;
    }
}
@media screen and (max-width: 779px) {
    .poptrox-popup:before {
        display: none;
    }
    .poptrox-popup .caption {
        display: none !important;
    }
    .poptrox-popup .closer,
    .poptrox-popup .nav-previous,
    .poptrox-popup .nav-next {
        display: none !important;
    }
}
/* Wrapper */

#wrapper {
    -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
    -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
    -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
    transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
    -moz-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 1;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
#wrapper:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 0.5s ease, visibility 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
    background: rgba(36, 38, 41, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
body.ie #wrapper:after {
    background: rgba(36, 38, 41, 0.8);
}
body.modal-active #wrapper {
    -moz-filter: blur(8px);
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
body.modal-active #wrapper:after {
    -moz-pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10003;
}
#wrapper:before {
    -moz-animation: spinner 1s infinite linear !important;
    -webkit-animation: spinner 1s infinite linear !important;
    -ms-animation: spinner 1s infinite linear !important;
    animation: spinner 1s infinite linear !important;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
    -webkit-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
    -ms-transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
    transition: top 0.75s ease-in-out, opacity 0.35s ease-out, visibility 0.35s;
    background-image: url("images/spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 75%;
    visibility: hidden;
    width: 2em;
}
body.loading #wrapper:before {
    -moz-transition: opacity 1s ease-out !important;
    -webkit-transition: opacity 1s ease-out !important;
    -ms-transition: opacity 1s ease-out !important;
    transition: opacity 1s ease-out !important;
    -moz-transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
    -ms-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
    opacity: 0.25;
    top: 50%;
    visibility: visible;
}
/* Header */

#header {
    padding: 0 0 0 0;
}
#header nav {
    position: absolute;
    right: 0;
    z-index: 10000;
}
/* Main */

#main {
    -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
    -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
    -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
    transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#main .thumb {
    -moz-transition: opacity 1.25s ease-in-out;
    -webkit-transition: opacity 1.25s ease-in-out;
    -ms-transition: opacity 1.25s ease-in-out;
    transition: opacity 1.25s ease-in-out;
    -moz-pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    opacity: 1;
    overflow: hidden;
    position: relative;
}
#main .thumb:after {
    background-image: -moz-linear-gradient(to top, rgba(10, 17, 25, 0.35) 5%, rgba(10, 17, 25, 0) 35%);
    background-image: -webkit-linear-gradient(to top, rgba(10, 17, 25, 0.35) 5%, rgba(10, 17, 25, 0) 35%);
    background-image: -ms-linear-gradient(to top, rgba(10, 17, 25, 0.35) 5%, rgba(10, 17, 25, 0) 35%);
    background-image: linear-gradient(to top, rgba(10, 17, 25, 0.35) 5%, rgba(10, 17, 25, 0) 35%);
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#main .thumb > .image {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .3s ease-in-out;
    -ms-filter: grayscale(100%);
    -ms-transition: .3s ease-in-out;
}
#main .thumb:hover > .image {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
    -ms-filter: grayscale(0%);
    -ms-transition: .3s ease-in-out;
}
#main .thumb:hover > h2 {
    opacity: 1;
}
#main .thumb > h2 {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    font-size: 0.8em;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    
    transform: translate(-50%, 0);
    font-size: 30px;
    letter-spacing: 1em;
    color: #ff0000;
    opacity: 0;
}
#main .thumb > p {
    display: none;
}
#main:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 0.5s ease, visibility 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
    background: rgba(36, 38, 41, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
body.ie #main:after {
    background: rgba(36, 38, 41, 0.55);
}
body.content-active #main {
    -moz-filter: blur(6px);
    -webkit-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
body.content-active #main:after {
    -moz-pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
body.loading #main .thumb {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0;
}
#main .thumb {
    -moz-transition-delay: 2.525s;
    -webkit-transition-delay: 2.525s;
    -ms-transition-delay: 2.525s;
    transition-delay: 2.525s;
    height: calc(40vh - 2em);
    min-height: 20em;
    width: 33.3333%;
}
#main .thumb:nth-child(1) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
#main .thumb:nth-child(2) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
#main .thumb:nth-child(3) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
#main .thumb:nth-child(4) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
#main .thumb:nth-child(5) {
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
#main .thumb:nth-child(6) {
    -moz-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
#main .thumb:nth-child(7) {
    -moz-transition-delay: 1.55s;
    -webkit-transition-delay: 1.55s;
    -ms-transition-delay: 1.55s;
    transition-delay: 1.55s;
}
#main .thumb:nth-child(8) {
    -moz-transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
#main .thumb:nth-child(9) {
    -moz-transition-delay: 1.85s;
    -webkit-transition-delay: 1.85s;
    -ms-transition-delay: 1.85s;
    transition-delay: 1.85s;
}
#main .thumb:nth-child(10) {
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -ms-transition-delay: 2s;
    transition-delay: 2s;
}
#main .thumb:nth-child(11) {
    -moz-transition-delay: 2.15s;
    -webkit-transition-delay: 2.15s;
    -ms-transition-delay: 2.15s;
    transition-delay: 2.15s;
}
#main .thumb:nth-child(12) {
    -moz-transition-delay: 2.3s;
    -webkit-transition-delay: 2.3s;
    -ms-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
@media screen and (max-width: 1680px) {
    #main .thumb {
        -moz-transition-delay: 2.075s;
        -webkit-transition-delay: 2.075s;
        -ms-transition-delay: 2.075s;
        transition-delay: 2.075s;
        height: calc(40vh - 2em);
        min-height: 20em;
        width: 33.33333%;
    }
    #main .thumb:nth-child(1) {
        -moz-transition-delay: 0.65s;
        -webkit-transition-delay: 0.65s;
        -ms-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }
    #main .thumb:nth-child(2) {
        -moz-transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    #main .thumb:nth-child(3) {
        -moz-transition-delay: 0.95s;
        -webkit-transition-delay: 0.95s;
        -ms-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }
    #main .thumb:nth-child(4) {
        -moz-transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }
    #main .thumb:nth-child(5) {
        -moz-transition-delay: 1.25s;
        -webkit-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
    #main .thumb:nth-child(6) {
        -moz-transition-delay: 1.4s;
        -webkit-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    #main .thumb:nth-child(7) {
        -moz-transition-delay: 1.55s;
        -webkit-transition-delay: 1.55s;
        -ms-transition-delay: 1.55s;
        transition-delay: 1.55s;
    }
    #main .thumb:nth-child(8) {
        -moz-transition-delay: 1.7s;
        -webkit-transition-delay: 1.7s;
        -ms-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }
    #main .thumb:nth-child(9) {
        -moz-transition-delay: 1.85s;
        -webkit-transition-delay: 1.85s;
        -ms-transition-delay: 1.85s;
        transition-delay: 1.85s;
    }
}
@media screen and (max-width: 1280px) {
    #main .thumb {
        -moz-transition-delay: 1.625s;
        -webkit-transition-delay: 1.625s;
        -ms-transition-delay: 1.625s;
        transition-delay: 1.625s;
        height: calc(40vh - 2em);
        min-height: 20em;
        width: 33.3333%;
        /* ca sa nu mai fie cate 2 tile-uri*/
    }
    #main .thumb:nth-child(1) {
        -moz-transition-delay: 0.65s;
        -webkit-transition-delay: 0.65s;
        -ms-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }
    #main .thumb:nth-child(2) {
        -moz-transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    #main .thumb:nth-child(3) {
        -moz-transition-delay: 0.95s;
        -webkit-transition-delay: 0.95s;
        -ms-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }
    #main .thumb:nth-child(4) {
        -moz-transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }
    #main .thumb:nth-child(5) {
        -moz-transition-delay: 1.25s;
        -webkit-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
    #main .thumb:nth-child(6) {
        -moz-transition-delay: 1.4s;
        -webkit-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
}
@media screen and (max-width: 980px) {
    #main .thumb {
        -moz-transition-delay: 2.075s;
        -webkit-transition-delay: 2.075s;
        -ms-transition-delay: 2.075s;
        transition-delay: 2.075s;
        height: calc(28.57143vh - 1.33333em);
        min-height: 18em;
        width: 33.3333%;
        /* ca sa nu mai fie cate 2 tile-uri*/
    }
    #main .thumb:nth-child(1) {
        -moz-transition-delay: 0.65s;
        -webkit-transition-delay: 0.65s;
        -ms-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }
    #main .thumb:nth-child(2) {
        -moz-transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    #main .thumb:nth-child(3) {
        -moz-transition-delay: 0.95s;
        -webkit-transition-delay: 0.95s;
        -ms-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }
    #main .thumb:nth-child(4) {
        -moz-transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }
    #main .thumb:nth-child(5) {
        -moz-transition-delay: 1.25s;
        -webkit-transition-delay: 1.25s;
        -ms-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
    #main .thumb:nth-child(6) {
        -moz-transition-delay: 1.4s;
        -webkit-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    #main .thumb:nth-child(7) {
        -moz-transition-delay: 1.55s;
        -webkit-transition-delay: 1.55s;
        -ms-transition-delay: 1.55s;
        transition-delay: 1.55s;
    }
    #main .thumb:nth-child(8) {
        -moz-transition-delay: 1.7s;
        -webkit-transition-delay: 1.7s;
        -ms-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }
    #main .thumb:nth-child(9) {
        -moz-transition-delay: 1.85s;
        -webkit-transition-delay: 1.85s;
        -ms-transition-delay: 1.85s;
        transition-delay: 1.85s;
    }
}
@media screen and (max-width: 480px) {
    #main .thumb {
        -moz-transition-delay: 1.175s;
        -webkit-transition-delay: 1.175s;
        -ms-transition-delay: 1.175s;
        transition-delay: 1.175s;
        height: calc(40vh - 2em);
        min-height: 18em;
        width: 100%;
    }
    #main .thumb:nth-child(1) {
        -moz-transition-delay: 0.65s;
        -webkit-transition-delay: 0.65s;
        -ms-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }
    #main .thumb:nth-child(2) {
        -moz-transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    #main .thumb:nth-child(3) {
        -moz-transition-delay: 0.95s;
        -webkit-transition-delay: 0.95s;
        -ms-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }
}
/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}
.image img {
    border-radius: 0;
    display: block;
}
.image.left,
.image.right {
    max-width: 100%;
}
.image.left img,
.image.right img {
    width: 100%;
}
.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}
.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}
.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.image.fit img {
    width: 100%;
}
.image.main {
    /* display: block; */
    margin: 0 0 0 0;
    width: 58%;
}
.image.main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
@media screen and (max-width: 779px) {
    .image.main {
        width: 100%;
    }
}
/* Adaugari */

.page {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.spaceTaker {
    height: 50px;
    width: 100%;
    position: relative;
}
.tile {
	font-family:BrandonRegular;
    width: 100%;
    float: left;
    position: relative;
}
.tile1 {
    background-color: #FFFFFF;
}
.tile2 {
    background-color: #FFFFFF;
}
.tile3 {
    background-color: #FFFFFF;
}
.tile4 {
    background-color: #FFFFFF;
}
.tile5 {
    background-color: #FFFFFF;
}
.tile6 {
    background-color: #FFFFFF;
}
.tile7 {
    background-color: #FFFFFF;
}
.tile8 {
    /*  THE RECTANGLE  */
    
    background-color: #0000FF;
    opacity: 1;
    height: 100%;
}
.tile9 {
    background-color: #FFFFFF;
}
.tile10 {
    background-color: #FFFFFF;
}
.tile11 {
    background-color: #FFFFFF;
}
.tile12 {
    background-color: #FFFFFF;
}
.tile p {
    font-size: 34px;
    color: #000000;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    
    -o-transform: translate(-50%, -50%);
    /* Safari */
    
    -moz-transform: translate(-50%, -50%);
    /* Safari */
    
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1380px) {
    .tile p {
        font-size: 24px;
    }
}
@media screen and (max-width: 980px) {
    .tile p {
        font-size: 24px;
    }
}
@media screen and (max-width: 779px) {
    .tile p {
        font-size: 24px;
    }
}
/* Adaugari */

#rectangle {
    opacity: 0.5;
    background: #000fff;
    height: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
}
#rectangle_post {
    opacity: 1;
     background: #000fff;
    height: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
}
@media screen and (max-width: 779px) {
    #rectangle_post {
        opacity: 0;
    }
}
#rectangle_link {
    opacity: 0;
    background: #000fff;
    width: 1200px;
    height: 150px;
    top: 0;
    z-index: 10;
    position: fixed;
}


#postext {
	font-family: BrandonItalic;
    font-size: 10px;
    position: fixed;
    top: 20%;
    padding-bottom: 150px;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    z-index: 10000;
    list-style: none;    color: inherit;
    text-align: justify;
    text-justify: inter-word;
    color: #000000;
}
@media screen and (max-width: 779px) {
    #postext {
        font-size: 9px;
        position: relative;
        width: 83%;
    }
}
#column_top {
	font-family: BrandonItalic;
    font-size: 9px;
	text-align:center;
    left: 0;
    float: center;
    width: 100%;
    height: auto;
}
#column_right {
	font-family: BrandonItalic;
    font-size: 9px;
	text-align:right;
    left: 0;
    float: right;
    width: 50%;
    height: auto;
}
#column_left {
    font-family: BrandonBoldItalic;
    font-size: 9px;
	text-align:left;
    left: 0;
    float: center;
    width: 50%;
    height: auto;
}

#antetext {
    margin-left: 6%;
    position: relative;
    z-index: 10000;
    width: 46%;
    list-style: none;
    font-size: 13px;
    color: inherit;
    text-align: justify;
    text-justify: inter-word;
    color: #000000;
}
@media screen and (max-device-width: 640px) {
 #antetext {
        
   
    width: 81%!important;
    
    
	}
	.titlu_slide{
		 height: 110px!important;
	}
}
.titlu_slide{
	
    position: relative;
    z-index: 10000;
    width: 60%;
    list-style: none;
    font-size: 13px;
    color: inherit;
    text-align: center;
    color: #000000;
	margin: 0 auto;
    height: 50px;
}
}
/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#postext{
		left: 10%!important;
		width: 80%!important;
		
	}
}
@media screen and (max-width: 779px) {
    #antetext {
        margin-left: 10%;
		margin-right: 10%;
		position: relative;
        font-size: 9px;
        width: 80%;
    }
}
#title_big {
	font-family: 'Lobster', cursive;
	font-size: 30px;
    padding-top: 35px;
    margin: 0;
    position: relative;
    z-index: 10000;
    width: 58%;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 779px) {
    #title_big {
        font-size: 12px;
        position: relative;
        width: 100%;
    }
}
#title_text {
    padding-top: 35px;
    margin: 0;
    z-index: 10000;
    width: 58%;
    font-size: 15px;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 779px) {
    #title_text {
        font-size: 12px;
        position: relative;
        width: 100%;
    }
}
#italic_text {
    font-family: BrandonItalic;
    padding-top: 5px;
    margin: 0;
    position: relative;
    z-index: 10000;
    width: 58%;
    font-size: 10px;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 779px) {
    #italic_text {
        font-size: 9px;
        position: relative;
        width: 100%;
    }
}
@font-face {
    font-family: BrandonRegular;
	src: url('../fonts/text/Brandon_reg.otf');
}
@font-face {
    font-family: BrandonItalic;
    src: url('../fonts/text/Brandon_reg_it.otf');
}
@font-face {
    font-family: BrandonBoldItalic;
    src: url('../fonts/text/Brandon_bld_it.otf');
}

#object_container {
    padding-top: 5px;
    padding-bottom: 300px;
    position: relative;
    z-index: 10000;
    width: 58%;
    color: #000000;
    display: table-row;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#object_small_spacer {
    padding-top: 5px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10000;
    width: 58%;
    color: #000000;
    display: table-row;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#object_big_spacer {
    padding-top: 5px;
    padding-bottom: 150px;
    position: relative;
    z-index: 10000;
    width: 58%;
    color: #000000;
    display: table-row;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 779px) {
    #object_container {
        padding-bottom: 150px;
    }
}
/* Adaugari */
.carbon-poweredby,em,i {
  font-family: BrandonItalic;
}


.o-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
}

.o-grid {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.o-grid__item {
  padding: 24px;
}

.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3b3b3b;
}

.o-header-nav__link {
  color: #fff;
  padding: 12px;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #080808;
}

.o-header__title {
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin: 24px;
  padding: 0;
}

.o-sub-nav {
  margin: 0 0 24px;
  padding: 0;
}

.o-sub-nav__items {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  border: 2px solid #3b3b3b;
  margin: 0;
  padding: 4px 24px;
}

.o-sub-nav__item.active .o-sub-nav__link,.o-sub-nav__link:hover {
  color: #fff;
  background-color: #3b3b3b;
}

.o-footer {
  text-align: center;
  padding: 12px 0;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 150px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  margin: 0;
  padding: 0;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 73px;
  left: 30%;
  right: 30%;
  height: 3px;
  background: #fff;
}

.c-hamburger span::after,.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger--htla.is-active span::after,.c-hamburger--htla.is-active span::before,.c-hamburger--htra.is-active span::after,.c-hamburger--htra.is-active span::before {
  width: 50%;
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}



.c-hamburger--htx {
  background-color: #0000ff;
}

.c-hamburger--htx span {
  -webkit-transition: background 0 .3s;
  transition: background 0 .3s;
}

.c-hamburger--htx span::after,.c-hamburger--htx span::before {
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.c-hamburger--htx.is-active {
  background-color: #0000ff;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: 0 .3s,width .3s,top .3s;
  transition: transform .3s,width .3s,top .3s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: 0 .3s,width .3s,bottom .3s;
  transition: transform .3s,width .3s,bottom .3s;
}

.c-hamburger--htla.is-active {
  background-color: #18903c;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(38px)translateY(4px)rotate(45deg);
  -ms-transform: translateX(38px)translateY(4px)rotate(45deg);
  transform: translateX(38px)translateY(4px)rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(38px)translateY(-4px)rotate(-45deg);
  -ms-transform: translateX(38px)translateY(-4px)rotate(-45deg);
  transform: translateX(38px)translateY(-4px)rotate(-45deg);
}

.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0 .3s,width .3s,top .3s;
  transition: transform .3s,width .3s,top .3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 0 .3s,width .3s,bottom .3s;
  transition: transform .3s,width .3s,bottom .3s;
}

.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px)translateY(4px)rotate(-45deg);
  -ms-transform: translateX(-8px)translateY(4px)rotate(-45deg);
  transform: translateX(-8px)translateY(4px)rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px)translateY(-4px)rotate(45deg);
  -ms-transform: translateX(-8px)translateY(-4px)rotate(45deg);
  transform: translateX(-8px)translateY(-4px)rotate(45deg);
}

#carbonads {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  width: 154px;
  background-color: #fff;
  line-height: 1.1;
  border: 1px solid #e7e7e7;
  padding: 24px 12px 12px;
}

.carbon-wrap {
  display: block;
  margin: 0 0 4px;
}

.carbon-img {
  display: block;
  width: 130px;
  height: 100px;
  margin: 0 0 4px;
  padding: 0;
}

.carbon-text {
  color: #818181;
  font-size: 12px;
}

.carbon-poweredby {
  font-size: 10px;
}

.carbonad__close {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

.c-hamburger--rot span,.c-hamburger--htla span,.c-hamburger--htra span {
  -webkit-transition: 0 .3s;
  transition: transform .3s;
}

.c-hamburger--htla.is-active span,.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media all and min-width480px {
  .o-container {
    padding: 0 24px;
  }

  .o-header__title {
    font-size: 42px;
    margin: 36px;
  }

  .o-footer {
    padding: 24px 0;
  }
}

@media all and min-width720px {
  .o-container {
    padding: 0 48px;
  }

  .o-sub-nav {
    margin: 0 0 48px;
  }

  .o-footer {
    padding: 48px 0;
  }
}

@media all and max-width660px {
  #carbonads {
    display: none;
  }
}
/* catchphrase */

.catchphrase {
    border: 0;
    display: inline-block;
    position: relative;
}
.catchphrase img {
    border-radius: 0;
    display: block;
}
.catchphrase.left,
.catchphrase.right {
    max-width: 100%;
}
.catchphrase.left img,
.catchphrase.right img {
    width: 100%;
}
.catchphrase.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}
.catchphrase.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}
.catchphrase.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.catchphrase.fit img {
    width: 100%;
}
.catchphrase.main {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
}
.catchphrase.main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media screen and (max-width: 779px) {
    .catchphrase.main {
        width: 100%;
    }
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:99999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(/images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/* Alex */

.pageShare{
	margin-top: 40px;
	text-align:center;
}

.pageShare li{
	display: inline-block;
	width: 24%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}

h1 {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 20px;
    width: 33.33333%;
    text-transform: none;
    padding-right: 40px;
    float: right;
    display: block;
    clear: both;
    margin-left: 66.66667%;
}
.catchphrase h1{
	width: 100%;
	margin-left: 0%;
	padding-right: 0;
	float: none;
	text-align: center;
	font-family: 'Lobster', cursive;
	font-size: 26px;
	line-height: 26px;
	color: #0000ff;
	letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
	.hidden-xs{display:none;}
	#column_left{width:100%;}
	h1 {width: 100%;margin-left: 0%;padding-right: 0; float:none; text-align:center;}
}

@media screen and (max-width: 400px) {
	nav#menu section{width:100%;}
	#menu > .inner .split > section > :first-child {margin-left: 25px;}
	#menu > .inner .split > section > ul{margin-left: 25px;}
	#menu > .inner .split > section > ul > li a{margin:0 auto;}
	.pageShare li{width: 49%;}
	
}

/* Horia */

ho {
    font-size: 30px;
    color: #000;
    /*text-align: center;*/
    margin-top: 50px;
    /*width: 33.33333%;*/
    text-transform: none;
    padding-right: 4%;
	padding-left: 4%;
    float: none;
    display: block;
    clear: both;
   /* margin-left: 66.66667%;*/
}
.ho_about{
	width: 100%;
	margin-left: 0%;
	padding-right: 0;
	float: none;
	text-align: justify;
	/*font-family: 'Lobster', cursive;*/
	font-size: 30px;
	line-height: 33px;
	/*color: #0000ff;*/
	letter-spacing: 0px;
	z-index: 10
}

bold {
    
    font-weight: bold;
}

/* Procesing */

#canvas_body_div { 
    position: absolute; 
} 