/* GENERAL */
.fullpopup img {
    max-width: 100%;
    max-height: 100%;
}
.fullpopup .closethis {
    right: 0;
}
.fullpopup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #585858;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    float: left;
    width: 100%;
    overflow-x: hidden;
}
input:focus,button:focus{
  outline: none;
}
.searchbox {
    color: #000;
    border: none;
    padding: 0 15px;
    height: 50px;
    font-size: 18px;
    vertical-align:middle;
    width: 270px;
}
.searchbox.error{
  color: red;
  padding: 0 15px;
}
button.startsearch {
    background: #4b89a4;
    border: 0px solid #4b89a4;
    padding: 0 15px;
    height: 50px;
    position: relative;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
}
.searcharea {
    float: left;
    width: 100%;
}
section a,section a:hover{
  border-bottom:1px solid #ffc600;
  color: #ffc600;
}
h2 {
    color: #5c97b1;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 20px;
}
h3 {
    color: #5c97b1;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}
.browser {
    display: none;
    position: absolute;
    left: 50%;
    width: 400px;
    background-color: #E74C3C;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -200px;
    top: calc(50% + -30px);
}
.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}

.body-background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-lang, .search,
.search-left,
.search-right {
  display: inline-block;
}

.bgpicker-btn {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}
.bgpicker-btn:focus {
  outline: none;
}

.body-background-image,
.body-background-color {
  position: fixed;
  z-index: -2;
}

.body-background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  position:relative;
}
@media screen and (max-width: 752px) {
  .container {
    padding: 20px;
  }
}
.container a {
  text-decoration: none;
}
.container a img {
  border: none;
}

.content-formatted {
  word-wrap: break-word;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6, .content-formatted p, .content-formatted ul, .content-formatted ol, .content-formatted pre, .content-formatted code, .content-formatted img, .content-formatted iframe, .content-formatted table form {
  margin-bottom: 0;
}
.content-formatted h1:first-child, .content-formatted h2:first-child, .content-formatted h3:first-child, .content-formatted h4:first-child, .content-formatted h5:first-child, .content-formatted h6:first-child, .content-formatted p:first-child, .content-formatted ul:first-child, .content-formatted ol:first-child, .content-formatted pre:first-child, .content-formatted code:first-child, .content-formatted img:first-child, .content-formatted iframe:first-child, .content-formatted table form:first-child {
  margin-top: 0;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  color: #1b2124;
  word-wrap: break-word;
}
.content-formatted h1 {
  margin-top: 40px;
  font-size: 50px;
  line-height: 1;
}
.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}
.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}
.content-formatted p {
  margin-top: 20px;
}
.content-formatted a {
  color: #0066bb;
}
.content-formatted a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}
.content-formatted img, .content-formatted iframe {
  max-width: 100%;
}
.content-formatted img {
  height: auto;
}
.content-formatted img, .content-formatted iframe, .content-formatted pre {
  margin-top: 25px;
}
.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}
.content-formatted pre {
  overflow: auto;
  padding: 10px;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-formatted blockquote {
  margin: 20px 40px;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}
.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}
.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}
.content-formatted .table-container {
  margin-top: 20px;
}
.content-formatted .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}
.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
}
.content-formatted .edy-texteditor-view {
  min-height: 32px;
}
.content-formatted .edy-partial-view {
  margin-top: 25px;
}

