html,
body {
  font-size: 16px;
}
body {
  font-family: CoFoSans, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #121212;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden;
}
/*-------------------
       Social
--------------------*/
.whatsapp-button {
       background: #25D366;
       border: 3px solid #1cc15a;
       border-radius: 50%;
       box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
       cursor: pointer;
       height: 68px;
       text-align: center;
       width: 68px;
       position: fixed;
       right: 9%;
       bottom: 9%;
       z-index: 9999;
       transition: .3s;
       -webkit-animation: hoverWave linear 1s infinite;
       animation: hoverWave linear 1s infinite;
}
  
.whatsapp-button .text-button {
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.whatsapp-button .text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 8px;
        top: 27px;
    line-height: 14px;
        font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
    opacity: 1;
        font-size: 11px;
}
.whatsapp-button:hover svg {
        display:none;
}
.whatsapp-button:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.whatsapp-button:hover svg {
        color:#25D366;
        font-size:44px;
        transition:.3s;
}
.whatsapp-button svg {
        color:#fff;
        font-size:44px;
        transition:.3s;,
        line-height: 66px;transition: .5s ease-in-out;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 15%; /*отступ кнопки снизу от экрана*/
    left: 50%; /*отступ кнопки слева от экрана(right - справа)*/
  }
}


  .label {
font-size:10px; 
color:#616161 
}
  .label-f {
font-size:12px;  
color:#808080
}
  .label-z {
font-size:12px;  
color:#616161;
padding-top:1em;
padding-bottom:3em
}
  .k1 {
  background: url("../uploads/images/012.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
    margin-left: auto;
    margin-right: auto;
	
}
.k1:hover {
  background: url("../uploads/images/0012.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
    margin-left: auto;
    margin-right: auto 
}   
.k11 {
  background: url("../uploads/images/012.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
  text-align: left;
} 
.k11:hover {
  background: url("../uploads/images/0012.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;

}    
  .k2 {
  background: url("../uploads/images/011.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
    margin-left: auto;
    margin-right: auto  
}
.k2:hover {
  background: url("../uploads/images/0011.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
    margin-left: auto;
    margin-right: auto 
}    
  .k22 {
  background: url("../uploads/images/011.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
 text-align: left;
 padding-bottom: 2em
}
.k22:hover {
  background: url("../uploads/images/0011.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
padding-bottom: 2em
}   
  .k3 {
  background: url("../uploads/images/017.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
    margin-left: auto;
    margin-right: auto  
}
.k3:hover {
  background: url("../uploads/images/0017.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
    margin-left: auto;
    margin-right: auto 
}   
 .k33 {
  background: url("../uploads/images/017.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
  text-align: left; 
  padding-bottom: 2em
}
.k33:hover {
  background: url("../uploads/images/0017.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
  padding-bottom: 2em
}
  .k4 {
  background: url("../uploads/images/014.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
    margin-left: auto;
    margin-right: auto  
}
.k4:hover {
  background: url("../uploads/images/0014.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
    margin-left: auto;
    margin-right: auto 
}   
  .k5 {
  background: url("../uploads/images/015.png") no-repeat; 
  height: 100px; 
  width: 100px;
  display: block;
    margin-left: auto;
    margin-right: auto  
}
.k5:hover {
  background: url("../uploads/images/0015.png") no-repeat;
  height: 100px; 
  width: 100px; 
  display: block;
    margin-left: auto;
    margin-right: auto 
}          
.fmc-menu0{z-index:99999;
	margin: 0;
	padding: 0;
	background:rgba(255,255,255);
	color: #fff;
	display: flex;
	z-index:9999;
	font-size:16px;
	text-transform:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;

	position: fixed;
	top: 0px;
	left: 0;
	display: flex;
	width: 100%;
clear: both;
line-height:50px
}
.fmc-menu{z-index:99999;
	margin: 0;
	padding: 0;
	background:rgba(190,0,0);
	color: #ffffff;
	display: flex;
	z-index:9999;
	font-size:14px;
	text-transform:none;
border-top:solid 1px rgba(255,255,255,.38);
border-bottom:solid 1px rgba(255,255,255,.38);
-webkit-box-shadow: none;
-moz-box-shadow: none;

	position: fixed;
	top: 90px;
	left: 0;
	display: flex;
	width: 100%;
clear: both;

}
.fmc-menu .topmenu li > a{color:white; text-transform:uppercase}
.fmc-menu .topmenu li > a.active {color:#fff}
.fmc-sticky .topmenu li > a{color: #fff; text-transform:uppercase}
.fmc-menu div #logonav{display:inline;float:left; height:70%}
.fmc-menu div #logonav img{height:70%; margin:5px; margin-top:5px}
.fmc-sticky0{
	position: fixed;
	top: 0px;
	left: 0;
	display: flex;
	width: 100%;
	clear: both;
	background:rgba(59,62,176,1);
border-top:none;
z-index:99999;
line-height:30px;
color:#ccc
}

.fmc-sticky{
	position: fixed;
	top: 0px;
	left: 0;
	display: flex;
	width: 100%;
clear: both;
	background:#fff;
	background: #be0000;
	background: #5b5b5b;

	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee',endColorstr='#fff',GradientType=0 );
border-top:none;z-index:99999;
}
.fmc-sticky div #logonav{display:inline;float:left}
.fmc-sticky div #logonav img{height:70%; margin:5px; margin-top:5px}
.fmc-scroll{
	height: 2000px;
}
.works {height: 300px; margin:0 9px; border-radius:0}
.works2 {width: 100%; height: 500px;}
.center-it span {display:block}
.m9 {margin:9px}
.dn {display:none}
.w100 {width:100%}
#logonav img{height:60px}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #be0000;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #bbb; border-bottom:solid 1px #ccc;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #760101;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #fff;
}
a.white:hover,
a.white:focus {
  color: #be0000;
}
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
hr.rrr {
  margin: 2em;
  border: 0;
  height: 3px;

}
hr.kat1 {
  margin-top: 0.1em;
  margin-bottom: 0.7em;
  border: 0;
  height: 0;
 border-top: 1px solid #D3D3D3;

}
hr.red {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  height: 0;
 border-top: 3px solid #be0000;

}
hr.kat {
 margin-top: 0.1em;
  margin-bottom: 0.7em;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}



.phoneTop {line-height:60px}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  margin-top: 1rem; 
  margin-bottom: 1rem;
  font-weight: 400;
}
h3.kt {
  margin-top: 0.1em; 
  margin-bottom: 0.3em;
  font-weight: 600;
}
h4.kt {
  margin-top: 0; 
  margin-bottom: 0;
  font-weight: 600;
  font-size:0.9em; 
}
h3.ps {
  margin-top: 1.8em; 
  margin-bottom: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
  font-weight: 500;
  color: #FFFFFF
}
h4.ps {
  margin-top: 0.5em; 
  margin-bottom: 1em;
  margin-left: 2.9em;
  margin-right: 2em;
  font-weight: 400;
  font-size:16px;
  color: #FFFFFF
}
.containerps {
   position: relative;
   margin-top: 10%;
   margin-bottom: 10%;
	}
		.container-ps {
    position: relative;
      padding: 4em;

	}
.indent{text-indent:26px}
h2.toptitle {
	font-size:26px; 
	margin:0;
	padding-top:1em;
	padding-left:9px; 
	color:#1a1a1a;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	}
h2.toptitle small {
	font-size:62%; 
	color:#6a6a6a;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;display: block !important;
	}
h3.kar  {
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 1.5em;
}
#orbot {background:#fff; padding:9px; border-radius:5px;display: inline-block;margin-bottom:50px}
h2.title {
	text-transform: uppercase; 
	}
h5 small {
	display:block
	}
.pv30 {padding: 30px 0}
.pg30 {padding: 0 30px}
.scale {
    transition: 1s; 
   }
   .scale:hover {
    transform: scale(1.5);
   }
   
  .scale2 {
    display: inline-block; 
    overflow: hidden; 
   }
   .scale2 img {
    transition: 1s; 
    display: block; 
   }
   .scale2 img:hover {
    transform: scale(1.2);
   }   
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: 1em;
}
.wojo-content-full {
  padding: 5em 1em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #fff;
}
.subheader {
  position:absolute;
  left:0;
  bottom:0; color:#fff
}
.subheader h1 {
  margin-top:70px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size:24px;
}
.subheader h1 small {
  display: block;
  font-weight: 300;
  color: #fff;
  margin-top: .5em;
}
.subheader .wojo.breadcrumb {
  position: absolute;
  bottom: 0;
  right: 1em;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  padding: .5em 1.2em;
  text-transform: capitalize;
  width: auto;border-top-left-radius:5px;border-top-right-radius:5px;
}
.subheader .wojo.breadcrumb a.section {
  color: #fff;
}
.subheader .wojo.breadcrumb a:hover {
  text-decoration: underline;
}
.subheader .wojo.breadcrumb .section {
  font-size: .876em;
  color: #fff;
}
.subheader .wojo.inverted.input {
  width: 300px;
}
#suggestions {
  position: absolute;
  width: 300px;
  top: 5em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {background-color:#fff
}
#pagination {
  margin-top: 1em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* Menu box
===================*/
.top-menu {
  position: relative;
}
#menu-button {
  display: none;
  float: right;
  font-family: "Icons";
  text-align: center;
  line-height: 1em;
  color: #fff; margin-right:30px;
  padding-bottom: 10px
}
.fmc-sticky #menu-button {
  color: #fff; 
}

#menu-button:before {
  content: "\f00d";
  font-size: 1em;

}
#menu-button.collapsed {
  color: #fff; 
}
#menu-button.collapsed:before {
  content: "\f0c9";
  font-size: 1em;
}
.fmc-sticky #menu-button.collapsed {
  color: #fff; 
}

.topmenu ul {
  background-color: #6e0000;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  text-transform:none;
  padding: .2em 1.3em;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size:16px;
}
.topmenu li a > i {
  display: none;
  font-size: 0.9em;
}
.topmenu li > a strong {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  padding: 1em 0em;
}
.topmenu li > a small {
  display: none;
  font-size: 0.9em;
}
.topmenu li > a i,
.topmenu li > a strong,
.topmenu li > a small {
  position: relative;
}
.topmenu li:hover > a i {
  opacity: 1;
}
.topmenu li:hover a strong {
  opacity: 1;
}
.topmenu li:hover a small {
  opacity: 1;
}
.topmenu li:hover {
  background: #dd0101
}

.topmenu a >small {
  display: block
}
.topmenu a:hover,
.topmenu a:focus,
.topmenu a:active,
.topmenu a.highlighted {
  color: #fff;
}
.topmenu li > a.active {
  background-color: #870303;
  color: #fff;
}
.topmenu li > a.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -8px
}
.topmenu a.has-submenu {
}
.topmenu li.nav-submenu-item i.icon {
  margin-right: .5em
}
.topmenu ul a.has-submenu,
 .topmenu-vertical a.has-submenu {
  padding-right: 1.8em;
}
.topmenu li ul li a {
  padding: .85em;
  text-align: left;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.778em;
}
.topmenu li ul li a:hover {
  color: #fff;
}
.topmenu li ul li a i {
  font-size: 1em;
  display: inline-block;
  margin: 0 .5em 0 0;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;/*box-shadow: inset 1px 0 0 0 #EEE;*/
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.1);
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: 50%;
  bottom: 3px;
 color: rgba(255,255,255,1.00);
  margin-left: -12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  right: 1em;
  top: 1.4em;
  left: auto;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Items separators
===================*/
.topmenu li {
}
.topmenu li:first-child {
  border-left: 0;
}
.topmenu ul li,
 .topmenu-vertical li {
  border-left: 0;
}
.topmenu ul li:first-child,
 .topmenu-vertical li:first-child {
  border-top: 0;
}
.topmenu span.scroll-up,
.topmenu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 20px;
}
.topmenu span.scroll-up-arrow,
.topmenu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}
.topmenu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}
/* == Plugis Layout == */
#topwidget {
  background-color: #fff;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("uploads/reklama1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #001331;
  text-align: center;
  padding: 1em 4em;
  color: #fff
}
#topwidget .static-image h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#topwidget .static-image h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}

#topwidget .static-image h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align:center
}
#topwidget .h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align:center
  
}
#topwidget .h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align:center
  
}
#topwidget .kar h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align:center
}

