/*
Theme Name: Music Competition
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Dmitry Nedeljkovic
Author URI: http://4.dmitrydevelopment.ru/
Version: 99999.03
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/






h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #000;
}

a:hover, a:focus {
  text-decoration: none;
}

html, body, div,  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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;


    font-family: 'Open Sans', sans-serif;


}

span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px !important;
  font: inherit;
  vertical-align: baseline;


    font-family: 'Open Sans', sans-serif;


}
strong {
    font-weight: 600;
}
* {
  outline: 0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #ebe3d3;
  font: 16px/1.2 "Arial";
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.gm-style img {
  max-width: none;
}

input, textarea, select {
  font-family: "Arial";
 
  border-radius: 0;
  color: #666666;
}


a, a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

textarea, input, select {
  outline: none;
}

/*Header*/
.header {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.header-right {
  float: right;
  margin: 7px 0 0 0;
}

/*Logo*/
.logo {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 3px 0px 0px #d9d1c3;
}

.logo img {
  max-height: 180px;
   padding: 20px;
}

/*Language*/
.language-wrapper {
  position: absolute;
  right: 0;
  width: 140px;
  top: 12px;
  z-index: 10;
}

.no-touch .language-wrapper:hover .language-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s !important;
          transition-delay: .3s !important;
}

.no-touch .language-wrapper:hover #menu-jezik > li {
  overflow: visible !important;
}

#menu-jezik > li > ul > li {
  padding: 0 10px;
  margin: 5px 0;
}

#menu-jezik > li > ul {
  width: 100%;
}

.language {
  display: none;
  width: 74px;
  overflow: hidden;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: 100;
  position: relative;
}

.no-touch #menu-jezik > li:hover > ul {
  display: block;
}

#menu-jezik > li > a img {
  margin-left: 5px;
}

#menu-jezik > li > ul {
  display: none;
padding-top: 10px;
padding-bottom: 4px;
background: #ffffff;
margin-top: 3px;
-webkit-transition-delay: .3s !important;
transition-delay: .3s !important;
border-radius: 4px;
border: 1px solid #d9d7d2;
margin-left: -2px;
}

#menu-jezik > li > ul.is__open {
  display: block;
}

#menu-jezik > li > ul > li {
  padding: 0 7px;
}

#menu-jezik > li > ul > li img {
  margin-right: 5px;
}

.language-text {
  color: #606060;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}

.language-text::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 4px;
  background: url(../img/language-arrow.png) no-repeat 0 0;
}

/*Language Menu*/
.language-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.language-menu li {
  text-align: left;
  text-indent: 8px;
  width: 140px;
  line-height: 24px;
  padding: 0;
}

.language-menu a {
  color: #606060;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding-left: 10px !important;
}

.language-menu a img {
  float: left;
  margin-top: 6px;
}

.language-menu a:hover {
  color: #c45117;
}

.language-wrapper:hover {
  cursor: pointer;
}

.footer {
  border-top: 1px solid #d9d7d2;
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  box-shadow: 0 3px 0 0 #d9d1c3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 1%;
  }
}

.footer-text {
  float: left;
  margin-top: 30px;
  font-size: 12px;
  color: #a9a9a9;
}

@media (max-width: 767px) {
  .footer-text {
    float: none;
    margin-top: 20px;
  }
}

.footer-logo {
  float: right;
}

@media (max-width: 767px) {
  .footer-logo {
    float: none;
  }
}

.footer-logo img {
  margin-top: 15px;
  margin-right: 42px;
  float: right;
}

