html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: top;} table {border-collapse: collapse;border-spacing: 0;}

/* Main Layout */
html {height: 100%;}
body { font-family: "Montserrat", Helvetica, Sans-Serif; background: url(../images/bg.jpg) top center repeat; background-attachment: fixed; line-height: 1.8em }
body.contentpane { background:#fff;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:10px 0; font-weight:bold; color:#222222;}
.componentheading { font-style:italic;font-size:25px; margin:0; padding:0 0 10px 0; color:#1a528c;}
h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
a:link, a:visited {  color: #181818;}
a:hover {  color: #333333;}
ul {
    margin: 0 0 0 2%;
}
p {margin-top: 0;margin-bottom: 10px; padding: 0 5px 0 5px;}
blockquote { background:#eee; border:3px solid #ccc; margin:5px; padding:5px; font-size:18px; font-family:Arial, Helvetica, sans-serif; font-style:italic}
element.style { height:auto;}
hr { width:100%; clear:both; border:none; height:2px; background:#eee; margin:0; padding:0;}
.clr {clear: both;}
.container {
    max-width: 1250px;
    margin: 0 auto;
}
/* Header */
#header {
    padding: 1.5% 0;
    background: url(../images/header.png);
}
#topimage {
    padding: 15vw 0 7vw 0;
}
#topimage h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 6vw;
     line-height: 0.8em;
}
#topimage em {
    display: block;
    text-transform: none;
    font-style: normal;
    font-size: 63%;
    color: #E6BE81;
}
#topimage p {
    color: #f2d64b;
    font-size: 2vw;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}
#header .container {
    display: flex;
}
div.mod-languages ul li:last-child {
    opacity: .6;
    font-size: 50%;
}

.customoin {
    max-width: 995px;
    color: #fff;
    margin-top: 2%
}
.customoin td {
    padding-top: 20px;
}
.customoin td img {
    margin-top: -12px;
    margin-right: 6px;
}
.top, .logo { display: inline-block;}
.top {
    width: 69%;
    margin-left: 10%;
    margin-top: 2%;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.top a {
    color: #fff;
}
.top p {
    margin-bottom: 0;
}
.top strong {
    font-size: 140%
}
.home {
    background: #EEEEEE;
    padding: 5% 0;
}
.home .moduletable.container {
    margin-bottom: 7%;
}
ul.latestnews li {
    display: inline-block;
    width: 22%;
    margin: 0 1%;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
}
ul.latestnews li .img-intro {
        overflow: hidden;
}

ul.latestnews li img {
    max-width: 100%
}
ul.latestnews li:hover img {
   transform: scale(1.4);
    transition: all 1s
}
.moduletablebaz {
    background: url(../images/bg2.jpg) center 0 no-repeat;
    padding: 7% 0
}
.moduletablebaz h2 {
    max-width: 700px;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.1em;
    margin: 0 auto 3% auto;
    font-weight: 400;
    color: #fff;
}
.moduletablebaz table {
    max-width: 1300px;
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.moduletablebaz table td {
    border-right: 1px solid #fff;
}
.moduletablebaz table td:last-child {
    border: none
}

.tguser { position:absolute; right:10px; top: 10px; color:#fff;}
#slide-w { margin:0; padding:0; background:#EAEAEA url(../images/bg.png) 0 0 repeat-x; border-bottom:1px solid #d6d6d6;border-top:1px solid #f5f5f5;}
#slide { width:960px; margin:0 auto;}
/* Navigation */
#nav {
  background: #F2DC62;
  background: linear-gradient(to top, #ECC512, #FAEE9C );
  padding: 10px 0;
}
#nav ul {margin:0; padding:0; }
#nav ul li { display: inline-block; padding: 3px 10px; }
#nav ul li a { display:block;padding:0 14px 0 14px; margin:0; line-height:32px; color:#000000; text-decoration:none;font-size:16px;font-weight:700; text-transform: uppercase;}
#nav ul li.active {}
#nav ul li.active a {}
#nav ul li:hover {}

#nav li ul {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    top: 60px;
    width: 170px;
    z-index: 100;
    margin-left: -8px;
    background:  #F27EBD;
    box-shadow: 10px 5px 15px #111111;
    border-radius: 3px;
    display: none
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  border-bottom: 1px solid #BC3A6A;
  background: none;
  padding: 3px 5px;
  top: 0;
  position: relative;

}
#nav li.active ul li a {
     background: none;
}
#nav li ul li a {
  display: block;
 text-transform: none;
 margin: 0;
 line-height: 1.5em;
 padding: 3px 5px;
 width: 140px;
}
#nav li ul li a:hover { background: #AA5479; color: #FFFFFF;}