#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
  font-weight: 200;
  color: #000;
  font-family: 'Oswald', sans-serif;
}
#botwidget {
  position: relative;
  background-color: #252525;
  border-top: 1px solid #fff;
  color: #bbb;
   font-weight: 200;
   padding-top: 2em;
   
}
#botwidget h3 {
  font-size: 1.667em;
  padding-top: 1em;
  text-transform: none;
  font-weight: 200;
  color: #bbb;
}
#botwidget h4 {
  font-size: 1.2em;
  padding-top: 1em;
  text-transform: none;
  font-weight: 200;
  color: #bbb;
}
#botwidget .description {color:#aaa} {
  font-size: 1.667em;
  padding-top: 1em;
  text-transform: none;
  font-weight: 400;
  color: #bbb;
}

/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
/* == Footer == */
.podval {background-color: #252525; color:#ddd; border-top:solid 9px #ccc; padding:33px 0}
.podval a {color:#bbb}
.podval a:hover {color:#eee}

footer {
  background-color: #1b1b1b;
  padding: 3em 0;
  text-align: center;
  color: #fff;
}
footer .footer-wrap {
}
footer .logo {
  max-width: 130px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
footer .ficons {
  margin-bottom: 1em;
}
footer .ficons i.icon {
  margin: 0 .25em;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #85959A;
  border-radius: 30px;
  text-align: center;
  line-height: 55px;
  opacity: 0.8;
  color: #455C6A;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 28px 'Icons';
  color: #000;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
  border-radius:500em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Custom Sections == */
.zachin {width: 101%; height: 140%; 
  background-image: url(/uploads/zachin.jpg);text-shadow: 0 1px 3px rgba(0,0,0,0.3)
}
.zachin h1{color:#fff}
.zachin h3.header{color:#fff}
.section2:after {
  background: #fefefe;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.section5 {
  position: relative;	
  background: #eaeaea;
  border-top: 0;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 1em;
  padding-right: 1em;
}
.section7 {
  position: relative;	
  background: #585858;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.section8 {
  position: relative;	
  background: #f3f3f3;
  border-top: 0;
  padding: 0;
}
.section88 {
  position: relative;	
  background: #ffffff;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.section11 {
  position: relative;	
  background: #fff;
  border-top: 0;
  padding-top: 5em;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
}
.section111 {
  position: relative;	
  background: #fff;
  border-top: 0;
  padding-top: 5em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.section52 {
  position: relative;	
  background: #fff;
  border-top: 0;
  padding-top: 5em;
  padding-bottom: 7em;
  padding-left: 1em;
  padding-right: 1em;
}
.section25 {
  position: relative;	
  background: #f0eeee;
  border-top: 0;
  padding-top: 3em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.section2 {
  position: relative;
  padding: 3em 1em;
  background: #f4f6f8;
  border-top: 1px solid #e3e3e3;
}
.section3 {
  background: #fff;
  border-top: 1px solid #dadada;
  position: relative;
  padding: 3em 1em;
}
.section4 {
  background: #eaeaea;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #fff;
  padding: 3em 1em;
  position: relative;
  text-align:center;
}

.copyright {margin-bottom:20px}
@media only screen and (min-width: 768px) and (max-width: 959px) {

h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {

  font-weight: 400;
}

h2.wojo.header,
h2 {
   font-size: 1.3rem;
  font-weight: 500;
}
h3.wojo.header,
h3 {
  font-size: 1rem;
  font-weight: 500;
}
h3.wojo.header {
 font-size:  0.9em;
 font-weight: 400;
}
h4.wojo.header,
h4 {
  font-size: 0.8rem;
}
.topmenu li > a {
  padding: .3em 1em;
}
.topmenu li a > i {
  font-size: 1.2em;
  color: #000;
}
.topmenu li > a strong {
  font-size: .85em;
}
.topmenu li > a small {
  font-size: .65em;
  color: #000;
}
.topmenu a span.sub-arrow {
  left: 40%;
}
#botwidget {
  padding-top: 0.1em;
}

}

@media only screen and (max-width: 768px) {
#phoneTop {padding-left:25px; color:#fff; font-size:28px }
#phoneTop span {padding-left:25px;font-size:14px; display:block; text-transform:uppercase}
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .75em;
  margin-left: auto;
  text-align: left;
}
#botwidget h4 {
    padding-top: 0.01em;
}
h3.ps {
  margin-top: 1em; 
  margin-bottom: 0.3em;
  margin-left: 1em;
  font-weight: 400;
  color: #FFFFFF
}
h4.ps {
  margin-top: 0.2em; 
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  margin-right: 1em;
  font-weight: 400;
  color: #FFFFFF
}

	.section5 {
   padding-top: 3em;
  padding-bottom: 3em;
}
	.section11 {
 padding-top: 3em;
  padding-bottom: 3em;
}
	.section111 {
 padding-top: 3em;
  padding-bottom: 0;
}
	.section8 {
  position: relative;	
  background: #f3f3f3;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
	.container-ps {
      padding: 2em;

 
	}
#footer .links {
  float: none!important
}
#botwidget {
  padding-top: 0.1em;
}
   
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #F4BF1E;
}
ul.topmenu {margin-top:0px;background:#8b8b8b;
  width: auto;
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu>li>a strong,ul.topmenu>li>a small,
ul.topmenu ul.sm-nowrap>li>a strong,ul.topmenu ul.sm-nowrap>li>a small {
  white-space: normal;color:#fff;
}
ul.topmenu>li>a small{text-transform:lowercase}
ul.topmenu iframe {
  display: none;
}
h3.kar  {
  font-size: 1em;

}
/* Menu box
===================*/
#menu-button {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  font-weight: 400;
  padding-top:10px;
  padding-left:20px;
  padding-bottom:10px;
  
}
#menu.collapsed {
  display: none;
}
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  text-align: left;
  font-weight: 300;
  color: #000;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 400;
  font-size: .85em;
  padding:0;
}
.topmenu li > a small {
  display: block;
  font-size: .8em;
  margin-left: 2.5em;
}
.topmenu a span.sub-arrow {
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a i,
.topmenu li:hover a small {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.topmenu a.highlighted span.sub-arrow {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topmenu li {
  border-left: 0;
}
.topmenu li:first-child {
  border-top: 0;
}
#topwidget .static-image h3 {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

#topwidget .kar h3 {
font-size: 0.7em;
 font-weight: 400;
}

#topwidget .h3 {
  font-size: 0.7em;
 font-weight: 400;
}
#topwidget .h4 {
  font-size: 0.7em;
 font-weight: 400;
}
}
