@font-face {
  font-family: 'Century Gothic';
  src: url('font/century_gothic.eot'); /* IE 9 Compatibility Mode */
  src: url('font/century_gothic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('font/century_gothic.woff2') format('woff2'), /* Super Modern Browsers */
  url('font/century_gothic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('font/century_gothic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('font/century_gothic.svg#century_gothic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Century Gothic Gras';
  src: url('font/century_gothic_gras.eot'); /* IE 9 Compatibility Mode */
  src: url('font/century_gothic_gras.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('font/century_gothic_gras.woff2') format('woff2'), /* Super Modern Browsers */
  url('font/century_gothic_gras.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('font/century_gothic_gras.ttf') format('truetype'), /* Safari, Android, iOS */
  url('font/century_gothic_gras.svg#century_gothic_gras') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Century Gothic Gras Italique';
  src: url('font/century_gothic_gras_italique.eot'); /* IE 9 Compatibility Mode */
  src: url('font/century_gothic_gras_italique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('font/century_gothic_gras_italique.woff2') format('woff2'), /* Super Modern Browsers */
  url('font/century_gothic_gras_italique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('font/century_gothic_gras_italique.ttf') format('truetype'), /* Safari, Android, iOS */
  url('font/century_gothic_gras_italique.svg#century_gothic_gras_italique') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Century Gothic Italique';
  src: url('font/century_gothic_italique.eot'); /* IE 9 Compatibility Mode */
  src: url('font/century_gothic_italique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('font/century_gothic_italique.woff2') format('woff2'), /* Super Modern Browsers */
  url('font/century_gothic_italique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('font/century_gothic_italique.ttf') format('truetype'), /* Safari, Android, iOS */
  url('font/century_gothic_italique.svg#century_gothic_italique') format('svg'); /* Chrome < 4, Legacy iOS */
}



* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  line-height: 1.7em;
  font-family: "Century Gothic",sans-serif;
  padding: 0;
  margin: 0;
}
a {
  /*color: #657f35;*/
  color: #aaa;
}
a {
  transition: color 0.2s ease-out 0s;
}
div.clear {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}

p {
  margin: 0 0 15px;
}
h1,
h3,
h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-family: "Century Gothic",sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 15px;
  padding: 10px 0 0;
  position: relative;
  color: #000;
  text-align: center;
}
h1 {

}
h3 {
  font-size: 1.5em;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4em;
}
h4 {
  font-size: 0.9em;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.0em;
  font-weight: normal;
}
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  /*background-size: 100% auto;*/
  background: url("../images/main_bg.png") no-repeat scroll 0 0;
}
#overlay {
  background: #4b362e;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#signup {
  left: 0;
  width: 100%;
  min-height: 440px;
  z-index: 1010;
  position: fixed;
  top: 30%;
  font-family: GolosTextWebRegular;
}
#signup h3 {
  color: #ea591f;
  font-weight: normal;
  font-size: 18px;
}
#signup h4 {
  color: #888;
}
#signup .inner {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  min-height: 160px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
#signup .inner input[type="text"],
#signup .inner input[type="password"] {
  width: 100%;
  max-width: 350px;
  padding: 4px;
  font-size: 14px;
  margin: 8px 0;
  border: 1px solid #999;
  border-radius: 8px;
  outline: none;
}
#signup .inner input[type="text"].error ,
#signup .inner input[type="password"].error {
  border-color: #d1112e;
}
#signup .inner input[type="text"]:hover,
#signup .inner input[type="text"]:focus,
#signup .inner input[type="password"]:hover,
#signup .inner input[type="password"]:focus {
  border-color: #666;
}

#signup .inner input[type="submit"],
#comment_form input[type="submit"] {
  background: #ce5d2d none repeat scroll 0 0;
  border: 1px solid #ce5d2d;
  color: #FFF;
  display: block;
  font-size: 18px;
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 10px;
  outline: none;
  position: relative;
  font-family: "Century Gothic";
}
#signup .inner input[type="submit"]:hover,
#comment_form input[type="submit"]:hover {
  background: #ff5e18;
  cursor: pointer;
}

#errors {
  color: RED;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  font-weight: normal;
}
#visitors {
  clear: none;
  color: #d1112e;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin-top: -106px;
  position: absolute;
  left: 20px;
  z-index: 1020;
}
label {
  display: block;
  clear: both;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
  color: #888;
  font-size: 12px;
  line-height: 14px;
}
#comment_form {
  margin: 0 auto;
  max-width: 642px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
#comment_form textarea {
  max-width: 6420px;
  width: 100%;
  height: 80px;
  border: 1px solid #FFF;
  border-radius: 10px;
  clear: both;
  padding: 10px;
  background: transparent;
  color: #FFF;
  outline: none;
  font-size: 16px;
}
#comment_form textarea:placehoder {
  color: #444;
}
#comment_form input[type="submit"] {
  margin: 5px auto 0 auto;
}
#comment_form .error {
  border-color: #FF0000;
}
#posted_comments {
  max-width: 642px;
  width: 100%;
  margin: 20px auto;
  color: #FFF;
  font-size: 14px;
  max-height: 600px;
  overflow-y: auto;
  text-shadow: 1px 1px 2px #000;
}
#posted_comments .comment {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#posted_comments .comment:last-child {
  border: none;
}
#posted_comments .name {
  float: left;
  clear: none;
  font-weight: bold;
  text-align: left;
  width: 80%;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  text-shadow: none;
}
#posted_comments .doljnost {
  color: #484e58;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  clear: both;
  text-align: left;
}
#posted_comments .date {
  float: right;
  clear: none;
  font-weight: bold;
  position: absolute;
  margin: 0 0 0 -140px;
  color: #484e58;
  text-shadow: none;
  font-size: 12px;
}
#posted_comments .text {
  clear: both;
  text-align: left;
}
#posted_comments::-webkit-scrollbar {
  width: 5px;
}
#posted_comments::-webkit-scrollbar-thumb {
  background-color: #4b82b5;
  outline: 1px solid transparent;
}

