@font-face {
    font-family: 'Helvetica35';
    src:url('fonts/35.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica45';
    src:url('fonts/45.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica55';
    src:url('fonts/55.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica65';
    src:url('fonts/65.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Bold';
    src:url('fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Light';
    src:url('fonts/Oswald-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Regular';
    src:url('fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*======================================== Reset.css ========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  font-family: 'Helvetica45', sans-serif;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a, a:hover {
  text-decoration: none;
}
.hidden {
  display: none;
}
.desktop-hide {
  display: none;
}
.mobile .mobile-hide {
  display: none;
}
.mobile .desktop-hide {
  display: block;
}
sup {
  vertical-align: super;
  font-size: .6em;
}
/*-------------------------------------------------------------------------------------------*/
body > .social_widget_wrapper,
body > .social-links {
	display: none;
}
.header_pic2,
.header_pic,
.header_right,
.header_left_menu_shadow,
.search_left,
.selected_filters_left,
.products_table_container,
#clear,
.products_table_bottom,
.footer_container_right,
.clear_both {
	display: none !important;
}
.header,
.footer,
.top-news-wrapper,
.last-news-wrapper,
.header-title-box,
.line_menu2,
.article_details_news_wp {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}
.header .haeder_container {
	padding-top: 10px;
}
.header_left {
	overflow: hidden;
}
.header_left a.logo {
	float: left;
}
.header_left a.logo img {
	max-width: 100%;
	max-height: 100%;
}
.header_left .top_menu {
	float: right;
	position: relative;
}
.menu-icons {
	position: absolute;
	display: inline-block;
	z-index: 9;
	right: 150px;
	top: 21px;
	display: none;
}
.menu-icons__item {
	width: 22px;
	height: 3px;
	margin-bottom: 3px;
	display: block;
}
.header_menu_top {
	text-align: right;
	padding-right: 15px;
	display: block;
}
.header_menu_top li {
	display: inline-block;
	padding: 20px 0px;
}
.header_menu_top li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
}
.social-links-top {
	float: right;
}
.social-links-top a {
	height: 20px;
	width: 20px;
	padding: 20px 5px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
}
.social-links-top a .fa {
	vertical-align: top;
}
.fa-play {
    border-radius: 4px;
    padding: 2px 2px 2px 5px;
    font-size: 14px !important;
}
.social-widget-icon {
	display: none;
}
.search {
	float: right;
}
.search-icon {
	width: 42px;
	height: 42px;
	position: relative;
	z-index: 11;
	margin-left: 10px;
	top: 6px;
	border-radius: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
#search_form {
	position: relative;
}
#search_form input.button {
	display: none;
}
#search {
	display: none;
	padding: 10px 50px 10px 0;
	visibility: visible;
	width: 160px;
	position: absolute;
	right: 0;
	top: 9px;
	border-radius: 20px;
	box-shadow: none;
	text-indent: 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 10;
}
.top-news .last_news li {
	position: relative;
	max-height: 597px;
}
.top-news .last_news li .title {
	position: absolute;
	left: 50px;
	bottom: 100px;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0;
}
.top-news .last_news li .title a {
}
.top-news .last_news li .news_img_block .news_img img {
	width: 100%;
}
.top-news .last_news {
	position: relative;
}
.es-pager {
	display: inline-block !important;
	width: auto !important;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.top-news .last_news li .desc {
	position: absolute;
	left: 50px;
	bottom: 160px;
	width: 65px;
	height: 41px;
	z-index: 1;
	font-size: 0px;
}
.top-news .last_news li .desc .morenews {
	display: block;
	width: 65px;
	height: 41px;
}
.header-title-box {
	clear: both;
	margin: 30px auto;
	text-align: center;
	text-transform: uppercase;
}
.header-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 30px;
	position: relative;
	font-family: "Helvetica65";
}
.header-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	margin-left: -17px;
	bottom: -18px;
	left: 50%;
	}
.header-description {
	display: block;
	margin-bottom: 30px;
}
.last-news-wrapper {
	padding: 25px 0 55px;
}
.last-news-wrapper .last_news {
	font-size: 0;
	margin: 0 -0.5%;
}
.last-news-wrapper .last_news li {
	margin: 0 0.5% 25px;
	/*float: left;*/
	/*width: 49.82592964172%;*/
	display: inline-block;
	width: 49%;
	vertical-align: top;
	position: relative;
	/*min-height: 650px;*/
	padding: 0 0 100px;
	font-size: 16px;
	box-sizing: border-box;
}
.last-news-wrapper .last_news li .news_img_block {
	display: block;
}
.last-news-wrapper .last_news li .news_img_block .news_img,
.article_details_news.full .article_full_img_block .article_full_img {
	display: block;
	line-height: 0;
	position: relative;
}
.last-news-wrapper .last_news li .news_img_block .news_img:before,
.article_details_news.full .article_full_img_block .article_full_img:before,
.top-news-wrapper .desc .morenews:before {
	font: normal normal normal 24px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f08d';
	display: block;
	position: absolute;
	/*width: 65px;
	height: 41px;*/
	z-index: 1;
	margin-left: -33px;
	bottom: 0px;
	left: 50%;
	line-height: 1;
	padding: 10px 25px 7px;
}
.last-news-wrapper .last_news li .news_img_block img {
	width: 100%;
}
.last-news-wrapper .last_news li .title {
	font-family: "Helvetica55";
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	margin: 50px 0 5px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 0 15px;
}
.last-news-wrapper .last_news li .date {
	font-family: "Helvetica45";
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: relative;
}
.last-news-wrapper .last_news li .date:before, .last-news-wrapper .last_news li .date:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 35px;
	margin-left: -15px;
	bottom: -10px;
	left: 50%;
}
.last-news-wrapper .last_news li .desc {
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	padding: 0 65px 30px;
	display: block;
	margin-top: 20px;
	text-align: center;
}
.last-news-wrapper .last_news li .desc p {
	text-align: left;
}
.last-news-wrapper .last_news li .morenews {
	font-family: "Helvetica35";
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	outline: 0;
	text-decoration: none;
	display: inline-block;
	margin: 25px 0px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -68px;
}
#center ul.line_menu2 {
	float: none;
	overflow: hidden;
	margin-top: 30px;
	display: none;
}
#center ul.line_menu2 li {
	font-size: 12px;
}
.article_details_news_bg {
	margin-top: 30px;
	padding: 60px 0;
}
.article_details_news.full .article_full_img_block .article_full_img img {
	width: 100%;
}
.article_details_news.full h1 {
	font-family: "Helvetica55";
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	margin: 50px 0 5px;
	text-transform: uppercase;
	text-align: center;
}
.article_details_news.full .date {
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.article_details_news.full {
	padding: 0 65px 30px;
}
.article_details_news.full .article_full_img_block {
	display: block;
	margin: 0 -65px;
}
.articles_container {
	font-size: 0;
	line-height: 0;
}
.articles_container .article_details_news.short {
	margin: 0 0.5% 25px;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.articles_container .article_details_news.short .article_img {
	display: block;
	line-height: 0;
	position: relative;
}
.articles_container .article_details_news.short .article_img:before {
	font: normal normal normal 24px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08d';
    display: block;
    position: absolute;
    z-index: 1;
    margin-left: -33px;
    bottom: 0px;
    left: 50%;
    line-height: 1;
    padding: 10px 25px 7px;
}
.articles_container .article_details_news.short .article_img img {
	width: 100%;
}
.articles_container .article_details_news.short .article_info {
	padding: 0 65px 110px;
	text-align: center;
}
.articles_container .article_details_news.short .article_info h3,
.articles_container .article_details_news.short .article_info h5 {
	text-align: center;
	margin: 0 -50px;
	display: block !important;
	float: none !important;
}
.articles_container .article_details_news.short .article_info h3 {
	margin-bottom: 5px;
	margin-top: 50px;
	font-family: "Helvetica55";
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.articles_container .article_details_news.short .article_info h5.date {
	font-family: "Helvetica45";
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: relative;
	margin-top: 0px;
}
.articles_container .article_details_news.short .article_info .desc_short_news {
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	padding: 0 !important;
	display: block;
	margin-top: 15px;
	text-align: left;
}
.articles_container .article_details_news.short .article_info h5.date:before,
.articles_container .article_details_news.short .article_info h5.date:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 35px;
	margin-left: -15px;
	bottom: -10px;
	left: 50%;
}
.articles_container .article_details_news.short .article_info .read_more_news {
	font-family: "Helvetica35";
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	outline: 0;
	text-decoration: none;
	display: inline-block;
	margin: 25px 0px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -68px;
}
.newsletter-widget {
	padding: 25px 20px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
.newsletter-left, .newsletter-right {
	float: left;
	width: 40%;
}
.newsletter-right {
	width: 60%;
}
.newsletter-left div {
	font-size: 18px;
	margin: 0 0 2px;
}
.newsletter-left span {
	font-size: 11px;
	display: block;
}
.newsletter-widget input {
	font-size: 13px;
	font-weight: 400;
	text-shadow: none;
	text-transform: uppercase;
}
.newsletter-widget input[type='text'] {
	padding: 10px;
	float: left;
	font-size: 16px;
	padding: 10px;
	width: 70%;
}
.newsletter-widget input[type='button'] {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 13px 12px 14px;
  cursor: pointer;
}
.newsletter-widget .label {
	display: none;
}
.footer .footer_container {
	margin: 50px 0 30px;
	overflow: hidden;
}
.footer .footer_container .footer_container_left,
.footer .footer_container .copyright,
.footer .footer_container .social_widget_wrapper,
.footer .footer_container .who_make {
	float: left;
	padding: 0 15px;
}
.footer .footer_container .social_widget_wrapper {
	float: right;
	padding-right: 0;
}
.footer .footer_container .footer_container_left {
	padding-left: 0;
}
.footer .footer_container .social_widget_wrapper .widget-title {
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	text-transform: uppercase;
}
.footer .footer_container .social_widget_wrapper .social-widget {
	text-align: center;
	margin-top: 5px;
}
.footer .footer_container .social_widget_wrapper .social-widget a {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 18px;
	border-radius: 50%;
	padding: 6px 0;
	box-sizing: border-box;
}
.footer .footer_container .social_widget_wrapper .social-widget a + a {
	margin-left: 5px;
}
.who_make a:first-child {
    display: block;
    text-align: right;
    padding-right: 90px;
    background: url(icons/totalcan_logo.svg) right center no-repeat;
    -webkit-background-size: 85px 17px;
    background-size: 85px 17px;
    min-width: 85px;
    font-family: 'Noto Serif', Georgia, serif;
	font-size: 13.95px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 22.32px;
	color: #7f7f81;
}
.who_make a:last-child {
    display: none;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
	box-sizing: inherit;
}

.about_wrapper {
	margin-top: 30px;
	padding: 66px 0;
}
.about_content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
.about_content .about_head {
	overflow: hidden;
}
.about_content .about_head .about_form {
	float: left;
	width: 200px;
}
.about_content .about_head .about_form .label {
	display: none;
}
.about_content .about_head .about_text {
	padding-left: 442px;
	text-align: justify;
}
.staff .staff-title {
	font-family: "Helvetica55";
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	margin: 50px 0 20px;
	text-transform: uppercase;
	text-align: left;
}
.staff .employees {
	overflow: hidden;
}
.staff .employees .employee {
	margin: 0 0 25px;
	display: inline-block;
	width: 49.5313037872%;
	vertical-align: top;
	position: relative;
	min-height: 250px;
	overflow: hidden;
}
.staff .employees .employee .employee_photo {
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.staff .employees .employee .employee_photo img {
	width: 100%;
}
.staff .employees .employee h4 {
	font-family: "Helvetica55";
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	margin: 30px 0 5px;
	text-transform: uppercase;
	display: block;
	/*text-align: center;*/
	padding: 0 15px 0 265px;
}
.staff .employees .employee .shorttext {
	padding-left: 250px;
}
.staff .employees .employee .shorttext p {
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	display: block;
	text-align: left;
	padding: 0 15px;
}
.social-share-button {
	text-align: center;
}
.social-share-button #linkedin_plagin_wrapper,
.social-share-button .facebook_plagin_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 50px;
	font-size: 0;
}
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content span a span:first-child {
	width: 49px !important;
	height: 50px !important;
	background-image: url(icons/modal_share_sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -31px -94px !important;
}
.social-share-button #linkedin_plagin_wrapper #linkedin_plagin_content span a span:last-child {
	display: none !important;
}
.social-share-button .facebook_plagin_wrapper #share {
	width: 49px !important;
	height: 50px !important;
	background-image: url(icons/modal_share_sprites.png) !important;
	background-repeat: no-repeat !important;
	background-position: -31px -164px !important;
	display: block !important;
}
.social-share-button #linkedin_plagin_wrapper:hover,
.social-share-button .facebook_plagin_wrapper:hover {
	opacity: .7;
}
.article-page-title {
	max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: -48px;
  text-align: center;
}
.article-page-title h1 {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.scrollToTop {
  width: 40px;
  height: 40px;
  padding: 6px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 40px;
  display: none;
  border-radius: 3px;
  z-index: 100;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-arrow-up:before {
  content: "\f062";
  box-sizing: inherit;
}
.scrollToTop:hover{
	outline: 0;
	text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
}
.pages_selector {
	overflow: hidden;
	max-width: 1140px;
  margin: -80px auto 70px;
  padding: 0 30px;
  text-align: center;
}
.pages_selector ul li {
	display: inline-block;
  margin: 0 10px;
}
.pages_selector ul li a {
	display: block;
	font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  padding: 8px 20px;
}
.about_slideshow {
	float: left;
    max-width: 427px;
    margin-right: 15px;
}
.footer .footer_container .social_widget_wrapper .social-widget a#play .fa-play {
	border: none !important;
	padding: 0 0 0 4px  !important;
	font-size: inherit !important;
}
.article_details_news.full iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.wrp_2event_tickets_widget {
    padding-bottom: 50px;
    margin: -50px auto 0;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}
.wrp_2event_tickets_widget > div {
    margin: 0 auto;
    max-width: 100%;
    width: 100% !important;
}
.wrp_2event_tickets_widget iframe {
    max-width: 100%;
    display: block;
}
.footer {
    position: relative;
    z-index: 3;
}
input[type='button'],
input[type='submit'] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
}
























@media (min-width: 981px) {
	.header_menu_top {
		display: block !important;
	}
}
@media (max-width: 1200px) {
	.header_left .top_menu {
		float: none;
	}
	.header_menu_top {
		clear: both;
		text-align: center;
	}
}
@media (max-width: 1160px) {
    .wrp_2event_tickets_widget {
        margin: -50px 30px 0;
    }
}
@media (max-width: 980px) {
	.menu-icons {
		display: block;
		cursor: pointer;
	}
	.header_left .top_menu {
		float: none;
	}
	.header_menu_top {
		display: none;
		clear: both;
	}
	.header_menu_top li {
		display: block;
		text-align: center;
	}
	.staff .employees .employee {
		width: 100%;
	}
	.staff .employees .employee h4 {
		text-align: left;
	}
	.about_content .about_head .about_text {
		padding-left: 0;
	}
	.article_details_news_wp,
	.la-block-content__editable--header, 
	.la-block-content__editable--text, 
	.la-block-content__editable--list {
		padding: 0;
	}
	.article_details_news.full {
		padding: 0 30px 30px;
	}
	.header_menu_top li {
		padding: 10px 0;
	}
	.last-news-wrapper .last_news li .desc,
	.articles_container .article_details_news.short .article_info {
		padding-left: 30px;
		padding-right: 30px;
	}
	.articles_container .article_details_news.short .article_info h3, 
	.articles_container .article_details_news.short .article_info h5 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	.about_slideshow {
		float: none;
		margin: 0 auto;
	}
	.about_content .about_head .about_text {
		padding-left: 0px;
		margin-top: 40px;
	}
	.header .header-right-block,
	.header .social-links-top,
	.header .header_left a.logo {
		float: none !important;
	}
	.header .header-right-block {
		margin-left: 0;
		padding: 20px 15px 0;
		text-align: center;
	}
	.header .header-right-block p,
	.header .header-right-block a {
		display: inline-block;
		margin: 0 10px 15px;
		vertical-align: top;
	}
	.header_left .top_menu {
		position: static;
		clear: both;
	}
	.menu-icons {
		right: 40px;
	}
	.header_menu_top {
		padding-right: 0;
	}
	.top-news .last_news li {
		max-height: 288px !important;
	}
	.footer .footer_container .footer_container_left, 
	.footer .footer_container .copyright, 
	.footer .footer_container .social_widget_wrapper, 
	.footer .footer_container .who_make {
		float: none !important;
		clear: both;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 15px;
		padding: 0;
	}
	.footer .footer_container .footer_container_left, 
	.footer .footer_container .copyright {
		display: block;
	}
	.footer_container {
		text-align: center;
	}
	.footer .footer_container .social_widget_wrapper {
		margin-bottom: 0;
	}
	.scrollToTop {
		right: 0;
		bottom: 0;
	}
	.article_details_news_bg {
		margin-top: 0;
	}
	.articles_container .article_details_news.short .article_info h3,
	.last-news-wrapper .last_news li .title {
		font-size: 20px;
		line-height: 24px;
	}
	.last-news-wrapper .last_news li .desc,
	.articles_container .article_details_news.short .article_info .desc_short_news {
		line-height: 18px;
	}
}
@media (max-width: 568px) {
	.staff .employees .employee .employee_photo {
		float: none;
		margin: 0 auto;
	}
	.staff .employees .employee h4 {
		padding: 0px 15px 0px 15px;
		text-align: center;
	}
	.staff .employees .employee .shorttext {
		padding-left: 0px;
		padding-bottom: 20px;
	}
	.about_content .about_head .about_text {
		padding-left: 0px;
		margin-top: 40px;
	}
	.about_content .about_head .about_form {
		float: none;
		margin: 0 auto;
	}
	.last-news-wrapper .last_news li,
	.articles_container .article_details_news.short {
		width: 99%;
		height: auto !important;
	}
	.top-news .last_news li {
		max-height: 213px !important;
	}
	.newsletter-left, 
	.newsletter-right {
		float: none;
		width: auto;
	}
	.newsletter-right {
		padding-top: 10px;
	}
    .wrp_2event_tickets_widget {
        margin: -50px auto 0;
    }
    .footer {
        padding: 0;
    }
   .footer_container {
        padding: 0 30px;
   }
}
@media (max-width: 480px) {
	.header_left .top_menu {
		/*padding-top: 50px;*/
	}
	.top-news .last_news li {
		max-height: 180px !important;
	}
	.newsletter-widget input[type='text'],
	.newsletter-widget input[type='button'] {
		width: 100% !important;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.newsletter-widget input[type='button'] {
		margin-bottom: 0;
	}
}