/*
Theme Name: Bizmatica
Theme URI: 
Author: Webscy
Author URI: 
Description: Bizmatica theme by Webscy
Version: 1.0
Text Domain: bizmatica
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
	font-family: 'Titillium Web', sans-serif;
	color: #23185d;
	font-size: 16px;
	font-weight: 400;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(220, 220, 220) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(220, 220, 220) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(220, 220, 220) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(220, 220, 220) 70%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(220, 220, 220) 70%);
}
input {
	font-family: 'Titillium Web', sans-serif;
}
a {
	transition: all 300ms ease-out;
	text-decoration: none;
	color: rgba(35, 24, 93, 1);
	outline: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: rgba(35, 24, 93, 0.6);
	outline: none;
}
strong {
	font-weight: 800;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}
@media (min-width: 1200px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
header {
	margin-top: 64px;
}
header .nav_additional {
	float: right;
}
#navbar {
	background-color: #a50c47;
}
#navbar a {
	color: #fff;
}
#navbar ul li > ul.children {
	transition: all 300ms ease-out;
	display: none;
	/*height: 0;*/
	/*display: block;*/
	/*overflow: hidden;*/
	opacity: 0;
	position: absolute;
	z-index: 101;
	padding: 0;
	margin: 0;
	/*background-color: #7d7894;*/
	/*background-color: #98053e;*/
}
#navbar ul li > ul.children ul.children {
	margin-left: 100%;
	top: 0;
	/*background-color: #23185d;*/
}
#navbar ul li > ul.children ul.children li {
	
}
#navbar ul li > ul.children ul.children li:hover {
	/*background-color: #74012d;*/
}
#navbar .menu > ul {
	clear: both;
	padding: 0;
	margin: 0;
}
#navbar ul li {
	list-style: none;
	position: relative;
	/*display: block;*/
}
#navbar ul li a {
	padding: 8px 20px;
	display: block;
	white-space: nowrap;
	background-color: #a50c47;
}
#navbar ul li a:hover {
	background-color: #23185d;
}
#navbar ul.children > li:hover {
	/*background-color: #23185d;*/
}
#navbar .menu > ul > li {
	float: left;
}
.navbar-toggle {
	display: block;
	float: left;
	padding: 2px;
	margin: 8px 4px;
	border: none;
	min-height: 15px;
}
.navbar-toggle .icon-bar {
	background-color: #23185d;
	width: 21px;
	height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
#navbar span.expand {
	transition: all 300ms ease-out;
	position: absolute;
	display: inline-block;
	/*float: left;*/
	/*margin-left: 10px;*/
	padding: 4px 10px 3px;
	opacity: 1;
	z-index: 102;
	width: 40px;
	height: 20px;
	right: 20px;
	cursor: pointer;
	color: #fff;
	top: 0;
}
#navbar span.expand > i {
	transition: all 300ms ease-out;
	font-size: 20px;
}
#navbar .expanded > span.expand > i {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#navbar span.expand:hover {
	padding: 7px 10px 0;
	opacity: 0.4;
}

@media (min-width: 767px) {
	#navbar span.expand {
		display: none;
	}
	#navbar ul li:hover > ul.children {
		/*height: auto;*/
		opacity: 1;
		display: block;
	}
}

@media (max-width: 767px) {
	#navbar ul.children {
		overflow: hidden !important;
		height: 0 !important;
		display: block !important;
		opacity: 0 !important;
		position: relative !important;
	}
	#navbar .expanded > ul.children {
		opacity: 1 !important;
		height: auto !important;
		overflow: visible !important;
	}
}


#social_bar {
	float: left;
	padding-top: 7px;
}
#social_bar a {
	transition: all 300ms ease-out;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	background-color: #23185d;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 3px;
}
#social_bar a:hover {
	width: 19px;
	height: 19px;
	margin: 1px;
	line-height: 19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
#lang_menu {
	transition: all 500ms ease-out;
	float: left;
	max-width: 25px;
	height: 30px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
