/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: "Conv_Axiforma-Regular_1"; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-family: "Conv_Axiforma-Regular_1";
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-face .path1:before {
	content: "\e903";
}

.icon-face .path2:before {
	content: "\e904";
	margin-left: -1em;
	color: white;
}

.icon-inst .path1:before {
	content: "\e905";
}

.icon-inst .path2:before {
	content: "\e906";
	margin-left: -1em;
	color: white;
}

.icon-inst .path3:before {
	content: "\e907";
	margin-left: -1em;
	color: white;
}

.icon-inst .path4:before {
	content: "\e908";
	margin-left: -1em;
	color: white;
}

.icon-link .path1:before {
	content: "\e909";
}

.icon-link .path2:before {
	content: "\e90a";
	margin-left: -1em;
	color: white;
}

.icon-link .path3:before {
	content: "\e90b";
	margin-left: -1em;
	color: white;
}

.icon-link .path4:before {
	content: "\e90c";
	margin-left: -1em;
	color: white;
}

.icon-twitt .path1:before {
	content: "\e90d";
}

.icon-twitt .path2:before {
	content: "\e90e";
	margin-left: -1em;
	color: white;
}

.icon-arrow-next:before {
	content: "\e90f";
}

.icon-arrow-prev:before {
	content: "\e910";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	padding: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 5;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	margin-right: 10px;
	font-size: 0;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li:hover {
	opacity: .8;
}

.slick-dots li.slick-active button:before {
	content: "";
	background-color: #000;
	opacity: 1;
	border: 3px solid #fff;
}

.slick-dots li.slick-active button:hover {
	opacity: .8;
}

.slick-dots button {
	width: 20px;
	height: 20px;
	border: 3px solid transparent;
	z-index: 0;
	position: relative;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	padding: 0;
}

.slick-dots button:before {
	content: "";
	font-family: "slick";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #f15a27;
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	z-index: 2;
}

.slide-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider-home .slide-item {
	height: 475px;
}

.slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 45px 0;
	min-height: 346px;
}

.slide-content h1 {
	max-width: 600px;
	margin: 0;
	padding: 0 0 15px;
}

.section-intro .slide-content .title {
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 15px;
}

.slide-content .title em {
	color: #ef4e27;
	fo

}

.slide-content .title span {
	color: #fff;
}

.slide-content .time {
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 15px;
}

.slide-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	max-width: 387px;
	margin-bottom: 10px;
}

.slide-content .btn {
	font-family: "Conv_Axiforma-Medium";
}

.slider-support {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100% !important;
}

.slider-support .slick-list {
	margin: -5px;
}

.slider-support .slick-arrow {
	border: none;
	background-color: transparent;
	padding: 0 0;
	width: auto;
}

.slider-support .slick-arrow:hover i {
	color: #ef4e27;
}

.slider-support .slick-arrow.slick-prev {
	position: relative;
	left: -9px;
}

.slider-support .slick-arrow.slick-next {
	position: relative;
	right: -10px;
}

.slider-support .slick-arrow i {
	font-size: 17px;
	color: #9b9b9b;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-support .item {
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-support .card-img {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-support .card-img img {
	width: 100%;
	height: 100%;
	max-width: inherit;
}

.header {
	padding: 15px 0;
}

.logo img {
	max-width: 50%;
}

.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.nav-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 0 35px;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-list li {
	margin-left: 10px;
}

.social-list li a {
	font-size: 27px;
}

.social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media (min-width: 768px) {
.social-list {
position: relative;
top: -6px; } }
.social-list li {
margin-left: 10px; }
.social-list li a {
width: 27px;
height: 27px;
display: block; }
.social-list li a.inst {
background-image: url(images/inst.svg); }
.social-list li a.link {
background-image: url(images/link.svg); }
.social-list li a.twitt {
background-image: url(images/twitt.svg); }
.social-list li a.face {
background-image: url(images/face.svg); }

.social-list li a:hover{
	opacity: 0.8;
}
.btn {
	padding: 9px 15px;
	background-color: transparent;
	color: #fff;
	font-size: 11px !important;
	font-family: "Conv_Axiforma-Bold_1";
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
	width: 158px;
	text-align: center;
	line-height: normal !important;
}

.btn.btn-dark {
	background-color: #000;
}

.btn.btn-dark:hover {
	opacity: .8;
}

.btn.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
}
.btn.btn-transparent.custom{
	margin-bottom: 15px;
	display: block;
}

.btn.btn-transparent:hover {
	border: 1px solid #ef4e27;
	color: #ef4e27;
}

.btn.btn-transparent.grey {
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
	font-family: "Conv_Axiforma-Bold_1";
}

.btn.btn-transparent.grey:hover {
	border: 1px solid #ef4e27;
	color: #ef4e27;
}

.btn.btn-transparent.dark {
	border: 1px solid #000;
	color: #000;
}

.btn.btn-transparent.dark:hover {
	border: 1px solid #ef4e27;
	color: #ef4e27;
}

.nav-btn-group {
	margin: -10px 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-btn-group .btn {
	width: 158px;
	display: block;
	text-align: center;
}

.nav-btn-group .btn:first-child {
	margin-right: 7px;
}

.nav-active .nav-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
}

.nav-active .nav-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-active .nav-top {
	display: block;
	text-align: center;
	padding: 25px 0 10px;
	width: 100%;
}

.nav-active .nav-btn-group {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

.nav-active .nav-btn-group .btn {
	width: 100%;
	margin: 0 0 15px;
}

.nav-active .social-list {
	padding: 0 0 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-active .hot-link {
	bottom: 0;
    top: inherit;
    position: absolute;
    min-height: 36px;
    height: 36px;
    width: 100%;
    border-radius: 0;
    align-self: flex-end;
    /*margin-top: 13px;*/
}

.nav-active .hot-link span {
	top: 0px;
}

.nav-active .hot-link:hover{
   transform: scale(1);
}

.nav-active .nav-list {
	position: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-right: 0;
	top: 0;
    margin-bottom: 20px;
}

.nav-active .nav-list a {
	padding: 15px 15px 10px 20px;
}

.nav-active .nav-list li {
	margin-left: 0;
}

.nav-active .nav-list li.hover .dropdown {
	display: block;
}

.nav-active .nav-list .dropdown {
	position: inherit;
	top: 0;
	width: 100%;
	margin: 0 0 20px;
}

.nav-active .nav-list .dropdown li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav-active .nav-list .dropdown a {
	font-size: 18px;
}

.nav-active .nav-list span {
	font-size: 18px;
}

.nav-active .hot-link:after{
	border-radius: 0
}

.nav-block {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 430px;
	height: 100%;
	background-color: #fff;
	padding: 0 0 10px;
	left: 0;
}

.nav-block::-webkit-scrollbar {
	width: 5px;
}

.nav-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 115px;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 65px;
	overflow: scroll;
}

.nav-list li {
	margin-left: 5px;
	position: relative;
}

.nav-list li.hover span,
.nav-list li.hover i {
	color: #ef4e27;
}
.nav-list li:hover i {
	color: #ef4e27;
}

.nav-list li.hover .dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
	margin-left: 0 !important;
}

.nav-list li a:last-child {
	padding: 15px 0 30px 15px;
}

.nav-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 15px 30px 0;
}