@media (max-width: 991px) {
  .footer-logo img {
    margin-right: 30px;
    max-height: 30px;
    width: auto;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .footer-logo img {
    float: none;
    margin: 20px 10px 0;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.menuWrapp {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #d9d1c3;
  position: relative;
  min-height: 48px;
}

/*Navigation Main*/
@media (max-width: 991px) {
  .nav-main {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: calc(100% - 5px);
    padding: 10px 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    box-shadow: 0 3px 0 0 #d9d1c3;
    border-radius-bottom-left: 4px;
    border-radius-bottom-right: 4px;
  }
  .nav-main.is__open {
    opacity: 1;
    visibility: visible;
  }
}

.nav-main ul {
  list-style-type: none;
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 0 4px;
}

.nav-main ul li {
  float: left;
  list-style-type: none;
  padding: 0 6px 0 3px;
}

@media (max-width: 991px) {
  .nav-main ul li {
    float: none;
    padding: 0 20%;
  }
}

.nav-main ul li a {
  font-size: 14px;
  display: block;
  color: #2e2e2e;
  padding: 12px;
  margin: 5px 0;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media (max-width: 1199px) {
  .nav-main ul li a {
    padding: 12px 7px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .nav-main ul li a {
    margin: 0;
    padding: 8px 7px;
  }
}

.no-touch .nav-main ul li a:hover {
  background-color: #e95d17;
  color: #ffffff !important;
}

.nav-main-active a {
  background-color: #e95d17;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  color: #ffffff !important;
}

.sub-menu .nav-main-active a {
background-color: #e95d17;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-shadow: 0 1px 0 #5c5c5c;
color: #ffffff !important;
}
.language-menu a:hover {
background-color: #e95d17;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-shadow: 0 1px 0 #5c5c5c;
color: #ffffff !important;
}

.menu__mobile--btn {
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
}

.menu__mobile--btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #e95d17;
  margin: 4px 0;
}

@media (max-width: 991px) {
  .menu__mobile--btn {
    display: inline-block;
  }
}

.filter__item {
  float: left;
  width: calc((100% / 7) - 10px);
  min-height: 178px;
  padding: 0 12px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  margin: 0 5px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .filter__item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .filter__item {
    width: calc((100% / 3 ) - 10px);
    padding: 0;
  }
}

@media (max-width: 540px) {
  .filter__item {
    width: calc(50% - 10px);
    min-height: 165px;
  }
}

.filter__item.active, .filter__item:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.filter__item.active .filter__item--text, .filter__item:hover .filter__item--text {
  color: #ffffff;
  font-weight: bold;
}

.filter__item.active img, .filter__item:hover img {
  opacity: 1 !important;
}

.filter__item--wrapper {
  overflow: hidden;
  padding: 20px 10px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  margin-bottom: 20px;
  border-radius: 4px;
}

.filter__item--img img {
  margin: 0 auto;
  display: block;
  opacity: 0.2;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

.filter__item--text {
  font-size: 13px;
  color: #2e2e2e;
  text-align: center;
  margin-top: 5px;
  position: absolute;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.btn_orange {
  border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  font-size: 15px;
  background-color: #e95d17;
  color: #fff !important;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  display: block;
  -webkit-transition: background-color .3s ease !important;
  transition: background-color .3s ease !important;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 991px) {
  .btn_orange {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

.no-touch .btn_orange:hover {
  background-color: #ff6c23;
  cursor: pointer;
}

.pagination ul {
  overflow: hidden;
  float: right;
}

.pagination li {
  float: left;
  margin: 0 7px;
  font-size: 14px !important;
}

.pagination a {
  font-size: 14px;
  padding: 5px;
}

.takmicari_div_0 > div {
  display: block;
}

.takmicari_div_0 > div.takmicari_div_1 {
  display: block;
}

.pagin_in_ul {
  overflow: hidden;
}

.pagin_in_ul li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.pagin_in_ul li.active, .no-touch .pagin_in_ul li:hover {
 color: #ffffff;
background: #e95d17;
}

.preloader {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d9d7d2;
  border-bottom: 16px solid #d9d7d2;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin-top: -60px;
  margin-left: -60px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*Wrapper*/
.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1199px) {
  .wrapper {
    max-width: 985px;
  }
  .main-content-video .video-js {

    width: 100% !important;
    height: auto !important;

}
}

@media (max-width: 991px) {
  .wrapper {
    max-width: 755px;
  }
  .error_div { display:none !important;}
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 99%;
  }
}

/*Main Content*/
.main-content {
  overflow: auto;
  min-height: 60vh;
  padding: 20px;
  margin-top: 10px;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 767px) {
  .main-content {
    padding: 15px;
  }
}

/*Video*/
.main-content-video {
  float: left;
  width: calc(100% - 400px);
  height: 405px;

  margin-bottom: 20px;

}

@media (max-width: 1199px) {
  .main-content-video {
    width: calc(100% - 380px);
  }
}

@media (max-width: 991px) {
  .main-content-video {
    width: calc(100% - 310px);
    height: 350px;
  }
}

@media (max-width: 767px) {
  .main-content-video {
    width: calc(100% - 260px);
  }
}

@media (max-width: 640px) {
  .main-content-video {
    width: calc(100% - 215px);
  }
}
.main-content-video .video-js {
  width: 100% !important;
  height: 100%;
}

@media (max-width: 540px) {
  .main-content-video {
    width: 100%;
    height: auto;
  }
  .main-content-video .video-js {
  width: 100% !important;
  height: auto !important;
}
}



.main-content-video video {
  width: 100%;
}

/*Video List*/
.main-content-video-list-wrapper {
  float: right;
  width: 350px;
  height: 403px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .main-content-video-list-wrapper {
    width: 300px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .main-content-video-list-wrapper {
    width: 250px;
  }
}

@media (max-width: 640px) {
  .main-content-video-list-wrapper {
    width: 200px;
  }
}

@media (max-width: 540px) {
  .main-content-video-list-wrapper {
    width: 100%;
    height: 200px;
  }
}

.main-content-video-list-header {
  padding: 5px;
  line-height: 35px;
  background-color: #c2baa7;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  text-indent: 10px;
  text-shadow: 0 1px 0 #5c5c5c;
}

.main-content-video-list {
  height: calc(100% - 45px);
  overflow: auto;
}

.main-content-video-list-category {
  font-weight: bold;
  margin: 4px 0 2px 5px;
  color: #c45117 !important;
}

.main-content-video-list ul {
  list-style-type: none;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 !important;
}

.main-content-video {
  position: relative;
}

.main-content-video-list ul li {
  list-style-type: none;
  text-align: left;
  line-height: 18px;
  padding: 0 10px;
}

.main-content-video-list ul li > a {
  font-size: 14px;
  display: block;
  color: #2e2e2e;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.main-content-video-list a:hover, .main-content-video-list-active {
  background-color: #ffffff;
  color: #c45117 !important;
}

/*Video Info*/
.main-content-video-info-wrapper {
  min-height: 120px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.main-content-video-info-left {
  float: left;
  min-height: 120px;
  min-width: 150px;
  background-color: #c2baa7;
  position: absolute;
  height: 100%;
}

@media (max-width: 1199px) {
  .main-content-video-info-left {
    display: none;
  }
}

.main-content-video-info-left-arrow {
  height: 28px;
  width: 22px;
  background: url(/img/icon-video-info-arrow.png) no-repeat 0 0;
  display: inline-block;
  position: absolute;
  top: 35%;
  margin: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.main-content-video-info-left-text {
  color: #ffffff;
  text-shadow: 0 1px 0 #5c5c5c;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0 15px;
  margin: 18px auto 0 auto;
  position: absolute;
  margin: 0;
  top: 69%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.content_home {
  padding: 0 50px;
  margin-bottom: 20px;
  font-size: 20px;
}

.main-content-video-info-details-1, .main-content-video-info-details-2 {
  float: left;
  margin-left: 150px;
  padding: 10px 15px;
  width: 470px;
}

@media (max-width: 1199px) {
  .main-content-video-info-details-1, .main-content-video-info-details-2 {
    margin: 0;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .main-content-video-info-details-1, .main-content-video-info-details-2 {
    width: 100%;
  }
}

.main-content-video-info-details-2 {
  margin-left: 0;
}

.main-content-video-info-details-1 {
  margin-top: 5px;
}

.main-content-video-info-details-2 {
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .main-content-video-info-details-2 {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .main-content-video-info-details-2 {
    margin-top: 15px;
  }
}

.main-content-video-info-details-1 > ul, .main-content-video-info-details-2 > ul {
  list-style-type: none;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 !important;
}

.main-content-video-info-details-1 > ul > li, .main-content-video-info-details-2 > ul > li {
  list-style-type: none;
  text-align: left;
  line-height: 18px;
  font-size: 12px;
  color: #2e2e2e;
}

.main-content-video-info-details-1 b {
  color: #c45117;
  font-size: 17px;
}

#menu-home .sub-menu{

    display: none;
    list-style-type: none;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0px 3px 0px 0px #d9d1c3;
    z-index: 999;
}

#menu-home .sub-menu li{

    float: none;
    list-style-type: none;
    padding: 0 6px 0 3px;
    display: flex;
}
.social-button2 {
    text-transform: uppercase;
    font-weight: 600;
}

/*News*/
.news {
  width: 100%;
  padding: 0 20px;
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.touch .news {
  padding: 0;
}

@media (max-width: 991px) {
  .news {
    padding: 0;
  }
}

.news-header {
  color: #e95d17;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.newsList {
  overflow: hidden;
}

.newsList2 {
  overflow: hidden;
}
.newsList__back, .newsList__next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.touch .newsList__back, .touch .newsList__next {
  display: none;
}

@media (max-width: 991px) {
  .newsList__back, .newsList__next {
    display: none;
  }
}
.news2{
  margin-top: 20px;
}
.no-touch .newsList__back:hover, .no-touch .newsList__next:hover {
  opacity: 1;
}

.newsList__back {
  left: -10px;
}

.newsList__next {
  right: -10px;
}

.newsList .item img {
  display: block;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 185px;
}

.newsList .item a {
  font-size: 14px;
  display: block;
  color: #2e2e2e;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.newsList .item a:hover {
  color: #c45117 !important;
}

.newsList2 .item img {
  display: block;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 135px;
}

.newsList2 .item a {
  font-size: 14px;
  display: block;
  color: #2e2e2e;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.newsList2 .item a:hover {
  color: #c45117 !important;
}

.news__all {
  width: 200px;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .news__all {
    height: 38px;
    line-height: 38px;
    width: 180px;
  }
}

/*News - Page Controls*/
.news-controls {
  float: left;
  margin: 14px 0 0 0;
}

.news-controls-left {
  float: left;
  width: 20px;
  height: 20px;
  background: url(/img/news-controls.png) no-repeat 0 0;
}

.news-controls-right {
  float: left;
  width: 20px;
  height: 20px;
  background: url(/img/news-controls.png) no-repeat -20px 0;
}

.news-controls-left:hover {
  cursor: pointer;
  background: url(/img/news-controls.png) no-repeat -40px 0;
}

.news-controls-right:hover {
  cursor: pointer;
  background: url(/img/news-controls.png) no-repeat -60px 0;
}

.news-controls-page {
  float: left;
  font-size: 12px;
  color: #878787;
  margin: 3px 12px 0 12px;
}

.news-controls-page :hover {
  cursor: pointer;
  background: url(/img/news-controls.png) no-repeat -40px 0;
}

/*Social*/
.social-wrapper {
  padding: 40px 45px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #d9d7d2;
  width: 100%;
}

@media (max-width: 767px) {
  .social-wrapper {
    padding: 5px;
  }
}

.social-spacer {
  height: 22px;
  border-bottom: 1px solid #d9d7d2;
}

.social-text {
  font-size: 14px;
  color: #606060;
  line-height: 20px;
  margin: 0 0 16px 0;
}

.social-button {
  background-color: #e95d17;
  border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 46px;
  line-height: 46px;
  width: 250px;
  margin: 0 auto;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  float: right;
}

@media (max-width: 991px) {
  .social-button {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 220px;
  }
}

@media (max-width: 480px) {
  .social-button {
    width: 130px;
  }
}

.no-touch .social-button:hover {
  background-color: #ff6c23;
  cursor: pointer;
}

.social-icons {
  margin-top: 4px;
  overflow: hidden;
  float: left;
}

@media (max-width: 480px) {
  .social-icons {
    margin-top: 6px;
  }
}

.social-icons a {
  float: left;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .social-icons a {
    margin-right: 6px;
  }
}

.social-icons img {
  opacity: 1;
  display: block;
  -webkit-transition: opacity .3s ease !important;
  transition: opacity .3s ease !important;
}

@media (max-width: 991px) {
  .social-icons img {
    width: auto;
    max-width: 30px;
  }
}

@media (max-width: 480px) {
  .social-icons img {
    max-width: 26px;
  }
}

.social-icons img:hover {
  opacity: .7;
}

.vjs-default-skin.vjs-paused .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-paused .vjs-control-bar {
  display: block;
}

/*Override CSS*/
.ui-jqgrid {
  position: relative;
  left: 9px;
}

.reset-this {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0;
          animation-duration: 0;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  -o-border-image: none;
     border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: normal;
     -moz-column-gap: normal;
          column-gap: normal;
  -webkit-column-rule: medium none currentColor;
     -moz-column-rule: medium none currentColor;
          column-rule: medium none currentColor;
  -webkit-column-rule-color: currentColor;
     -moz-column-rule-color: currentColor;
          column-rule-color: currentColor;
  -webkit-column-rule-style: none;
     -moz-column-rule-style: none;
          column-rule-style: none;
  -webkit-column-rule-width: none;
     -moz-column-rule-width: none;
          column-rule-width: none;
  -webkit-column-span: 1;
     -moz-column-span: 1;
          column-span: 1;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  -webkit-perspective: none;
          perspective: none;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}

/*h1, h2*/
.main-content h1 {
  margin: 0 0 12px 0;
  font-size: 24px;
  color: #c45117;
  text-align: left;
}

.main-content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #c45117;
  text-align: left;
  font-weight: normal;
}

/*paragraph*/
.main-content p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: #2e2e2e;
}

@media (max-width: 480px) {
  .main-content p {
    margin-bottom: 12px;
  }
}

/*link*/
.main-content a {
  color: #c45117;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 16px;
}

.main-content a:hover {
  color: #e55811;
}

/*text highlight*/
.text-highlight {
  color: #c45117;
  font-weight: bold;
  font-size: 18px;
}

/*ul*/
.main-content ul {
  margin-top: 0;
     padding-left: 10px !important;
     list-style: initial;

}

.main-content li {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #2e2e2e;
  margin: 0 0 10px 0;
}

.post-30671 li {
text-align: left;
line-height: 25px;
margin: 0 0 5px 0;
}
/*ol*/
.main-content ol {
  margin-top: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .main-content ol {
    padding-left: 0;
  }
}

/*Table Links*/
.main-content .table-links table {
  border-collapse: collapse;
  font-size: 12px;
  color: #2e2e2e;
  line-height: 16px;
  margin: 0;
  border-radius: 4px;
}

.main-content .table-links tr td {
  padding: 8px;
}

.main-content .table-links tr:not(:last-of-type) td {
  border-bottom: 1px solid #d9d7d2;
}

/*Table Data*/
.main-content table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;
  color: #2e2e2e;
  line-height: 16px;
  background-color: #f5f2eb;
}

.table-links {
  border: 1px solid #d9d7d2;
  border-radius: 5px;
  background-color: #f5f2eb;
}

@media (max-width: 991px) {
  .table-links {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
  }
  .table-links td, .table-links tr {
    display: block;
    border: none !important;
  }
  .table-links tr {
    width: 50%;
    float: left;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  .table-links tr {
    width: 100%;
  }
}

.table-data {
  overflow: hidden;
  border-radius: 4px;
}

@media (max-width: 640px) {
  .table-data td {
    display: block;
  }
  .table-data td:first-child {
    padding-top: .5em;
  }
  .table-data td:last-child {
    padding-bottom: .5em;
  }
  .table-data td:before {
    content: attr(data-title) ": ";
    width: 20%;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
  }
}

@media (max-width: 640px) and (max-width: 480px) {
  .table-data td:before {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 640px) {
  .table-data .table-header {
    display: none;
  }
  .table-data th, .table-data td {
    text-align: left;
  }
}

.main-content .table-data td {
  padding: 8px;
  border: 1px solid #d9d7d2;
}

.main-content .table-data .table-header td {
  background-color: #e0dbce;
  color: #2e2e2e;
  border-color: #d6d1c5;
}

/*Application Form*/
.app-form {
  padding: 10px;
  border-radius: 4px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  margin: 14px 0 20px 0;
  overflow: auto;
}

.app-form-left {
  float: left;
  width: 100%;
  max-width: 400px;
}

@media (max-width: 991px) {
  .app-form-left {
    width: 100%;
    max-width: 49.5%;
  }
}

@media (max-width: 767px) {
  .app-form-left {
    max-width: 100%;
  }
}

.app-form-right {
  float: right;
  margin-right: 10px;
  width: 100%;
  max-width: 400px;
}

@media (max-width: 991px) {
  .app-form-right {
    max-width: 49.5%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .app-form-right {
    max-width: 100%;
  }
}

.app-form p {
  margin: 0;
}

.app-form table {
  margin: 5px 0 0 0;
  border-collapse: collapse;
  font-size: 13px;
  color: #2e2e2e;
  background-color: #f5f2eb;
  border: none;
  text-align: left;
}

.app-form td {
  padding: 0 0 6px 4px;
  border: none;
  font-size: 15px;
}

.app-form td strong {
    font-weight: 600;
    font-size: 15px;
}

.app-form input, select, textarea {
  padding: 5px;
  font-size: 13px;
  color: #2e2e2e;
  border: 1px solid #ababab;
  background-color: #ffffff;
  border-radius: 4px;
}

.app-form input:not([type="submit"]), .app-form textarea {
  width: 100% !important;
}

.app-form select {
  width: 100%;
}

.app-form textarea {
  height: 40px;
}

.app-form input[type=submit] {
  background-color: #e95d17;
  border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  height: 58px;
  width: 100%;
  max-width: 320px;
  float: right;
  margin: 20px;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.app-form input[type=submit]:hover {
  background-color: #ff6c23;
  cursor: pointer;
}

.app-form input[type=file] {
  background-color: #ffffff;
}

.app-form input[type=file] {
  background-color: #ffffff;
}

/*Contact*/
.contact-form {
  padding: 10px;
  margin: 14px 0 20px 0;
  overflow: auto;
}

.contact-left {
  float: left;
  width: 460px;
}

.contact-right {
  float: right;
  margin-right: 10px;
}

.contact table {
  margin: 5px 0 0 0;
  border-collapse: collapse;
  font-size: 13px;
  color: #2e2e2e;
  border: none;
  text-align: left;
  background-color: #ffffff;
}

.contact td {
  padding: 0 0 6px 4px;
  border: none;
}

.contact input, textarea {
  padding: 5px;
  font-size: 13px;
  color: #2e2e2e;
  border: 1px solid #ababab;
  background-color: #ffffff;
  border-radius: 4px;
}

.contact input, textarea {
  width: 390px;
}

.contact textarea {
  height: 40px;
}

.contact input[type=submit] {
  background-color: #e95d17;
  border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  height: 38px;
  width: 100%;
  margin: 20px auto;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.contact input[type=submit]:hover {
  background-color: #ff6c23;
  cursor: pointer;
}

/*Filter Form*/
.filter-form {
  padding: 10px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  margin: 14px 0 20px 0;
  overflow: auto;
  border-radius: 4px;
}

.filter-form p {
  margin-bottom: 10px;
}

.filter-form table {
  margin: 5px 0 0 0;
  border-collapse: collapse;
  font-size: 13px;
  color: #2e2e2e;
  border: none;
  text-align: left;
}

.filter-form td {
  padding: 0 0 6px 4px;
  border: none;
}

@media (max-width: 640px) {
  .filter-form td {
    width: 50%;
    display: block;
    float: left;
  }
  .filter-form td:last-of-type {
    width: 40%;
    float: right;
  }
}

@media (max-width: 480px) {
  .filter-form td {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.filter-form select {
  padding: 5px;
  font-size: 13px;
  color: #2e2e2e;
  border: 1px solid #ababab;
  background-color: #ffffff;
  border-radius: 4px;
  width: 300px;
  display: block;
}

@media (max-width: 991px) {
  .filter-form select {
    width: 220px;
  }
}

@media (max-width: 640px) {
  .filter-form select {
    width: 100%;
  }
}

.filter-form input[type=submit] {
  background-color: #e95d17;
  border-radius: 4px;
  text-shadow: 0 1px 0 #5c5c5c;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  height: 32px;
  width: 100%;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.filter-form input[type=submit]:hover {
  background-color: #ff6c23;
  cursor: pointer;
}

.main-content-video-list .news-controls {
  margin: 7px 0;
  float: none;
  display: inline-block;
}

/*News*/
.news-wrapper {
  background-color: #ffffff;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

/*Instruments*/
.instruments-wrapper {
  padding: 20px 10px;
  background-color: #f5f2eb;
  border: 1px solid #d9d7d2;
  overflow: auto;
}

.instruments-item {
  float: left;
  width: calc(100% / 7);
  min-height: 225px;
  max-height: 225px;
  padding: 5px;
  padding: 0 12px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (max-width: 1366px) {
  .instruments-item {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .instruments-item {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .instruments-item {
    width: calc(100% / 3);
    padding: 0;
  }
}

@media (max-width: 540px) {
  .instruments-item {
    width: 50%;
    min-height: 185px;
  }
}

.instruments-item:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.instruments-item:hover .filter__item--text {
  color: #e95d17;
}

.instruments-item:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.instruments-item-img img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
     width: 100%;
}

.instruments-item-text {
  font-size: 13px;
  color: #2e2e2e;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.instruments-item-text p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

/*Login*/
.login-wrapper {
  width: 300px;
  margin: 0 auto;
}

.login-wrapper .filter-form input {
  width: 258px !important;
}

.login-wrapper .filter-form input[type=submit] {
  width: 270px !important;
  margin-top: 10px;
}

.comp {
  margin-top: 20px;
  padding: 0 15px 15px;
  text-align: justify;
}

@media (max-width: 767px) {
  .comp {
    padding: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }
}

.comp h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .comp h2 {
    margin-bottom: 20px;
  }
}

.comp p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .comp p {
    margin-bottom: 15px;
  }
}

.newsPage h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.newsPage #content > div {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .newsPage #content > div {
    margin-bottom: 25px;
  }
}

.newsPage #content > div p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .newsPage #content > div p {
    margin-bottom: 15px;
  }
}

.newsPage__item {
  overflow: hidden;
  margin-bottom: 40px;
}

.newsPage__item--left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .newsPage__item--left {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .newsPage__item--left {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .newsPage__item--left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.newsPage__item--left img {
  height: 260px !important;
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .newsPage__item--left img {
    height: auto !important;
    width: 100%;
  }
}

.newsPage__item--right {
  float: right;
  width: 50%;
  padding-left: 20px;
  text-align: left;
}

@media (max-width: 1199px) {
  .newsPage__item--right {
    padding-left: 10px;
  }
}



.popup-fade {
    display: none;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 20%;
    left: 40%;
    padding: 20px;
    width: 700px;
    margin-left: -200px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
.popup-close {
 cursor:pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b50505;
    padding: 0px 0px 0px 7px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #aeaeae;
    font-weight: 900;
    font-size: 25px;
    right: 4px;
    top: 2px;

}
.popup-open{
    text-align: center;
margin: 20px;
}

.popup-open span {

    font-size: 14px;
    display: block;
    color: #2e2e2e;
    padding: 12px;
    margin: 5px 0;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    background-color: #e95d17;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 0 1px 0 #5c5c5c;
    color: #ffffff !important;
    cursor:pointer;

}

.popup .main-content-video{

    width: calc(100% - 40px);
     height: auto;
}


#fileupreview{
    display:none;
    border: 1px solid #0ba1b5;
    margin-top: 10px;

    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 25px 15px;


}

.ajax-file-upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
width: 300px;
height: auto;
margin: 0 5px 5px 0px;

}

.ajax-file-upload-filesize {
width: 50px;
height: auto;
margin: 0 5px 5px 0px;
display: inline-block;
vertical-align:middle;
}
.ajax-file-upload-progress {
margin: 5px 10px 5px 0px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;
color:#FFFFFF;

}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;

}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 4px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle;
  }

.ajax-file-upload:hover {
      background: #3396c9;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

	border:2px dotted #A5A5C7;
	width:420px;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}

.state-hover
{
		border:2px solid #A5A5C7;
}
.ajax-file-upload-container
{
	margin:20px 0px 20px 0px;
}


@media (max-width: 991px) {
  .newsPage__item--right {
    width: 45%;
  }

  .popup {
    position: fixed;
    top: 20%;
    left: 30%;
    padding: 20px;
    width: 700px;
    margin-left: -200px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
}

@media (max-width: 767px) {

    .wp-video, video, embed, object, iframe{
width:100% !important;
min-width:200px;
}
  .newsPage__item--right {
    width: 100%;
    padding-left: 0;
  }
  .popup {
    position: fixed;
    top: 20%;
    left: 30%;
    padding: 20px;
    width: 500px;
    margin-left: -100px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
}
@media (max-width: 600px) {
.popup {
    position: fixed;
    top: 20%;
    left: 30%;
    padding: 20px;
    width: 300px;
    margin-left: -60px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
}
@media (max-width: 480px) {

    .ajax-file-upload-statusbar{

    width: 300px !important;

}
.ajax-file-upload-filename {

    width: 250px !important;

    font-size: 11px !important;

}

.ajax-file-upload-progress {

    margin: 5px 10px 5px 0px;
    position: relative;
    width: 120px;
}
.app-form input[type="submit"] {

    max-width: 250px;
}

#fileupreview {

    display: none;
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 25px 15px;
    width: 300px;

}
}
@media (max-width: 460px) {
.app-form-right {

    max-width: 100%;
    overflow: hidden;

}
.fofm_mob{

    width: 350px;

}
}

@media (max-width: 400px) {

    .fofm_mob {

    width: 250px;

}
.popup {
    position: fixed;
    top: 20%;
    left: 25%;
    padding: 20px;
    width: 300px;
    margin-left: -60px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
}

@media (max-width: 370px) {
    #fileupreview {

    display: none;
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 25px 15px;
    width: 250px;

}
.ajax-file-upload {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
}

  .ajax-file-upload-statusbar{

    width: 250px !important;

}
.ajax-file-upload-filename {

    width: 200px !important;

    font-size: 9px !important;

}

.ajax-file-upload-progress {

    margin: 5px 10px 5px 0px;
    position: relative;
    width: 100px;
}
.app-form input[type="submit"] {

    max-width: 220px;
}

}
@media (max-width: 340px) {
#fileupreview {

    display: none;
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 25px 15px;
    width: 270px;

}
}
@media (max-width: 320px) {
.popup {
    position: fixed;
    top: 20%;
    left: 22%;
    padding: 20px;
    width: 300px;
    margin-left: -60px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
#fileupreview {

    display: none;
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 25px 15px;
    width: 250px;

}
.ajax-file-upload-statusbar{

    width: 250px !important;

}
.ajax-file-upload-filename {

    width: 200px !important;

    font-size: 9px !important;

}

.ajax-file-upload-progress {

    margin: 5px 10px 5px 0px;
    position: relative;
    width: 100px;
}
.app-form input[type="submit"] {

    max-width: 220px;
}
}

.newsPage__item--title {
  padding-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.newsPage__item--seeall {
  display: inline-block;
  float: right;
  padding-left: 10px;
  margin-right: 15px;
}

.newsPage__item--seeall img {
  width: 13px;
  vertical-align: middle;
}

.singleNew {
  text-align: right;
}

.singleNew h2 {
  font-size: 20px;
}

.singleNew h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.singleNew img {
  display: block;
}

.singleNew img:not(.single_top) {
  margin: 15px 0;
}

.singleNew .single_top {
  margin: 15px auto;
  max-width: 450px;
}

.info {
  padding-top: 20px;
}

.info p {
  text-align: justify;
  margin-bottom: 20px;
}

.info b {
  font-size: 13px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.list_visited a{
    background-color: #ffffff;
color: #c45117 !important;
padding: 2px;
}

.nav-links .page-numbers  {
    margin: 10px;
    padding: 10px;
}
.nav-links .current {
    background-color: #e95d17;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 0 1px 0 #5c5c5c;
    color: #ffffff !important;
    padding: 10px;
    cursor: pointer;
}

.nav-links a:hover {
    background-color: #e95d17;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 0 1px 0 #5c5c5c;
    color: #ffffff !important;
    padding: 10px;
    cursor: pointer;
}
.ui-datepicker-title{
   font-size: 80% !important;
}

.ui-datepicker-calendar{
   font-size: 60% !important;
}

.form_error {
   border: 2px solid #e95d17 !important;
 
}

.error_div {
    width: 392px;
    position: relative;
    float: right;
    bottom: 655px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    border: 2px solid #e95d17 !important;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: -670px;
}

.error_div li {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    color: #e95d17;
     margin: 0px !important;
}

.button_hidden {
    display:none !important;
    margin: 40px;
}
.button_hidden2 {
    display:none !important;

}

#progress_status {
    color: #c65117;
    border: 1px solid #ababab;
    background-color: #ffffff;
    border-radius: 4px;
    padding-bottom: 40px;
    margin-top: 20px;
    line-height: 20px;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
}
 #link_takmicara{
    text-decoration: underline;
    font-size: 17px;
 }


.pluso-more {display: none !important;}
.share_span{
   top: 24px;
position: relative;
margin-right: 20px;
margin-left: -143px;
}
.share_span2 {
    top: 37px;
    position: relative;
    margin-right: 10px;
    margin-left: 13px;
    float: left;
}
.social-item-2 {
    display: inline-block;
}
.social-item-2 a {
    font-size: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('/img//sprite-soc-2.png') no-repeat;
    margin-right: 15px;
}
.social-vk {
    background-position: -168px -40px !important;
}
.social-vk:hover {
    background-position: -168px 0px !important;
}

.social-odnoklassniki {
    background-position: -126px -40px !important;
}
.social-odnoklassniki:hover {
    background-position: -126px 0px !important;
}

.social-facebook {
    background-position: 0px -40px !important;
}
.social-facebook:hover {
    background-position: 0px 0px !important;
}

.link_return {
    position: relative;
    float: right;
    top: 200px;
}
.newsList1 img {

    display: block;
    width: 260px;
    height: 180px;

}
.newsList2 img {

    display: block;
    width: 260px;
    height: 160px;

}

.newsList3 img {

    display: block;
    width: 260px;
    height: 130px;

}

.newsList4 img {

    display: block;
    width: 260px;
    height: 260px;

}

.newsList5 img {

    display: block;
    width: 260px;
    height: 130px;

}

.newsList6 img {

    display: block;
    width: 260px;
    height: 160px;

}

.news__all1 {

    float: right;
    color: #404040;
    text-decoration: underline;
    margin: 20px;

}

.news7 {
	border-top: 1px solid #d9d7d2;
	border-bottom: 1px solid #d9d7d2;
	margin: 60px 0px 60px 0px;
	padding: 50px;
}