#lang_menu:hover {
	max-width: 125px;
}
#lang_menu div.dummy {
	width: inherit;
	height: 30px;
}
#lang_menu div.lang_wr {
	width: inherit;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
}
#lang_menu ul {
	display: block;
	padding: 0;
	/*position: absolute;*/
	height: 30px;
	/*float: right;*/
}
#lang_menu ul:hover {
	/*height: 100px;*/
	/*width: auto;*/
}
#lang_menu li {
	list-style: none;
	font-size: 12px;
	width: 25px;
	float: left;
}
/*#lang_menu li.active {
	display: block;
}*/
#lang_menu li a {
	display: block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-weight: 600;
}
#search {
	float: left;
	padding-top: 2px;
}
#searchform {
	height: 21px;
	min-width: 21px;
	position: relative;
}
#searchform input[type="text"] {
	transition: all 500ms ease-out;
	width: 0;
	height: 30px;
	border: none;
	background-color: #fff;
	padding: 0 11px 0 10px;
	font-size: 12px;
}
#searchform input[type="text"].active,
#searchform:hover input[type="text"] {
	width: 200px;
	background-color: #e3e0f1;
	padding-right: 35px;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	background-color: transparent;
	border: none;
	z-index: 3;
}
#searchform i {
	line-height: 30px;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}


