@charset "utf-8";
  
   
body, html {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;
	font-size: 16px;      
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.container {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 1600px;
	position: relative;
}


.topline {
	display: inline-block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 9px;
	background-color: #e8e8e8;
	height: 35px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 3px;
}

.topline .datetime {
	margin-left: 16%;
	float: left;
	background-color: #e00000;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	padding: 20px;
	z-index: 1000;
}

.socials {
	display: inline-block;
	float: right;
}

.socials .social {
	display: block;
	width: 32px;
	height: 38px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

	filter: grayscale(100%) brightness(0%);
	-webkit-filter: grayscale(100%) brightness(0%);
	-moz-filter: grayscale(100%) brightness(0%);
}

.socials .social:hover  {
	filter: grayscale(0%) brightness(100%);
	-webkit-filter: grayscale(0%) brightness(100%);
	-moz-filter: grayscale(0%) brightness(100%);
}

.socials .social.vk{
	background-image: url(/images/vk.svg);
}

.socials .social.fb{
	background-image: url(/images/fb.svg);
}

.socials .social.insta{
	background-image: url(/images/insta.svg);

}

.searchblock {
	width: 30%;
	display: inline-block;
	float: right;
	margin-left: 2%;
	margin-right: 2%;
}

.searchblock .search {
	font-family: 'Open Sans', sans-serif;
	border: none;
	background-color: transparent;
	padding: 1.7%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 87%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 9px 0 none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #e8e8e8 inset;
  transition: background-color 5000s ease-in-out 0s;
}




.searchblock .searchbutton {
	float: right;
	background-image: url(/images/search.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: none;
	background-color:transparent;
	width: 8%;
	background-position: right center;
	height: 40px;
	cursor: pointer;
}


.footer {
	background-color: #e8e8e8;
	display: table;	
	width: 100%;
}

.footer .footer-left {
	display: table-cell;
	height: 100%;
	background-color: #e00000;
	width: 18%;
}

.footer .footer-right {
	display: table-cell;
	height: 100%;
	width: 70%;
	padding: 2%;
	font-size: 13px;
	color: #363636;
	float: left;
}

.footer .footer-right a {
	color: #000;
	text-decoration: underline;
}


.footer .footer-right b {
	color: #000;
}


.footer .footer-counters {
	display: table-cell;
	height: 100%;
	width: 20%;
	padding: 2%;
	font-size: 13px;
	color: #363636;
	float: right;
}

.maincolumn-left {
	width: 18%;
	display: inline-block;
	float: left;
	background-color:#363636;
	color: #FFF;
	height: 100%;
}

.podmaincolumn-left {
	width: 18%;
	display: inline-block;
	float: none;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #363636;
	color: #FFF;
	height: 5000px;
	z-index: -10;
	position: fixed;
}

.maincolumn-left .podlogo {
	font-family: 'Oswald', sans-serif;
	background-color:#363636;
	padding: 0%;
	text-transform: uppercase;
}

.maincolumn-right {
	width: 82%;
	float: left;
	display: inline-block;
	margin-top: 20px;
}

.maincolumn-left .logo {
	background-color:#FFF;
	display: block;
	padding: 6%;
	color: #363636;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}
.maincolumn-left .logo img  {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

.yandex-top {
	display: inline-block;
	width: 100%;
	margin-bottom: 1px;
}

.yandex-top img {
	width: 100%;
	height: auto;
}

.yandex-left {
	display: inline-block;
	width: 100%;
	margin-bottom: 1px;
}

.yandex-left img {
	width: 100%;
	height: auto;
}

.banner-left {
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
}

.banner-left img {
	width: 100%;
	height: auto;
}

.yandex-bottom {
	width: 100%;
	height: auto;
}

.yandex-bottom img {
	width: 100%;
	height: auto;
}

.mainmenu {
	display: inline-block;
	width: 88%;
	padding: 6%;
	margin-top: 10px;
}

.mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.mainmenu ul li {
	display: block;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

.mainmenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: block;
	float: left;
	padding-bottom: 3px;
	border-bottom: 2px dotted #363636;

}

.mainmenu ul li a:hover {

	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	color: #e8e8e8;
	border-bottom: 2px dotted #A4A4A4;
}

.mainmenu ul li.current a {
	color: #FFF;
	border-bottom: 2px dotted #A4A4A4;
	color: #e8e8e8;
}

.razd {
	background-color: #747474;
	width: 22px;
	height: 2px;
	margin-left: 6%;
}

.infomenu {
	display: inline-block;
	width: 88%;
	padding: 6%;
	margin-top: 10px;
}

.infomenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.infomenu ul li {
	display: block;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

.infomenu ul li a {
	color: #c2c2c2;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: block;
	float: left;
	padding-bottom: 3px;
	border-bottom: 2px dotted #363636;

}

.infomenu ul li a:hover {

	color: #FFF;
	text-decoration: none;
	color: #e8e8e8;
	border-bottom: 2px dotted #A4A4A4;
}

.infomenu ul li.current a {
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 2px dotted #A4A4A4;
	color: #e8e8e8;
}


.column-index-news-left {
	display: inline-block;
	width: 23%;
	float: left;
	margin-left: 2%;
	margin-bottom: 30px;
}

.column-index-news-left.inner-right {
	display: inline-block;
	width: 21%;
	float: right;
	padding-left: 2%;
	margin-left: 0px;
	margin-right: 2%;
	margin-bottom: 30px;
	background-image: url( /images/v-uzor.png);
	background-repeat: repeat-y;
	background-position: 1% top;
}



.column-index-news-right {
	display: inline-block;
	width: 70.5%;
	background-image: url( /images/v-uzor.png);
	background-repeat: repeat-y;
	background-position: 1% top;
	float: left;
	padding-left: 2%;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.column-index-news-right-allnews {
	background-image: none;
	width: 96%;
}

.titler-black {
	font-family: 'Oswald', sans-serif;
	background-color: #363636;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 16px;
	padding-right: 16px;
	clear: both;
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 14px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: table;
	color: #FFF;
	text-decoration: none;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.swiper-slide .celler {
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #FFF;
	vertical-align: bottom;
	padding: 4%;

	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%);
}

.swiper-slide:hover .celler {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 88%);

}


.swiper-button-next.swiper-button-next1 {
	background-image: url(/images/swiper-button-next.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	right: -3px;
	opacity: 1;
}

.swiper-button-prev.swiper-button-prev1 {
	background-image: url(/images/swiper-button-prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	left: -4px;
	opacity: 1;
}
.swiper-button-disabled {
	display: none;	
}

.swiper-container1 {
	margin-bottom: 10px;
	height: 60vh;
}

.swiper-slide .bignews-titler {
	font-size: 34px;
	line-height: 39px;
	font-family: 'Oswald', sans-serif;
	display: block;
	margin-bottom: 20px;
	width: 70%;
}

.swiper-slide .bignews-lead {
	font-size: 14px;
	line-height: 17px;
	display: block;
	margin-bottom: 20px;
	width: 70%;
}

.swiper-slide .bignews-dater {
	font-size: 10px;
	line-height: 10px;
	display: block;
	width: 70%;
	text-transform: uppercase;
}


.news-text-small {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #363636;
	font-size: 19px;
	line-height: 23px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.news-text-small:hover {
	color: #000;
}

.news-text-small .dater {
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #e00000;
	font-size: 11px;
	line-height: 11px;
}

.news-text-small .lead {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 6px;
}

.statblocks {
	display: inline-block;
	width: 100%;
}

.statblocks .statTPL {
	display: inline-block;
	width: 32%;
	height: 300px;
	margin-bottom: 2%;
	float: left;
	margin-right: 2%;
	text-decoration: none;
	color: #363636;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


.statblocks .statTPL:nth-of-type(3n) {
	margin-right: 0px;
}

.statblocks .statTPL .statTPLimg {
	width: 100%;
	height: auto;
	display: block;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.statblocks .statTPL .dater  {
	width: 100%;
	height: auto;
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #e00000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.statblocks .statTPL .titler  {
	width: 100%;
	height: auto;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.statblocks .statTPL:hover .titler  {
	color: #000;
}	

.statblocks .statTPL:hover .statTPLimg  {
	transform: scale(1.03);
}

.statblocks .news-text-small3blocks {
	width: 32%;
	height: 90px;
	float: left;
	margin-right: 2%;
}

.statblocks .news-text-small3blocks:nth-of-type(3n) {
	margin-right: 0px;
}

.interview {
	background-color: #e0e0e0;
	height: 350px;
	margin-bottom: 40px;
}

.more-news {
	font-family: 'Oswald', sans-serif;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: auto;
	width: 32%;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-radius: 40px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.more-news-refresh {
	background-image: url(/images/refresh.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 6px center;
}

.more-news-left {
	width: 90%;
}

.more-news:hover {
	background-color: #e00000;
}

.interview {
	background-repeat: no-repeat;
	background-position: 90% 10px;
	background-size: contain;
	height: 400px;
}

.interview .celler2 {
	display: table-row;
	height: 100%;
	padding: 3%;
	vertical-align: top;
	clear: both;
}

.interview .celler22 {
	display: table-cell;
	padding: 3%;
	vertical-align: bottom;
	color: #000;
	font-size: 12px;

}

.interview .plashka {
	background-color: #e00000;
	color: #FFF;
	display: block;
	float: left;
	clear: both;
	margin-top: 3%;
	margin-left: 3%;
	padding: 10px;
	border-radius: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.interview .intitle {
	width: 60%;
	padding: 3%;
	font-family: 'Noto Serif', serif;
	color: #000;
	font-style: italic;
	font-size: 32px;
	line-height: 37px;
}

.interview .inlead {
	width: 60%;
	padding: 3%;
	padding-top: 0px;
	color: #000;
}

.footer .socials {
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;
}

.footer .socials .social {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
}

.mobilemenu,
.mobilelogo
 {
	display: none;
}


.mmenuall { 
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block; 
	width: 70%;
	position: fixed;
	top: 0;
	margin-left: -90%;
	right: 0;
	bottom: 0;	
	z-index: 9999;
	padding: 2%;
	background-image: url(/images/dark.png);
	left: 0px;
	font-size: 18px;
}

.mmenuall .mmenuclose{ 
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: right;
	right: 7px;
	top: 7px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	background-color: transparent;
	opacity: 0.8;
	position: absolute;
	background-size: 16px 16px;
}

.mmenubg { 
	display: none; 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 9998;
}

.newscontent {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}



.newscontainer {
	display: inline-block;
	width: 72%;
	margin-left: 2%;
}

.newscontent h1 {
	font-family: 'Oswald', sans-serif;
	color: #363636;
	font-size: 34px;
	font-weight: normal;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}


.oswaldh1 {
	font-family: 'Oswald', sans-serif;
	color: #363636;
	font-size: 34px;
	font-weight: normal;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}




.newscontent .lead {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.newscontent .dater { 
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;

}

.newscontent .dater span {
	color: #e00000;
	display: block;
	float: left;
	margin-right: 30px;
}

.newscontent .dater b {
	display: block;
	float: left;
	font-weight: normal;
}

.newscontent .dater b a {
	color: #000;
	font-weight: 600;
}

.newscontent .mainphoto {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}

.newscontent .podp {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 30px;
}

.newscontent-text {
	display: inline-block;
	width: 70%;

	margin-bottom: 30px;
	font-size: 17px;
	line-height: 20px;
}

.newscontent-text a {
	color: #e00000;
}

.newscontent-text blockquote {
	display: block;
	padding: 3%;
	margin: 0px;
	margin-bottom: 15px;
	padding-left: 100px;
	background-color: #e8e8e8;
	font-size: 18px;
	font-style: italic;
	font-family: 'Noto Serif', serif;
	background-image: url(/images/blockquote.svg);
	background-repeat: no-repeat;
	background-position: 3% 20px;
	background-size: 36px 36px;
}

.newscontent img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.potemeblocks {
	display: inline-block;
	width: 23%;
	float: right;

}


.potemeblocks .statTPL {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	float: left;
	margin-right: 0%;
	text-decoration: none;
	color: #363636;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


.potemeblocks .statTPL:nth-of-type(3n) {
	margin-right: 0px;
}

.potemeblocks .statTPL .statTPLimg {
	width: 100%;
	height: auto;
	display: block;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.potemeblocks .statTPL .dater  {
	width: 100%;
	height: auto;
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #e00000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.potemeblocks .statTPL .titler  {
	width: 100%;
	height: auto;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.potemeblocks .statTPL:hover .titler  {
	color: #000;
}	

.potemeblocks .statTPL:hover .statTPLimg  {
	transform: scale(1.03);
}



.status {
  text-align: center;
  margin-top: 0px;
  min-height: 40px;
  margin-bottom: 40px;
}

.loader {
  height: 36px;
  margin-top: 0;
  text-align: center;
  background: transparent url('/images/loader.svg') no-repeat center center;
  background-size: 36px 36px;
  opacity: 0;
  animation: flipAnimation 1s infinite;
  transition: opacity 300ms;
}

/* @see https://medium.com/designer-recipes/understanding-card-flip-animation-using-css-391c40ed3136 */
@keyframes flipAnimation {
  0%   {
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari Chrome */
    transform: rotateY(-180deg);
  }
  50%  {
    -ms-transform: rotateY(0deg); /* IE 9 */
    -webkit-transform: rotateY(0deg); /* Safari Chrome */
    transform: rotateY(0deg);
  }
  100% {
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari Chrome */
    transform: rotateY(-180deg);
  }
}

.no-more {
  font-size: 14px;
  font-weight: normal;

  color: #999;
  display: inline-block;
  vertical-align: middle;

  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  border: 1px solid #eee;
  border-radius: 4px;

  text-decoration: none;

  opacity: 0;
  transition: opacity 400ms;
}

.searchblockmobile {
	display: none;
}

.searchmobileclick {
	display: none;
}

.podsearch {
	display: none;
}

.swiper-containergallery {
	display: block;
	width: 100%;
	height: 40vh;
	margin-bottom: 2%;
}



.statblocks .statTPL.newsTPLallnews {
	display: inline-block;
	width: 23.5%;
	height: 300px;
	margin-bottom: 2%;
	float: left;
	margin-right: 2%;
	text-decoration: none;
	color: #363636;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.statblocks .statTPL.newsTPLallnews:nth-of-type(3n) {
	margin-right: 2%;
}

.statblocks .statTPL.newsTPLallnews:nth-of-type(4n) {
	margin-right: 0%;
}



.oswaldh1-2 {
	font-family: 'Oswald', sans-serif;
	color: #363636;
	font-size: 44px;
	font-weight: 400;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100% !important;
	display: inline-block;
	float: none;
	text-transform: uppercase;
}

.oswaldh1-3 {
	font-family: 'Oswald', sans-serif;
	color: #363636 !important;
	font-size: 28px;
	font-weight: 300;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100% !important;
	display: inline-block;
	float: none;
	text-transform: uppercase;
}

.oswaldh1-3 a {
	color: #363636 !important;
}


.newscontent-text iframe {
	width: 100% !important;
}


.totop {
	display: block;
	width: 50px;
	margin-left: -47px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.7;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-image: url(/images/totop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	z-index: 999;
}

.totopm {
	display: none;
}

figure {
	display: block;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 15px;
}

.fbvideovert {
	width: 100%;
	max-width: 450px !important;
	height: 756px !important;
}


.googletags {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 11px;
}

.googletags a {
	color: #000;
	text-decoration: underline;
}

.column-index-news-left {
	width: calc(18% + 12px );
}


	.logo2 {
	    display: block;
	    float: left;
	    width: 40%;
	    margin-left: 1.5%;
	    margin-top: 10px;
	}




.column-3-right {
	float: right;
	width: 17%;
	margin-right: 1%;
	margin-bottom: 30px;
	margin-top: 20px;
}

.footer .infomenu {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.footer .infomenu ul {
	padding: 0px;
	margin: 0px;
}

.footer .infomenu ul li {
	float: left;
	clear: none;
	margin-right: 12px;
}

.footer .infomenu ul li a  {
	text-decoration: none;
}

.footer .infomenu ul li a:hover  {
	color: #e00000;
}

.column-index-news-right {
	width: 75.5%;
}