/** Level third and above **/

#nav li ul ul {
	margin: 0 0 0 150px;
    top: 0;

}
#nav li ul ul ul {
	margin: -24px 0 0 113px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}
#nav ul li:first-child a {
    padding-left: 0
}

ul.breadcrumb {
    margin: 0;
}
ul.breadcrumb li {
  display: inline-block;
   color: #f8ec9a;
}
ul.breadcrumb li.active span {
   padding-left: 3px;
   font-size: 15px;
}
ul.breadcrumb li a {
    color: #eee;
}

/* Sidebar */
#leftbar-w {padding:0px;width:230px;float:left;}
#addthis {float:center; padding-left: 12px; padding-top: 5px;}
#rightbar-w {margin-right:12px;padding:0px;width:230px;float:right;}
#sidebar {padding:0}
#sidebar .module {padding:6px 0 6px 0; margin:0;}
#sidebar .module-title {font-size:16px;font-weight:100;margin:0;height:24px; line-height:24px; color: #fff; padding:0 0 0 22px; font-family:Tahoma, sans-serif;}
#leftbar-w .module-title {padding: 0 0 0 15px }
#rightbar-w  .module-title {padding: 0 0 0 15px}
#sidebar .module-body p{padding:0; margin:0;}

#sidebar .module .custom {
  padding: 15px;
  background: #D68351; color: #222222;
  line-height: 1.5em
}