a span.coverimgwr {
	display: block;
	position: relative;
}
a span.imgcover {
	transition: all 300ms ease-out;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 24, 93, 0);
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
}
a:hover span.imgcover {
	background-color: rgba(35, 24, 93, 0.2);
}
a span.imgcover > span {
	position: absolute;
	top: 50%;
	left: 50%;
}
a span.imgcover span i {
	transition: all 300ms ease-out;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 100px;
	margin-left: -25px;
	opacity: 0;
	position: relative;
	font-size: 50px;
	line-height: 50px;
	color: rgb(35, 24, 93);
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
a:hover span.imgcover span i {
	display: block;
	opacity: 0.5;
	margin-top: -25px;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}



.line {
	height: 3px;
	display: block;
	width: 100%;
	margin-top: 17px;
}
.line span {
	height: 3px;
	display: block;
	width: 74px;
	background-color: #a50c47;
	margin-left: 112px;
}



/*Slider*/
.element_current_slider {
	min-height: 600px;
}
.element_current_slider .banner {
	position: relative;
}
.element_current_slider .banner .content {
	position: absolute;
	width: 100%;
	top: 100px;
}
.element_current_slider .banner .content h2 {
	font-size: 55px;
	font-weight: 200;
	line-height: 54px;
}
.element_current_slider .banner .content p {
	font-size: 24px;
	font-weight: 300;
	margin-top: 15px;
}
.element_current_boxes_horisontal .box .image {
	display: block;
	position: relative;
}
.element_current_boxes_horisontal .box .image a span.imgcover > span {
	top: 40%;
}
.element_current_boxes_horisontal .box .title {
	display: block;
	position: absolute;
	top: 35%;
	width: 100%;
}
.element_current_boxes_horisontal .box .title h2 {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 200;
	color: #fff;
}
.element_current_boxes_horisontal .text {
	display: block;
	padding: 30px 10px 0;
}
.element_current_boxes_horisontal .owl-dots {
	height: 88px;
	margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
	transition: all 300ms ease-out;
	display: block;
	width: 26px;
	height: 26px;
	border: 2px solid #a50c47;
	color: #a50c47;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: transparent;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border-color: #d4d3da;
	color: #d4d3da;
}

.element_current_movie {
	max-height: 712px;
	border-top: 10px solid #fff;
	overflow: hidden;
	position: relative;
}
.element_current_movie video {
	cursor: pointer;
	width: 100%;
}
.element_current_movie .description {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(69, 48, 185, 0.8);
	top: 0;
	color: #fff;
}
.element_current_movie .description h2 {
	font-size: 45px;
	font-weight: 200;
	margin-bottom: 36px;
	line-height: 52px;
}
.element_current_movie .description p {
	font-size: 16px;
}
.element_current_movie .description img {
	margin-top: 62px;
}
.element_current_movie .description .content {
	position: absolute;
	display: block;
	bottom: 85px;
	line-height: 20px;
	max-width: 460px;
}
.element_current_movie .container {
	
}
.element_current_movie .container,
.element_current_movie .row,
.element_current_movie .row > div {
	height: 100%;
}
.element_current_movie .row > div a[href="#play"] {
	transition: all 300ms ease-out;
	width: 390px;
	height: 390px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('img/movie_ico.png') no-repeat center top transparent;
	background-size: cover;
}
.element_current_movie .row > div a[href="#play"]:hover {
	width: 370px;
	height: 370px;
	right: 10px;
	opacity: 0.5;
}

.element_current_boxes_vertical {
	margin-top: 28px;
}
.element_current_boxes_vertical a {
	display: block;
	margin-top: 45px;
}
.element_current_boxes_vertical img {
	width: 100%;
	display: block;
}
.element_current_boxes_vertical h2 {
	font-size: 45px;
	font-weight: 200;
	line-height: 54px;
	margin-top: 10px;
}
.element_current_boxes_vertical .content {
	font-size: 18px;
	line-height: 22px;
	margin-top: 22px;
	display: block;
	background: url('img/point.gif') no-repeat left bottom transparent;
	padding-bottom: 25px;
}



.element_current_banner_title_text,
.element_current_bannet_title {
	min-height: 624px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
	color: #fff;
	padding-top: 86px;
	/*padding-bottom: 230px;*/
	/*margin-bottom: -230px;*/
}
.element_current_banner_title_text {
	color: inherit;
	padding-bottom: 40px;
}
.element_current_banner_title_text h1,
.element_current_banner_title_text h2.h1size,
.element_current_bannet_title h1,
.element_current_bannet_title h2.h1size {
	font-size: 56px;
	font-weight: 200;
	margin: 10px 0 27px;
	line-height: 56px;
}
.element_current_bannet_title h2 {
	font-size: 24px;
	font-weight: 200;
	margin-top: 20px;
}
.element_current_banner_title_text .cols2 {
	margin-top: 298px;
}
.element_current_banner_title_text p {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}
div[id^="element_"] ul {
	margin-top: 15px;
}
div[id^="element_"] ul li {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	color: #191919;
}



.element_current_boxes_pages {
	color: #fff;
}
.element_current_boxes_pages .box a .image span.imgcover > span {
	top: 40%;
}
.element_current_boxes_pages h1,
.element_current_boxes_pages h2.h1size {
	font-size: 45px;
	font-weight: 200;
	margin: 10px 0px 24px;
}
.element_current_boxes_pages .box .title {
	display: block;
	position: absolute;
	top: 35%;
	width: 100%;
}
.element_current_boxes_pages .box .title h2 {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 200;
	color: #FFF;
}
.element_current_boxes_pages .mask {
	transition: all 500ms ease-out;
	overflow: hidden;
}
.element_current_boxes_pages .expander {
	transition: all 300ms ease-out;
	font-size: 24px;
	color: #23185d;
	text-align: center;
	cursor: pointer;
	padding: 0 0 5px;
}
.element_current_boxes_pages .expander:hover {
	padding: 5px 0 0;
	color: #a50c47;
}
.element_current_boxes_pages .expander.expanded i {
	transition: all 300ms ease-out;
}
.element_current_boxes_pages .expander.expanded i {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.element_current_boxes_pages .box {
	margin-bottom: 30px;
}
.element_current_boxes_pages .box a {
	display: block;
	width: 100%;
}
.element_current_boxes_pages .image {
	display: block;
	position: relative;
}
.element_current_boxes_pages .image > img {
	width: 100%;
	height: auto;
	display: block;
}
.element_current_boxes_pages .image > span {
	width: 100%;
	display: block;
}




.element_current_title_text {
	padding-top: 20px;
	min-height: 210px;
}
.element_current_title_text.element_after_banner_title_text {
	background: url('img/clbg.png') no-repeat 740px bottom transparent;
}
.element_current_title_text .line {
	margin: 25px 0 20px;
}
.element_current_title_text h1,
.element_current_title_text h2.h1size {
	font-size: 45px;
	font-weight: 200;
}
.element_current_title_text p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 14px;
}


.element_current_image_next_page .page_img img {
	width: 100%;
	height: auto;
}
.element_current_image_next_page .page_img {
	padding-right: 5px;
}
.element_current_image_next_page .page_gal {
	padding-left: 5px;
	position: relative;
}
.element_current_image_next_page h1,
.element_current_image_next_page h2.h1size {
	font-size: 24px;
	font-weight: 200;
	color: #fff;
	margin-top: 30px;
}
.element_current_image_next_page .pagesgalwr {
	position: absolute;
	top: 232px;
	width: 100%;
}
.element_current_image_next_page .pagesgal {
	display: block;
	width: 132px;
	height: 108px;
	float: left;
}
.element_current_image_next_page .pagesgal span {
	background-color: #a50c47;
}
.element_current_image_next_page .pagesgal span,
.element_current_image_next_page .pagesgal img {
	display: block;
	float: left;
	margin: 2px;
	width: 40px;
	height: 32px;
}
.element_current_image_next_page .pagesgalwr .next {
	margin-top: 40px;
	float: right;
	font-size: 18px;
	color: #fff;
	opacity: 0.3;
}
.element_current_image_next_page .pagesgalwr .next:hover {
	opacity: 0.8;
}
.element_current_image_next_page .pagesgalwr .next span {
	transition: all 300ms ease-out;
	margin: 0 10px 0 0;
}
.element_current_image_next_page .pagesgalwr .next:hover span {
	margin: 0 0 0 10px;
}



.element_current_text_two_cols p {
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
	margin-top: 14px;
}


.element_current_big_line {
	height: 26px;
	margin-top: 15px;
}




/*COVER*/
.element_current_bannet_title.element_after_boxes_horisontal,
.element_current_slider.element_after_boxes_horisontal {
	margin-bottom: -220px;
}
.element_current_bannet_title.element_after_boxes_pages,
.element_current_slider.element_after_boxes_pages {
	margin-bottom: -230px;
}
.element_current_bannet_title.element_after_image_next_page,
.element_current_slider.element_after_image_next_page {
	margin-bottom: -350px;
}


.element_current_boxes_horisontal_3 {
	padding-top: 50px;
	padding-bottom: 10px;
}
.element_current_boxes_horisontal_3 a {
	display: block;
}
.element_current_boxes_horisontal_3 a img {
	display: block;
	width: 100%;
	height: auto;
}


/*404*/
.page_404 span {
	display: block;
}
.page_404 .title {
	font-size: 56px;
	font-weight: 200;
	margin: 150px 0 10px;
	line-height: 56px;
}
.page_404 .description {
	font-size: 26px;
	margin: 20px 0 150px;
}


/*Search*/
#search_content h1 {
	font-size: 56px;
	font-weight: 200;
	margin: 50px 0 10px;
	line-height: 56px;
}
#search_content h1 span {
	font-size: 26px;
	display: block;
	margin-top: -10px;
}
#search_content ul {
	padding-left: 0;
}
#search_content ul li {
	list-style: none;
}
#search_content ul li a {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}
#search_content ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: -3px;
}


