@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
@import "spinners.css";
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(font/cwTeXHei-zhonly.eot);
  src: url(font/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(font/cwTeXHei-zhonly.woff2) format('woff2'),
       url(font/cwTeXHei-zhonly.woff) format('woff'),
       url(font/cwTeXHei-zhonly.ttf) format('truetype');
}

/* =================reset css starts here================= */
* { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin:0; padding:0; outline:none; border:0 }
form, fieldset { width:100% }
img { border:0; }
a { text-decoration:none; border:0; outline:0; }
.clear { clear:both; width:auto !important }
ul { list-style:none; }
a:focus, input:focus, textarea:focus, *:focus { outline:0 !important; box-shadow:none !important; }
.nobg { background:transparent !important; }
/* =================reset css ends here================= */
html, body{height:100%;}
body {  font-size:15px; line-height:24px;  font-weight:400; font-family:'cwTeXHei','Quicksand'; color:#000; background:#f5f5f5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.container { width:100%; max-width:1000px;}
a, input, button { text-decoration:none; color: inherit; outline:none; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color:#f2692e; text-decoration: none;}
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color:inherit; }
::-webkit-input-placeholder {color:#999; opacity: 1;}
::-moz-placeholder {color:#999; opacity: 1;}
:-moz-placeholder {color:#999; opacity: 1;}
:-ms-input-placeholder {color:#999; opacity: 1;}
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; margin-bottom:15px; line-height:1.5; font-weight:700;  color:inherit;}
h1 {font-size: 30px;}
h2 {font-size: 40px;}
h3 {font-size: 35px;}
h4 {font-size: 28px;}
h5 {font-size: 22px; line-height:1;}
h6 {font-size: 18px; line-height:1;}
p { margin:0px; padding:0px; margin-bottom:25px; }
b{font-weight:600;}
strong{font-weight:700;}
p:last-child { margin-bottom:0; }
.large-para{font-size:18px; line-height:27px; color:#000;}
.mar-40{margin-bottom:40px !important;}
.mar-30{margin-bottom:30px !important;}
.no-mar{margin:0 !important;}
.btn{border-radius:50px;font-weight:600;padding: 12px 30px;font-size: 16px;box-shadow:none;}
.btn-default {color: #fff; background-color:#f2692e;  border:solid 1px #f2692e;  }
.btn-default:hover, .btn-default:focus, .btn-default:active{ color:#f2692e ; background-color: transparent; border-color: #f2692e;}
.btn-primary {color: #f2692e; background-color:transparent;  border:solid 1px #f2692e;  }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{ color: #fff; background-color: #f2692e; border-color: #f2692e;}
.btn-second {color: #fff; background-color:#f2692e;  border:solid 1px #f2692e;  }
.btn-second:hover, .btn-second:focus, .btn-second:active{ color: #fff; background-color: #000; border-color: #000;}
.btn.btn-lg{padding:18px 40px !important;}
.btn + .btn{margin-left:10px;}
/* ===================== PRELOADER  start======================== */
.preloader{position:fixed;z-index:99999;top:0;left:0;background:#fff;width:100%;height:100%;text-align:center}.spinner{position:relative;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);display:inline-block;background-color:#000;width:40px;height:40px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}.loaded .preloader{visibility:hidden;opacity:0;-webkit-transition:ease-out .2s;-moz-transition:ease-out .2s;-o-transition:ease-out .2s;transition:ease-out .2s}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
/* ===================== PRELOADER  end======================== */
/* ================= Header start ================= */
header{ background:transparent;width: 100%;position:fixed;top:0px;left:0;top:0;color: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden; z-index: 9999; font-size:14px; color: #000; transition: all 0.1s ease-in;border-bottom: solid 1px rgba(255,255,255,0.2);} 
header.fixed{border-bottom:solid 15px #f5f5f5; color:#666; }
header:after{content:''; position:absolute; left:0; top:0; right:0; height:0; width:100%; background:#fff; transition: all 0.1s ease-in; }
.header-bar{display:block; margin:0 -15px; position:relative; z-index:999;}
header.fixed:after{height:100%;}
.logo{float:left;width: 320px;padding: 15px;height: 60px; position:relative; z-index:20;}
.logo a{float:left;}
.logo small{position:absolute;left:100%;top:50%;text-align:center;margin-top: -8px;border-left: solid 1px #fff;font-size: 10px;line-height: 10px;padding: 5px 10px; opacity:0.5;}
.navbar-default .navbar-nav > li > a{color:inherit; padding:10px 15px; font-weight:600;}
.navbar-default .navbar-nav > li > a.hero-btn{background:#d10a21 !important; border-radius:40px; color:#fff !important; padding:10px 20px;}
.navbar-default .navbar-nav > li > a.hero-btn:hover, .navbar-default .navbar-nav > li > a.hero-btn:focus{color:#fff !important; background:#f2692e !important;}
.navbar-default .navbar-nav > li > a:hover{color:#f2692e;}
.navbar-default .navbar-nav > li > a:focus{color:inherit;}
.navbar-right{margin:0;}
.navbar-default{background:transparent; border:0; margin:0; box-shadow:none; z-index:10;}
.navbar-nav > li{padding:10px 2px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color:#f2692e; background:transparent;}
.navbar-toggle { padding:0; border:0; background:transparent; right:0; left:auto; margin-top:18px; margin-left:12px; position:absolute;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background:transparent; }
.navbar-toggle { width:30px; height:24px; cursor:pointer; text-decoration:none; }
.navbar-toggle .icon-bar { position:relative; display:inline-block; width:28px; height:1px; color:#243238; text-indent:-55px; background:transparent!important; transition:all .2s ease-out; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -ms-transition:all .2s ease-out; vertical-align:middle; }
.navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after { content:''; width:28px; height:1px; background:#000; position:absolute; left:0; transition:all .2s ease-out; }
.navbar-toggle.collapsed .icon-bar { background:#000!important; }
.navbar-toggle.collapsed .icon-bar:before, .navbar-toggle.collapsed .icon-bar:after { background:#000; }
.fixed .navbar-toggle.collapsed .icon-bar { background:#000 !important; }
.fixed .navbar-toggle.collapsed .icon-bar:before, .fixed .navbar-toggle.collapsed .icon-bar:after, .fixed .navbar-toggle .icon-bar:before, .fixed .navbar-toggle .icon-bar:after { background:#000; }
.navbar-toggle.collapsed .icon-bar:before { top:-8px; -webkit-transform:rotateZ(0deg); -moz-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); transform:rotateZ(0deg); }
.navbar-toggle .icon-bar:before { top:0; -webkit-transform:rotateZ(45deg); -moz-transform:rotateZ(45deg); -ms-transform:rotateZ(45deg); -o-transform:rotateZ(45deg); transform:rotateZ(45deg); }
.navbar-toggle.collapsed .icon-bar:after { bottom:-8px; -webkit-transform:rotateZ(0deg); -moz-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -o-transform:rotateZ(0deg); transform:rotateZ(0deg); }
.navbar-toggle .icon-bar:after { bottom:0; -webkit-transform:rotateZ(-45deg); -moz-transform:rotateZ(-45deg); -ms-transform:rotateZ(-45deg); -o-transform:rotateZ(-45deg); transform:rotateZ(-45deg); }
header .logo small{border-color: rgba(0,0,0,0.2)}
/* ================= Header end ================= */
.main-container-outer{padding:70px 0 0; clear:both;}
.section{margin:30px 0; width:100%; position:relative; display:inline-block;}
.section-content{padding:50px 120px;/*原80 60*/width:100%;display:inline-block;background:#fff;  }
.icon{font-size:40px; margin:10px 0 20px; color:#f2692e;}
/* ================= Hero Section start ================= */
 .subtitle, h1 span, .about-left-text p{color:#d10a21;}
 h1 strong{color:#7BC74D;}
 .about-upper{padding:0; width:100%; position:relative; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap}
.about-upper > div{width:50%;  float:left;  }
.about-upper > div > div{width:100%;}
.about-left{z-index: 999;  }
.about-left-text{ padding:30px; text-align:right;}
.about-left-text h5{margin-bottom:0;  }
.about-right{background-image:url(../images/me.jpg); background-repeat:no-repeat; background-position:center top; background-size:cover;}
.about-lower{padding:50px; width:100%; position:relative; background:#f5f5f5;}
.prev-nav, .next-nav{position:absolute !important; top:0; white-space:nowrap; width:24px;}
.prev-nav a, .next-nav a{-webkit-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;  font-size:18px; font-weight:600;color:#999; }
.prev-nav{left:-11px !important; }
.next-nav{right:-13px !important; }
.prev-nav a:hover, .next-nav a:hover{color:#f2692e;}
/* ================= Hero Section end ================= */
 
 
ul.my-work{width:100%; display:inline-block; vertical-align:top; }
ul.my-work li{width:50%; float:left; position:relative; overflow:hidden; border:solid 1px #fff;}
.work-box{float:left; width:100%; position:relative; overflow:hidden;}
.work-box img {width:100%; position:relative; z-index:1; -webkit-transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms; -moz-transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms; transition: all 1000ms cubic-bezier(.19,1,.22,1) 0ms;}
.work-heading{width:100%; display:inline-block; vertical-align:top; padding:15px; position:absolute; left:0; right:0; bottom:0; z-index:99;}
.work-heading h6{margin-bottom:0; position:relative; color:#fff; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in; top:150px;}
ul.my-work li:hover .work-heading h6{top:0;}
.work-heading p{color:#fff; margin-bottom:0; position:relative;transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; top:150px;}
ul.my-work li:hover .work-heading p{top:0;}
.work-box a:before{content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); z-index:9; opacity:0;  transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; -ms-transition: all 0.1s ease-in;}
ul.my-work li:hover .work-box a:before{opacity:1;}
.work-box a:after {content:"\e61a"; font-family:'themify'; position:absolute; top:50%; opacity:0; z-index:10; left:50%; width:30px; height:30px; line-height:30px; margin:-15px 0 0 -15px; color:#fff; font-size:24px; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -o-transform: scale(0.4);-ms-transform: scale(0.4); transform: scale(0.4); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear;  -ms-transition: all 200ms linear; transition: all 200ms linear; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s;}
ul.my-work li:hover .work-box a:after{ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity:1; }
ul.my-work li:hover .work-box img{-webkit-transform: scale(1.25); -moz-transform:scale(1.25); transform: scale(1.25);}

.stat-container{width:100%; display:inline-block; vertical-align:top; padding:50px 35px; background:#f5f5f5;border:solid 1px #fff;}
ul.stat-list{width:100%; display:inline-block; vertical-align:top; }
ul.stat-list li{width:33.3%; float:left;}
ul.stat-list li h3{font-size:40px; line-height:48px; margin:0; }
ul.stat-list li h6{font-size:12px;color:#999;}

.icon-box{ line-height:50px;font-size:36px;margin-bottom:15px;}
ul.service-list{display:inline-block; vertical-align:top; margin:0;display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;background:#f5f5f5;}
ul.service-list li{width:50%; float:left; padding:15px;  display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background:#f5f5f5; border:solid 1px #fff;}
.service-box{  padding:30px; position:relative;overflow:hidden; transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in;}
.service-num{position:absolute;top:0; right:0; color:rgba(0,0,0,0.06);font-size: 150px;line-height: 150px; font-weight:700;}

.skill-container{padding:50px 35px; display:inline-block; vertical-align:top; width:100%; background:#f5f5f5;border:solid 1px #fff;}
.skill-container h6{margin-bottom:5px; font-weight:600; font-size:14px; position:relative;}
.skill-container h6 b{float:right; color:#f2692e; font-weight:600;}
.progress{height:2px; margin-bottom:25px;}
.progress-bar{background:#f2692e; box-shadow:none;}

 
.contact-box{background:#fff;width:100%;display:inline-block;vertical-align:top; }

.form-group{position:relative;}
.fill-input{width:0%; height:2px; float:left; position:absolute; right:0; bottom:0; background:#f2692e; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in;}
.form-control{border: 0; border-radius:0; box-shadow: none !important;height: 40px;border-bottom:solid 1px #eee; color:#666; font-size:15px; font-weight:600;}
.form-control:focus{border-bottom:solid 1px #fff; box-shadow:none !important;}
.form-control:focus + .fill-input{width:100%;}
textarea.form-control{height:120px; resize:none;}
.contact-details ul.social-links li a{padding: 3px 15px 0 0;}


/* ================= Footer start ================= */
footer{ position:relative;  font-weight:500; padding:30px 0; text-align:center;  } 
ul.social-links{width:100%; display:inline-block; vertical-align:top; margin-bottom:15px;}
ul.social-links li{display:inline-block; padding:5px 10px;}
/* ================= Footer end ================= */
/* ================= go top start ================= */
.go-top{position:fixed; border-radius:50%; right:25px; bottom:-15px;  width:40px; height:40px; float:left; text-align:center; line-height:40px; opacity:0; visibility:hidden; font-size: 18px;  background: #fff; line-height: 44px;  z-index:99999;}
.go-top.show{opacity:1; visibility:visible; bottom:25px;}
/* ================= go top end ================= */

.back-home{float:right;font-size: 34px;line-height: 40px;padding: 15px;}
.project-slider{margin-bottom:70px;}
.project-outline{width:100%; display:inline-block; vertical-align:top; margin-top:20px;}
.outline-list{float:left; width:100%; }
.outline-list li {float:left; width:100%;margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #f1f1f1; font-weight: 600; }
.outline-list li span{color:#999; display:block;}
.outline-list li:last-child{border-bottom:0;}
/* ============================= */
/* ! Layout for ipad lanscape */
/* ============================= */
@media only screen and (max-width: 1048px) {
.header-right{margin-right:60px;}
.navbar-collapse{border:0; border-top:solid 1px rgba(255,255,255,0.2); background: #fff;color: #000;text-align: center;}
.navbar-right{margin:10px 0;}
.navbar-nav > li{padding:0;}
 ul.my-work li .work-heading h6{top:0;}
ul.my-work li .work-heading p{top:0;}
}
/*============================= 
! Layout for ipad portrait  
============================= */
@media only screen and (max-width: 991px) {

}
/* ============================= */
/* ! Layout for mobile(lanscape) version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
	h1 {font-size: 22px;}
h2 {font-size: 32px;}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
.section{margin:15px 0;}
 .about-upper > div{width:100%;}
 .about-right{height:350px; }
 .section-content{padding:70px 20px;}
 .about-left-text{padding:0; text-align:center; margin-bottom:25px;}
 .about-lower,  .stat-container{padding:40px 25px;}
 ul.service-list li, ul.stat-list li{width:100%;}
 .service-box{padding:15px;}
 .skill-container{padding:30px 15px;}
 .prev-nav, .next-nav{display:none;}
}


@media only screen and (max-width: 650px) {
 ul.my-work li{width:100%;}
}
/* ============================= */
/* ! Layout for mobile(portrait) version   */
/* ============================= */
@media only screen and (max-width: 479px) {

}


.pull-right {
	float: right;
}

/* Global CSS, you probably don't need that */

/*.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.container {
	font-family: 'Lato', sans-serif;
	width: 1000px;
	margin: 0 auto;
}

.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

.nav {
	margin-top: 40px;
}*/

.pull-right {
	float: right;
}

a, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* Breadcrups CSS */

.arrow-steps{
	margin-bottom: 20px;
}

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	cursor: default;
	margin: 0 3px 6px 3px;
	padding: 10px 10px 10px 30px;
	min-width: 130px;
	float: left;
	position: relative;
	background-color: #CCC;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 17px solid #CCC;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: -2px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;	
}

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: 'cwTeXHei',Raleway;
  min-width: 300px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #d10a21;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin-right: 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.5;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  display: inline-block;
  opacity: 1;
}

.step.active {
  opacity: 1;
  background-color: #d10a21;
}
.step.active:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 17px solid #d10a21;
    z-index: 2;
    transition: border-color 0.2s ease;
}



/**/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/**/

.form-material .form-group {
    overflow: hidden
}
.form-material .form-control {
    background-color: #F8F8F8;
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out 0s
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#d10a21, #d10a21), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none
}
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s
}
.underline {
  border-bottom: 2px solid #d10a21;
  padding-bottom: 5px;
  font-size: 18px;
  color: #d10a21;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  padding: 10px;
}

.currency-info {
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
}
.mb-0 {
	margin-bottom: 0
}

.currency-small {
	font-size: xx-small;
	color: #999;
}

.grid-container h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.currency-info { transition: all .1s ease-in-out; }
.currency-info:hover { background: rgb(248, 248, 248);}

.border {
	border: 3px solid #d10a21;
}

.flexthis:before,
.flexthis:after,
.flexthis.row:before,
.flexthis.row:after {
   content: normal; // IE doesn't support `initial`
}