@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "MI";
  src:url("../fonts/mic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF";
  src:url("../fonts/PFDinTextPro-Regular.woff") format("woff"),
	  url("../fonts/PFDinTextPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFM";
  src:url("../fonts/PFDinTextPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINPro-Condensed-Medium.eb703b8.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans",Helvetica, Arial, "sans-serif";
	color:#333;
}
body{padding:0px ;margin:0;background:#ffffff;}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{
	font-weight:normal;
 	font-style:normal; 
	padding:0px ;
	margin:0;
	text-decoration:none;
	outline:none;
	-moz-outline:none;
}
a{
	text-decoration: none;
    color: #333;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
h2,h1,h3,h4,h5,h6{
	font-family:GM, Arial, "sans-serif";
}
a:focus{outline-style:none; -moz-outline-style: none;}

a:hover{ 
	text-decoration:none;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}

p{word-break: normal;word-wrap: break-word; }

img{ border:none;max-width:100%;display: block;overflow-clip-margin: content-box;
    overflow: clip;}

li{ list-style:none; text-decoration:none;}

input {outline: none;text-decoration:none;-ms-outline:none;border:none; }

textarea {outline: none;text-decoration:none;border:none; }

select{outline: none;text-decoration:none;}

figure{margin:0;padding:0;}
/*input:focus{ border:1px solid #9c9f58;}*/

select:focus{ border:none;}

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.clearfix {zoom:1;}	

a{text-decoration:none;}

button {

	margin:0;

	padding:0;

	color:inherit;

	font-family:inherit;

	font-size:inherit;

	background:0 0;

	border:none;

	border-radius:none;

	box-shadow:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	appearance:none;

	outline:0;

	cursor:pointer

}

.container {
	width:100%;
	
	margin-right:auto;

	margin-left:auto;

	max-width: 1400px;
}
.container_lg {
    max-width: 1840px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.css3, a {
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ovh{overflow-x:hidden;}

.imgp img{
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mb0{margin-bottom: 0 !important;}
/*****************************************/

.f12{
	font-size:12px;
}
.f14{
	font-size:14px;
}
.f16{
	font-size:16px;
}
.f18{
	font-size:18px;
}
.f20{font-size:20px;}
.f36{font-size:36px;}
.f48{font-size:48px;}
.flex{
	display:flex;
}
.space-b{
	justify-content:space-between;
}
.alc{
	align-items:center;
}
.pcOnly {
    display: block !important;
}
.spOnly {
    display: none !important;
}
.alltime, .alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.getPage{
    display:flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    clear: both;
    color: #333;
    margin-top: 60px;
}
.getPage a {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
    padding: 0 15px;
    margin: 0 6px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333;
}
.getPage a:hover, .getPage .pageActive{
    display: inline-block;
    color: #fff;
    background:#df0024;
    border-color: #df0024;
}