footer {
	margin-top: 60px;
	border-top: 10px solid #fff;
	background-color: #2e2e33;
	color: #fff;
	padding-bottom: 100px;
}
footer > div {
	border-top: 26px solid #a50c47;
}
footer img.logo {
	margin: 60px 0 18px;
}
footer .content {
	border-bottom: 1px solid #fff;
	margin-top: 40px;
	padding-bottom: 32px;
}
footer .form {
	margin-top: 40px;
}
footer h2 {
	font-size: 45px;
	font-weight: 200;
	margin-top: 5px;
	line-height: 54px;
}
footer p {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
}
footer form {
	max-width: 480px;
}
footer form .row > div {
	min-height: 42px;
}
footer form .row > div {
	text-align: left;
	vertical-align: top;
	font-size: 28px;
	text-transform: uppercase;
	color: #a50c47;
	font-weight: 200;
}
footer form input[type="tel"],
footer form input[type="email"],
footer form input[type="url"],
footer form input[type="text"] {
	width: 240px;
	height: 32px;
	float: right;
	background-color: #fff;
	border: none;
	margin: 5px 24px 5px 0;
	color: #2e2e33;
	font-size: 16px;
}
footer form textarea {
	width: 264px;
	height: 140px;
	float: right;
	color: #2e2e33;
	margin: 5px 0;
	font-size: 16px;
}
footer form div.submit {
	width: 264px;
	float: right;
}
footer form div.submit input {
	transition: all 300ms ease-out;
	float: left;
	height: 32px;
	background-color: #a50c47;
	color: #2e2e33;
	border: none;
	margin: 5px 0;
	font-size: 20px;
	font-weight: 600;
	width: 120px;
}
footer form div.submit input:hover {
	opacity: 0.4;
}
footer form .wpcf7-not-valid-tip {
	display: block;
	clear: both;
	color: #a50c47;
	width: 264px;
	float: right;
}
footer form .wpcf7-response-output {
	border-color: #a50c47;
	margin-left: 0;
	margin-right: 0;
}