div.youtube_iframe {
  text-align: center;
  margin: 10px 0;
}

.inner {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .inner {
    width: 90%;
  }
}
.left,
.right {
  width: 50%;
  float: left;
  clear: none;
  text-align: left;
  overflow: hidden;
}
.left {
  padding-right: 30px;
}
.right {
  padding-left: 30px;
}
/* DATETIME */
#datetime {
  background: #FFF;
  color: #484e58;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  padding: 100px 0;
}
#datetime strong {
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1400px) {
  #datetime {
    font-size: 28px;
  }
}
/* END DATETIME */

/* HEADER */
#header {
  padding: 125px 0 0 0;
}
#header img {
  width: 100%;
  margin: 0 auto;
  max-width: 1563px;
}
#header h1 {
  color: #ce5d2d;
  margin: 0;
  font-size: 49px;
  line-height: 62px;
  text-align: left;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  #header h1 {
    font-size: 36px;
    line-height: 45px;
  }
  #header img {
    margin-top: 8px;
  }
  #header {
    padding: 100px 0;
  }
}
/* END HEADER */

/* TRANSLATION BLOCK  */
#translation {
  width: 100%;
  clear: both;
  color: #624b42;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  background: #cccfd7 url("../images/main_bg.png") repeat-x scroll 0 0;
  padding: 0  0 140px 0;
}
#translation h4 {
  position: absolute;
  font-size: 24px;
  font-weight: normal;
  /*line-height: 360px;*/
  margin-top: 100px;
  text-transform: uppercase;
  text-decoration: none;
}
#translation .left {
  padding-top: 75px;
  /*padding-bottom: 75px;*/
}
#translation .program {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
#translation h4 a {
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 2px #fff;
  display: inline-block;
  font-size: 24px;
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 10px;
  outline: none;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}
}
#translation h4 a:hover {
  background-color: #455439;
  border-color: #455439;
}
#translation .youtube_iframe {
  max-width: 650px;
  margin: 0 auto 30px auto;
}
@media (max-width: 1400px) {
  #translation .right {
    padding-left: 40px;
    padding-right: 40px;
  }
  #translation h4 {
    font-size: 35px;
  }
}
/* END TRANSLATION BLOCK  */

/* SPONSORS BLOCK */
#sponsors {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 90px 0;
}
#sponsors .inner {
  width: 100%;
}
#sponsors .right {
  /*width: 100%;*/
  padding-left: 0;
}
#sponsors h4 {
  margin-top: 140px;
  color: #484d58;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 40px;
}
#sponsors .line_1,
#sponsors .line_2,
#sponsors .line_3 {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}
#sponsors ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
}
#sponsors .line_1 ul {
  width: 840px;
}
#sponsors ul li {
  text-align: center;
  float: left;
  clear: none;
  color: #484d58;
  font-size: 24px;
  margin: 20px;
  font-weight: bold;
  font-family: 'Century Gothic';
  max-width: 190px;
}
#sponsors .line_1 ul li {
  width: 50%;
  max-width: 380px;
}
#sponsors .line_1 ul li:nth-child(2n+1) {
  clear: left;
}
#sponsors .line_3 ul {
  max-width: 840px;
}
#sponsors .line_3 ul li {
  width: 100%;
  text-align: center;
  max-width: 840px;
}
#sponsors .line_3 ul img {
  clear: none;
  max-width: 150px;
}
#sponsors .line_2 ul {
  max-width: 1610px;
}
#sponsors .line_2 ul li:first-child {
  width: 100%;
  max-width: inherit;
}
#sponsors .line_2 ul li:last-child {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
}
#sponsors .line_4 ul {
  max-width: 1610px;
}
#sponsors .line_4 ul li:first-child {
  width: 100%;
  max-width: inherit;
}
#sponsors .line_4 ul li:last-child {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
}
#sponsors .line_4 ul img {
  clear: none;
  max-width: 150px;
}

#sponsors ul li img {
  margin: 15px 20px;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1400px) {
  #sponsors {

  }
  #sponsors ul li {
    margin: 20px 10px;
  }
  #sponsors ul li img {
    max-width: 130px;
    margin: 15px 10px;
  }
  #sponsors .line_1 ul {
    max-width: 840px;
  }
}
/* END SPONSORS BLOCK */

/* CONTACTS BLOCK */
#contacts {
  width: 100%;
  overflow: hidden;
  clear: both;
  background-color: #6fb382;
  color: #FFF;
  padding: 30px 0;
}
#contacts .social div {
  height: 27px;
  /*padding-left: 52px;*/
  margin: 20px 0;
  font-size: 22px;
  line-height: 28px;
}
#contacts .social a {
  color: #FFF;
  text-decoration: underline;
}
#contacts h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 140px;
}
#contacts .left {
  width: 20%;
}
#contacts .right {
  width: 80%;
  padding-left: 0;
}
#contacts div.email {
  /*background: url('../images/email_min.png') no-repeat scroll 0 0;*/
}
#contacts div.phone {
  /*background: url('../images/phone_min.png') no-repeat scroll 0 0;*/
}
#contacts div.whatsapp {
  /*background: url('../images/whatsapp_min.png') no-repeat scroll 0 0;*/
} 
 #contacts div.ooo {
  /*background: url('../images/whatsapp_min.png') no-repeat scroll 0 0;*/
}
/* END CONTACTS BLOCK */