/*
Theme Name: Spartak
Theme URI: 
Description: 
Version: 1.0
Author: Dudnik Ilya
Author URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fixed-layout, left-sidebar, two-columns
Text Domain: spartak
*/

/* begin Page */
/* Created by Dudnik Ilya*/

#art-main, table {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
    margin: 0;
    padding: 0;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #161512;
  background-color: #FFFFFF;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    text-align: left;
}

.art-postcontent p {
    margin: 8px 0 8px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 32px;
}

.art-postcontent a {
  text-decoration: none;
  color: #015A25;
}

.art-postcontent a:link {
  text-decoration: none;
  color: #015A25;
}

.art-postcontent a:visited, 
.art-postcontent a.visited {
	color: #02963D;
}

.art-postcontent  a:hover, 
.art-postcontent a.hover {
	text-decoration: underline;
	color: #02963D;
}

.art-postcontent h1 {
   margin: 21px 0 21px 0; 
   color: #D22204; 
}

.art-postcontent h2 {
    color: #D22204;
	margin: 19px 0 19px 0;
	font-size: 24px;   
}

.art-postcontent h3 {
   margin: 10px 0 10px 0;
	color: #D22204;
	font-size: 16px;    
}

.art-postcontent h4 {
	margin: 20px 0 20px 0;
	color: #D22204;
	font-size: 16px;   
}

.art-postcontent h5 {
	margin: 26px 0 26px 0;
	color: #D22204;
	font-size: 13px;
}

.art-postcontent h6 {
	margin: 35px 0 35px 0;
	color: #D22204;
	font-size: 11px;      
}

ul {
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}

form {
	padding: 0 !important;
	margin: 0 !important;
}

table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.art-postcontent fieldset {
	width: 97%;
	border: 1px solid #cccccc;
	max-width: 600px;
	padding: 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.art-postcontent legend {
	color: #d22204;
	font-size: 16px;
	font-weight: bold;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet {
	position: relative;
	margin: 0 auto;
	min-width: 23px;
	min-height: 23px;
}

.art-sheet-body {
	position: relative;
	padding: 5px;
}

.art-sheet-tr, 
.art-sheet-tl, 
.art-sheet-br, 
.art-sheet-bl, 
.art-sheet-tc, 
.art-sheet-bc,
.art-sheet-cr, 
.art-sheet-cl {
	position: absolute;
}

.art-sheet-tr, 
.art-sheet-tl, 
.art-sheet-br, 
.art-sheet-bl {
	width: 42px;
	height: 42px;
	background-image: url('images/sheet_s.png');
}

.art-sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 21px, 21px, auto);
}

.art-sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.art-sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.art-sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.art-sheet-tc, 
.art-sheet-bc {
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url('images/sheet_h.png');
}

.art-sheet-tc {
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.art-sheet-bc {
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.art-sheet-cr, 
.art-sheet-cl {
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url('images/sheet_v.png');
}

.art-sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 21px);
}

.art-sheet-cl {
	left: 0;
	clip: rect(auto, 21px, auto, auto);
}

.art-sheet-cc {
	position: absolute;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: #F9FAFB;
}

.art-sheet {
	top: -5px !important;
	margin-bottom: -5px !important;
	cursor:auto;
	max-width: 1000px;
	width: 100%;
}
/* end Box, Sheet */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* begin Header */
div.art-header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 238px;
	overflow: hidden;
}

div.art-header-center {
	position: relative;
	width: 990px;
	left:50%;
}

