.modx-evo-cat-product{  width: 751px;}
.modx-evo-categors-img{
  box-shadow: 0px 0px 0px 1px black;
  width: 350px;
  height: 200px;
    float: left;
	  text-align: center;
}
.modx-evo-categors-productions{
width: 751px;
  box-shadow: 0px 0px 0px 1px black;
  float: left;
  margin: 5px;
}
.modx-evo-img-cat{
  margin-top: 20px;

}

.grow img {

  width: 300px;
  height: 150px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.grow img:hover {
  width: 350px;
  height: 175px;
}
.modx-evo-categors-title{
  width: 401px;
  float: left;
  background-color: black;
  height: 50px;
    text-align: center;
}
.modx-evo-cat-products-a{
  font-family: arial;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 10px;
}
.modx-evo-categors-desc{
  width: 348px;
  float: left;

  margin-left: 17px;
  margin-top: 5px;
    height: 145px;
  overflow: hidden;

}

.modx-evo-categors-title:hover{
  width: 401px;
  float: left;
  background-color: #2956ff;
  height: 50px;
    text-align: center;
}
.modx-evo-saidebar-title{
  font-family: arial;
  font-size: 22px;
}
.modx-evo-saide-link{
  color: #666666;
  text-decoration: underline;
  font-size: 18px;
  font-family: arial;
}
.modx-evo-saidb-li:hover{
  margin-top: 1em;
  font-size: 11pt;
  font-family: Robo-Light;
  line-height: 1;
  background-color: #2956ff;
  height: 40px;
  margin: 5px;
}
.modx-evo-saidb-li{
  margin-top: 1em;
  font-size: 11pt;
  font-family: Robo-Light;
  line-height: 1;
  height: 40px;
  margin: 5px;
}
.modx-evo-saide-link:hover{
  color: #fff !important;
  text-decoration: underline;
  font-size: 18px;
  font-family: arial;
}
.modx-evo-active-saide-link{
  color: #fff !important;
  text-decoration: underline;
  font-size: 18px;
  font-family: arial;
}
.modx-evo-active-saidb-li{
  margin-top: 1em;
  font-size: 11pt;
  font-family: Robo-Light;
  line-height: 1;
  background-color: #2956ff;
  height: 40px;
  margin: 5px;
}

.nodx-evo-phone-header{
  margin-top: -18px;
}

.panel {

    height: 34px;
    padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}
.modx-evo-paralax-title-slaid{
			
			width:730px;height:79px; 
			background: #2956ff;  font-weight: bold;
  opacity: 0.8 !important;
			margin-left: 583px;	
			  margin-top: -49px;
		}
.modx-fonts-title-slaid{
			background:url(../images/prozr.png);
		  color: #fff;
  font-size: 34pt;
  font-family: Robo-Bold;  
			  opacity: 1;
			


  z-index: 99;
  width: 100%;
		}
.modx-evo-flipper{
		width: 750px !important;
			margin-left: -235px; 
			margin-top: -71px;	
			
		}
.nodx-infais{
			width:1105px;
			height:400px;
			background:rgba(0,0,0,0.85);
			  opacity: 0.8;
		}
.modx-nodx-img{
			float:left;
			width:306px;
			height:314px;
			  margin-left: 71px;
		}
.modx-paral-desc-one{
 float: left;
  margin-top: 55px;
  color: #fff;
  width: 583px;
  margin-left: 72px;
  font-size: 22px;
		}
.modx-paral-desc-two{
 float: left;
  margin-top: 55px;
  color: #fff;
  width: 583px;
  margin-left: 72px;
  font-size: 22px;
		}
.modx-paral-desc-two p{
  float: left;
  margin-top: 55px;
  color: #fff;
  width: 738px;
  margin-left: -84px;
  font-size: 21px;
  text-align: center;
		}
		.modx-paralax-down-text-block{
			background: #2956ff; 
			width:1105px;
			height:114px;
			opacity: 0.8 !important;
		}
.modx-evo-first-slaid{background: rgba(0,0,0,0.85);width:769px !important;height:auto;opacity: 0.8 !important;}
.modx-evo-class-paraxs{color: #fff;}
.modx-evo-para-img{width: 220px;height: 220px;float: left;margin-left: 10px;margin-top: 5px;}