@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

a {outline:none !important;}

a:focus{outline:none;}
a {outline:none;}
* {outline:none;}
outline:none !important;

@font-face {
    font-family: 'pfdindisplaypro-reg';
    src: url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.eot');
    src: url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.woff2') format('woff2'),
         url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.woff') format('woff'),
         url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.ttf') format('truetype'),
		 url('fonts/pfdindisplaypro-reg/pfdindisplaypro-reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {height:100%;}

body {width:100%;}

#wrapper { min-height:100%; margin:0 auto; }

.fix1000 {position:fixed;}
.arrow1000 {display:block;}

.animated1000 .bari {
  z-index:100001;
  background-color: #607383; /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
}
.animated1000:hover .bari, .animated1000:focus .bari {
  background-color: #607383;/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
}

/*-----------------------------------------------------------------------------------------------------------------------------*/

.nav-content10 {
  position:fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right:0;
  background-color: rgba(255,255,255,1);
  z-index: 10000000;
  width:100%;
  display:block;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.animated10 {
  display: block;
  margin: 0 auto;
}

.animated10:focus {
  cursor: pointer;
}

.bari {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.animated10 {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

/*************************************************************************/
@keyframes showNav10 {
    from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes showNav10 {
    from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-moz-keyframes showNav10 {
   from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-o-keyframes showNav10 {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-ms-keyframes showNav10 {
   from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

.showNav10 {
  -webkit-animation: showNav10 0.5s ease forwards;
  -moz-animation: showNav10 0.5s ease forwards;
  -ms-animation: showNav10 0.5s ease forwards;
  -o-animation: showNav10 0.5s ease forwards;
  animation: showNav10 0.5s ease forwards;
}

@keyframes hideNav10 {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-webkit-keyframes hideNav10 {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-moz-keyframes hideNav10 {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-o-keyframes hideNav10 {
 from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-ms-keyframes hideNav10 {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

.hideNav10 {
  -webkit-animation: hideNav10 0.5s ease forwards;
  -moz-animation: hideNav10 0.5s ease forwards;
  -ms-animation: hideNav10 0.5s ease forwards;
  -o-animation: hideNav10 0.5s ease forwards;
  animation: hideNav10 0.5s ease forwards;
}

.hidden10 {
  display: none;
}

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


.obch1000 {
	display:block;
	position: absolute;
	width:100%;
	top: 0%;
	left:0%;
}
.navi{
	display:block;
	width:100%;
	padding-top:15px;
	padding-left:25px;
	height:90px;
}

.logo1000 {
  width: 88px;
  height:88px;
  display:block; 
  float:left; 
}

.cross1000 {
	display:block;
	width: 17px;
	height:17px;
	float:right;
	margin-right:52px;
	margin-top:7px;
	cursor:pointer;
}

.mmmmm1 {display:none;}
.mmmmm2 {display:none;}
.mmmmm3 {display:none;}
.mmmmm4 {display:none;}
.mmmmm5 {display:none;}

.ooooo1 {display:none;}
.ooooo2 {display:none;}
.ooooo3 {display:none;}
.ooooo4 {display:none;}



.back1000 { background-color:#fafafa;}

.arri {float:right;	margin-right:20px; cursor:pointer; position:relative; bottom:18px;}
.arri1, .arri2, .arri3, .arri4, .arri5, .arri6 {-webkit-transition: all .5s ease;  -moz-transition: all .5s ease;  -ms-transition: all .5s ease;  -o-transition: all .5s ease;  transition: all .57s ease;}
.animated1000 {  -webkit-transform: translateY(0px) rotateZ(90deg);  -moz-transform: translateY(0px) rotateZ(90deg);  -ms-transform: translateY(0px) rotateZ(90deg);  -o-transform: translateY(0px) rotateZ(90deg);  transform: translateY(0px) rotateZ(90deg);
}
.animated2000 {  -webkit-transform: translateY(0px) translateX(0px) rotateZ(90deg) !important;  -moz-transform: translateY(0px) translateX(0px) rotateZ(90deg) !important;  -ms-transform: translateY(0px)translateX(0px) rotateZ(90deg) !important;  -o-transform: translateY(0px) translateX(0px) rotateZ(90deg) !important;  transform: translateY(0px) translateX(0px) rotateZ(90deg) !important;
}
.arwik1, .arwik2, .arwik3, .arwik4 {float:right; margin-right:40px; display:block; height:16px; cursor:pointer;-webkit-transition: all .5s ease;  -moz-transition: all .5s ease;  -ms-transition: all .5s ease;  -o-transition: all .5s ease;  transition: all .57s ease;}


.nav-list1000 {
	width:100%;
	display:block;
	position:relative;
	list-style:none;
	text-decoration:none;
}
.nav-list1000 ul {
   list-style:none;
   text-decoration:none;
}

/*.ite { color: #272627;  font-size: 24px;  font-family: 'pfdindisplaypro-reg', sans-serif; }*/
#cherv {color: #272627; -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
#cherv:hover, #cherv:focus {color: #be2172; border-bottom: #be2172 1px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}


.item-anchor1000 {
  color: #272627;
  font-size: 20px;
  font-family: 'pfdindisplaypro-reg', sans-serif;
  position: relative;
  text-decoration: none;
  padding-left:25px;
  padding-right:10px;
  padding-top:0px;
  cursor:pointer;
  list-style:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-anchor1000:hover, .item-anchor1000:focus {

  /*background-color:#fafafa;*/
  background-color:#FAFAFA;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-anchor1000:hover:after, .item-anchor1000:focus:after {
 
  background-color:#fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----------------------------------------------------------*/
.item-anchor2000 {
  color: #272627;
  font-size: 19px;
  font-family: 'pfdindisplaypro-reg', sans-serif;
  position: relative;
  text-decoration: none;
  padding-left:0px;
  padding-right:00px;
  padding-top:0px;
  padding-bottom:1px;
  cursor:pointer;
  list-style:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all v ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-anchor2000:hover, .item-anchor2000:focus {
  /*background-color:#fafafa;*/
  color: #be2172;
  /*text-decoration:underline;*/
  border-bottom: #be2172 1px solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-anchor2000:hover:after, .item-anchor2000:focus:after {
  color: #272627;
  border-bottom: transparent 1px solid;
  background-color:#fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*-----------------------------------------------------------*/
.item-anchor3000 {
  color: #008888;
  font-size: 19px;
  font-family: 'pfdindisplaypro-reg', sans-serif;
  position: relative;
  text-decoration: none;
  padding-left:0px;
  padding-right:00px;
  padding-top:0px;
  padding-bottom:1px;
  cursor:pointer;
  list-style:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all v ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-anchor3000:hover, .item-anchor3000:focus {
  /*background-color:#fafafa;*/
  color: #8493A0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-anchor3000:hover:after, .item-anchor3000:focus:after {
  color: #008888;
  background-color:#fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*-----------------------------------------------------------*/
.item-anchor4000 {
  color: #272627;
  font-size: 19px;
  font-family: 'pfdindisplaypro-reg', sans-serif;
  position: relative;
  text-decoration: none;
  padding-left:0px;
  padding-right:00px;
  padding-top:0px;
  padding-bottom:1px;
  cursor:pointer;
  list-style:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all v ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-anchor4000:hover, .item-anchor3000:focus {
  /*background-color:#fafafa;*/
  color: #be2172;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: #be2172 1px solid;
}
.item-anchor4000:hover:after, .item-anchor3000:focus:after {
  color: #272627;
  border-bottom: transparent 1px solid;
  background-color:#fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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