div.art-header-jpeg {
	position: absolute;
	top: 0;
	left:-50%;
	width: 990px;
	height: 238px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.header-buttons {
	position: absolute;
	width: 84px;
	height: 20px;
	top:206px;
	left:4px;
}

.header-logo {
	position: absolute; 
	width: 205px; 
	height: 110px; 
	top: 66px; 
	left:14px;
}

div.header-btn-home {
  position: absolute;
  width: 20px;
  height: 20px;
  left:1px;
  background-image: url('images/home.png');
  background-repeat: no-repeat;
}

div.header-btn-favourites {
	position: absolute;
	width: 20px;
	height: 20px;
	left:31px;
	background-image: url('images/favourites.png');
	background-repeat: no-repeat;
}

div.header-btn-email {
	position: absolute;
	width: 20px;
	height: 20px;
	left:64px;
	background-image: url('images/email.png');
	background-repeat: no-repeat;
}

/*new header*/
div.art-header {
	height: 232px;
}
.header-top {
	height: 32px;
	margin-top: 3px;
	background: url('images/bg_header_top.svg');
	background-repeat: repeat-x;
}
.header-logo {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	height: 110px;
	width: 205px;
	top: 72px;
	left: 20px;
}
.header-slogan {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	height: 106px;
	width: 243px;
	top: 79px;
	left: 350px;
}
.header-img-right {
	background: url('images/header_image_right.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	height: 190px;
	width: 274px;
	top: 34px;
	right: 0;
}
.header-line1 {
	height: 2px;
	width:100%;
	background-color: #03963d;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.header-line2 {
	height: 2px;
	width:100%;
	background-color: #03963d;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 140px;
}
.header-line3 {
	height: 2px;
	width:100%;
	background-color: #03963d;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 180px;
}
.header-but {
	position: absolute;
	width: 84px;
	height: 18px;
	bottom: 7px;
	left: 8px;
}
.header-but a {
	font-size: 18px;
	padding: 0 1px;
	color: #666666;
}
.header-but a:hover {
	color: #d22204;
}
.header-lang-nav {
	height: 14px;
	width: 100px;
	display: block;
	position: absolute;
	left: 78px;
	bottom: 7px;
}
.header-lang-nav li {
	display: inline-block;
	padding: 0 1px;
}
.header-lang-nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #03963d;
	text-decoration: none;
}
.header-lang-nav li.current-lang a, .header-lang-nav li a:hover {
	color: #d22204;
}
/* end Header */

/* begin Widget */
li.widget {
	list-style: none;
}
/* end Widget */

/* begin Logo */
div.art-logo {
	display: block;
	position: absolute;
	left: 347px;
	top: 105px;
	width: 643px;
}

h1.art-logo-name {
	display: block;
	text-align: center;
}

h1.art-logo-name, 
h1.art-logo-name a, 
h1.art-logo-name a:link, 
h1.art-logo-name a:visited, 
h1.art-logo-name a:hover {
	font-size: 28px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #204256 !important;
}

h2.art-logo-text, 
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #204256 !important;
}

h2.art-logo-text {
	display: block;
	text-align: center;
}
/* end Logo */

/* begin Layout */
.art-content-layout {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #f5f5f5;
	border: none !important;
	padding:0 !important;
}

.art-layout-cell, 
.art-content-layout-row {
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
}

.art-content-layout .art-content-layout {
	width: auto;
	margin:0;
}

.art-content-layout .art-layout-cell, 
.art-content-layout .art-layout-cell .art-content-layout .art-layout-cell {
	display: table-cell;
}

.art-layout-cell .art-layout-cell { 
	display: block;
}

.art-content-layout-row { 
	display: table-row;
}

.art-layout-glare { 
	position:relative;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublock-body {
	position: relative;
	padding: 0;
}

.art-vmenublock {
	margin: 10px;
}
/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader {
	margin-bottom: 0;
}

.art-vmenublockheader, 
.art-vmenublockheader h3.t {
	position: relative;
	height: 26px;
}

.art-vmenublockheader h3.t,
.art-vmenublockheader h3.t a,
.art-vmenublockheader h3.t a:link,
.art-vmenublockheader h3.t a:visited, 
.art-vmenublockheader h3.t a:hover {
	color: #D22204;
	font-size: 14px;
}

.art-vmenublockheader h3.t {
	margin:0;
	padding: 0 10px 0 5px;
	white-space: nowrap;line-height: 26px;	
}
/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body{
	position: relative;
	padding: 0;
}

.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body {
	position: relative;
	padding: 0;
}
/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, 
ul.art-vmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	line-height: 0;
}