/* MENUS */
.menu-btn {
  display: none;
}
@media screen and (max-width: 752px) {
  .menu-btn {
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .menu-btn.open .menu-stripe {
    background-color: #1b2124;
    background-color: rgba(27, 33, 36, 0.47);
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    display: block;
    width: 23px;
    height: 4px;
    margin: 4px 0;
    background-color: #1b2124;
    background-color: rgba(27, 33, 36, 0.67);
    border-radius: 5px;
  }
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0;
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-right: 20px;
}
@media screen and (max-width: 752px) {
  .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-link {
  display: block;
  color: #4b89a4;
}
.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}
.menu .menu-link.active {
  font-weight: 700;
  color: #727272;
  color: rgba(114, 114, 114, 0.8);
}
.menu .menu-link:hover {
  color: #26586e;
}

.menu-main {
  padding: 6px 0;
}
.menu-main .menu .menu-item {
    display: inline-block;
    margin: 0 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #4b89a4;
    width: 110px;
    text-align: center;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
  color: #26586e;
}
.menu-main .menu-sub {
  display: none;
}
.menu-main .menu-lang {
  display: none;
}
@media screen and (max-width: 752px) {
  .menu-main {
    display: none;
  }
  .menu-main.expanded {
    position: absolute;
    top: 75px;
    right: 20px;
    z-index: 1;
    display: block;
    min-width: 350px;
    margin-bottom: 60px;
    padding: 0;
    text-align: left;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
  }
  .menu-main.expanded .menu .menu-item {
    display: block;
    margin-right: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu .menu-item:first-child {
    border-top: none;
  }
  .menu-main.expanded .menu .menu-item .menu-link {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
  }
  .menu-main.expanded .menu .menu-item .menu-link.active {
    background-color: #c7e5ff;
  }
  .menu-main.expanded .menu .menu-item .menu-link:hover {
    background-color: #c7e5ff;
    background-color: rgba(199, 229, 255, 0.5);
  }
  .menu-main.expanded .menu .edit-btn {
    display: block;
    padding: 12px 25px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-sub {
    display: block;
  }
  .menu-main.expanded .menu-sub .menu .menu-item:first-child {
    border-top: 1px solid #838586;
    border-top: 1px solid rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-sub .menu .menu-link {
    padding: 10px 40px;
    font-size: 14px;
  }
  .menu-main.expanded .menu-sub .menu .menu-link.active {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-main.expanded .menu-lang {
    display: block;
    margin-top: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link {
    position: relative;
    padding: 14px 20px 14px 50px;
    font-size: 12px;
    color: #1b2124;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link:hover, .menu-main.expanded .menu-lang .menu-item .menu-link.active:hover {
    background-color: #838586;
    background-color: rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.active {
    color: #838586;
    background: none;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before, .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    position: absolute;
    top: 14px;
    left: 20px;
    display: block;
    width: 20px;
    height: 13px;
    content: '';
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before {
    background-color: black;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    opacity: 0.95;
    background-size: 200px;
    background-repeat: no-repeat;
  }
  .no-svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../images/ico-flags.png");
  }
  .svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../assets/ico-flags.svg");
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .menu-main.expanded {
    min-width: 100%;
    right: 0;
    left: 0;
    margin: 0 0 60px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
    border-bottom: 1px solid #727272;
    border-bottom: 1px solid rgba(114, 114, 114, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 752px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.menu-lang .menu {
  vertical-align: middle;
}
.header-right .menu-lang .edit-btn {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .menu-lang {
    margin-top: 5px;
  }
}
@media screen and (max-width: 752px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.lang-flag-sq:after {
  background-position: 0 0;
}

.lang-flag-hy:after {
  background-position: -20px 0;
}

.lang-flag-bn:after {
  background-position: -40px 0;
}

.lang-flag-pt:after {
  background-position: -60px 0;
}

.lang-flag-bg:after {
  background-position: -80px 0;
}

.lang-flag-zh:after {
  background-position: -100px 0;
}

.lang-flag-hr:after {
  background-position: -120px 0;
}

.lang-flag-da:after {
  background-position: -140px 0;
}

.lang-flag-cs:after {
  background-position: -160px 0;
}

.lang-flag-et:after {
  background-position: -180px 0;
}

.lang-flag-fi:after {
  background-position: 0px -14px;
}

.lang-flag-fr:after {
  background-position: -20px -14px;
}

.lang-flag-ka:after {
  background-position: -40px -14px;
}

.lang-flag-de:after {
  background-position: -60px -14px;
}

.lang-flag-el:after {
  background-position: -80px -14px;
}

.lang-flag-hu:after {
  background-position: -100px -14px;
}

.lang-flag-is:after {
  background-position: -120px -14px;
}

.lang-flag-hi:after {
  background-position: -140px -14px;
}

.lang-flag-id:after {
  background-position: -160px -14px;
}

.lang-flag-fa:after {
  background-position: -180px -14px;
}

.lang-flag-he:after {
  background-position: 0px -28px;
}

.lang-flag-it:after {
  background-position: -20px -28px;
}

.lang-flag-ja:after {
  background-position: -40px -28px;
}

.lang-flag-ko:after {
  background-position: -60px -28px;
}

.lang-flag-lv:after {
  background-position: -80px -28px;
}

.lang-flag-lt:after {
  background-position: -100px -28px;
}

.lang-flag-ms:after {
  background-position: -120px -28px;
}

.lang-flag-nl:after {
  background-position: -140px -28px;
}

.lang-flag-no:after {
  background-position: -160px -28px;
}

.lang-flag-ur:after {
  background-position: -180px -28px;
}

.lang-flag-fil:after {
  background-position: 0px -42px;
}

.lang-flag-pl:after {
  background-position: -20px -42px;
}

.lang-flag-ro:after {
  background-position: -40px -42px;
}

.lang-flag-ru:after {
  background-position: -60px -42px;
}

.lang-flag-ar:after {
  background-position: -80px -42px;
}

.lang-flag-sk:after {
  background-position: -100px -42px;
}

.lang-flag-sl:after {
  background-position: -120px -42px;
}

.lang-flag-es:after {
  background-position: -140px -42px;
}

.lang-flag-sv:after {
  background-position: -160px -42px;
}

.lang-flag-tr:after {
  background-position: -180px -42px;
}

.lang-flag-uk:after {
  background-position: 0px -56px;
}

.lang-flag-en:after {
  background-position: -20px -56px;
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

/* HEADER */
.header {
  padding-bottom: 30px;
}
.no-flexbox .header {
  display: table;
  vertical-align: top;
  width: 100%;
}
.flexbox .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.no-flexbox .header .header-left, .no-flexbox
.header .header-right {
  display: table-cell;
}
.header .header-left {
  width: 490px;
}
.header .header-left .header-title {
  display: none;
}
.header .header-left .header-title, .header .header-left .header-title a {
  font-size: 28px;
  font-weight: 700;
  color: #727272;
}
.header .header-left .header-title:hover, .header .header-left .header-title a:hover {
  color: #727272;
  color: rgba(114, 114, 114, 0.8);
}
.header .header-right {
  width: 470px;
  text-align: right;
}
.flexbox .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .no-flexbox .header, .flexbox .header {
    width: 100%;
  }
  .header .header-left {
    width: 480px;
  }
  .header .header-right {
    width: 480px;
  }
}
@media screen and (max-width: 752px) {
  .header .header-left {
    width: 425px;
  }
  .header .header-left .header-title {
    display: block;
  }
  .header .header-right {
    width: 535px;
  }
}
@media screen and (max-width: 506px) {
  .no-flexbox .header, .flexbox .header {
    display: block;
    padding-bottom: 0;
  }
  .no-flexbox .header .header-left, .flexbox .header .header-left {
    width: 100%;
  }
  .header .header-left .header-title {
    margin-right: 40px;
  }
  .header .header-right {
    display: none;
  }
}

/* CONTENT */
.content {
  display: block;
  margin-top: 30px;
}
.front-page .content {
  margin-top: 40px;
}
@media screen and (max-width: 752px) {
  .content, .front-page .content {
    margin-top: 20px;
  }
}

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted,
.content-slogan.content-formatted {
  color: #1b2124;
}
.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}
.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}
.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1;
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 752px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}
.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}
@media screen and (max-width: 752px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}
.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 752px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}
.common-page .content-body {
  margin-top: 35px;
}

/* BLOG & BLOG ARTICLE */
.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
.post .post-title, .post .post-title a {
  font-size: 50px;
  color: #1b2124;
}
.post .post-title a:hover {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.8);
}
@media screen and (max-width: 480px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}
.post .post-date {
  font-size: 14px;
  color: #1b2124;
}
.post .post-author {
  font-size: 12px;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content .post-body {
  margin-top: 20px;
}
.post .post-comments-count a {
  font-size: 14px;
  color: #0066bb;
}
.post .post-comments-count a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}

.blog-page .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

/* GALLERY */
.edys-gallery-area {
  margin-top: 25px;
}
.edys-gallery-area:first-child {
  margin-top: 0;
}

.edys-gallery .edys-gallery-item {
  display: inline-block;
}
.edys-gallery .edys-gallery-item .edys-gallery-image.inactive {
  opacity: 0.6;
}
.edys-gallery .edys-gallery-item:hover {
  opacity: 1;
}

/* SEARCH */
@media screen and (max-width: 752px) {
  .search {
    margin-right: 40px;
  }
}
@media screen and (max-width: 506px) {
  .search {
    position: relative;
    display: block;
    margin-right: 0;
  }
  .header-right .search {
    display: none;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}
@media screen and (max-width: 506px) {
  .search-mobile {
    display: block;
    margin-top: 20px;
  }
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}
@media screen and (max-width: 506px) {
  .search-left {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  .search-left .search-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.search-right .search-submit {
  vertical-align: middle;
}
@media screen and (max-width: 506px) {
  .search-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 25px;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}
.content-formatted .form_field {
  margin-top: 20px;
}
.content-formatted .form_field_required .form_field_label:after {
  content: '*';
}
.content-formatted label {
  display: block;
}
.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  width: 280px;
  margin: 0;
  padding: 7px;
  border: 1px solid #787878;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}
.content-formatted .form_field_textarea {
  min-height: 98px;
}
.content-formatted .form_field_size_medium {
  width: 420px;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}
.content-formatted .form_field_size_large {
  width: 580px;
}
.content-formatted .form_submit {
  margin-top: 10px;
}
.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
.content-formatted .form_notice {
  color: #60a740;
}

/* COMMENTS */
.comments {
  margin-top: 50px;
}
.comments .comment-title,
.comments .comment,
.comments .comment-form {
  margin-top: 25px;
}

/* FOOTER */
.footer {
  margin-top: 50px;
}
@media screen and (max-width: 752px) {
  .footer {
    margin-top: 35px;
  }
}
.footer .content-formatted {
  font-size: 14px;
  line-height: 1.5;
}
.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}
.footer .voog-reference {
  margin-top: 30px;
}
.footer .voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 10px;
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  line-height: 1;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .voog-reference a:hover {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}


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

section {
    float: left;
    width: 100%;
    position: relative;
}

.tl{
  text-align: left;
}
.tc{
  text-align: center;
}
.tr{
  text-align: right;
}
.soldfree {
    line-height: 185px;
    font-size: 48px;
    font-weight: bold;
    color:#4b89a4;
    text-transform: uppercase;
    line-height: 00.776;
    padding-top: 93px;
    padding-bottom: 55px;
}

section.sold {
    background-image: url(/images/taust.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 85px;
}
.readmanual {
    vertical-align: bottom;
    color: #4b89a4;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 39px;
    line-height: 1;
    cursor: pointer;
}
.centerpeace {
    background-image: url(/images/prosent_taust.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 52px;
    font-family: "open sans";
    color: #fff;
    font-weight: 400;
    line-height: 00.776;
    padding-top: 90px;
    padding-bottom: 55px;
}
.centerpeace .tl{

  padding-left: 0;
  text-align: center;
  padding-right: 35px;
}
.centerpeace .tr {
    padding-right: 0;
    text-align: center;
    padding-left: 35px;
}
.textarea p{
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
  text-align: justify;
}

.titleplace {
    text-align: center;
    margin: 135px 0 50px 0;
}
.titleplace h2,#maparea h2{
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  color: #f2bc00;
}
.titleplace h1{
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}
.titleplace.blue h1{
  color:#5c97b1;
}
.titleplace.white h1{
  color:#fff;
}
.menuline,.logoarea {
    float: left;
    width: 100%;
    text-align: center;
}
.logoarea {
    margin: 40px 0 0;
}
section#soovitused {
    background-color: #3c3f40;
}
.fixedTitle.titleplace {
    margin: 0;
}
div#centerSlider {
    padding: 135px 0 75px;
}
.carousel-control {
    width: 50%;
}

#centerSlider .carousel-indicators {
    position: relative;
    bottom: -30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    padding: 30px 0;
}
#centerSlider .item{
  color: #fff;
  text-align: center;
}
#centerSlider .slideAuthor {
    color: #f2bc00;
    font-size: 22px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#centerSlider .slidetext {
    padding: 40px 0 25px;
    height: 530px;
}
.slidetext .table {
    display: table;
    height: 100%;
    padding: 0;
    margin: 0;
}
.slidetext .table-cell{
  display: table-cell;
  vertical-align: middle;
} 
#sponsors{
  padding-bottom: 135px;
}

#sponsors .image-container{
  vertical-align: middle;
  margin: 0 40px;
}
#map{
  height: 700px;
}
.container.abs {
    position: absolute;
    z-index: 123;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    height: 500px;
}
.footertable{
  display: table;
  height: 100%;
  width: 500px;
}
.innerinfo {
    width: 500px;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #26586e;
}
section.prointro {
    margin-bottom: 135px;
}
.container ul {
    padding: 0;
    list-style-type: none;
}
.container li{
  padding: 0 0 0 35px;
  background-image: url(/images/bullet.png);
  background-repeat: no-repeat; 
  background-position: 0 8px;
}
.container .menu-main li{
  background-image: none;
  padding: 0;
}
header, main, footer {
    float: left;
    width: 100%;
    margin: 0 !important;
}
header.mainheader {
    padding-bottom: 140px;
    background-image: url(/images/taust.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.common-page .titleplace{
    margin-top: 50px;
}
.post-page .titleplace,
.blog-page .titleplace {
  margin-bottom: 5px;
    margin-top: 50px;
}

.timeline-item {
    text-align: right;
    padding: 10px 0px;
    border-right: 2px solid #fff0ba;
    position: relative;
    right: -1px;
}
.timeline-item.text-left{
  text-align: left;
  border-left:2px solid #fff0ba;
  border-right:0px solid #fff0ba;
  position: relative;
  left: -1px;
}
.itemtitle, .itemintro {
    padding: 0 90px 0 0;
    position: relative;
}
.text-left .itemtitle, 
.text-left .itemintro {
    padding: 0 0 0 90px;
}
.yellowb:after {
    position: absolute;
    height: 44px;
    width: 28px;
    padding: 8px 0;
    content: "";
    right: -15px;
    top: 0px;
    background-color: #fff;
}
.yellowb:after {
    position: absolute;
    height: 44px;
    width: 28px;
    padding: 8px 0;
    content: "";
    right: -15px;
    top: -11px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/yellowb.png);
}
.blueb:after {
    position: absolute;
    height: 30px;
    width: 14px;
    padding: 8px 0;
    content: "";
    right: -8px;
    top: -4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/blueb.png);
}
.text-left .yellowb:after {

    left: -15px;
    top: -11px;
}
.text-left .blueb:after {
    left: -8px;
    top: -4px;
}
.itemtitle {
    font-size: 24px;
    color: #f2bc00;
    margin-bottom: 30px;
    font-weight: 400;
}
.itemtitle.blueb {
    color: #5c97b1;
}

