/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media screen and (max-width: 1200px){
	.top,.header,#wraps,.footer,.bottom,#aboutus,.news,.partners,.status,#ingaz,#wrap_width,.navigation{
		width:1000px;
	}
}
/*start loadpage*/
.loadblack {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0,0,0,0.5);
}
.loadblack_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.loadblack_content{
	display:block;
	width:100%;
	text-align:center;
}
.sk-folding-cube {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c7abf;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*end loadpage*/
/*start popupbox*/
.popupbox {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0,0,0,0.5);
}
.popupbox_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.popupbox_content{
	display:block;
	width:100%;
	text-align:center;
}
.popupbox_txt {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background: rgba(255,255,255,0.95);
	border-radius: 2px;
	overflow: hidden;
}
.popupbox_msg {
	display: block;
	clear: both;
	overflow: hidden;
	text-transform:capitalize;
	margin-bottom: 20px;
	color: #000;
}
.popupbox_msg.errorb {
	color:#e74c3c;
}
.popupbox_msg.successb {
	color:#2ecc71;
}
.popupbox_msg:before {
	font-family: FontAwesome;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	width: 35px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	color:#fff;
	line-height: 35px;
}
.popupbox_msg.successb:before{
	content:"\f00c";
	border: 1px solid #2ecc71;
	background:#2ecc71;
}
.popupbox_msg.errorb:before{
	content:"\f00d";
	border: 1px solid #e74c3c;
	background:#e74c3c;
}
.popupbox_txt button:hover{
	border:none;
	height:auto;
	line-height:normal;
	opacity:0.9;
}
.popupbox_txt button {
	display: inline-block;
	line-height:normal;
	height:auto;
	float:none;
	background: #444;
	border: none;
	color: #fff;
	font-family: droid,raleway;
	padding: 4px 20px;
	font-size: 12px;
	color: #ddd;
	cursor: pointer;
	text-transform: uppercase;
}
/*end popupbox*/
/*start spinner*/
.load_cover_icon_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.load_cover_icon_content{
	display:block;
	width:100%;
	text-align:center;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  margin:0 auto;
  font-size: 10px;
}
.spinner > div {
  background-color:rgba(255,255,255,0.7);
  height: 100%;
  width: 6px;
  display: inline-block; 
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*end spinner*/
.slick-list{
  overflow: hidden;
}
.slick-list:after{
  clear: both;
  content: "";
  display: block;
}
.sub_price_de.withnotaxs span {
	width: 33.33%;
}