html {
	color: #fff;
	font-size: 1em;
	line-height: 1.4;
	background: #626262
}
::-moz-selection {
background:#fff;
text-shadow:none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
audio, canvas, img, svg, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.browsehappy {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}
body, html, h1, h2, h3, h4, h5, h6, a, ul, li { margin:0; padding:0;
}
body {
	font-family: opensans;
	background:#f5f5f7;
	margin: 0;
	padding: 0
}
ul, li {
	list-style: none outside none;
	margin: 0
}
iframe {
	border: 0
}
.clear{ clear:both;}
.pos-rel {
	position: relative
}
.pos-abs {
	position: absolute
}
.pos-fix {
	position: fixed
}
.full-width {
	width: 100%;
	max-width: 1440px
}
.full-height {
	height: 100%
}
.full-size {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.my-button {
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1em;
padding-bottom:.8rem;
	display: inline-block;
	box-sizing: border-box;
	margin: 0
}
.center-vh {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.pos-top {
	top: 0
}
.pos-left {
	left: 0
}
.pos-right {
	right: 0
}
.pos-bottom {
	bottom: 0
}
.relh100 {
	position: relative;
	height: 100%
}
.row {
	max-width: 100%
}
ul, li {
	list-style: none outside none;
	margin: 0
}
.full-width {
	width: 100%;
	max-width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}
.fullscreen-width {
	width: 100%;
	max-width: 100%
}
.table {
	display: table;
	height: inherit;
	margin: auto
}
.table-cell {
	display: table-cell;
	vertical-align: middle
}
.align-center {
	text-align: center
}
.align-left {
	text-align: left
}
.align-right {
	text-align: right
}
.align-justify {
	text-align: justify
}
.mask:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	opacity: .8
}
.text-white {
	color: #fff
}
.text-black {
	color: #333
}
.text-bold {
	font-weight: 700
}
.text-red {
	color: #e51c23
}
.text-blue {
	color: #455ede
}
.text-orange {
	color: #ff9800
}
.text-yellow {
	color: #ffd600
}
.text-amber {
	color: #ffc107
}
.text-pink {
	color: #e91e63
}
.text-lightblue {
	color: #03a9f4
}
.small-col-20 {
	width: 20%
}
.box-shadow {
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 2px rgba(0,0,0,.2), 0 0 4px 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 2px rgba(0,0,0,.2), 0 0 4px 1px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 2px rgba(0,0,0,.2), 0 0 4px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 2px rgba(0,0,0,.2), 0 0 4px 1px rgba(0,0,0,.1)
}
.hidden {
	opacity: 0;
	-webkit-transition: .6s;
	-ms-transition: .6s;
	transition: .6s
}
.visible {
	opacity: 1;
	-ms-transition: .6s;
	-webkit-transition: .6s;
	transition: .6s
}
.invisible {
	display: none!important
}
.s-visible-medium-up {
	opacity: 0
}
strong, .bold {
	font-weight: 700
}
.column, .columns {
	padding: 0
}
.row .row {
	margin: 0
}
.header-top {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	height: 56px;
	line-height:56px;
	width:100%;
	background:#da2c2d;;
}
.header-top.material {
	background: rgba(255,255,255,.15);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 0 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 0 2px 0 rgba(0,0,0,.1)
}
.header-top>div {
	display: inline-block;
	float: left
}
.header-top .logo img {
	height:42px;
	margin-left:20px;
}
.header-top .logo {
	transition: .3s
}
.header-top .logo:hover {
	background: rgba(255,255,255,.15)
}
.header-top.material .menu {
	border-right: 1px solid #f5f5f5
}
.header-top.material .menu:last-child {
	border-right: 0
}
.header-top.material .menu a, .header-top .menu a {
	height: 56px;
	display: block;
	float: left;
	background: #fff;
	color: #5677fc;
	text-transform: capitalize;
	text-align: center;
	font-size: 18px;
	font-family: asap;
	font-weight: 400;
	padding: 14px 16px;
	-webkit-transition: .3s;
	transition: .3s
}
.header-top .menu a {
	background: 0 0;
	font-weight: 400;
	color: #fff;
	position: relative
}
.header-top.material .menu a:first-child:after {
	display: none
}
.header-top .menu a:first-child:after {
	position: absolute;
	left: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background: #fff;
	content: ""
}
.header-top.material .menu a:hover {
	background: #5677fc
}
.header-top .menu a:hover {
	background: rgba(255,255,255,.15);
	color: #fff
}
#fp-nav.right {
	right:-12px;
	margin-right: 10px;
	position: absolute;
	z-index:0;
}
#fp-nav span, .fp-slidesNav span {
	border-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	width: 10px;
	height: 10px
}
#fp-nav ul li a span {
	background: #c00002
}
#fp-nav li, .fp-slidesNav li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 16px;
	position: relative
}
#fp-nav span:after, .fp-slidesNav span:after {
	background: rgba(255,255,255,.15);
	position: absolute;
	content: "";
	display: block;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 100%;
	-webkit-transition: .3s;
	transition: .3s
}
#fp-nav li .active span, .fp-slidesNav .active span {
	background: #c00002;
	position: absolute
}
#fp-nav li .active span:after, .fp-slidesNav .active span:after {
	top: -6px;
	left: -6px;
	bottom: -6px;
	right: -6px
}
.quick-link { float:right; margin-right:20px; position:fixed; z-index:30; right:-4px; text-align:center; top:100px;
}
.quick-link li {
	list-style: none;
	list-style-position: outside;
	display: block;
	line-height:18px;
	padding:7px 0;
	position: relative;
	width:90px;
	background:#fff; border:1px solid #ffdfe0; margin-top:-1px; font-size:14px;
}
.quick-link li a{ color:#999; text-decoration:none;}
.quick-link ul li:after, .quick-link a:after {
	position: absolute;
	content: "";
	background: transparent;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: .2s cubic-bezier(.215, .61, .355, 1);
	transition: .2s cubic-bezier(.215, .61, .355, 1);
	z-index: -1
}
.quick-link ul li.active:after,.quick-link ul li.active,  .quick-link a:hover:after {
	-webkit-transform: none;
	transform: none;
	border-radius: 0;
	background: rgba(255,255,255,.15);
	background: #ffdfe0;
}
.quick-link ul li.active a{ color:#da2c2d;}
.quick-link ul li.active:after {
	background: rgba(230,230,230,.12)
}
.quick-link a.marked {
	color: #fff;
	background: #5677fc
}

.section{ text-align:center;}
.section img{ height:100%; margin-top:-30px;}

@media screen and (max-width:640px){
	.section img.l_defaul{ display:none;}
	.section img.s_defaul{ display:block; width:100%; height:auto;}
	.quick-link{ display:none;}
	
}

@media screen and (min-width:641px){
	.section img.l_defaul{ display:block; height:100%; width:auto; margin:0 auto;}
	.section img.s_defaul{ display:none;}
}