.onepager_element {
	font-family: "myriad-pro";
}

.op_banner {
	background-size: cover;
	background-position: center center;
	min-height: 695px;
	padding-top: 100px;
	padding-bottom: 50px;
}
.op_banner p {
	font-size: 16px;
	color: inherit;
	text-align: left;
}
.op_banner p strong {
	font-size: 1.3em;
}
.op_banner hr {
	border-color: rgba(46,46,51,0.4);
}
.op_banner h3 {
	font-size: 40px;
	color: #086ec4;
	font-weight: bold;
	font-family: 'Impact';
	margin-top: 35px;
}
.element_current_op_slider.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
.element_current_op_slider .owl-dots {
	padding-top: 30px;
	padding-bottom: 40px;
}


.op_banner_single {
	background-size: cover;
	background-position: center center;
	min-height: 700px;
	padding-top: 170px;
	padding-bottom: 50px;
	background-color: #23185d;
	color: #fff;
}
.op_banner_single h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 56px;
	font-weight: 200;
	margin-top: 60px;
	margin-bottom: 20px;
}
.op_banner_single span.line {
	display: inline-block;
	width: 70px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #a50c47;
	margin-top: 20px;
}


.element_current_op_banner_list {
	padding-top: 14px;
}
.op_banner_list {
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	min-height: 700px;
	padding-top: 100px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #086ec4;
}
.op_banner_list img {
	max-width: 100%;
}
.op_banner_list h2 {
	font-family: "Titillium Web",sans-serif;
	font-size: 56px;
	font-weight: 200;
	margin-top: 40px;
}
.op_banner_list span.line {
	display: inline-block;
	width: 70px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #6aced9;
	margin-top: 20px;
}
.op_banner_list span.link {
	margin-left: 10px;
}
.op_banner_list_items {
	background-color: #fff;
}
.op_banner_list_items .row {
	border-bottom: 8px solid #e6e5e5;
	padding-bottom: 40px;
	padding-top: 80px;
}
.op_banner_list_items .row img {
	margin-top: 34px;
}
.op_banner_list_items .row h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Impact';
	color: #216db5;
}
.op_banner_list_items .col-left {
	text-align: center;
}
.op_banner_list_items .col-right p {
	margin-top: 1em;
	font-size: 18px;
	color: #191919;
}
.op_banner_list_items .col-right p:first-child {
	margin-top: 0;
	font-size: 24px;
}
.op_banner_list_items .close_button a {
	font-size: 22px;
	color: #086ec4;
}
.op_banner_list_items .close_button .row {
	border: none;
	padding-top: 70px;
	padding-bottom: 50px;
}