.nav-list span {
	color: #000;
	font-size: 14px;
	font-family: "Conv_Axiforma-SemiBold";
	text-transform: uppercase;
}

.nav-list li i {
	font-size: 7px;
	height: 7px;
	margin: 0 0 0 5px;
	display: flex;
	line-height: 0;
	color: #9b9b9b;
}

.hot-link {
	background-image: -webkit-linear-gradient(46deg, #fe2929 0%, #f76b1c 100%);
	background-image: linear-gradient(44deg, #fe2929 0%, #f76b1c 100%);
	width: 109px;
	min-width: 109px;
	height: 104px;
	min-height: 104px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 75px;
	z-index: 0;
	-webkit-transition: background-image .2s, -webkit-transform ease-out .1s;
	transition: background-image .2s, -webkit-transform ease-out .1s;
	transition: transform ease-out .1s, background-image .2s;
	transition: transform ease-out .1s, background-image .2s, -webkit-transform ease-out .1s;
}

.hot-link:before {
	content: "";
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hot-link:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.hot-link:hover {
	background-image: -webkit-linear-gradient(46deg, #fe2929 0%, #f76b1c 100%);
	background-image: linear-gradient(44deg, #fe2929 0%, #f76b1c 100%);
	-webkit-transform: scale(.99);
	-ms-transform: scale(.99);
	transform: scale(.99);
}

.hot-link:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.hot-link span {
	position: relative;
	top: -20px;
	color: #fff;
	font-size: 20px;
	font-family: "Conv_Axiforma-Bold_1";
}

.dropdown {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 212px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ef4e27;
	margin: 0;
	padding: 0;
	z-index: 4;
}

.dropdown li {
	width: 100%;
	margin-left: 0 !important;
}

.dropdown li:hover {
	background-color: #c53c1b;
}

.dropdown li {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 20px;
}

.dropdown li a {
	color: #fff;
	font-size: 13px;
	font-family: "Conv_Axiforma-SemiBold";
	text-transform: uppercase;
	letter-spacing: .2px;
}

.dropdown li a:last-child {
	padding: 10px 0;
}

.dropdown a {
	padding: 10px 0;
}

.nav-opener {
	width: 42px;
	height: auto;
	position: absolute;
	padding: 15px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	top: 7px;
	right: 0;
	display: block;
}

.nav-opener:hover .icon-search {
	color: #172f30;
}

.nav-opener:before,
.nav-opener:after {
	background: #ef4e27;
	position: absolute;
	top: 12px;
	left: 1px;
	right: 6px;
	height: 4px;
	width: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener span {
	background: #ef4e27;
	position: absolute;
	top: 20px;
	left: 1px;
	right: 6px;
	height: 4px;
	width: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 13px;
}

.nav-opener:after {
	top: 27px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	left: 0;
	right: 6px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container {
	width: 100%;
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}

.main {
	z-index: 3;
	position: relative;
}

#wrapper {
	overflow: hidden;
}

h2 {
	font-size: 40px;
	font-weight: 700;
}

.section-intro {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.section-intro.mask-bg {
	position: relative;
}

/*.section-intro.mask-bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -webkit-linear-gradient(35deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(55deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}*/

.section-intro.bg-grey {
	height: 30px;
	background-color: #e8eef4;
}

.section-intro .title {
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 15px;
}

.section-intro .title em {
	color: #ef4e27;
}

.section-intro .title span {
	color: #fff;
}

.intro-container {
	padding: 45px 0;
	min-height: 346px;
}

.intro-container .title {
	z-index: 6;
}

.intro-container h1 {
	z-index: 6;
	word-break: break-all;
}

.info-playing {
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -1px;
	padding: 30px 0;
	position: relative;
}

.info-playing::before {
	content: "";
	position: absolute;
	right: -523px;
	width: 1053px;
	height: 100%;
	top: 0;
	display: block;
	background-image: url(images/big-farr.svg);
	background-repeat: no-repeat;
}

.info-playing h2 {
	color: #fff;
	z-index: 1;
	text-align: center;
	width: 100%;
	font-family: "Conv_Axiforma-ExtraBold";
	font-weight: normal;
}

.info-playing p {
	color: #000;
	font-size: 14px;
	font-family: "Conv_Axiforma-Book";
	line-height: 20px;
	text-align: left;
	max-width: 760px;
	z-index: 1;
	width: 100%;
}

.info-playing .btn {
	z-index: 1;
}

.info-playing .btn:hover {
	background-color: #fff;
	color: #ef4e27;
}

.info-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.section-rubric .title {
	padding: 15px 0 0;
}

.section-rubric .title em {
	color: #ef4e27;
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
}

.section-rubric .title strong {
	color: #000;
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar {
	width: 100%;
	min-width: 160px;
	padding: 20px 0;
}

.sidebar .title {
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 15px;
}

.sidebar .title em {
	color: #ef4e27;
}

.sidebar .title span {
	color: #fff;
}

.sidebar .time {
	font-size: 13px;
	font-weight: 400;
}

.content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-column-align: center;
	justify-items: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.content.content-reverse .container {
	position: relative;
}

.content.content-reverse .sidebar {
	position: relative;
	padding: 30px 0;
}

.content.content-reverse .card-visit-list {
	position: inherit;
	margin: 0 0 20px;
	top: 0;
}

.content.content-reverse .container-content-childe {
	margin-top: 0;
	padding: 15px 0;
}

.content.content-reverse .container-content-childe-lg {
	padding: 0 0 0 0;
}

.content.content-reverse .card-content {
	padding: 0 0 0;
}

.content.content-reverse .card-primary-size {
	margin: 0;
}

.padd-sm {
	padding: 0;
}

.container-content-childe {
	margin-left: 0;
	margin-top: -45px;
	padding: 30px 0;
	background-color: #fff;
}

.container-content-childe h2 {
	color: #000;
	font-size: 30px;
	font-family: "Conv_Axiforma-ExtraBold";
	line-height: 38px;
}

.container-content-childe h3 {
	font-size: 20px;
	font-family: "Conv_Axiforma-ExtraBold";
	text-transform: uppercase;
}
.container-content-childe .card-content h3 {
	font-size: 20px;
	/*font-family: "Conv_Axiforma-ExtraBold";*/
	text-transform: capitalize;
    font-family: "Libre Baskerville", serif;
    /*font-size: 14px;*/
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 15px;
    font-style: italic;
}
.container-content-childe .card-content h3 span{
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	color: #000;
}

.container-content-childe .head-title {
	color: #000;
	font-size: 40px;
	font-family: "Conv_Axiforma-Black";
	line-height: 64px;
	letter-spacing: -.66px;
	display: block;
}

.list-camps-items .card-item {
	padding: 0 0 10px;
	border-bottom: 1px solid #dedcde;
	max-width: 667px;
	width: 100%;
}

.list-camps-items .padd-sm {
	padding: 0 10px;
}

.list-camps-items .card-title {
	margin: 20px 0 20px;
}

.list-camps-items .card-title a {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
	-webkit-transition: .3s;
	transition: .3s;
}

.list-camps-items .card-title a:hover {
	opacity: .8;
}

.list-camps-items .card-img {
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
}

.list-camps-items .card-img img {
	width: 100%;
}

.card-primary-size {
	margin: 0 10px;
}

.card-primary-size p {
	color: #000;
	font-size: 14px;
	font-family: "Conv_Axiforma-Book";
	line-height: 24px;
}

.card-content {
	padding: 0 0 30px;
}

.card-list-info {
	padding: 10px 0;
}

.card-list-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.card-list-info strong {
	color: #63a8a4;
	font-size: 15px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 36px;
	text-transform: uppercase;
	width: 100%;
	max-width: 80px;
	text-align: left;
}

.card-list-info span {
	color: #000;
	font-size: 13px;
	font-family: "Conv_Axiforma-Regular_1";
	line-height: 18px;
	margin-left: 13px;
	min-width: 180px;
	width: 100%;
}

.card-info-item {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0px, 125px, 0);
	transform: translate3d(0px, 125px, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.card-info-item:hover {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.card-info-item:hover .card-body {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.card-info-item:hover p {
	opacity: 1;
}

.card-info-item .card-header {
	background-color: rgba(155, 155, 155, .68);
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-info-item .card-body {
	background-color: rgba(0, 0, 0, .56);
	padding: 15px 15px 10px;
}

.card-info-item .card-body::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(86, 86, 86, .68), rgba(162, 42, 42, 0));
	background-image: linear-gradient(to top, rgba(86, 86, 86, .68), rgba(162, 42, 42, 0));
}

.card-info-item span {
	font-size: 17px;
	font-family: "Conv_Axiforma-Bold_1";
	color: #fff;
}

.card-info-item i {
	font-size: 9px;
	color: #fff;
	margin-left: 5px;
	margin-top: 4px;
}

.card-info-item .text-holder{
	height: 100px;
	overflow-y: scroll;
	text-overflow: ellipsis;
	position: relative;
}

.card-info-item p {
	color: #fff;
	font-size: 13px;
	font-family: "Conv_Proxima Nova Reg";
	line-height: 16px;
	margin: 0;
	opacity: 0;
}

.card-list-container .row {
	padding: 0 0 15px;
	border-bottom: 1px solid #dedcde;
}

.card-list-container .row:last-child {
	border-bottom: 10px solid #dedcde;
}

.card-list-container.card-list-container-films .row {
	border-bottom: none;
}

.card-list-container.card-list-container-films .row:last-child {
	border-bottom: none;
}

.card-list-container.sidebar-version .row {
	border-bottom: none;
	padding: 0;
	margin: 0 0 15px;
}

.card-list-container.sidebar-version .row:first-child {
	border-bottom: 10px solid #dedcde;
}

.card-list-container.sidebar-version .row:first-child .card-item {
	border-bottom: none;
}

.card-list-container.sidebar-version .row:last-child {
	border-bottom: none;
}

.card-list-container.sidebar-version .row .card-item {
	border-bottom: 1px solid #dedcde;
	margin: 0 0 15px;
}

.card-list-container.sidebar-version .card-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 10px;
}

.card-list-container.sidebar-version .card-list .card-item {
	width: 100%;
}

.card-list-container.sidebar-version .card-list .card-img {
	margin-bottom: 0;
}

.card-list-container.sidebar-version .card-list a {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 10px;
}

.card-list-container.sidebar-version .card-list .more-info {
	color: #ef4e27;
	font-size: 12px;
	font-family: "Conv_Proxima Nova Reg";
	margin-bottom: 15px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 700;
}

.card-list-container.sidebar-version .card-list .more-info:hover {
	text-decoration: underline;
}

.card-list-container.card-list-non-profit .row {
	padding: 0 0 15px;
	border-bottom: none;
}

.card-list-container.card-list-non-profit .row:last-child {
	border-bottom: none;
}

.card-list-container.card-list-non-profit .card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-list-container.card-list-non-profit .card-img {
	position: relative;
	background-color: #000;
}

.card-list-container.card-list-non-profit .card-img:before {
	content: "";
	width: 100%;
	height: 10px;
	background-image: -webkit-linear-gradient(42deg, #fe2929 0%, #f76b1c 100%);
	background-image: linear-gradient(48deg, #fe2929 0%, #f76b1c 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.card-list-container.card-list-non-profit .card-img span {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
}

.card-list-container.card-list-non-profit p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.card-list-container.card-list-non-profit .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-list.card-list-films {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.card-list.card-list-films .card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #dedcde;
	padding-bottom: 15px;
}

.card-list .card-item {
	width: 100%;
	margin: 0 20px 15px;
}

.card-list .time {
	color: #000;
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 10px;
	display: block;
}

.card-list .card-img {
	margin-bottom: 10px;
}

.card-list .card-img img {
	width: 100%;
}

.card-list a {
	color: #000;
	font-size: 24px;
	font-family: "Conv_Axiforma-Black";
	line-height: 26px;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.card-list a:hover {
	color: #ef4e27;
}

.card-list b {
	color: #3a3a3a;
	font-size: 14px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 20px;
}

.card-list p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 0;
	font-family: "Conv_Axiforma-Book";
}

.card-list strong {
	color: #3a3a3a;
	font-size: 14px;
	font-family: "Conv_Axiforma-Bold_1";
	text-transform: uppercase;
	padding: 0 0 13px;
	display: block;
}

.card-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-list ul li {
	margin: 4px;
}

.card-list ul a {
	color: #939597;
	font-size: 14px;
	font-family: "Conv_Axiforma-Bold_1";
	letter-spacing: .3px;
	padding: 5px 10px;
	border: 1px solid #ef4e27;
}
.card-list ul a:hover{
	background-color: #ef4e27;
	color: #fff;
}
.card-list-films {
	width: 100%;
}

.card-list-films .card-img {
	min-width: 100%;
	margin-right: 38px;
}

.card-list-films .card-body {
	max-width: 100%;
	margin-right: 43px;
}

.card-list-films .card-body span {
	color: #939597;
	font-size: 13px;
	font-family: "Conv_Axiforma-ExtraBold";
	text-transform: uppercase;
	padding: 0 0 20px;
	display: block;
}

.card-list-films .card-footer {
	width: 100%;
}

.card-list-films .card-footer b {
	padding: 0 0 15px;
	display: block;
}

.list-video .list-video-item {
	padding: 0 0 30px;
}

.list-video .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 10px;
}

.list-video a {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
	padding: 0 0 10px;
}

.list-video span {
	color: #000;
	font-size: 14px;
	font-family: "Conv_Axiforma-Light";
}

h3 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.section-non-prifit {
	padding: 25px 0 35px;
}

.section-non-prifit h3 {
	text-align: center;
	font-size: 32px;
	font-family: "Conv_Axiforma-ExtraBold";
	padding-bottom: 15px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

.section-support {
	background-color: #e8eef4;
	padding: 46px 0 105px;
}

.section-support .container {
	max-width: 1350px;
}

.section-support .title {
	text-align: center;
	padding: 0 0 45px;
	max-width: 600px;
	margin: 0 auto;
}

.section-support h4 {
	color: #ef4e27;
	font-size: 20px;
	font-family: "Conv_Axiforma-ExtraBold";
}

.section-support p {
	color: #000;
	font-size: 16px;
	font-family: "Conv_Axiforma-Book";
}

.card-visit-list {
	background-color: #e8eef4;
	padding: 19px 18px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 0 20px;
}

.card-visit-list:before {
	content: "";
	width: 100%;
	height: 10px;
	background-image: -webkit-linear-gradient(42deg, #fe2929 0%, #f76b1c 100%);
	background-image: linear-gradient(48deg, #fe2929 0%, #f76b1c 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.card-visit-list strong {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-ExtraBold";
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
}

.card-visit-list ul a {
	color: #9b9b9b;
	font-size: 11px;
	font-family: "Conv_Axiforma-SemiBold";
	line-height: 27px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.card-visit-list ul a:hover {
	color: #ef4e27;
}

.card-screening .card-title {
	margin: 0 0 20px;
}

.card-screening .card-title a {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
}

.card-screening p {
	color: #000;
	font-size: 16px;
	font-family: "Conv_Axiforma-Book";
	line-height: 28px;
}

.form-screening {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.form-screening .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 15px 0;
}

.form-screening .form-group .wpcf7-submit {
	margin: 0 auto;
	border-radius: 4px;
}

.form-screening .form-control {
	width: 100%;
	background-color: #eee;
	padding: 1px 10px;
	border: none;
	outline: none;
}

.form-screening label {
	text-align: left;
	padding: 0 0 10px;
}

.form-screening label span {
	color: #000;
	font-size: 16px;
	font-family: "Conv_Axiforma-Book";
	line-height: 28px;
	display: block;
}

.form-screening label .text {
	color: #000;
	font-size: 12px;
	font-family: "Conv_Axiforma-Book";
	line-height: 28px;
	margin: 0;
}

.form-screening .textarea-control {
	resize: none;
	margin-bottom: 15px;
	height: 100%;
}

blockquote {
	position: relative;
	margin: 0 0 30px !important;
	display: block;
}

blockquote:before {
	content: ",,";
	font-family: "Libre Baskerville", serif;
	color: #ef4e27;
	font-size: 100px;
	font-weight: 700;
	position: absolute;
	left: -5px;
	top: -45px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

blockquote:after {
	content: ",,";
	font-family: "Libre Baskerville", serif;
	color: #ef4e27;
	font-size: 100px;
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: -15px;
}

blockquote p {
	color: #9b9b9b;
	font-family: "Libre Baskerville", serif;
	text-align: center;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
}

blockquote cite {
	text-align: right;
	display: block;
	margin-right: 80px;
	font-style: normal;
	color: #000;
	font-size: 12px;
	font-family: "Conv_Axiforma-Book";
	font-weight: 700;
	text-transform: uppercase;
}

.container-content-childe-lg {
	padding: 0 0 0 0;
}

.container-content-childe-lg .row {
	padding: 0 0 10px;
}

.container-content-childe-lg .row.row-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container-content-childe-lg .card-img-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container-content-childe-lg .card-img-group .card-img {
	margin-right: 10px;
}

.container-content-childe-lg .card-img-group .card-img:last-child {
	margin-right: 0;
}

.container-content-childe-lg .card-text {
	margin: 20px 0;
}

.container-content-childe-lg p {
	color: #9b9b9b;
	font-size: 14px;
	max-width: 268px;
	font-family: "Conv_Axiforma-SemiBold";
}

.container-content-childe-lg p strong {
	color: #000;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-showtimes {
	padding: 15px 0;
}

.card-showtimes .top-line {
	padding: 0 0 20px;
}

.card-showtimes .top-line a {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
	text-transform: uppercase;
}

.card-showtimes .top-line span {
	color: #000;
	font-size: 14px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
	text-transform: uppercase;
	margin-left: 10px;
}

.list-showtimes {
	padding: 0 0 35px;
}

.list-showtimes li {
	padding: 15px 0 15px;
	border-bottom: 1px solid #dedcde;
}

.list-showtimes li:last-child {
	border-bottom: none;
}

.list-showtimes .time {
	color: #3a3a3a;
	font-size: 20px;
	font-weight: 700;
	font-family: "Conv_Proxima Nova Reg";
	padding: 0 0 13px;
	display: block;
}

.list-showtimes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.list-showtimes ul li {
	border-bottom: none;
	padding: 0;
	margin-right: 20px;
}

.list-showtimes a {
	color: #939597;
	font-size: 16px;
	font-family: "Conv_Proxima Nova Reg";
	font-weight: 700;
	letter-spacing: .3px;
	-webkit-transition: .3s;
	transition: .3s;
}

.list-showtimes a:hover {
	color: #ef4e27;
}

.list-posts-residencies .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 20px;
}

.list-posts-residencies .title a {
	color: #ef4e27;
	font-size: 24px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.list-posts-residencies .title span {
	color: #4a4a4a;
	font-size: 20px;
	font-family: "Conv_Axiforma-Regular_1";
}

.list-posts-residencies .card-title {
	padding: 0 0 15px;
}

.list-posts-residencies .card-title strong {
	font-size: 20px;
	font-family: "Conv_Axiforma-Bold_1";
	margin: 0;
	line-height: 28px;
	display: block;
}

.list-posts-residencies .card-title span {
	color: #000;
	font-size: 16px;
	font-family: "Conv_Axiforma-Book";
	line-height: 28px;
}

.list-posts-residencies .card-body p {
	color: #000;
	font-size: 16px;
	font-family: "Conv_Axiforma-Book";
	line-height: 28px;
}

.list-posts-residencies .item-post {
	padding: 0 0 10px;
}

.list-posts-residencies .list-item {
	border-top: 10px solid #dedcde;
	padding-top: 25px;
	margin-top: -25px;
	padding-bottom: 25px;
}

.list-posts-residencies .list-item:last-child {
	padding-bottom: 0;
}

.footer {
	background-image: -webkit-linear-gradient(224deg, #043749 0%, #000 100%);
	background-image: linear-gradient(226deg, #043749 0%, #000 100%);
	padding: 40px 0 20px;
}

.footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .row:first-child {
	padding: 0 0 30px;
}

.footer .row .col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 15px;
}

.footer .row .col:first-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer .row .col:last-child {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.footer .logo {
	margin: 0 74px 30px 74px;
}

.footer .logo img {
	width: 167px;
	max-width: inherit;
}

.footer .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.footer .content address,
.footer .content a {
	color: #fff;
	font-size: 14px;
	font-family: "Conv_Axiforma-Medium";
	line-height: 22px;
	font-style: normal;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer .content address {
	width: 100%;
	display: block;
	margin: 0;
}

.footer .content a:hover {
	color: #ef4e27;
}

.footer-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.footer-nav-list li {
	margin: 0 10px;
}

.footer-nav-list a {
	color: #fff;
	font-size: 13px;
	font-family: "Conv_Axiforma-Medium";
	line-height: 36px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-nav-list a:hover {
	color: #ef4e27;
}

.form-footer {
	width: 100%;
	text-align: center;
}

.form-footer label {
	color: #fff;
	font-size: 16px;
	font-family: "Conv_Axiforma-Bold_1";
	line-height: 20px;
	padding: 0 0 15px;
	display: block;
}

.form-footer .form-control {
	border: 1px solid #e0e0e7;
	background-color: #fff;
	width: 100%;
	padding: 4px 10px;
	margin: 0 0 15px;
	outline: none;
}

.form-footer .btn {
	width: 100%;
	font-family: "Conv_Axiforma-Bold_1";
}

.copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.copy p {
	color: #9b9b9b;
	font-size: 12px;
	font-family: "Conv_Axiforma-Medium";
	line-height: 13px;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Conv_Axiforma-Regular_1";
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	color: #fff;
	font-size: 40px;
	font-family: "Conv_Axiforma-Black";
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* add font  */

/** Generated by FG **/

@font-face {
	font-family: "Conv_Kastelov-Axiforma-Regular";
	src: url("../fonts/Kastelov-Axiforma-Regular.eot");
	src: local("☺"), url("fonts/Kastelov-Axiforma-Regular.woff") format("woff"), url("fonts/Kastelov-Axiforma-Regular.ttf") format("truetype"), url("../fonts/Kastelov-Axiforma-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Kastelov - Axiforma Heavy";
	src: url("../fonts/Kastelov - Axiforma Heavy.eot");
	src: local("☺"), url("fonts/Kastelov - Axiforma Heavy.woff") format("woff"), url("fonts/Kastelov - Axiforma Heavy.ttf") format("truetype"), url("../fonts/Kastelov - Axiforma Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* font end */

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Bold_2";
	src: url("fonts/Axiforma-Bold_2.eot");
	src: local("☺"), url("fonts/Axiforma-Bold_2.woff") format("woff"), url("fonts/Axiforma-Bold_2.ttf") format("truetype"), url("fonts/Axiforma-Bold_2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Bold_1";
	src: url("../fonts/Axiforma-Bold_1.eot");
	src: local("☺"), url("fonts/Axiforma-Bold_1.woff") format("woff"), url("fonts/Axiforma-Bold_1.ttf") format("truetype"), url("../fonts/Axiforma-Bold_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Regular_1";
	src: url("../fonts/Axiforma-Regular_1.eot");
	src: local("☺"), url("fonts/Axiforma-Regular_1.woff") format("woff"), url("fonts/Axiforma-Regular_1.ttf") format("truetype"), url("../fonts/Axiforma-Regular_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-SemiBold";
	src: url("../fonts/Axiforma-SemiBold.eot");
	src: local("☺"), url("fonts/Axiforma-SemiBold.woff") format("woff"), url("fonts/Axiforma-SemiBold.ttf") format("truetype"), url("../fonts/Axiforma-SemiBold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Black";
	src: url("../fonts/Axiforma-Black.eot");
	src: local("☺"), url("fonts/Axiforma-Black.woff") format("woff"), url("fonts/Axiforma-Black.ttf") format("truetype"), url("../fonts/Axiforma-Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Black_1";
	src: url("../fonts/Axiforma-Black_1.eot");
	src: local("☺"), url("fonts/Axiforma-Black_1.woff") format("woff"), url("fonts/Axiforma-Black_1.ttf") format("truetype"), url("../fonts/Axiforma-Black_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova Black";
	src: url("../fonts/Proxima Nova Black.eot");
	src: local("☺"), url("fonts/Proxima Nova Black.woff") format("woff"), url("fonts/Proxima Nova Black.ttf") format("truetype"), url("../fonts/Proxima Nova Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Medium";
	src: url("../fonts/Axiforma-Medium.eot");
	src: local("☺"), url("fonts/Axiforma-Medium.woff") format("woff"), url("fonts/Axiforma-Medium.ttf") format("truetype"), url("../fonts/Axiforma-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-ExtraBold";
	src: url("../fonts/Axiforma-ExtraBold.eot");
	src: local("☺"), url("fonts/Axiforma-ExtraBold.woff") format("woff"), url("fonts/Axiforma-ExtraBold.ttf") format("truetype"), url("../fonts/Axiforma-ExtraBold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Book";
	src: url("../fonts/Axiforma-Book.eot");
	src: local("☺"), url("fonts/Axiforma-Book.woff") format("woff"), url("fonts/Axiforma-Book.ttf") format("truetype"), url("../fonts/Axiforma-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova Light";
	src: url("../fonts/Proxima Nova Light.eot");
	src: local("☺"), url("fonts/Proxima Nova Light.woff") format("woff"), url("fonts/Proxima Nova Light.ttf") format("truetype"), url("../fonts/Proxima Nova Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova Reg";
	src: url("../fonts/Proxima Nova Reg.eot");
	src: local("☺"), url("fonts/Proxima Nova Reg.woff") format("woff"), url("fonts/Proxima Nova Reg.ttf") format("truetype"), url("../fonts/Proxima Nova Reg.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Axiforma-Light";
	src: url("../fonts/Axiforma-Light.eot");
	src: local("☺"), url("fonts/Axiforma-Light.woff") format("woff"), url("fonts/Axiforma-Light.ttf") format("truetype"), url("../fonts/Axiforma-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova ExCn Sbold";
	src: url("../fonts/Proxima Nova ExCn Sbold.eot");
	src: local("☺"), url("fonts/Proxima Nova ExCn Sbold.woff") format("woff"), url("fonts/Proxima Nova ExCn Sbold.ttf") format("truetype"), url("../fonts/Proxima Nova ExCn Sbold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova Cond Sbold It";
	src: url("../fonts/Proxima Nova Cond Sbold It.eot");
	src: local("☺"), url("fonts/Proxima Nova Cond Sbold It.woff") format("woff"), url("fonts/Proxima Nova Cond Sbold It.ttf") format("truetype"), url("../fonts/Proxima Nova Cond Sbold It.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_Proxima Nova Cond Sbold";
	src: url("../fonts/Proxima Nova Cond Sbold.eot");
	src: local("☺"), url("fonts/Proxima Nova Cond Sbold.woff") format("woff"), url("fonts/Proxima Nova Cond Sbold.ttf") format("truetype"), url("../fonts/Proxima Nova Cond Sbold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slide-content .title {
		padding: 0 0 45px;
	}

	.nav-list li i {
		margin: -5px 0 0 5px;
		/*line-height: 20px;*/
	}

	.dropdown {
		top: 56px;
	}

	.section-intro .title {
		padding: 0 0 45px;
	}

	.card-info-item i {
		margin-top: 4px;
	}

	.card-list-container.sidebar-version .row:first-child .card-item {
		height: 100%;
	}

	.form-screening .form-control {
		line-height: 0;
		height: 29px;
	}
}

@media (min-width: 480px) {
	.card-list-info span {
		min-width: 260px;
	}

	.card-list .card-item {
		width: 41%;
	}

	.card-list .card-img {
		margin-bottom: 20px;
	}

	.card-list a {
		font-size: 26px;
		line-height: 30px;
	}

	.card-list b {
		font-size: 18px;
		line-height: 24px;
	}

	.card-list p {
		padding: 10px 0;
	}

	.footer .row .col {
		width: 50%;
	}

	.footer-nav-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
	}

	.form-footer {
		width: 160px;
		text-align: left;
		margin-top: -66px;
	}

	.form-footer .btn {
		width: 85%;
	}
}

@media (min-width: 540px) {
	.container-content-childe-lg .row {
		padding: 0 0 20px;
	}

	.container-content-childe-lg .card-img-group .card-img {
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	.slider-home .slide-item {
		height: 665px;
	}

	.slide-content {
		padding: 144px 0;
		min-height: 665px;
	}

	.slide-content .title {
		padding: 0 0 45px;
	}

	.section-intro .slide-content .title {
		font-size: 20px;
	}

	.slide-content .time {
		font-size: 20px;
		padding: 0 0 30px;
	}

	.slide-content p {
		font-size: 16px;
		margin-bottom: 45px;
	}

	.header {
		padding: 31px 0 30px;
	}

	.logo img {
		max-width: 100%;
	}

	.social-list {
		position: relative;
		top: -6px;
	}

	.btn {
		padding: 11px 20px;
	}

	.nav-block {
		display: block;
		position: inherit;
		width: auto;
		overflow: inherit;
		overflow: inherit;
		height: auto;
		min-height: auto;
	}

	.nav-list {
		overflow: initial;
		overflow: inherit;
	}

	.nav-opener {
		display: none;
	}

	.container {
		padding: 0 20px;
	}

	.section-intro.bg-grey {
		height: 100px;
	}

	.section-intro .title {
		padding: 0 0 30px;
	}

	.section-intro .title {
		font-size: 24pt;
	}

	.intro-container {
		padding: 142px 0 142px 70px;
	}

	.info-playing {
		padding: 64px 0;
	}

	.info-playing p {
		font-size: 16px;
		line-height: 28px;
	}

	.section-rubric .title {
		padding: 35px 0 0;
	}

	.sidebar {
		width: 160px;
		padding: 48px 0;
	}

	.sidebar .title {
		font-size: 20px;
	}

	.content .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.content.content-reverse .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.content.content-reverse .sidebar {
		padding: 90px 0;
	}

	.content.content-reverse .container-content-childe {
		padding: 50px 50px 50px 0;
	}

	.content.content-reverse .container-content-childe-lg {
		padding: 0 150px 0 0;
	}

	.content.content-reverse .card-primary-size {
		margin: 0 50px;
	}

	.padd-sm {
		padding: 0 60px;
	}

	.container-content-childe {
		margin-left: 40px;
		padding: 70px 50px;
	}

	.container-content-childe h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.container-content-childe h3 {
		font-size: 24px;
		padding: 0 0 15px;
	}

	.container-content-childe .head-title {
		font-size: 66px;
		padding: 0 0 20px;
	}

	.list-camps-items .padd-sm {
		padding: 0 52px;
	}

	.card-primary-size {
		margin: 0 50px;
	}

	.card-primary-size.pre-primary-size {
		margin: 0;
	}

	.card-primary-size p {
		font-size: 16px;
		line-height: 28px;
	}

	.card-content {
		padding: 0 0 100px;
	}

	.card-list-info {
		padding: 20px 60px;
	}

	.card-list-info strong {
		text-align: right;
		font-size: 17px;
		line-height: 43px;
		padding: 0;
	}

	.card-list-info span {
		font-size: 15px;
		line-height: 28px;
		margin-left: 39px;
	}

	.card-info-item {
		-webkit-transform: translate3d(0px, 231px, 0);
		transform: translate3d(0px, 231px, 0);
	}

	.card-info-item .card-header {
		padding: 24px 35px 28px;
	}

	.card-info-item .card-body {
		padding: 22px 40px 10px;
	}
	.card-info-item .text-holder{
		height: 199px;
	}

	.card-info-item p {
		font-size: 15px;
		line-height: 20px;
		
	}

	.card-list-container .row {
		padding: 0 0 35px;
	}

	.card-list {
		margin: 28px 20px;
	}

	.card-list {
		margin: 28px -20px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.card-list.card-list-films .card-item {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border-bottom: none;
	}

	.card-list .card-item {
		width: 360px;
	}

	.card-list-films .card-img {
		min-width: 262px;
		width: 262px;
	}

	.card-list-films .card-body {
		max-width: 457px;
	}

	.card-list-films .card-footer {
		margin-top: 35px;
		width: auto;
	}

	.list-video .list-video-item {
		padding: 0 0 68px;
	}

	.form-screening {
		max-width: 360px;
	}

	blockquote {
		margin: 0 0 100px !important;
	}

	blockquote:before {
		left: -45px;
		top: -60px;
		font-size: 140px;
	}

	blockquote:after {
		right: -45px;
		bottom: -25px;
		font-size: 140px;
	}

	blockquote p {
		font-size: 24px;
		line-height: 38px;
	}

	blockquote cite {
		margin-right: 50px;
	}

	.page .container-content-childe-lg {
		padding: 0 0 90px 150px;
		margin-top: -100px;
	}

	.card-showtimes {
		padding: 70px 0;
	}

	.list-posts-residencies .title {
		padding: 0 0 40px;
	}

	.list-posts-residencies .title a {
		margin-bottom: 15px;
	}

	.list-posts-residencies .card-title {
		padding: 0 0 30px;
	}

	.list-posts-residencies .list-item {
		padding-top: 50px;
		margin-top: -50px;
		padding-bottom: 50px;
	}

	.footer {
		padding: 80px 0 20px;
	}

	.footer .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer .row:first-child {
		padding: 0 0 70px;
	}

	.footer .row .col {
		width: 33.33%;
	}

	.footer .row .col:last-child {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 33.33%;
	}

	.footer .content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer .content address {
		width: 125px;
	}

	.copy {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 76px;
		line-height: 68px;
	}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
	.nav-block {
		padding: 0;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.nav-list {
		margin-right: 150px;
		margin-top: -1px;
	}

	.nav-list li {
		margin-left: 45px;
	}

	.container-content-childe-lg .card-img-group {
		margin-right: 20px;
	}
}

@media (min-width: 1160px) {
	.container-content-childe {
		width: 760px;
	}

	.list-camps-items .card-img img {
		width: inherit;
	}

	.card-info-item {
		-webkit-transform: translate3d(0px, 243px, 0);
		transform: translate3d(0px, 243px, 0);
	}

	.card-info-item .card-body {
		padding: 22px 40px;
	}

	.card-info-item .card-body::after {
		content: none;
	}

	.card-info-item p {
		margin: auto;
	}

	.card-visit-list {
		position: absolute;
		right: 0;
		top: 90px;
		margin: 0 15px;
		width: 160px;
	}
}

@media (min-width: 1200px) {
	.slick-dots {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 1280px) {
	.card-visit-list {
		right: 0;
	}
}

@media (min-width: 1600px) {
	.slide-item {
		background-size: cover;
	}

	.section-intro {
		background-size: cover;
	}
}

@media (min-width: 1601px) {
	.slide-content {
		padding: 170px 0;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: .3;
	}

	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fe2929, 0 0 0 10px rgba(247, 107, 28, .5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fe2929, 0 0 0 10px rgba(247, 107, 28, .5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: .3;
	}

	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fe2929, 0 0 0 10px rgba(247, 107, 28, .5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fe2929, 0 0 0 10px rgba(247, 107, 28, .5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