ul.art-vmenu ul {
	display: none;
}

ul.art-vmenu ul.active {
	display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator {
	display: block;
	padding: 2px 0 2px 0;
	margin: 0;
	font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
	border-top: solid 1px #E5E5E5;
}

ul.art-vmenu a .r, 
ul.art-vmenu a .l {
	position: absolute;
	display: block;
	top: 0;
	height: 100px;
	background-image: url('images/vmenuitem.png');
}

ul.art-vmenu a .l {
	left: 0;
	right: 1px;
}

ul.art-vmenu a .r {
	width: 992px;
	right: 0;
	clip: rect(auto, auto, auto, 991px);
}

ul.art-vmenu a .t, 
ul.art-vmenu ul a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

ul.art-vmenu a .t {
	display: block;
	position:relative;
	top:0;
	line-height: 28px;
	color: #787878;
	padding: 0 11px 0 11px;
	margin-left:0;
	margin-right:0;
}

ul.art-vmenu a.active .l, 
ul.art-vmenu a.active .r {
	top: -70px;
}

ul.art-vmenu a.active .t {
	color: #02963D;
}

ul.art-vmenu a:hover .l, 
ul.art-vmenu a:hover .r {
	top: -35px;
}

ul.art-vmenu a:hover .t {
	color: #02963D;
}
/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul, 
ul.art-vmenu ul li {
	margin: 0;
	padding: 0;
}

ul.art-vmenu ul a {
	display: block;
	white-space: nowrap;
	height: 20px;
	overflow: visible;
	background-image: url('images/vsubitem.gif');
	background-position: 25px 0;
	background-repeat: repeat-x;
	padding-left: 25px;
}

ul.art-vmenu ul li {
	padding: 0;
}

ul.art-vmenu ul span, 
ul.art-vmenu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

ul.art-vmenu ul a, 
ul.art-vmenu ul a:link, 
ul.art-vmenu ul a:visited, 
ul.art-vmenu ul a:hover, 
ul.art-vmenu ul a:active, 
ul.art-vmenu ul span, 
ul.art-vmenu ul span span {
	line-height: 20px;
	color: #787878;
	font-size: 11px;
	margin-left: 0;
}

ul.art-vmenu ul {
	margin:0 0 0 0;
}

ul.art-vmenu ul ul {
	margin:0 0 0 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator {
	display: block;
	margin: 0;
	font-size: 1px;
	padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first {
	padding-bottom:2px;
}

ul.art-vmenu ul li li a {
	background-position: 50px 0;
	padding-left: 50px;
}

ul.art-vmenu ul li li li a {
	background-position: 75px 0;
	padding-left: 75px;
}

ul.art-vmenu ul li li li li a {
	background-position: 100px 0;
	padding-left: 100px;
}

ul.art-vmenu ul li li li li li a {
	background-position: 125px 0;
	padding-left: 125px;
}

ul.art-vmenu ul li a.active {
	color: #D22204;
	background-position: 25px -50px;
}

ul.art-vmenu ul li li a.active {
	background-position: 50px -50px;
}

ul.art-vmenu ul li li li a.active {
	background-position: 75px -50px;
}

ul.art-vmenu ul li li li li a.active {
	background-position: 100px -50px;
}

ul.art-vmenu ul li li li li li a.active {
	background-position: 125px -50px;
}

ul.art-vmenu ul li a:hover, 
ul.art-vmenu ul li a:hover.active {
	color: #1B242D;
}

ul.art-vmenu ul li li a:hover, 
ul.art-vmenu ul li li a:hover.active {
	background-position: 50px -25px;
}

ul.art-vmenu ul li li li a:hover, 
ul.art-vmenu ul li li li a:hover.active {
	background-position: 75px -25px;
}

ul.art-vmenu ul li li li li a:hover, 
ul.art-vmenu ul li li li li a:hover.active {
	background-position: 100px -25px;
}

ul.art-vmenu ul li li li li li a:hover, 
ul.art-vmenu ul li li li li li a:hover.active {
	background-position: 125px -25px;
}
/* end VMenuSubItem */

/************************************************************************************/
/* begin Menu */
.art-sidebar1 .widget.widget_nav_menu {
	margin: 10px;
}

li.icon_news {background:url("images/icons_menu/news.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_deals {background:url("images/icons_menu/specpredlog.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_our-club {background:url("images/icons_menu/ourclub.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_service-club {background:url("images/icons_menu/uslugi.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_our-team {background:url("images/icons_menu/commanda.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_timetable {background:url("images/icons_menu/raspisanie.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_fotogallary {background:url("images/icons_menu/foto.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_videoarhiv {background:url("images/icons_menu/camera.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_contacts {background:url("images/icons_menu/contacts.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_forum {background:url("images/icons_menu/forum.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_our-congratulations {background:url("images/icons_menu/gift.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
li.icon_z-card {background:url("images/icons_menu/spartak_zdorovjya_card.png") no-repeat 0 1px transparent;display:block;padding-left:23px}

.art-sidebar1 ul.menu li {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.art-sidebar1 ul.menu li:last-child {
	border-bottom: none;
	margin-bottom: 2px;
	padding-bottom: 0;
}

.art-sidebar1 ul.menu li a {
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
	color: #787878;
	padding: 0 11px 0 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

.art-sidebar1 ul.menu li a:hover,
.art-sidebar1 ul.menu li.current-menu-item a {
	color: #02963D;
}

.art-sidebar1 ul.menu ul.sub-menu {
	display: none;
}

.art-sidebar1 ul.menu li.current-menu-item ul.sub-menu,
.art-sidebar1 ul.menu li.current-menu-parent ul.sub-menu {
	display: block;
}

.art-sidebar1 ul.menu ul.sub-menu li {
	border-bottom: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.art-sidebar1 ul.menu ul.sub-menu li a {
	line-height: 20px;
	color: #787878;
	padding: 0;
	padding-left: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

.art-sidebar1 ul.menu ul.sub-menu li a:hover {
	color: #1B242D;
}

.art-sidebar1 ul.menu ul.sub-menu li.current-menu-item a {
	color: #D22204;
}
/************************************************************************************/

/* begin Box, Block */
.art-block {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-block-body {
	position: relative;
	padding: 0;
}

.art-block {
	margin: 10px;
}
/* end Box, Block */

/* begin BlockHeader */
.art-blockheader {
	margin-bottom: 0;
}

.art-blockheader, 
.art-blockheader h3.t {
	position: relative;
	height: 26px;
}

.art-blockheader h3.t,
.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited, 
.art-blockheader h3.t a:hover {
	color: #D22204;
	font-size: 14px;
}

.art-blockheader h3.t {
	margin:0;
	padding: 0 10px 0 5px;
	white-space: nowrap;
	line-height: 26px;	
}
/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-blockcontent-body {
	position: relative;
	padding: 5px;
}

.art-blockcontent-body, 
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover {
	color: #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.art-blockcontent-body p {
	margin: 6px 0 6px 0;
}

.art-blockcontent-body a {
	color: #02963D;
	text-decoration: none;
}

.art-blockcontent-body a:link {
	color: #02963D;
	text-decoration: none;
}

.art-blockcontent-body a:visited, 
.art-blockcontent-body a.visited {
	color: #02963D;
}

.art-blockcontent-body a:hover, 
.art-blockcontent-body a.hover {
	color: #015A25;
	text-decoration: underline;
}

.art-blockcontent-body ul li {
	line-height: 125%;
	color: #3D5266;
	padding: 0 0 0 9px;
	background-image: url('images/blockcontentbullets.png');
	background-repeat: no-repeat;
}
/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button {
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	position:relative;
	top:0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF !important;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 32px;
	height: 32px;
	margin: 0 !important;
	padding: 0 16px !important;
	overflow: visible;
	cursor: default;
}

.art-button img, 
.art-button-wrapper img {
	margin: 0;
	vertical-align: middle;
}

.art-button-wrapper {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.firefox2 .art-button-wrapper {
	display: block;
	float: left;
}

input, 
select, 
textarea {
	vertical-align: middle;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	border-radius: 6px;
	border: 1px solid #ccc;
	min-height: 18px;
	padding: 4px;
}

.art-block select {
	width:96%;
}

.art-button-wrapper.hover .art-button, 
.art-button-wrapper.hover a.art-button:link, 
.art-button:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button, 
.art-button-wrapper.active a.art-button:link {
	color: #FFFFFF !important;
}

.art-button-wrapper .art-button-l, 
.art-button-wrapper .art-button-r {
	display: block;
	position: absolute;
	height: 106px;
	margin: 0;
	padding: 0;
	background-image: url('images/button.png');
}

.art-button-wrapper .art-button-l {
	left: 0;
	right: 9px;
}

.art-button-wrapper .art-button-r {
	width: 407px;
	right: 0;
	clip: rect(auto, auto, auto, 398px);
}

.art-button-wrapper.hover .art-button-l, 
.art-button-wrapper.hover .art-button-r {
	top: -37px;
}

.art-button-wrapper.active .art-button-l, 
.art-button-wrapper.active .art-button-r {
	top: -74px;
}

.art-button-wrapper input {
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
	clear: both;
}

.art-post-body {
	position: relative;
	padding: 5px 20px;
}

.art-post {
	margin: 0;
}

a img {
	border: 0;
	max-width: 100%;
}

.art-article img, 
img.art-article {
	border: solid 0 #B2C2D1;
	margin: 10px;
	max-width: 100%;
}

.art-metadata-icons img {
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, 
table.art-article {
  border-collapse: collapse;
}

.art-article th, 
.art-article td {
}

.art-article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

pre {
	overflow: auto;
	padding: 0.1em;
	float:left;
}
/* end Box, Post */

/* begin PostHeaderIcon */
h2.art-postheader {
	color: #666666;
	margin: 5px 0 1px;
}

h2.art-postheader, 
h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered {
	font-size: 18px;
}

h2.art-postheader a, 
h2.art-postheader a:link {
	text-align: left;
	text-decoration: none;
	color: #D22204;
	font-size: 16px;
}

h2.art-postheader a:visited, 
h2.art-postheader a.visited {
	color: #D22204;
}

h2.art-postheader a:hover, 
h2.art-postheader a.hovered {
	color: #FB593C;
}
/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size:11px;
}

.art-postheadericons {
	padding: 1px;
}

.art-postheadericons a, 
.art-postheadericons a:link {
	text-decoration: none;
	color: #2F617F;
}

.art-postheadericons a:visited, 
.art-postheadericons a.visited {
	font-style: italic;
	font-weight: normal;
	color: #2F617F;
}

.art-postheadericons a:hover, 
.art-postheadericons a.hover {
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #3E81A8;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.art-post ol, 
.art-post ul {
	margin: 1em 0 1em 2em;
	padding: 0;
}

.art-post li ol, 
.art-post li ul {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

.art-post li {
	color: #000000;
	padding: 0;
}

.art-post li {
	padding: 0 0 0 10px;
}

.art-post ol>li {
	background: none;
	padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
	overflow: visible;
}

.art-post ul>li {
	background-image: url('images/postbullets.png');
	background-repeat: no-repeat;
	padding-left: 10px;/* makes "ul li" not to align behind the image if they are in the same line */
	overflow-x: visible;
	overflow-y: hidden;
}
/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover {
	color: #230C01;
	font-style: italic;
	font-weight: normal;
}

.art-postcontent blockquote p {
	margin: 2px 0 2px 15px;
}

.art-postcontent blockquote {
	border: solid 0 #FC9764;
	margin: 10px 10px 10px 50px;
	padding: 0 0 0 33px;
	background-color: #E5E5E5;
	background-image: url('images/postquote.png');
	background-position: left top;
	background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
	overflow: auto;
}
/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.art-postfootericons,
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
}

.art-postfootericons {
	padding: 1px;
}

.art-postfootericons a, 
.art-postfootericons a:link {
	text-decoration: none;
	color: #02963D;
}

.art-postfootericons a:visited, 
.art-postfootericons a.visited {
	color: #02963D;
}

.art-postfootericons a:hover, 
.art-postfootericons a.hover {
	color: #015A25;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.art-footer {
	position: relative;
	width: 100%;
	background-color: #03963d;
}

.art-footer-t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('images/footer_t.png');
	background-position: left bottom;
}

.art-rss-tag-icon {
	display: block;
	background-image: url('images/rssicon.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	cursor: default;
}

.art-footer-text p {
	padding:0;
	margin:0;
}

.art-footer,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover {
    color: #FFFFFF;
    font-size: 13px;
}

.art-footer-text {
	min-height: 32px;
}

.art-footer,
.art-footer-text,
.art-footer p {
}

.art-footer a,
.art-footer a:link {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.art-footer a:visited {
	color: #FFFFFF;
}

.art-footer a:hover {
	color: #E9EDF2;
	text-decoration: underline;
}
/******* new footer ********/
.art-footer {
	
}
.art-footer-top {
	background: url(images/bg_footer_top.svg);
	background-repeat: repeat;
	height: 38px;
	background-repeat: repeat-x;
}
/*******/
footer.art-footer .art-footer-content {
	display: flex;
	margin: 0 15px;
	justify-content: space-between;
}
.art-footer-content-col {
	margin: 5px;
	flex: 0 1 auto;
}

.art-footer-content-col:nth-child(1) {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	margin-left: 0;
}
.art-footer-content-col:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 2 1 auto;
}
.art-footer-content-col:nth-child(3) {
	flex: 1 1 auto;
}
.art-footer-content-col:nth-child(4) {
	flex: 1 1 auto;
	margin-right: 0;
}

footer.art-footer .widget_nav_menu .widget-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 9px;
}

footer.art-footer .widget_nav_menu li {
	margin-bottom: 3px;
}

footer.art-footer .widget_nav_menu a {
	font-weight: normal;
}

footer.art-footer .widget_nav_menu a:hover {
	text-decoration: underline;
}

footer.art-footer .wp-block-image {
	margin: 0;
}

footer.art-footer .art-footer-copyright {
	margin: 0 15px;
	border-top: 1px solid #fff;
	padding: 9px 0;
}

@media (max-width: 643px) {
	.art-footer {
		text-align: center;
	}
	
	footer.art-footer .art-footer-content {
		flex-direction: column;
	}
	
	.art-footer-content-col {
		flex: 1;
	}
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover {
	font-family: Arial;
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #5096BE;
}

.art-page-footer {
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #435970;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1 {
	width: 240px;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
/* end LayoutCell, content */
textarea#comment {
	width:100%;
}

.commentlist, 
.commentlist li {
	background: none;
}

.commentlist li li {
	margin-left: 30px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 1px;
	background: #fff;
}

.commentlist li cite {
	font-size: 1.2em;
}

#commentform textarea {
	width: 100%;
}

img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.navigation {
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, 
div.aligncenter, 
.art-article .aligncenter img, 
.aligncenter img.art-article, 
.aligncenter img, 
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignright img, 
img.alignright {
	margin: 1em;
	margin-right: 0;
}

.alignleft img, 
img.alignleft {
	margin: 1em;
	margin-left: 0;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption, 
.wp-caption p {
    text-align: center;
}
/* End */


.hidden {
	display: none;
}

/* panorama */
.tx-panorama {
	margin: 15px 0 !important;
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px !important;
    height: 80px !important;
    margin: -40px 0 0 -70px !important;
    background-color: rgba(0,0,0,.7);
    border-radius: 3px;
    text-align: center;
    font-size: 14px !important;
    display: table;
    color: #fff;
    cursor: pointer;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.gallery {
	letter-spacing: normal;
}

.art-content {
	position: relative;
	z-index: 1;   
}

#todays-events {
	position: relative;
	z-index: 11;    
}

#upcoming-events {
	position: relative;
	z-index: 10;    
}

img.wp-post-image {
	margin:2px !important;
}

div.art-footer li, 
ul.commentlist li {
	list-style-image: none;
	background:none;
	list-style-type:none;    
}

div.art-footer div.art-content-layout,  
div.art-content div.art-content-layout {
	margin:0 auto;
	width:100%;
}

div.art-footer ul {
	padding-left: 0;
}

div.art-footer ul li ul {
	padding-left: 20px;
}

div.art-layout-cell-size1 {
	width:100%;
}

div.art-layout-cell-size2 {
	width:50%;
}
div.art-layout-cell-size3 {
	width:33%;
}

div.art-layout-cell-size4 {
	width:25%;
}

div.art-author-info img.avatar {
	float:left;
	margin-top:0;
}

.row {
	clear: both;
}

.post .post-title {
	color: #3a3a3a;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 15px 0 25px;
	text-decoration: none;
}

/*News homepage*/
.news-columns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.news-columns li {
    width: 50%;
    padding: 0 10px;
	padding-bottom: 5px;
    box-sizing: border-box;    
}

.news_image {
   background: url(images/page_white.png) no-repeat;
   display: inline-block;
    margin-top: 10px;
    min-height: 16px;
    padding: 0;
    text-align: justify;
    vertical-align: top;
    /*width: 50%; */
    word-spacing: 0;
}

.pagination {
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
}

.pagination span, 
.pagination a {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	color: #02963D;
}

.pagination a:hover {
	border-color: #000;
	color: #D22204;
}

.pagination .current{
	font-weight: bold;
	color: #000000;
}

a.icon_news {background:url("images/icons_menu/news.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_deals {background:url("images/icons_menu/specpredlog.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_our-club {background:url("images/icons_menu/ourclub.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_service-club {background:url("images/icons_menu/uslugi.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_our-team {background:url("images/icons_menu/commanda.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_timetable {background:url("images/icons_menu/raspisanie.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_fotogallary {background:url("images/icons_menu/foto.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_videoarhiv {background:url("images/icons_menu/camera.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_contacts {background:url("images/icons_menu/contacts.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_forum {background:url("images/icons_menu/forum.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_our-congratulations {background:url("images/icons_menu/gift.png") no-repeat 0 1px transparent;display:block;padding-left:23px}
a.icon_z-card {background:url("images/icons_menu/spartak_zdorovjya_card.png") no-repeat 0 1px transparent;display:block;padding-left:23px}

.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
/***** CF7 form *****/
.wpcf7-form-control-wrap {
	display: block;
	margin: 7px 0;
}

.wpcf7-submit {
	margin: 10px 0;
	padding: 7px 12px;
	cursor: pointer;
}
/* service-img */
.service-img {
	border: 4px solid #ccc;
	border-radius: 3px;
	transition: box-shadow 0.3s ease-in-out;
}

.service-img img, .service-img figure {
	margin: 0;
}
.service-img figcaption a {
	font-weight: bold;
	color: #D22204 !important;
	font-size: 16px !important;
}

.service-img:hover {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.75);
}

.wp-block-embed {
	text-align: center;
}

.soc-icon a {
	font-size: 22px;
	padding: 0 1px;
	color: #666666;
}
.soc-icon a:hover {
	color: #d22204;
}

.wp-block-image img {
	max-width: 100%;
	height:auto;
}

/** .ngg-galleryoverview **/
.ngg-breadcrumbs {
	margin: 20px 0 20px !important;
}

.ngg-breadcrumbs .ngg-breadcrumb {
	background: none !important;
	padding: 0 .3em 0 .15em !important;
}

.ngg-albumoverview {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ngg-album-compact {
	padding: 0 !important;
}

.ngg-album-compact h4 {
	margin: 15px 0 0 0 !important;
}

.ngg-album-compact h4 .ngg-album-desc {
	height: auto !important;
}

.ngg-galleryoverview {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
}

.ngg-navigation {
	width: 100% !important;
}

/** Woocommerce **/
.woocommerce {
	margin-top: 15px;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none;
    background-image: none;
	padding: 0;
}

.woocommerce button.button.alt,
.woocommerce a.button.alt {
	background-color: #03963d;
	color: #fff;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
	background-color: #016228;
	color: #fff;
}

.woocommerce ul.payment_methods li {
	background-image: none;
}

.woocommerce ul.products li.product {
	background-image: none;
	overflow: unset;
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 3px 5px #00000050;
	text-align: center;
}

.woocommerce ul.products li.product a img {
	margin: 0 0 1em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
}

.woocommerce ul.products li.product .price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.woocommerce ul.products li.product a.button {
	background-color: #03963d;
	color: #fff;
}

.woocommerce ul.products li.product a.button {
	background-color: #016228;
	color: #fff;
}

.woocommerce .woocommerce-error li, 
.woocommerce .woocommerce-info li, 
.woocommerce .woocommerce-message li {
	background-image: none;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	margin: 0;
	padding: 1em 2em 1em 3.5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	overflow: unset;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	font-weight: 700;
}

.woocommerce .woocommerce-product-details__short-description {
	margin-bottom: 16px;
}

.woocommerce div.product form.cart {
	margin-bottom: 16px !important;
}

.woocommerce .product_meta {

}

.woocommerce .product_meta > span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	color: #787878;
}

.woocommerce .product_meta > span a {
	font-size: 12px;
	color: #787878;
	text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-image: none;
    margin: 0 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #f5f5f5;
	border-bottom-color: #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #000;
}

.woocommerce tr.cart_item td {
	text-align: center;
}

.woocommerce a.remove {
	text-align: center;
}

.woocommerce ul.order_details li {
	background-image: none;
}

.woocommerce .single-product-extras {
	margin-bottom: 12px;
}

.woocommerce .single-product-extras img {
	margin: 0;
}

.woocommerce #submit_portmone_payment_form {
	background-color: #03963d;
    border: 0;
    padding: .618em 1em;
    font-weight: bold;
    color: #fff;
	cursor: pointer;
}
}

/** CSS Media Queries **/

/*iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.header-logo {
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
}

/*iPad mini in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
		.header-logo {
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
}

/*iPhone X in portrait & landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
	.header-logo {
		top: 40px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
		display: none;
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/*iPhone 6, 7, & 8 in portrait & landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.header-logo {
		top: 40px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
		display: none;
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/*iPhone 6, 7, & 8 Plus in portrait & landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	.header-logo {
		top: 40px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
		display: none;
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/*iPhone 5 & 5S in portrait & landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.header-logo {
		top: 40px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
		display: none;
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/*iPhone 2G-4S in portrait & landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	.header-logo {
		top: 40px;
		left: 50%;
		margin-left: -80px;
		width: 160px;
	}
	.header-slogan {
		display: none;
	}
	.header-img-right {
		display: none;
	}
	.header-line1 {
	}
	.header-line2 {
	}
	.header-line3 {
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/************************/

@media (max-width: 643px) {
	div.header-buttons {
		display: none;
	}
	div.art-header-center {
		left: 0;
	}
	div.art-header-jpeg {
		left: 0;
		background-position: left center;
		height: 160px;
		background-size: contain;
	}
	div.art-header {
		height: 160px;
	}
	.art-content-layout {
	 	display: block;
	}
	.art-content-layout-row {
		display: block;
	}
	.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell {
		display: block;
	}
	.art-content-layout .art-sidebar1 {
		width: 100%;
	}
	.news-columns li {
		width: 100%;  
	}

	.art-footer-t {
		background-color: #03963d;
		background-position: left top;
		background-repeat: no-repeat;
		height: 40px;
	}
	
	/* block inverted */
	.block-inverted .kt-row-column-wrap {
		flex-direction: column-reverse !important;
	}
	.block-inverted .wp-block-kadence-column {
		margin-bottom: 0 !important;
	}
}

/**
 * Print
 */

@media print {

}