.element_current_op_callback {
	padding-top: 14px;
	background-color: #fff;
}
.op_callback {
	background-size: cover;
	background-position: center center;
	min-height: 800px;
	padding-top: 530px;
	padding-bottom: 50px;
	color: #fff;
}
.op_callback h2 {
	font-size: 18px;
}
.op_callback span.line {
	display: inline-block;
	width: 70px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #086ec4;
	margin-top: 10px;
	margin-bottom: 8px;
}
.op_callback input[type="text"],
.op_callback input[type="email"],
.op_callback input[type="tel"],
.op_callback input[type="submit"] {
	height: 42px;
	border: none;
	background-color: #fff;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	width: 100%;
	padding: 0 15px;
	color: #2e2e33;
	font-size: 18px;
	font-family: "myriad-pro";
}
.op_callback input[type="submit"] {
	margin-top: 6px;
	background-color: #086ec4;
	color: #fff;
}
.op_callback .form_callback div {
	padding-left: 3px;
	padding-right: 3px;
}
.op_callback .form_callback div:first-child {
	padding-left: 15px;
}
.op_callback .form_callback div:last-child {
	padding-right: 15px;
}
.op_callback span.info {
	color: #086ec4;
	display: block;
	text-align: center;
	font-size: 18px;
}
.op_callback div.wpcf7-validation-errors,
.op_callback div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}
.op_callback .mobile_title {
	display: none;
	font-size: 80px;
	font-family: 'Impact';
	color: #fff;
	margin-bottom: 25px;
}


.element_current_op_banner_benefits {
	padding-top: 14px;
}
.op_benefits {
	background-size: cover;
	background-position: center center;
	min-height: 700px;
	padding-top: 100px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #a50c47;
}
.op_benefits h2 {
	font-family: "Titillium Web",sans-serif;
	font-size: 56px;
	font-weight: 200;
	margin-top: 36px;
}
.op_benefits span.line {
	display: inline-block;
	width: 70px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff458d;
	margin-top: 10px;
	margin-bottom: 8px;
}
.op_benefits .benefits {
	font-size: 24px;
	margin-top: 30px;
}
.op_benefits .benefits .benefit > span {
	display: inline-block;
}
.op_benefits .benefits .benefit > span.bracket {
	font-family: "Titillium Web",sans-serif;
	color: #ff458d;
	font-size: 56px;
	font-weight: 200;
	width: 18px;
	height: 50px;
	position: relative;
}
.op_benefits .benefits .benefit > span.bracket > span {
	position: absolute;
	display: block;
	width: 18px;
	height: 50px;
	left: 0;
	top: 0;
}
.op_benefits .benefits .benefit > span.text {
	line-height: 56px;
	margin-left: 6px;
	margin-right: 6px;
}
.op_benefits .owl-theme .owl-dots {
	margin-top: 50px;
	text-align: left;
}
.op_benefits .owl-theme .owl-dots .owl-dot span {
	background-color: #e6e5e5;
	width: 16px;
	height: 16px;
}
.op_benefits .owl-theme .owl-dots .owl-dot.active span {
	opacity: 0.5;
}


footer {
	margin-top: 0;
	border: none;
	padding-top: 50px;
}
footer > div {
	border: none;
}
footer .footer_top span.line,
footer .map span.line {
	display: block;
	border-top: 1px solid #6d6d71;
	margin-top: 20px;
}
footer .map span.line {
	margin-top: 25px;
	margin-bottom: 15px;
}
footer .content {
	border: none;
}
footer .content > div {
	font-size: 18px;
}
footer .content > div h2 {
	font-size: 24px;
	font-family: "Titillium Web",sans-serif;
}
footer .content > div p {
	margin-top: 1em;
	font-family: "myriad-pro";
}
footer a,
footer a:hover {
	color: #a50c47;
}
footer .map iframe {
	width: 100%;
	min-height: 340px;
}
footer .copyrights {
	color: #6d6d71;
	font-size: 14px;
}
footer .copyrights .col-right {
	text-align: right;
}

.top_link {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-color: rgba(8,110,196,0.5);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	overflow: hidden;
	z-index: 1000;
}
.top_link:hover {
	background-color: rgba(8,110,196,1);
}
.top_link i {
	color: #fff;
	font-size: 30px;
	margin-top: 9px;
}