.text-left .itemtitle {
    color: #5c97b1;
}
.text-left .itemtitle.yellowb {
    color: #f2bc00;
}
.lastitem.text-left,.lastitem{

  text-align: center;
  border:none;
}
.lastitem .itemtitle {
    padding: 70px 0 0 0;
}
.lastitem .itemintro {
    padding: 0;
}
.lastitem .yellowb:after {
    left: 50%;
    margin-left: -14px;
}
.lastitem .blueb:after {
    left: 50%;
    margin-left: -7px;
}
.timeline-item.edititem{
  text-align: left;
}
.edititem .itemintro{
  margin-bottom: 20px;
}


/* ///////////////////////////////
          jalgpalliväljak
////////////////////////////////*/

  #feedback { font-size: 1.4em; }

section#football {
    text-align: center;
    background-image: url(/images/suurtasust.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.zoomers > div {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background-color: #fff;
}
.zoomers.active > div {
    display: none;
}
.zoomers.active {
    position: fixed;
    z-index: 99999;
}
.fullscreen {
    background-image: url(/images/fullscreen.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.zoomers.active .fullscreen.active {
    background-image: url(/images/fullscreenout.png);
    position: fixed;
    top: 0;
    z-index: 99000;
    left: 0;
    display: block;
}

.counters.active {
    position: fixed;
    top: 0;
    z-index: 99000;
    right: 0;
    display: block;
}

.zoomin {
    background-image: url(/images/zoomin.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.zoomout {
    background-image: url(/images/zoomout.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.movecanvas,.movedone {
    background-image: url(/assets/hand_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size:20px 20px; 
    position: absolute;top: 0;
    left: 0;
    z-index: 999;
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer;
    background-color: #e53e42;
}
.movedone{
  background-color: #40aa41;
  display: none;
}
.counters {
    float: right;
    height: 60px;
    background-color: #fff;
    padding: 8px;
}
.squares{
  background-color:#efefef;
  height: 44px;
  min-width: 20px;
  line-height: 44px;
  padding: 0 15px;
  float: left;
  margin-right: 8px;
  color: #455c66;
  font-weight: bold;
}
.prices{
  background-color:#ffc600;
  height: 44px;
  min-width: 20px;
  line-height: 44px;
  padding: 0 15px;
  float: left;
  color: #3a4449;
  margin-right: 8px;
  font-weight: bold;
}
.removeall{
  width: 44px;
  height: 44px;
  background-color: #26586e;
  background-image: url(/images/close.png);
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  margin-right: 8px;
}
.buyit:focus {
  outline: none;
}
.buyit {
    background-color: #e53e42;
    height: 44px;
    min-width: 20px;
    line-height: 44px;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
header {
    background-image: url(/images/uppertaust.png);
    background-position: 50%;
    position: relative;
    z-index: 111;
    background-repeat: no-repeat;
}
#canvas {
    position: relative;
    display: inline-block;
    width: 1120px;
    height: 740px;
}
.footfield,.cornerfield  {
    color: #fff;
    font-size: 7px;
    line-height: 10px;
    cursor: pointer;
    float:left;
    width:9px;
    height:9px;
    margin-right:1px;
    margin-bottom:1px;
    position: relative;
}

.footfield.selected{
  background-color: #2ecc71;
}
.footfield.centeritem{
  background-color: #616e74;
}
.footfield.circleitem{
  background-color: #000;
}
.footfield.otheritem{
  background-color: #c7e5f2
}
.footfield.goalitem{
  background-color: #4b89a4;
}
.cornerfield.rounditem{
  background-color: #fff;
  pointer-events:none;
}
.cornerfield.rounditem{
  background-color: #fff;
  pointer-events:all;
}
.footfield.ui-selecting { background:rgba(175,248,255,1); }
.footfield.ui-selected { background: #2ecc71; color: white; }  
.footfield.bron,.footfield.solditem{
  background-color: rgba(255,214,72,1);
  pointer-events:none;
}
.footfield.solditem.otheritem{
  background-color: #ea6153;
}
.footfield.solditem.centeritem{
  background-color: #d14233;
}
.footfield.solditem.circleitem{
  background-color: #c0392b;
}
.footfield.solditem.goalitem{
  background-color: #e74c3c;
}
#football .buttons {
    display: block;
    max-width: 1120px;
    margin: auto;
    margin-bottom: 10px;
    height: 60px;
    margin-top: 20px;
    text-align: center;
    line-height: 60px;
}
#football .buttons.otherbutton {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.textplace {
    float: left;
    position: relative;
    left: 0;
    width: auto;
    text-align: center;
    font-size: 22px;
    top: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}
.zoomers{
float: left;    
height: 60px;
position: relative;
z-index: 123;
}
.counters {
float: right;
height: 60px;
position: relative;
z-index: 123;
}
.canvasplace {
    margin: auto;
    width: 1120px;
    position: relative;
    overflow: hidden;
    height: 810px;
}
.fullplace{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}
div#canvasborder.active {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999;
    background-color: #abdbf0;
    width: 100%;
    left: 0 !important;
    height: 100%;
    overflow: auto;
    padding: 80px 0 0 0;
}
.ostujuhend {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(171,219,240,0.85);
    overflow: auto;
    display: none;
    z-index: 99999;
}
.ostuinner {
    padding: 100px;
    background-color: #fff;
    position: relative;
    max-width: 1000px;
    margin: 200px auto;
}
.closethis {
    position: absolute;
    right: -60px;
    height: 50px;
    width: 50px;
    top:0;
    background-color: #fff;
    background-image: url(/images/closethis.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.zoomers .timer {
    width: auto;
    text-align: left;
    line-height: 60px;
    padding: 0 15px;
    background-color: #26586e;
    color: #ffc600;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    display: block;
    position: relative;
}
.timeleft {
    float: left;
    margin-right: 8px;
}
.mins,.secs{
  float: left;
}
.mins:after{
  content: ":";
  position: relative;
}
.thismember {
    display: none;
}
.footfield.solditem{
  pointer-events:all;
}
.footfield.solditem:hover .thismember{
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    z-index: 123;
    background-color: #fff;
    width: 116px;
    float: left;
    color: #455c66;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.banner:hover .thismember {
    display: block;
    position: absolute;
    top: -5px;
    right: calc(100% + 10px);
    z-index: 123;
    background-color: #fff;
    width: 116px;
    float: left;
    color: #455c66;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.footfield.solditem.newtop .thismember {
    bottom: 0;
    top:auto;
}
.footfield.solditem.newright .thismember {
    right: calc(100% + 10px);
    left:auto;
}
.thismember img{
  max-width: 100%;
  max-height: 100px;
}
.thismember .name{
  float: left;width: 100%;
  margin: 15px 0 5px;
  line-height: 1.2;
}
.thismember .name.nomargin {
    float: left;
    width: 100%;
    margin: 5px 0px;
    line-height: 1.2;
}
.counters form {
    float: left;
}
.leftplaces {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 740px;
    top: 90px;
    display: inline-block;
    vertical-align: top;
    margin-left: 600px;
}

.leftplaces .table-cell {
    vertical-align: middle;
    display: table-cell;
}
.leftplaces .table {
    vertical-align: middle;
    display: table;
    height: 100%;
}
.leftplaces .banner {
    width: 30px;
    height: 50px;
    margin: 5px 0;
    background-color: #fff;
    border: 4px solid #ffc600;
    position: relative;
}
.side .banner {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 30px;
    background-color: #fff;
    border: 4px solid #ffc600;
    margin: 0 3px;
    position: relative;
}
.sold.banner {
  border: 4px solid #4b89a4;
}
.selected.banner {
  background-color: #4b89a4;
}
.bottomplaces {
    float: left;
    text-align: center;
    margin-top: 30px;
    width: 1120px;
    position: relative;
}
header .logo {
    display: inline-block;
    padding: 0 15px;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
    float: left;
    margin: 0;
    max-width: 100%;
}
.buyit a, .buyit a:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    line-height: 44px;
    float: left;
    width: 100%;
    padding: 0 30px;
}
.buyit.autasud {
    background-color: #e53e42;
    height: 44px;
    min-width: 20px;
    line-height: 44px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    border: none;
    float: none;
}
.buyitbutton {
    display:none;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.kanser {
    display: none;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
.kquest {
    cursor: pointer;
    float: left;
    width: 100%;
}
.question {
    float: left;
    width: 100%;
    border-bottom: 1px solid #5c97b1;
}
.kquest .fa{
  display: inline-block;
  float: left;
  width: 20px;
  margin: 20px 0 25px;
  color: #5c97b1;
  line-height: 24px;
}
.kquest .fa-caret-right{
  display: block;
}
.kquest .fa-caret-down{
  display: none;
}
.kquest.active .fa-caret-right{
  display: none;
}
.kquest.active .fa-caret-down{
  display: block;
}
.kquest h3 {
    float: left;
    width: calc(100% - 20px);
}
.supporter {
    width: 25%;
    float: left;
    font-size: 18px;
}
.suppoerterslist {
    float: left;
    width: 100%;
}
.neway {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}
.neway a, .neway a:hover {
    line-height: 80px;
    display: inline-block;
    border:none;
    margin-left: 110px;
}
.colormean {
    float: left;
    display: block;
    width: 520px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 42px;
    text-align: center;
    margin-left: -310px;
}
.meaning {
    display: inline-block;
    margin: 0 15px;
    line-height: 1;
    color: #5c97b1;
    font-weight: bold;
    margin-top: -15px;
}
.meaning > div {
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.meaning .sold{
  background-color: #e74c3c;
}
.meaning .other{
  background-color: #c7e5f2;
}
.meaning .goal{
  background-color: #4b89a4;
}
.meaning .center{
  background-color: #616e74;
}
.meaning .circleitem{
  background-color: #000;
}

.nonactive {
    position: absolute;
    height: 740px;
    width: 100%;
    z-index: 99;
    background-color: rgba(204,204,204,0.5);
}
.activate {
    position: absolute;
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #e74c3c;
    border-radius: 5px;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.loading {
    position: absolute;
    right: -30px;
    height: 60px;
    width: 40px;
    top: 0;
    background-color: #e74c3c;
    border-radius: 5px;
    display: none;
}
.loading img {
    height: 40px;
}
.personimage {
    float: left;
    margin-top: 20px;
    height: 150px;
    width: 100%;
}
.secondside .banner:hover .thismember {
    display: block;
    position: absolute;
    bottom: -3px;
    right: calc(100% + 10px);
    z-index: 123;
    background-color: #fff;
    width: 116px;
    float: left;
    color: #455c66;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    top:auto;
}
.oneside .banner:hover .thismember {
    display: block;
    position: absolute;
    bottom: -3px;
    top:auto;
    left: calc(100% + 10px);
    z-index: 123;
    background-color: #fff;
    width: 116px;
    float: left;
    color: #455c66;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.newaylogo {
    display: block;
    float: right;
    height: 30px;
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
}
.newaylogo2 {
    display: block;
    float: right;
    height: 30px;
    width: 150px;
    position: absolute;
    right: 0;
    top: 0;
}
.newaylogo2 .madein {
    position: relative;
    top: 20px;
    height: 25px;
}
.newaylogo a,.newaylogo a:hover{
    border:none;
}
.soldfree sup {
    top: -1.5em;    
    font-size: 24px;
}
.soldfree span {
    font-size: 40px;
}
.kasutajatingimused {
    position: absolute;
    bottom: -50px;
    left: 50%;
    float: left;
    width: 420px;
    margin-left: -210px;
    z-index: 123;
}

.getheresmall {
    position: absolute;
    top: -30px;
    width: 100%;
}
.getherebig {
    position: absolute;
    width: 28px;
    height: 740px;
    line-height: 28px;
    left: -35px;
    top: 0px;
    text-align: center;
}


.getherebig span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    position: absolute;
    width: 700px;

}



/* PIIRJOONED */
/* top */

.item-35row-col46,.item-32row-col47,
.item-31row-col48,.item-30row-col49,.item-29row-col50,.item-28row-col51,
.item-28row-col52,.item-28row-col53,.item-27row-col54,.item-27row-col55,
.item-35row-col65,.item-32row-col64,
.item-31row-col63,.item-30row-col62,.item-29row-col61,.item-28row-col60,
.item-28row-col59,.item-28row-col58,.item-27row-col57,.item-27row-col56,
.item-16row-col3,.item-16row-col12,.item-16row-col11,
.item-16row-col4,.item-16row-col13,
.item-16row-col5,.item-16row-col14,
.item-16row-col6,.item-16row-col15,
.item-16row-col7,.item-16row-col16,
.item-16row-col8,.item-16row-col17,
.item-16row-col9,.item-16row-col18,
.item-16row-col10,.item-16row-col19,
.item-16row-col92,.item-16row-col100,
.item-16row-col93,.item-16row-col101,
.item-16row-col94,.item-16row-col102,
.item-16row-col95,.item-16row-col103,
.item-16row-col96,.item-16row-col104,
.item-16row-col97,.item-16row-col105,
.item-16row-col98,.item-16row-col106,
.item-16row-col99,.item-16row-col107,.item-16row-col108,
.item-36row-col12,.item-36row-col13,.item-70row-col108,.item-70row-col3,
.item-36row-col55,.item-36row-col56,
.item-36row-col98,.item-36row-col99 {
    border-top: 2px solid #fff;
}


/* bottom */

.item-38row-col46,.item-41row-col47,
.item-42row-col48,.item-43row-col49,.item-44row-col50,.item-45row-col51,
.item-45row-col52,.item-45row-col53,.item-46row-col54,.item-46row-col55,
.item-38row-col65,.item-41row-col64,
.item-42row-col63,.item-43row-col62,.item-44row-col61,.item-45row-col60,
.item-45row-col59,.item-45row-col58,.item-46row-col57,.item-46row-col56,
.item-57row-col3,.item-57row-col12,.item-57row-col11,
.item-57row-col4,.item-57row-col13,
.item-57row-col5,.item-57row-col14,
.item-57row-col6,.item-57row-col15,
.item-57row-col7,.item-57row-col16,
.item-57row-col8,.item-57row-col17,
.item-57row-col9,.item-57row-col18,
.item-57row-col10,.item-57row-col19,
.item-57row-col92,.item-57row-col100,
.item-57row-col93,.item-57row-col101,
.item-57row-col94,.item-57row-col102,
.item-57row-col95,.item-57row-col103,
.item-57row-col96,.item-57row-col104,
.item-57row-col97,.item-57row-col105,
.item-57row-col98,.item-57row-col106,
.item-57row-col99,.item-57row-col107,.item-57row-col108,
.item-37row-col12,.item-37row-col13,.item-3row-col3,.item-3row-col108,
.item-37row-col55,.item-37row-col56,
.item-37row-col98,.item-37row-col99 {
    border-bottom: 2px solid #fff;
}

/* left */
.item-36row-col46,.item-35row-col46,
.item-34row-col47,.item-33row-col47,.item-32row-col47,.item-31row-col48,
.item-30row-col49,.item-29row-col50,.item-28row-col51,.item-27row-col54,
.item-37row-col46,.item-38row-col46,
.item-39row-col47,.item-40row-col47,.item-41row-col47,.item-42row-col48,
.item-43row-col49,.item-44row-col50,.item-45row-col51,.item-46row-col54,
.item-16row-col92,.item-17row-col92,.item-18row-col92,.item-19row-col92,.item-20row-col92,.item-21row-col92,.item-22row-col92,.item-23row-col92,.item-24row-col92,.item-25row-col92,.item-26row-col92,.item-27row-col92,.item-28row-col92,.item-29row-col92,.item-30row-col92,.item-31row-col92,.item-32row-col92,.item-33row-col92,.item-34row-col92,.item-35row-col92,.item-36row-col92,.item-37row-col92,.item-38row-col92,.item-39row-col92,.item-40row-col92,.item-41row-col92,.item-42row-col92,.item-43row-col92,.item-44row-col92,.item-45row-col92,.item-46row-col92,.item-47row-col92,.item-48row-col92,.item-49row-col92,.item-50row-col92,.item-51row-col92,.item-52row-col92,.item-53row-col92,.item-54row-col92,.item-55row-col92,.item-56row-col92,.item-57row-col92,
.item-3row-col108,.item-37row-col12,.item-36row-col12,.item-70row-col108,
.item-37row-col55,.item-36row-col55,
.item-37row-col98,.item-36row-col98 {
    border-left: 2px solid #fff;
}


/* right */
.item-36row-col65,.item-35row-col65,
.item-34row-col64,.item-33row-col64,.item-32row-col64,.item-31row-col63,
.item-30row-col62,.item-29row-col61,.item-28row-col60,.item-27row-col57,
.item-37row-col65,.item-38row-col65,
.item-39row-col64,.item-40row-col64,.item-41row-col64,.item-42row-col63,
.item-43row-col62,.item-44row-col61,.item-45row-col60,.item-46row-col57,
.item-16row-col19,.item-17row-col19,.item-18row-col19,.item-19row-col19,.item-20row-col19,.item-21row-col19,.item-22row-col19,.item-23row-col19,.item-24row-col19,.item-25row-col19,.item-26row-col19,.item-27row-col19,.item-28row-col19,.item-29row-col19,.item-30row-col19,.item-31row-col19,.item-32row-col19,.item-33row-col19,.item-34row-col19,.item-35row-col19,.item-36row-col19,.item-37row-col19,.item-38row-col19,.item-39row-col19,.item-40row-col19,.item-41row-col19,.item-42row-col19,.item-43row-col19,.item-44row-col19,.item-45row-col19,.item-46row-col19,.item-47row-col19,.item-48row-col19,.item-49row-col19,.item-50row-col19,.item-51row-col19,.item-52row-col19,.item-53row-col19,.item-54row-col19,.item-55row-col19,.item-56row-col19,.item-57row-col19,
.item-3row-col3,.item-37row-col13,.item-36row-col13,.item-70row-col3,
.item-37row-col56,.item-36row-col56,
.item-37row-col99,.item-36row-col99 {
    border-right: 2px solid #fff;

}
/* center left*/
.item-3row-col56,.item-4row-col56,.item-5row-col56,.item-6row-col56,.item-7row-col56,.item-8row-col56,.item-9row-col56,.item-10row-col56,.item-11row-col56,.item-12row-col56,.item-13row-col56,.item-14row-col56,.item-15row-col56,.item-16row-col56,.item-17row-col56,.item-18row-col56,.item-19row-col56,.item-20row-col56,.item-21row-col56,.item-22row-col56,.item-23row-col56,.item-24row-col56,.item-25row-col56,.item-26row-col56,.item-27row-col56,.item-28row-col56,.item-29row-col56,.item-30row-col56,.item-31row-col56,.item-32row-col56,.item-33row-col56,.item-34row-col56,.item-35row-col56,.item-36row-col56,.item-37row-col56,.item-38row-col56,.item-39row-col56,.item-40row-col56,.item-41row-col56,.item-42row-col56,.item-43row-col56,.item-44row-col56,.item-45row-col56,.item-46row-col56,.item-47row-col56,.item-48row-col56,.item-49row-col56,.item-50row-col56,.item-51row-col56,.item-52row-col56,.item-53row-col56,.item-54row-col56,.item-55row-col56,.item-56row-col56,.item-57row-col56,.item-58row-col56,.item-59row-col56,.item-60row-col56,.item-61row-col56,.item-62row-col56,.item-63row-col56,.item-64row-col56,.item-65row-col56,.item-66row-col56,.item-67row-col56,.item-68row-col56,.item-69row-col56,.item-70row-col56,.item-71row-col56,.item-72row-col56{
  border-left: 1px solid #fff;
}


/* center right*/
.item-3row-col55,.item-4row-col55,.item-5row-col55,.item-6row-col55,.item-7row-col55,.item-8row-col55,.item-9row-col55,.item-10row-col55,.item-11row-col55,.item-12row-col55,.item-13row-col55,.item-14row-col55,.item-15row-col55,.item-16row-col55,.item-17row-col55,.item-18row-col55,.item-19row-col55,.item-20row-col55,.item-21row-col55,.item-22row-col55,.item-23row-col55,.item-24row-col55,.item-25row-col55,.item-26row-col55,.item-27row-col55,.item-28row-col55,.item-29row-col55,.item-30row-col55,.item-31row-col55,.item-32row-col55,.item-33row-col55,.item-34row-col55,.item-35row-col55,.item-36row-col55,.item-37row-col55,.item-38row-col55,.item-39row-col55,.item-40row-col55,.item-41row-col55,.item-42row-col55,.item-43row-col55,.item-44row-col55,.item-45row-col55,.item-46row-col55,.item-47row-col55,.item-48row-col55,.item-49row-col55,.item-50row-col55,.item-51row-col55,.item-52row-col55,.item-53row-col55,.item-54row-col55,.item-55row-col55,.item-56row-col55,.item-57row-col55,.item-58row-col55,.item-59row-col55,.item-60row-col55,.item-61row-col55,.item-62row-col55,.item-63row-col55,.item-64row-col55,.item-65row-col55,.item-66row-col55,.item-67row-col55,.item-68row-col55,.item-69row-col55,.item-70row-col55,.item-71row-col55,.item-72row-col55{
  border-right: 1px solid #fff;
  margin-right: 0;
  padding-right: 1px;
}

.logos {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.image {
    line-height: 150px;
    float: left;
    width: 100%;
}
.smallones .image {
    height: 150px;
    float: left;
    width: 100%;
}
.supporterlogo {
    display: inline-block;
    width: 33.33%;
}
.supporterlogo img {
    vertical-align: middle;
    max-height: 200px;
}
.smallones .supporterlogo {
    width: 25%;
    max-width: 80%;
}
.langmenu {
    position: absolute;
    right: 0;
}
.langmenu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
.langmenu a.active {

    color: #26586e;

}
.madein img {
    height: 28px;
    float: right;
}
.forms .form_field {
    float: left;
    width: 33%;
}
.forms .form_field {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 15px;
}

.form_field label {
    float: left;
    width: 100%;
}
.pers {
    float: left;
    width: 33.33%;
    padding: 0 1.5%;
    border-right: 1px solid #5c97b1;
    margin-top: 40px;
}
.pers:last-child {
    border-right: 0px solid #5c97b1;  
}
.soovitaja {
    padding: 0 1.5%;
}
span.friend1 {
    font-size: 24px;
    font-weight: bold;
    color: #5c97b1;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    text-align: center;
}

span.friend {
    font-size: 24px;
    font-weight: bold;
    color: #5c97b1;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.forms input[type="text"] {
    height: 40px;
    width: calc(100% - 50px);
    padding: 0 10px;
    text-align: center;
}
.forms input[type="text"]:focus,
.forms input[type="submit"]:focus {
    outline:none;
    border: 2px solid #5c97b1;
}
.form_submit {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.forms{
  float: left;
  width: 100%;
  margin-top: 50px;
}
.form_submit input[type="submit"] {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #5c97b1;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5c97b1;
}
.form_submit input[type="submit"]:hover {
    background-color: #5c97b1;
    border: 2px solid #5c97b1;
    color: #fff;
}
.forms .pers .form_field {
    float: left;
    width: 100%;
    text-align: center;
}

.form_field_error {
    display: none;
}
.form_field_with_errors input {
    border: 1px solid red;
}
.form_area {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.form_error {
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.taname {
    height: 300px;
    text-align: center;
    top: 50%;
    margin-top: -80px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}
#taname{
    background-color: #ececec;
    top:0;
    left: 0;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.thanx .btton {
    margin-top: 30px;
    padding-bottom: 40px;
    width: 100%;
}
.thanx .btton a {
    border-color: #5c97b1;
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    width: 240px;
    width: calc(100% - 108px);
    font: 600 14px / 20px 'Open Sans';
    text-align: center;
    color: #5c97b1;
    text-transform: uppercase;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px 54px;
    font-size: 18px;
    text-decoration: none;
}
.thanx .btton a:hover {
    border-color: #5c97b1;
    border-style: solid;
    border-width: 2px;
    background-color: #fff;
    text-align: center;
    color: #5c97b1 !important;
    text-transform: uppercase;
    padding: 20px 54px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.taname h1 {
    color: #5c97b1;
}
.taname h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
}
.result{
  float: left;
  width: 100%;
  margin-bottom:30px;
}


.post-title{
  text-align: center;
}
.post .post-date {
    font-size: 14px;
    color: inherit;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
}
.post .post-content {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.title a {
    font-size: 28px;
    border: none;
}
.cols-2{
  width: 50%;
  padding: 0 15px;
    float: left;
    margin: 15px 0;
}

.cols-2 time.post-date {
    text-align: left;
}
.blog-page .post{

}
.blog-page .textarea{
  margin: 0 -15px;
}
.button a {
    border: none;
    margin-top: 10px;
    float: left;
}
.post-leftside {
    float: left;
    width: 70%;
}
.othernews {
    float: right;
    width: calc(30% - 30px);
    padding-left: 30px;
    margin-left: 30px;
    padding-top: 60px;
}
.othernews h3 {
    margin: 0 0 20px 0;
    font-size: 32px;
}
.othernews a {
    font-size: 20px;
}
.othernews article {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ededed;
}
.othernews time.post-date {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

div#popup {
    position: fixed;
    height: 100%;
    width: 100%;
}
.playerarea {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 960px;
    top: 0;
    bottom: 0;
    height: 560px;
}
div#popup {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999;
    background-color: rgba(255,255,255,0.8);
}
.closeit {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: -40px;
    background-color: rgb(92, 151, 177);
    background-image: url(/images/close.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}