#sidebar  ul li { margin:0 5px; padding:0;}
#sidebar  ul.nav.menu{margin:5px 0 0 0; padding:0;list-style:none; padding:0; list-style-type:none;}
#sidebar  ul.nav.menu li{ background: #8d7667; /* Old browsers */
background: -moz-linear-gradient(top,  #8d7667 0%, #564238 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d7667), color-stop(100%,#564238)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8d7667 0%,#564238 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8d7667 0%,#564238 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7667', endColorstr='#564238',GradientType=0 ); /* IE6-9 */
 border-bottom:2px solid #D9844D;}
#sidebar  ul.nav.menu li a {
  display:block;margin:0; color: #FFFFFF; padding:3px 0 3px 15px;font-weight:bold;line-height:35px; text-decoration:none; font-size:15px;}
#sidebar  ul.nav.menu li a:hover { color:#ECC1A6; text-decoration:underline;}
#sidebar  ul.nav.menu li:hover {  background: #7D6759}
#sidebar  ul.nav.menu li.active a{color:#ECC1A6;}


/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content {
    clear: both;
    background: #E7E7E7;
    position: relative;
    height: 100%;
    padding-bottom: 3%;
}
#maincol {position: relative;}
#wrapper { margin:0 auto; width:1000px; padding:0;position: relative;}

#leftcolumn{margin-left:9px;padding:0px;width:205px;float:left;}
#rightcolumn{margin-right:9px;padding:0px;width:205px;float:right;}
#centercontent{width:500px;float:left;margin:5px;padding:0px;overflow:hidden; border:1px solid #e5e5e5; -moz-border-radius: 8px 8px 8px 8px; border-radius:8px;}
#centercontent_md{width: 725px;float:left;margin:0px 5px 0px 5px;padding:5px;overflow:hidden;}
#centercontent_bg{padding:0px;overflow:hidden;}

div.clearpad {float:left;padding:0 0px 15px 10px;}
div.clearpad ul {clear: both;}
#breadcrumb {
    background: #333333;
    padding: 9px 0;
}
/* Content styles */
ul.archive li { list-style:none; padding:0 0 0 10px;}
.archive .article-count {color:#999;}
.blog-featured { padding: 2vw 0;}
.items-leading {position: relative; clear:both; padding: 3px 0px 3px 4px; margin-top:2px;}

.item-page { position:relative; color: #222;}
 .page-header h2 {
    font-size: 23px;
    margin: 1vw 0;
    line-height: 1.5em
}
.item-page .page-header h2 {
    font-size: 40px;
    margin: 1vw 0;
    background: url(../images/favicon.png) 0 center no-repeat;
    padding-left: 70px
}

.item-page .pull-left.item-image {
    float: left;
    max-width: 500px;
    margin-right: 2%;
}
.item-page .pull-left.item-image img {
    max-width: 100%
}

.items-row { position: relative; clear: both; text-align: center;}
.items-row .span3, .items-row .span4, .items-row .span6  { display: inline;}        

.cols-1 {width:100%; clear:both;}
.cols-2 .column-1{width:45%;}
.cols-2 .column-2{width:45%;}
.cols-3 .column-1{width:33%;}
.cols-3 .column-2{width:33%;}
.cols-3 .column-3{width:33%;}
.cols-4 .column-1{width:24%;}
.cols-4 .column-2{width:24%;}
.cols-4 .column-3{width:24%;}
.cols-4 .column-4{width:24%;}
.column-1, .column-2, .column-3, .column-4 {
    position:relative;
    display: inline-block;
}

.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
  max-width: 100%
}

.readmore { margin:0; line-height:20px; }


ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.pagination { clear:both;}
span.pagination { background:none;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; background: #fff; color: #555; font-weight: bold; font-size: 90%;}
.pagination a, ul.pagenav li a {  font-weight: bold; text-decoration:underline}
.button, .validate { padding: 3px 15px; border: 1px solid #999999; background: #b9b8b8; color: #FFF; font-weight: bold;}
.button:hover,.validate:hover,.pagination a:hover,ul.pagenav li a:hover  {background:#757474;color:#fff;}
.inputbox, input, textarea, select { border:1px solid #c0c0c0; color:#13618d; padding: 5px 10px}
.breadcrumbs { padding:0 0 0 10px; color:#555;}
.searchbox {background: url(../images/search.png) no-repeat ; margin-top: 7px; width: 165px; height: 18px; color:#13618d; -moz-border-radius: 5px; border-radius: 5px;}

/* Footer */

#footer { clear:both; margin:10px 0 0 0; padding:0;}


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
  float: right;
  cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}


#user-bottom {
    padding: 3% 0;
    text-align: left;
    height: 100%;
    background: #222;
    color: #fff;
    font-size: 25px;
}
#user-bottom2 {
    background: #F2DC62;
    background: linear-gradient(to top, #ECC512, #FAEE9C );
    padding: 10px 0;
    font-size: 20px;
}

.user1 {  }
.user2 {   }
.user1 p {
  margin-bottom: 5px;
}

#navtoogle {
   display: none;
     background: #F2DC62;
    background: linear-gradient(to top, #ECC512, #FAEE9C );
    color: #fdfcfc;
    padding-right: 5%;
    text-align: right;
    margin-bottom: 2%;
}

@media only screen and (max-width: 1300px) {
   .container {
       width: 96%;
   }
   #nav ul li {
    display: inline-block;
    padding: 3px 0px;
}
 .page-header h2 {
    font-size: 17px;
}
.moduletablebaz table {
    font-size: 18px; }

}

@media only screen and (max-width: 768px) {

#nav {
    display: none;
}
#navtoogle {
   display: block;
 }
.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: #323132;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* ???????? ?????????, ?.?. ???? ??????? */
.cmn-toggle-switch__htx.active {
  background-color: #666666;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
span.menutoog div {
      background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}

table, td, video {
    max-width: 98%;
    display: inline-block;
    margin: 0 auto;
    width: auto!important;
    height: auto!important;
}
img {
    max-width: 100%
}

td, iframe {
    border: none;
    width: 100%!important;
}
.blog .item {
    width: 48%
}

img.sigFreeImg {
    width: 265px!important;
    height: 200px!important;
    max-width: none;
}
ul.sigFreeClassic {
    text-align: center;
}
ul.sigFreeClassic li.sigFreeThumb {
    display: inline-block;
    margin: 1%;
    float: none;
}
ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
    display: none;
}
 #nav ul li {
    display: inline-block;
    padding: 10px 0;
    width: 96%;
}
#nav ul li:first-child a {
    padding-left: 14px;
}
#nav .top {
    width: 95%;
    margin-left: 4%;
    margin-top: 2%;
    color: #2c2b2b;
    flex-direction: column;
    align-items: flex-start;
}
#nav div.mod-languages ul.lang-inline li {
    padding: 0;
}
#nav .top span {
    color: #313030!important;
}
ul.latestnews li {
    display: inline-block;
    width: 46%;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5%;
}
.user1 td, .user2 td {
    text-align: center!important;
    padding: 5% 0;
}
#nav div.mod-languages ul li:last-child a {
    opacity: .6;
    font-size: 50%;
}
#topimage h1 {
    font-size: 9vw;
}
.item-page .page-header h2 {
    font-size: 6vw;
    line-height: 7vw;
}
#header {
    padding: 5%;
}

}

@media only screen and (max-width: 450px) {
.blog .item {
    width: 95%;
    margin: 1% auto;
}
}