/*Bootstrap*/
.navbar-collapse.collapse {
	height: 0 !important;
	overflow: hidden !important;
}
.navbar-collapse.collapse.in {
	height: auto !important;
	overflow: visible !important;
}
@media (max-width: 980px) {
	.element_current_bannet_title,
	.element_current_slider {
		min-height: 0;
		margin-bottom: 0 !important;
	}
	.element_current_bannet_title {
		padding-bottom: 40px;
	}
	.element_current_image_next_page {
		padding-top: 40px;
	}
	.element_current_image_next_page h1,
	.element_current_image_next_page h2.h1size,
	.element_current_image_next_page .pagesgalwr .next {
		color: inherit;
	}
	.element_current_slider .banner .content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.element_current_slider .banner .content p {
		font-size: 18px;
	}
	.element_current_movie .row > div a[href="#play"] {
		width: 200px;
		height: 200px;
	}
	.element_current_movie .row > div a[href="#play"]:hover {
		width: 190px;
		height: 190px;
		right: 5px;
	}
	.element_current_movie .description img {
		width: 70%;
		margin-top: 8%;
	}
	.element_current_movie .description h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.element_current_movie .description .content {
		width: 70%;
	}
	.element_current_boxes_vertical h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.op_callback .form_callback div {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 6px;
	}
	.op_callback {
		background-image: none !important;
		background-color: #23185d;
		min-height: 0;
		padding-top: 50px;
	}
	.op_callback .mobile_title {
		display: block;
	}
}
@media (min-width: 767px) and (max-width: 980px) {
	ul.children {
		width: 200px;
	}
	#navbar ul li a {
		white-space: normal;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		display: block;
		width: 100%;
	}
	.navbar-brand img {
		display: block;
		margin: 0 auto;
	}
	#navbar-wr > div {
		position: static;
	}
	#search {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#navbar,
	#navbar > .container {
		padding-left: 0;
		padding-right: 0;
	}
	#navbar li {
		display: block;
		width: 100%;
		float: none;
	}
	#navbar ul li > ul.children {
		position: relative;
		padding-left: 20px;
	}
	#navbar ul li > ul.children ul.children {
		margin: 0;
	}
	.element_current_slider .banner .content h2,
	.element_current_slider .banner .content p {
		display: none;
	}
	.element_current_slider .line {
		display: none;
	}
	.element_current_movie .description p {
		display: none;
	}
	.element_current_movie .description h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.element_current_movie .description .content {
		bottom: 40px;
	}
	.element_current_movie .row > div a[href="#play"] {
		width: 150px;
		height: 150px;
	}
	.element_current_movie .row > div a[href="#play"]:hover {
		width: 140px;
		height: 140px;
		right: 5px;
	}
	.element_current_boxes_vertical img,
	.element_current_boxes_vertical .imgcover {
		max-width: 300px;
	}
	.element_current_boxes_vertical a span {
		display: block;
	}
	/*.element_current_boxes_vertical h2 {
		font-size: 35px;
		line-height: 40px;
	}*/
	footer form input[type="tel"],
	footer form input[type="email"],
	footer form input[type="url"],
	footer form input[type="text"],
	footer form textarea {
		float: left;
		margin-left: 0;
		width: 80%;
	}
	footer form div.submit {
		float: left;
	}
	footer form div.submit input {
		margin: 0;
	}
	.element_current_banner_title_text .cols2 {
		margin-top: 20px;
	}
	.element_current_image_next_page .page_img {
		padding-right: 15px;
	}
	.element_current_image_next_page .page_gal {
		padding-left: 15px;
	}
	.element_current_image_next_page .pagesgalwr {
		position: relative;
		top: 20px;
	}
	.element_current_image_next_page {
		padding-bottom: 40px;
	}
	.element_current_image_next_page h1,
	.element_current_image_next_page h2.h1size {
		font-size: 45px;
	}
	.element_current_image_next_page .pagesgalwr .next {
		float: left;
		margin-left: 20px;
	}
	.owl-carousel .owl-item img {
		width: auto !important;
	}
	.op_banner {
		background-image: none !important;
		min-height: 600px;
	}
	.op_banner_single {
		background-image: none !important;
	}
}
@media (max-width: 340px) {
	footer form input[type="tel"],
	footer form input[type="email"],
	footer form input[type="url"],
	footer form input[type="text"],
	footer form textarea {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.element_current_boxes_horisontal_3 a {
		width: 100%;
		margin-bottom: 15px;
	}
}