/*
 Theme Name:   white_theme
 Description:  Special theme
 Author:       Aleynikov Boris
 Version:      1.0.0
*/
/* RESET */
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,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b {
  font-weight: bold;
}
div,
input,
button {
  box-sizing: border-box;
}
.clr {
  clear: both;
}
/*-- Fonts --*/
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('fonts/RobotoCondensed-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('fonts/RobotoCondensed-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Light-Italic';
  src: url('fonts/RobotoCondensed-LightItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
/*-- Main Styles --*/
.line {
  width: 100%;
/*  min-width: 1200px;*/
}
.section {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1170px){
 .section{  
	width: 100%;}	
}
body {
  background: #f0f0f0;
}
/**/
.pattern-bg.top__frontpage{
  background-color: #FEE2CC;
}
.pattern-bg {
  /*background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfPnz4zwjjgzgCAgKMYAEYB8RmROaABAAUbA/Uwbc2rAAAAABJRU5ErkJggg==);*/
  background: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 5px rgba(8, 54, 56, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(8, 54, 56, 0.75);
  box-shadow: 0 0 5px rgba(8, 54, 56, 0.75);
}
.inner-input {
  border-radius: 18px;
  border: none;
  -webkit-box-shadow: inset 1px 3px 6px 2px rgba(74, 73, 74, 0.59);
  -moz-box-shadow: inset 1px 3px 6px 2px rgba(74, 73, 74, 0.59);
  box-shadow: inset 1px 3px 6px 2px rgba(74, 73, 74, 0.59);
  outline: none;
  background: #f0f0f0;
}
/*-- header --*/
.header-wrapper {
  margin-top: 17px;
  background: #ffffff url('img/blue-line.jpg') top left repeat-x;
  -webkit-box-shadow: 2px 5px 15px 2px #B0B0B0;
  box-shadow: 2px 5px 15px 2px #B0B0B0;
  padding-bottom: 8px;
}
.header {
  padding: 0 12px 0 50px;
  padding-top: 17px;
}
.header .header-logo {
  float: left;
}
.header .title {
  width: 700px;
  color: #ED3029;
  font-family: 'RobotoCondensed';
  font-size: 35px;
  float: left;
  text-align: center;
  padding-top: 0px;
  margin-top: -150px;
}
.header .help {
  color: #009be4;
  font-family: 'RobotoCondensed';
  font-size: 28px;
  text-decoration: underline;
}
.header .help:active {
  color: #005e89;
}
.header .right {
  float: right;
  padding-top: 0px;
  margin-top: -183px;
}
.header .right .langs {
  padding-top: 18px;
  padding-left: 18px;
  text-align: center;
}
.header .right .langs .lang {
  color: #5fb7e0;
  font-family: 'Roboto';
  font-size: 15px;
  text-decoration: underline;
  margin-right: 10px;
}
.header .right .socials {
  margin-top: 15px;
  margin-left: 5px;
}
header{
  padding-top: 17px;
}
header .socials{
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}
.full-img{
  width: 100%;
  height: auto;
}
.header .right .socials .soc-ico, header .socials .soc-ico {
  display: inline-block;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  border-radius: 24px;
  -webkit-box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
  -moz-box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
  box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
}
.header .right .socials .soc-yb, header .socials .soc-yb {
  background: #ff4343 url('img/soc-icons.png') no-repeat 11px 9px;
}
.header .right .socials .soc-rss, header .socials .soc-rss {
  background: #ff9c43 url('img/soc-icons.png') no-repeat -46px 9px;
}
.header .right .socials .soc-fb, header .socials .soc-fb {
  background: #496194 url('img/soc-icons.png') no-repeat -102px 9px;
}
.header .right .socials .soc-tw, header .socials .soc-tw {
  background: #28c3ff url('img/soc-icons.png') no-repeat -151px 9px;
}
.header .right .socials .soc-ggl, header .socials .soc-ggl {
  background: #ff6d4a url('img/soc-icons.png') no-repeat -200px 9px;
}
.header .right .search {
  margin-top: 15px;
}
.header .right .search #search-input, header .search #search-input {
  padding: 5px;
  width: 100%;
  height: 32px;
  background: #f0f0f0 url('img/search-ico.png') right center no-repeat;
}
/*-- Menu --*/
.menu-wrapper {
  margin-top: 16px;
  height: 70px;
  background: #FF2C24;
  -webkit-box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: -1px 10px 5px 0px rgba(0, 0, 0, 0.55);
}
.menu-wrapper .menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
}
.menu-wrapper .menu ul li {
  display: table-cell;
  vertical-align: top;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
}
.menu-wrapper .menu ul li a {
  color: #fff;
  font-family: "RobotoCondensed";
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  height: 70px;
  padding: 0 15px;
  padding-top: 45px;
}
.menu-wrapper .menu ul li a div {
  display: inline-block;
}
.menu-wrapper .menu ul li a:hover {
  border-bottom: 8px solid #ffffff;
}
.menu-wrapper .menu ul li {
  background-position: center 10px !important;
}
.menu-wrapper .menu ul li:nth-child(1) {
  background: url('img/news-ico.png') 80px 10px no-repeat;
}
.menu-wrapper .menu ul li:nth-child(2) {
  background: url('img/about-ico.png') 80px 10px no-repeat;
  filter: brightness(2);
  -o-filter: brightness(2);
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
}
.menu-wrapper .menu ul li:nth-child(3) {
  background: url('img/contacts-ico.png') 80px 10px no-repeat;
  filter: brightness(2);
  -o-filter: brightness(2);
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
}
.menu-wrapper .menu ul li:nth-child(4) {
  background: url('img/calendar-ico.png') 80px 10px no-repeat;
  filter: brightness(10);
  -o-filter: brightness(10);
  -webkit-filter: brightness(10);
  -moz-filter: brightness(10);
}
.menu-wrapper .menu ul li:nth-child(5) {
  background: url('img/calendar-ico.png') 80px 10px no-repeat;
  filter: brightness(2);
  -o-filter: brightness(2);
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
}
.menu-wrapper .menu ul li:nth-child(6) {
  background: url('img/members.png') 80px 10px no-repeat;
  filter: brightness(2);
  -o-filter: brightness(2);
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
}
/*-- menu end --*/
/*-- Slider --*/
.slider {
  margin-top: 18px;
}
.slider .section {
  width: 1150px;
}
.slider .section .My-Slider {
  width: 1150px;
  height: 500px;
}
.slider .section .My-Slider .caption-wrap {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 440px;
  height: 500px;
  background-color: rgba(15, 15, 15, 0.6);
  padding-left: 35px;
}
.slider .section .My-Slider .caption-wrap .caption {
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  color: #efefef;
  font-family: "Roboto-Light";
  font-size: 44px;
  line-height: 60px;
}
.slider .section .My-Slider .caption-wrap .caption b {
  display: block;
  color: #0faef8;
  font-family: "Roboto";
  font-size: 30px;
}
.slider .section .My-Slider .flex-control-nav {
  position: absolute;
  bottom: 30px;
  z-index: 99;
}
.slider .section .My-Slider .flex-control-nav li a {
  height: 20px;
  width: 20px;
  border: 2px solid #F3C9A2;
  background: #000000;
}
.slider .section .My-Slider .flex-control-nav li a.flex-active {
  background-color: #F3C9A2;
}
/*-- end slider --*/
/*-- Main content --*/
.main-content-wrapper {
  margin-top: 20px;
}
.main-content-wrapper .main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content-wrapper .main-content .about-us {
  float: left;
  width: 50%;
  min-height: 708px;
  padding: 0 50px;
  position: relative;
}
.main-content-wrapper .main-content .about-us .img-wrapper {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.main-content-wrapper .main-content .about-us .about-text {
  padding-top: 40px;
  padding-bottom: 14px;
}
.main-content-wrapper .main-content .about-us .about-text p {
  color: #131313;
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 40px;
}
.main-content-wrapper .main-content .about-us .about-text .blue-txt {
  color: #137eb0;
  font-family: 'RobotoCondensed-Light-Italic';
}
.main-content-wrapper .main-content .about-us hr {
  margin: 0;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
}
.main-content-wrapper .main-content .about-us .readmore {
  color: #137daf;
  font-family: "RobotoCondensed-Light";
  font-size: 24px;
  margin-top: 20px;
  display: block;
  padding-left: 40px;
}
.main-content-wrapper .main-content .news {
  /*float: left;
  width: 50%;*/
  padding: 0 10px;
}
.main-content-wrapper .main-content .news .article {
  height: 190px;
  margin-top: 40px;
  position: relative;
}
.main-content-wrapper .main-content .news .article .img-wrapper {
  float: left;
}
.main-content-wrapper .main-content .news .article .img-wrapper img {
  max-width: 210px;
  margin-right: 10px;
}
.main-content-wrapper .main-content .news .article .art-info {
  padding-left: 20px;
}
.main-content-wrapper .main-content .news .article .art-info h2 {
  font-size: 19px;
  line-height: 30px;
}
.main-content-wrapper .main-content .news .article .art-info h2 a {
  color: #137eb0;
  font-family: "RobotoCondensed";
  font-weight: 600;
  text-decoration: none;
}
.main-content-wrapper .main-content .news .article .art-info .description {
  font-size: 14px;
  line-height: 24px;
  color: #131313;
  font-family: "RobotoCondensed";
  height: 76px;
  overflow: hidden;
}
.main-content-wrapper .main-content .news .article .date {
  color: #8c8c8c;
  font-family: "RobotoCondensed-Light";
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  position: static;
  bottom: 25px;
  right: 0;
  padding: 5px 10px;
  width: 200px;
  float: right;
  margin-top: 5px;
}
.main-content-wrapper .main-content .news .article hr {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  margin: 0;
}
.main-content-wrapper .main-content .pagination {
  width: 90%;
  text-align: center;
  margin-top: 20px;
  margin-left: 5%;
}
.main-content-wrapper .main-content .pagination li {
  display: inline-block;
}
.main-content-wrapper .main-content .pagination li a {
  color: #100f0f;
  font-family: "RobotoCondensed";
  font-size: 18px;
}
/* horizontal line */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
  color: #E04C45;
  font-family: "Roboto-Light";
  font-size: 30px;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #F3C9A2;
  border-top: 1px solid #F3C9A2;
  top: 0;
  width: 180px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
  top: 10px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
  top: 10px;
}
@media (max-width: 500px) {
  .fancy span:before, .fancy span:after{
    display: none;
  }
}
/*--  --*/
/*-- Feedback --*/
.delivery {
  margin-top: 40px;
  margin-bottom: 40px;
}
.delivery .section {
  padding: 50px;
}
.delivery .section .text {
  color: #191919;
  font-family: "RobotoCondensed-Light";
  font-size: 22px;
  line-height: 30px;
  width: 280px;
  text-align: center;
  float: left;
}
.delivery .section .input-wrapper {
  float: left;
  width: 470px;
}
.delivery .section .input-wrapper .inner-input {
  width: 470px;
  height: 45px;
  color: #9098bb;
  font-family: "RobotoCondensed-Light";
  font-size: 18px;
  padding-left: 80px;
}
.delivery .section .btn-wrapper {
  float: left;
  text-align: center;
  width: 280px;
}
.delivery .section .btn-wrapper #delivery-btn {
  color: #5fb7e0;
  font-family: "RobotoCondensed";
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
/*-- Footer --*/
.footer-wrapper {
  background: #ff2c24;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-top:40px
}
.footer-wrapper .footer .left {
  width: 800px;
  float: left;
  text-align: center;
}
.footer-wrapper .footer .left .socials, footer .left .socials {
  margin-top: 15px;
  padding-left: 250px;
}
.footer-wrapper .footer .left .socials .soc-ico, footer .socials .soc-ico {
  display: inline-block;
  margin-right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
  -moz-box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
  box-shadow: 1px 3px 6px 2px rgba(74, 73, 74, 0.15);
}
.footer-wrapper .footer .left .socials .soc-yb, footer .socials .soc-yb{
  background: #ff4343 url('img/soc-icons.png') no-repeat 18px 14px;
}
.footer-wrapper .footer .left .socials .soc-rss, footer .socials .soc-rss {
  background: #ff9c43 url('img/soc-icons.png') no-repeat -39px 14px;
}
.footer-wrapper .footer .left .socials .soc-fb, footer .socials .soc-fb {
  background: #496194 url('img/soc-icons.png') no-repeat -97px 14px;
}
.footer-wrapper .footer .left .socials .soc-tw, footer .socials .soc-tw{
  background: #28c3ff url('img/soc-icons.png') no-repeat -145px 14px;
}
.footer-wrapper .footer .left .socials .soc-ggl, footer .socials .soc-ggl {
  background: #ff6d4a url('img/soc-icons.png') no-repeat -194px 14px;
}
.footer-wrapper .footer .left .copyright, footer .copyright{
  color: #100f0f;
  font-family: "RobotoCondensed";
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-wrapper .footer .left .license, footer .license{
  color: #100f0f;
  font-family: "RobotoCondensed-Light";
  font-size: 16px;
  line-height: 26px;
}
.footer-wrapper .footer .right h2, footer h2 {
  color: #100f0f;
  font-family: "RobotoCondensed-Light";
  font-size: 30px;
}
.footer-wrapper .footer .right ul, footer ul {
  margin-top: 40px;
}
.footer-wrapper .footer .right ul li a, footer ul li a {
  color: #0075af;
  font-family: "RobotoCondensed-Light";
  font-size: 18px;
  line-height: 24px;
}
/*-- News.html --*/
.blog .main-content {
  padding: 50px 25px;
}
.blog .article {
  min-height: 190px;
  margin-top: 40px;
  position: relative;
  width: 100%;
  float: left;
}
@media (max-width: 1200px) {
  .blog .article{
    width: 50%;
  }
}
.blog .article.one-col{
	float:none;
width:100%;
}
.blog .article.one-col hr{
width:100%;
left:0;
}
.blog .article.one-col .art-info .description{
height:75px
}
.calendar-select {
margin:0 auto;
padding: 5px 10px;
display: block;
}
.blog .article .img-wrapper {
  width: 220px;
  float: left;
}
.blog .article .img-wrapper img {
  max-width: 210px;
}
.blog .article .art-info {
  padding-left: 20px;
  padding-right: 20px;
}
.blog .article .art-info h2 {
  font-size: 19px;
  line-height: 30px;
  margin-top: 0;
}
.blog .article .art-info h2 a {
  color: #137eb0;
  font-family: "RobotoCondensed";
  font-weight: 600;
  text-decoration: none;
}
.blog .article .art-info .description {
  font-size: 14px;
  line-height: 24px;
  color: #131313;
  font-family: "RobotoCondensed";
  height: 76px;
  overflow: hidden;
}
.blog .article .date {
  color: #8c8c8c;
  font-family: "RobotoCondensed-Light";
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  position: absolute;
  bottom: 25px;
  right: 50px;
  padding: 5px 10px;
}
.blog .article hr {
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 80%;
  margin: 0;
}
.blog .pagination-blog {
  width: 100%!important;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.blog .pagination-blog a,
.blog .pagination-blog span {
  font-family: "RobotoCondensed";
  font-size: 18px;
}
.blog .pagination-blog a {
  color: #100f0f;
  padding-left: 5px;
  padding-right: 5px
}
.blog .pagination-blog span {
  color: #d0d0d0;
  padding-left: 5px;
  padding-right: 5px
}
.feedback {
  margin-top: 20px;
}
.feedback .section, .feedback .row {
  padding: 50px;
}
.feedback .section h2, .feedback h2 {
  color: #000;
  font-family: "RobotoCondensed-Light";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
}
.feedback .section .form, .feedback .form {
  width: 390px;
  margin: 0 auto;
}
.feedback .section .form .inner-input, .feedback .form .inner-input {
  width: 390px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: center;
  color: #ababab;
  font-family: "RobotoCondensed-Light";
  font-size: 18px;
}
@media (max-width: 767px) {
  .feedback .row {
    padding: 25px;
  }
  .feedback .form{
    width: 240px;
  }
  .feedback .section .form .inner-input, .feedback .form .inner-input{
    width: 240px;
  }
}
.feedback .section .form input, .feedback .form input {
  height: 35px;
}
.feedback .section .form textarea, .feedback .form textarea {
  height: 180px;
  box-sizing: border-box;
  max-width: 390px;
}
.feedback .section .form #feedback-btn, .feedback .form #feedback-btn {
  height: 35px;
  background: #F3C9A2;
  color: #ffffff;
  font-family: "RobotoCondensed";
  font-size: 18px;
  line-height: 35px;
  cursor: pointer;
}
/*-- One page --*/
.content-page {
  margin-top: 20px;
}
.content-page .section .line {
  min-width: inherit;
}
.content-page a {
  color: #000;
}
.content-page h3 {
  font-size: 20px;
}
.content-page .padding-l-70 {
  padding-left: 70px;
}
.content-page .padding-l-70 a {
  text-decoration: underline;
}
.content-page ul.three-col li {
  box-sizing: border-box;
  width: 32%;
  float: left;
  padding-left: 80px;
  border-right: 1px solid #000000;
}
.content-page ul.three-col li a {
  font-family: "RobotoCondensed";
  font-size: 18px;
  text-decoration: underline;
}
.content-page .alignleft {
  float: left;
  margin: 0 10px;
}
.content-page .alignright {
  float: right;
  margin: 0 10px;
}
.content-page .content {
  padding: 50px;
}
.contact__page .row{
  padding: 20px;
}
@media (max-width: 767px) {
  .content-page .content{
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .feedback .container{
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.content-page .content .fancy {
  margin-bottom: 40px;
}
.content-page .content .left {
  float: left;
  width: 100%;
}
.content-page .content .right {
  float: right;
  width: 50%;
}
.content-page .content .portrait {
  width: 400px;
  float: left;
}
.content-page .content h2 {
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 24px;
  margin-top: 40px;
}
.content-page .content h1 {
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-page .content p {
  color: #000;
  font-family: "RobotoCondensed-Light";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.content-page .content .blue-txt {
  color: #005ac0;
  font-family: "RobotoCondensed-Light-Itelicht";
}
/*-- video.html --*/
.video-page {
  margin-top: 20px;
}
.video-page .content {
  padding: 40px;
}
.video-page .content .fancy {
  margin-bottom: 40px;
}
.video-page .content .ytcliinner {
  padding: 0 0 30px 20px!important;
  position: relative;
}
.video-page .content .ytctdescription {
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  color: #0c0c0c;
  font-family: "RobotoCondensed";
  font-size: 17px;
  visibility :hidden;
}
.video-page .content .ytctitle {
  position: absolute;
  bottom: 70px;
  width: 345px;
  height: 70px;
  font-family: "RobotoCondensed-Light";
  font-size: 20px;
  background: rgba(33, 33, 33, 0.8);
  visibility: hidden;
  margin: 0;
}
.video-page .content .ytctitle:hover {
  visibility: visible;
}
.video-page .content .ytctitle a {
  color: #ffffff;
}
.video-page .content .ytcplay {
  display: none!important;
  width: 0!important;
  height: 0!important;
}
.video-page .content .ytcthumb-cont:hover ~ .ytctitledesc-cont .ytctitle {
  visibility: visible;
}
.video-page .content .pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.video-page .content .pagination li {
  display: inline-block;
}
.video-page .content .pagination li a {
  color: #100f0f;
  font-family: "RobotoCondensed";
  font-size: 18px;
}
/*-- calendar.html --*/
.calendar-page {
  margin-top: 20px;
}
.calendar-page .content {
  padding: 50px;
}
.calendar-page .content .calendar {
  width: 920px;
  margin: 0 auto;
}
.calendar-page .content .calendar .top {
  border-bottom: 8px solid #F3C9A2;
  margin-bottom: 20px;
}
.calendar-page .content .calendar .top h2 {
  color: #009be4;
  font-family: "RobotoCondensed";
  font-size: 36px;
  display: inline-block;
  float: left;
}
.calendar-page .content .calendar .top select {
  height: 30px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px 10px;
  float: right;
  margin-left: 10px;
  opacity: 0.7;
  cursor: pointer;
}
.calendar-page .content .calendar ul li {
  float: left;
}
.calendar-page .content .calendar ul li a {
  color: #828282;
  font-family: "RobotoCondensed";
  font-size: 24px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
}
.calendar-page .content .calendar ul li a:hover {
  color: #ffffff;
  background-color: #F3C9A2;
}
.calendar-page .content .calendar ul li a.current {
  background-color: #dbdbdb;
}
/*-- docs.html --*/
.documents-page {
  margin-top: 20px;
}
.documents-page .content {
  padding: 50px;
}
.documents-page .content .fancy {
  margin-bottom: 20px;
}
.documents-page .content h2 {
  color: #000;
  font-family: "RobotoCondensed-Light";
  font-size: 24px;
}
.documents-page .content ul.nav {
  margin-left: 100px;
}
.documents-page .content ul.nav li a {
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 18px;
  text-decoration: underline;
}
.documents-page .content .list {
  margin-top: 20px;
}
.documents-page .content .list li {
  width: 33%;
  float: left;
  padding-left: 66px;
  box-sizing: border-box;
  border-right: 1px solid #aaa;
}
.documents-page .content .list li a {
  color: #000;
  font-family: "RobotoCondensed-Light";
  font-size: 18px;
  text-decoration: underline;
  line-height: 20px;
}

/* CUSTOM STYLES */
.main-content__static {
  padding: 0 50px;
}

.main-content__static p {
      color: #131313;
    font-family: "RobotoCondensed";
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
font-weight: bold;
}
.title__head{
  color: #ED3029;
  font-family: 'RobotoCondensed';
  font-size: 32px;
  text-align: center;
}
.single-post .content .fancy span:before, .single-post .content .fancy span:after{
  display: none;
}
.single-post .content .col-xs-12 img{
  padding-top: 10px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px){
  .title__head{
    font-size: 26px;
  }
}
.display-flex-center {
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}
header .lang{
  color: #5fb7e0;
  font-family: 'Roboto';
  font-size: 15px;
  text-decoration: underline;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .section{
    width: 960px;
  }
}
@media (max-width: 991px) {
  .section{
    width: 720px;
  }
  .main-content-wrapper .main-content .news{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section{
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .content-page .content h2{
    font-size: 20px;
    margin-top: 20px;
  }
.blog .article {
    width: 100%;
}
  .blog .article .img-wrapper{
    width: 100%;
    text-align: center;
    float: unset;
  }
  .blog .article .art-info h2 a{

  }
  .blog .article .art-info{
    padding-top: 20px;
  }
  .blog .main-content {
    padding: 20px;
  }
  .blog .article .date{
    position: static;
  }
  .blog .section{
    width: 95%;
    margin: 0 auto;
  }
  .fancy span{
    font-size: 24px;
    line-height: 36px;
  }
  .main-content-wrapper .main-content .news{
    padding: 0 20px;
  }
  .main-content-wrapper .main-content .news .article{
    min-height: 190px;
    margin-top: 30px;
    width: 100%;
  }
  .main-content-wrapper .main-content .news .article .img-wrapper {
    float: unset;
    width: 100%;
    text-align: center;
  }
  .page-template-index .main-content-wrapper .main-content{
    width: 95%;
  }
  .main-content__static {
    padding: 0 20px;
  }
  .main-content-wrapper .main-content .news .article{
    height: unset;
  }
  .main-content-wrapper .main-content .news .article .art-info{
    padding-left: 0;
  }
}
@media (max-width: 550px) {

}
.display-flex-center {
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}
header .btn.btn-default{
   background-color: #FEE2CC;
}
.our__partners{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.our__partners div a img{
 width: 100%;
    height: auto;
    padding: 10px 20px;
}
footer h3{
color: #fff;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
}
footer h2{
    color: #fff;
    font-family: "Roboto";
    font-size: 46px;
}
.footer__mailto a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-right: 15px;
}
.footer__mailto a:hover{
  color: #fff;
}
.footer__link{
  padding-top: 25px;
}
.footer__link a{
color: #fff;
font-family: "Roboto";
    font-size: 21px;
line-height: 21px;
}
.footer__link a:hover{
color: #fff;
}
.footer__link a b{
  font-weight: 500;
}
@media (min-width:767px) and (max-width: 1200px){
.main-content-wrapper .main-content .news {
    width: 100%;
}
.main-content-wrapper .main-content .news .article {
    width: 100%;
}
.blog .article {
    width: 100%;
}
}
.hamburger {
  display: none;
}
@media (max-width: 767px){
.hamburger {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 99999;
}
.hamburger.active{
 position: fixed;
}
.hamburger span{
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 4px;
  width: 100%;
  background: #FF2C24;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span{
  background: #fff;
  position: relative
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
  }
.hamburger.active span:nth-child(2){
    opacity: 0;
}
.hamburger.active span:nth-child(3){
    transform: rotate(-45deg);
    bottom: 7px;
}
  .menu-wrapper{
    display: none;
    position: fixed;
    z-index: 999;
    top: -16px;
    left: 0;
    height: 100%;
}
.menu-wrapper .menu ul {
    display: block;
    table-layout: unset;
    width: 100%;
    height: 100px;
    padding-top: 80px;
}
.menu-wrapper .menu ul li {
    display: block;
    vertical-align: top;
    height: unset;
    box-sizing: border-box;
    text-align: center;
}  
}
.modal {
z-index: 100500 !important;
}
.showmore a{
width: 180px;
height: 48px;
background-color: #FEE2CC;
border: 1px solid #b0b3b2;
border-radius: 10px;
margin: 25px 0;
display: flex;
    align-items: center;
    justify-content: center;
color: #333;
}
.showmore a:hover{
background-color: #f7d4b9;
text-decoration: none;
color: #333;
}
.showmore{
display: flex;
    justify-content: center;
}
@media (min-width: 992px) {
   .blog .article.col-md-6 {
        width: 50%;
    }
}
.gray__bg{
background-color: #FFF9F4;
}