Difference between revisions of "Template:BIT/style/CSS"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* IGEM BIT 字体的CSS 最后一次更新 庸庸 11/1/2017 9:20am Pacific time*/
 
@font-face {
 
@font-face {
  font-family: 'icomoon';
+
font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
+
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
+
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
+
font-weight: normal;
  font-style: normal;
+
font-style: normal;
 
}
 
}
/* =======================================================
 
*
 
* Template Style
 
*
 
* ======================================================= */
 
 
body {
 
body {
  font-family: "Inconsolata", Arial, sans-serif;
+
font-family: "Inconsolata", Arial, sans-serif;
  font-weight: 400;
+
font-weight: 400;
  font-size: 18px;
+
font-size: 18px;
  line-height: 1.7;
+
line-height: 1.7;
  color: #333333;
+
color: #333333;
  background: #fff;
+
background: #fff;
 
}
 
}
 
+
#content {
 
+
width: 100%;
#content{
+
padding: 0;
    width: 100%;
+
margin: -12px 0 0;
    padding: 0;
+
    margin: -12px 0 0;
+
 
}
 
}
 
 
#page {
 
#page {
  position: relative;
+
position: relative;
  overflow-x: hidden;
+
overflow-x: hidden;
  width: 100%;
+
width: 100%;
  height: 100%;
+
height: 100%;
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 
.offcanvas #page {
 
.offcanvas #page {
  overflow: hidden;
+
overflow: hidden;
  position: absolute;
+
position: absolute;
 
}
 
}
 
.offcanvas #page:after {
 
.offcanvas #page:after {
  -webkit-transition: 2s;
+
-webkit-transition: 2s;
  -o-transition: 2s;
+
-o-transition: 2s;
  transition: 2s;
+
transition: 2s;
  position: absolute;
+
position: absolute;
  top: 0;
+
top: 0;
  right: 0;
+
right: 0;
  bottom: 0;
+
bottom: 0;
  left: 0;
+
left: 0;
  z-index: 101;
+
z-index: 101;
  background: rgba(0, 0, 0, 0.7);
+
background: rgba(0, 0, 0, 0.7);
  content: "";
+
content: "";
 
}
 
}
 
 
a {
 
a {
  color: #BD0003;
+
-webkit-transition: 0.5s;
  -webkit-transition: 0.5s;
+
-o-transition: 0.5s;
  -o-transition: 0.5s;
+
transition: 0.5s;
  transition: 0.5s;
+
 
}
 
}
 
a:hover, a:active, a:focus {
 
a:hover, a:active, a:focus {
  color: #BD0003;
+
outline: none;
  outline: none;
+
text-decoration: none;
  text-decoration: none;
+
 
}
 
}
 
 
p {
 
p {
 
margin-bottom: 30px;
 
margin-bottom: 30px;
 
text-shadow: 0px 0px;
 
text-shadow: 0px 0px;
 
}
 
}
 
+
picture_caption {
 +
color: #FFFFFF;
 +
font-family: cagliostro;
 +
font-size: 40px;
 +
}
 
h1, h2, h3, h4, h5, h6, figure {
 
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
+
color: #000;
  font-family: "Inconsolata", Arial, sans-serif;
+
font-family: "Inconsolata", Arial, sans-serif;
  font-weight: 400;
+
font-weight: 400;
  margin: 0 0 20px 0;
+
margin: 0 0 20px 0;
 
}
 
}
.copyrights{
+
.copyrights {
text-indent:-9999px;
+
text-indent: -9999px;
height:0;
+
height: 0;
line-height:0;
+
line-height: 0;
font-size:0;
+
font-size: 0;
overflow:hidden;
+
overflow: hidden;
 
}
 
}
  
 
::-webkit-selection {
 
::-webkit-selection {
  color: #fff;
+
color: #fff;
  background: #BD0003;
+
background: #BD0003;
 
}
 
}
  
::-webkit-selection{
+
::-webkit-selection {
o
+
 
}
 
}
  
 
::-moz-selection {
 
::-moz-selection {
  color: #fff;
+
color: #fff;
  background: #BD0003;
+
background: #BD0003;
 
}
 
}
 
 
::selection {
 
::selection {
  color: #fff;
+
color: #fff;
  background: #BD0003;
+
background: #BD0003;
 
}
 
}
 
 
.fh5co-nav {
 
.fh5co-nav {
  background: #fff;
+
background: #fff;
 
}
 
}
 
.fh5co-nav .top-menu {
 
.fh5co-nav .top-menu {
  padding: 28px 0;
+
padding: 28px 0;
 
}
 
}
 
.fh5co-nav #fh5co-logo {
 
.fh5co-nav #fh5co-logo {
  font-size: 32px;
+
font-size: 32px;
  margin: 0;
+
margin: 0;
  padding: 0;
+
padding: 0;
  text-transform: uppercase;
+
text-transform: uppercase;
  font-weight: 700;
+
font-weight: 700;
  font-family: "Inconsolata", Arial, sans-serif;
+
font-family: "Inconsolata", Arial, sans-serif;
 
}
 
}
 
.fh5co-nav #fh5co-logo a span {
 
.fh5co-nav #fh5co-logo a span {
  color: #BD0003;
+
color: #BD0003;
 
}
 
}
 
.fh5co-nav a {
 
.fh5co-nav a {
  padding: 5px 10px;
+
padding: 5px 10px;
  color: #000;
+
color: #000;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
+
.fh5co-nav .menu-1 {
    display: none;
+
display: none;
  }
+
}
 
}
 
}
 
.fh5co-nav ul {
 
.fh5co-nav ul {
  padding: 0;
+
padding: 0;
  margin: 5px 0 0 0;
+
margin: 5px 0 0 0;
 
}
 
}
 
.fh5co-nav ul li {
 
.fh5co-nav ul li {
  padding: 0;
+
padding: 0;
  margin: 0;
+
margin: 0;
  list-style: none;
+
list-style: none;
  display: inline;
+
display: inline;
 
}
 
}
 
.fh5co-nav ul li a {
 
.fh5co-nav ul li a {
  font-size: 18px;
+
font-size: 18px;
  padding: 30px 15px;
+
padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
+
color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
 
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: black;
+
color: black;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown {
 
.fh5co-nav ul li.has-dropdown {
  position: relative;
+
position: relative;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown {
 
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
+
width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
+
-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
+
-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
+
box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
+
z-index: 1002;
  visibility: hidden;
+
visibility: hidden;
  opacity: 0;
+
opacity: 0;
  position: absolute;
+
position: absolute;
  top: 40px;
+
top: 40px;
  left: 0;
+
left: 0;
  text-align: left;
+
text-align: left;
  background: #000;
+
background: #000;
  padding: 20px;
+
padding: 20px;
  -webkit-border-radius: 4px;
+
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
+
-moz-border-radius: 4px;
  -ms-border-radius: 4px;
+
-ms-border-radius: 4px;
  border-radius: 4px;
+
border-radius: 4px;
  -webkit-transition: 0s;
+
-webkit-transition: 0s;
  -o-transition: 0s;
+
-o-transition: 0s;
  transition: 0s;
+
transition: 0s;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown:before {
 
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
+
bottom: 100%;
  left: 40px;
+
left: 40px;
  border: solid transparent;
+
border: solid transparent;
  content: " ";
+
content: " ";
  height: 0;
+
height: 0;
  width: 0;
+
width: 0;
  position: absolute;
+
position: absolute;
  pointer-events: none;
+
pointer-events: none;
  border-bottom-color: #000;
+
border-bottom-color: #000;
  border-width: 8px;
+
border-width: 8px;
  margin-left: -8px;
+
margin-left: -8px;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown li {
 
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
+
display: block;
  margin-bottom: 7px;
+
margin-bottom: 7px;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
 
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
+
margin-bottom: 0;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown li a {
 
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
+
padding: 2px 0;
  display: block;
+
display: block;
  color: #999999;
+
color: #999999;
  line-height: 1.2;
+
line-height: 1.2;
  text-transform: none;
+
text-transform: none;
  font-size: 13px;
+
font-size: 13px;
  letter-spacing: 0;
+
letter-spacing: 0;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
 
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
+
color: #fff;
 
}
 
}
 
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
 
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
+
color: #000;
 
}
 
}
 
.fh5co-nav ul li.btn-cta a {
 
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
+
padding: 30px 0px !important;
  color: #fff;
+
color: #fff;
 
}
 
}
 
.fh5co-nav ul li.btn-cta a span {
 
.fh5co-nav ul li.btn-cta a span {
  background: #1B8FAC;
+
background: #1B8FAC;
  padding: 4px 10px;
+
padding: 4px 10px;
  display: -moz-inline-stack;
+
display: -moz-inline-stack;
  display: inline-block;
+
display: inline-block;
  zoom: 1;
+
zoom: 1;
  *display: inline;
+
*display: inline;
  -webkit-transition: 0.3s;
+
-webkit-transition: 0.3s;
  -o-transition: 0.3s;
+
-o-transition: 0.3s;
  transition: 0.3s;
+
transition: 0.3s;
  -webkit-border-radius: 100px;
+
-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
+
-moz-border-radius: 100px;
  -ms-border-radius: 100px;
+
-ms-border-radius: 100px;
  border-radius: 100px;
+
border-radius: 100px;
 
}
 
}
 
.fh5co-nav ul li.btn-cta a:hover span {
 
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
+
-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
+
-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
+
box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
 
}
 
}
 
.fh5co-nav ul li.active > a {
 
.fh5co-nav ul li.active > a {
  color: #000 !important;
+
color: #000 !important;
  position: relative;
+
position: relative;
 
}
 
}
 
.fh5co-nav ul li.active > a:after {
 
.fh5co-nav ul li.active > a:after {
  position: absolute;
+
position: absolute;
  bottom: 25px;
+
bottom: 25px;
  left: 0;
+
left: 0;
  right: 0;
+
right: 0;
  content: '';
+
content: '';
  width: 30px;
+
width: 30px;
  height: 2px;
+
height: 2px;
  background: #BD0003;
+
background: #BD0003;
  margin: 0 auto;
+
margin: 0 auto;
 
}
 
}
 
+
#fh5co-counter, .fh5co-bg, .product {
#fh5co-counter,
+
background-size: cover;
.fh5co-bg,
+
background-position: top center;
.product {
+
background-repeat: no-repeat;
  background-size: cover;
+
position: relative;
  background-position: top center;
+
  background-repeat: no-repeat;
+
  position: relative;
+
 
}
 
}
 
 
.fh5co-video {
 
.fh5co-video {
  overflow: hidden;
+
overflow: hidden;
 
}
 
}
 +
 
@media screen and (max-width: 992px) {
 
@media screen and (max-width: 992px) {
  .fh5co-video {
+
.fh5co-video {
    height: 450px;
+
height: 450px;
  }
+
}
 
}
 
}
 
.fh5co-video a {
 
.fh5co-video a {
  z-index: 1001;
+
z-index: 1001;
  position: absolute;
+
position: absolute;
  top: 50%;
+
top: 50%;
  left: 50%;
+
left: 50%;
  margin-top: -45px;
+
margin-top: -45px;
  margin-left: -45px;
+
margin-left: -45px;
  width: 90px;
+
width: 90px;
  height: 90px;
+
height: 90px;
  display: table;
+
display: table;
  text-align: center;
+
text-align: center;
  background: #fff;
+
background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
+
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
+
-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
+
-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
+
-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
+
box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
+
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
+
-moz-border-radius: 50%;
  -ms-border-radius: 50%;
+
-ms-border-radius: 50%;
  border-radius: 50%;
+
border-radius: 50%;
 
}
 
}
 
.fh5co-video a i {
 
.fh5co-video a i {
  text-align: center;
+
text-align: center;
  display: table-cell;
+
display: table-cell;
  vertical-align: middle;
+
vertical-align: middle;
  font-size: 40px;
+
font-size: 40px;
 
}
 
}
 
.fh5co-video .overlay {
 
.fh5co-video .overlay {
  position: absolute;
+
position: absolute;
  top: 0;
+
top: 0;
  left: 0;
+
left: 0;
  right: 0;
+
right: 0;
  bottom: 0;
+
bottom: 0;
  background: rgba(0, 0, 0, 0.3);
+
background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 
.fh5co-video:hover .overlay {
 
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
+
background: rgba(0, 0, 0, 0.7);
 
}
 
}
 
.fh5co-video:hover a {
 
.fh5co-video:hover a {
  -webkit-transform: scale(1.1);
+
-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
+
-moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
+
-ms-transform: scale(1.1);
  -o-transform: scale(1.1);
+
-o-transform: scale(1.1);
  transform: scale(1.1);
+
transform: scale(1.1);
 
}
 
}
 
+
#fh5co-header .display-tc, .fh5co-cover .display-tc {
#fh5co-header .display-tc,
+
display: table-cell !important;
.fh5co-cover .display-tc {
+
vertical-align: middle;
  display: table-cell !important;
+
  vertical-align: middle;
+
 
}
 
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
+
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2, .fh5co-cover .display-tc h1, .fh5co-cover .display-tc h2 {
.fh5co-cover .display-tc h1,
+
margin: 0;
.fh5co-cover .display-tc h2 {
+
padding: 0;
  margin: 0;
+
color: black;
  padding: 0;
+
  color: black;
+
 
}
 
}
#fh5co-header .display-tc h1,
+
#fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {
.fh5co-cover .display-tc h1 {
+
margin-bottom: 20px;
  margin-bottom: 20px;
+
font-size: 54px;
  font-size: 54px;
+
line-height: 1.3;
  line-height: 1.3;
+
font-weight: 300;
  font-weight: 300;
+
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
+
#fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {
  .fh5co-cover .display-tc h1 {
+
font-size: 30px;
    font-size: 30px;
+
  }
+
 
}
 
}
#fh5co-header .display-tc h2,
 
.fh5co-cover .display-tc h2 {
 
  font-size: 20px;
 
  line-height: 1.5;
 
  margin-bottom: 30px;
 
 
}
 
}
#fh5co-header .display-tc .btn,
+
#fh5co-header .display-tc h2, .fh5co-cover .display-tc h2 {
.fh5co-cover .display-tc .btn {
+
font-size: 20px;
  padding: 15px 30px;
+
line-height: 1.5;
  color: #fff;
+
margin-bottom: 30px;
  border: none !important;
+
  font-size: 18px;
+
 
}
 
}
 +
#fh5co-header .display-tc .btn, .fh5co-cover .display-tc .btn {
 +
padding: 15px 30px;
 +
color: #fff;
 +
border: none !important;
 +
font-size: 18px;
 +
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc .btn,
+
#fh5co-header .display-tc .btn, .fh5co-cover .display-tc .btn {
  .fh5co-cover .display-tc .btn {
+
width: 80%;
    width: 80%;
+
margin: 0 auto;
    margin: 0 auto;
+
  }
+
 
}
 
}
#fh5co-header .display-tc .btn.btn-learn,
 
.fh5co-cover .display-tc .btn.btn-learn {
 
  background: #fee856;
 
  border: none;
 
  color: #000 !important;
 
 
}
 
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
+
#fh5co-header .display-tc .btn.btn-learn, .fh5co-cover .display-tc .btn.btn-learn {
.fh5co-cover .display-tc .btn.btn-learn:hover,
+
background: #fee856;
.fh5co-cover .display-tc .btn.btn-learn:focus {
+
border: none;
  background: rgba(254, 232, 86, 0.9) !important;
+
color: #000 !important;
  color: #000 !important;
+
 
}
 
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
+
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus, .fh5co-cover .display-tc .btn.btn-learn:hover, .fh5co-cover .display-tc .btn.btn-learn:focus {
.fh5co-cover .display-tc .btn:hover,
+
background: rgba(254, 232, 86, 0.9) !important;
.fh5co-cover .display-tc .btn:focus {
+
color: #000 !important;
  color: #fff !important;
+
 
}
 
}
#fh5co-header .display-tc .btn.btn-demo,
+
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus, .fh5co-cover .display-tc .btn:hover, .fh5co-cover .display-tc .btn:focus {
.fh5co-cover .display-tc .btn.btn-demo {
+
color: #fff !important;
  background: #BD0003;
+
  border: none;
+
 
}
 
}
#fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
+
#fh5co-header .display-tc .btn.btn-demo, .fh5co-cover .display-tc .btn.btn-demo {
.fh5co-cover .display-tc .btn.btn-demo:hover,
+
background: #BD0003;
.fh5co-cover .display-tc .btn.btn-demo:focus {
+
border: none;
  background: rgba(221, 53, 110, 0.9) !important;
+
  color: #fff !important;
+
 
}
 
}
#fh5co-header .display-tc .btn:hover,
+
#fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus, .fh5co-cover .display-tc .btn.btn-demo:hover, .fh5co-cover .display-tc .btn.btn-demo:focus {
.fh5co-cover .display-tc .btn:hover {
+
background: rgba(221, 53, 110, 0.9) !important;
  background: #BD0003 !important;
+
color: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
+
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
+
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
+
 
}
 
}
#fh5co-header .display-tc .form-inline .form-group,
+
#fh5co-header .display-tc .btn:hover, .fh5co-cover .display-tc .btn:hover {
.fh5co-cover .display-tc .form-inline .form-group {
+
background: #BD0003 !important;
  width: 100% !important;
+
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  margin-bottom: 10px;
+
-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
 +
box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
 
}
 
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
+
#fh5co-header .display-tc .form-inline .form-group, .fh5co-cover .display-tc .form-inline .form-group {
.fh5co-cover .display-tc .form-inline .form-group .form-control {
+
width: 100% !important;
  width: 100%;
+
margin-bottom: 10px;
  background: #fff;
+
}
  border: none;
+
#fh5co-header .display-tc .form-inline .form-group .form-control, .fh5co-cover .display-tc .form-inline .form-group .form-control {
 +
width: 100%;
 +
background: #fff;
 +
border: none;
 
}
 
}
 
 
#fh5co-features {
 
#fh5co-features {
  background: #FEE856;
+
background: #FEE856;
 
}
 
}
 
#fh5co-features .services-padding {
 
#fh5co-features .services-padding {
  padding: 7em 0;
+
padding: 7em 0;
 
}
 
}
 
#fh5co-features .feature-left {
 
#fh5co-features .feature-left {
  margin-bottom: 40px;
+
margin-bottom: 40px;
  float: left;
+
float: left;
 
}
 
}
 +
 
@media screen and (max-width: 992px) {
 
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left {
+
#fh5co-features .feature-left {
    margin-bottom: 30px;
+
margin-bottom: 30px;
  }
+
}
 
}
 
}
 
#fh5co-features .feature-left .icon i {
 
#fh5co-features .feature-left .icon i {
  font-size: 30px;
+
font-size: 30px;
  color: #1a1a1a !important;
+
color: #1a1a1a !important;
 
}
 
}
 
#fh5co-features .feature-left .icon {
 
#fh5co-features .feature-left .icon {
  display: table;
+
display: table;
  float: left;
+
float: left;
  text-align: center;
+
text-align: center;
  width: 60px;
+
width: 60px;
  height: 60px;
+
height: 60px;
  background: #fff;
+
background: #fff;
  -webkit-border-radius: 50%;
+
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
+
-moz-border-radius: 50%;
  -ms-border-radius: 50%;
+
-ms-border-radius: 50%;
  border-radius: 50%;
+
border-radius: 50%;
 
}
 
}
 
#fh5co-features .feature-left .icon i {
 
#fh5co-features .feature-left .icon i {
  display: table-cell;
+
display: table-cell;
  vertical-align: middle;
+
vertical-align: middle;
  height: 60px;
+
height: 60px;
  color: #BD0003 !important;
+
color: #BD0003 !important;
 
}
 
}
 
#fh5co-features .feature-left .feature-copy {
 
#fh5co-features .feature-left .feature-copy {
  float: right;
+
float: right;
  width: 78%;
+
width: 78%;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .feature-copy {
+
#fh5co-features .feature-left .feature-copy {
    width: 84%;
+
width: 84%;
  }
+
 
}
 
}
 +
}
 +
 
@media screen and (max-width: 480px) {
 
@media screen and (max-width: 480px) {
  #fh5co-features .feature-left .feature-copy {
+
#fh5co-features .feature-left .feature-copy {
    width: 70%;
+
width: 70%;
  }
+
}
 
}
 
}
 
#fh5co-features .feature-left h3 {
 
#fh5co-features .feature-left h3 {
  font-size: 24px;
+
font-size: 24px;
  font-weight: 400;
+
font-weight: 400;
 
}
 
}
 
#fh5co-features .feature-left p {
 
#fh5co-features .feature-left p {
  font-size: 15px;
+
font-size: 15px;
 
}
 
}
 
#fh5co-features .feature-left p:last-child {
 
#fh5co-features .feature-left p:last-child {
  margin-bottom: 0;
+
margin-bottom: 0;
 
}
 
}
 
#fh5co-features .feature-left p a {
 
#fh5co-features .feature-left p a {
  color: #000 !important;
+
color: #000 !important;
 
}
 
}
 
#fh5co-features .ipad-bg {
 
#fh5co-features .ipad-bg {
  background-size: cover;
+
background-size: cover;
  background-position: top center;
+
background-position: top center;
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  position: relative;
+
position: relative;
  height: 430px;
+
height: 430px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-features .ipad-bg {
+
#fh5co-features .ipad-bg {
    height: 210px;
+
height: 210px;
  }
+
 
}
 
}
@media screen and (max-width: 480px) {
 
  #fh5co-features .ipad-bg {
 
    display: none;
 
  }
 
 
}
 
}
  
 +
@media screen and (max-width: 480px) {
 +
#fh5co-features .ipad-bg {
 +
display: none;
 +
}
 +
}
 
#fh5co-wireframe {
 
#fh5co-wireframe {
  border: none !important;
+
border: none !important;
 
}
 
}
 
#fh5co-wireframe blockquote {
 
#fh5co-wireframe blockquote {
  border: none;
+
border: none;
  padding: 0;
+
padding: 0;
  font-weight: bold;
+
font-weight: bold;
 
}
 
}
 
 
.user-frame {
 
.user-frame {
  width: 90%;
+
width: 90%;
  padding: 3em;
+
padding: 3em;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
+
-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
+
-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
+
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13);
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .user-frame {
+
.user-frame {
    width: 100%;
+
width: 100%;
    margin-bottom: 3em;
+
margin-bottom: 3em;
  }
+
}
 
}
 
}
 
.user-frame h3 {
 
.user-frame h3 {
  line-height: 34px;
+
line-height: 34px;
 
}
 
}
 
.user-frame p {
 
.user-frame p {
  color: rgba(0, 0, 0, 0.6);
+
color: rgba(0, 0, 0, 0.6);
 
}
 
}
 
.user-frame span {
 
.user-frame span {
  font-weight: bold;
+
font-weight: bold;
 
}
 
}
 
.user-frame small {
 
.user-frame small {
  color: #2A528A;
+
color: #2A528A;
 
}
 
}
 
 
#fh5co-slider {
 
#fh5co-slider {
  background: #1B8FAC;
+
background: #1B8FAC;
 
}
 
}
 
#fh5co-slider .heading h2, #fh5co-slider .heading p {
 
#fh5co-slider .heading h2, #fh5co-slider .heading p {
  color: #fff;
+
color: #fff;
 
}
 
}
 
#fh5co-slider .heading h2 {
 
#fh5co-slider .heading h2 {
  font-size: 40px;
+
font-size: 40px;
 
}
 
}
 
#fh5co-slider .heading p {
 
#fh5co-slider .heading p {
  font-style: 22px;
+
font-style: 22px;
 
}
 
}
 
 
#fh5co-hero {
 
#fh5co-hero {
  height: 500px !important;
+
height: 500px !important;
  background: url(../images/loader.gif) no-repeat center center;
+
background: url(../images/loader.gif) no-repeat center center;
 
}
 
}
 
#fh5co-hero .btn {
 
#fh5co-hero .btn {
  font-size: 24px;
+
font-size: 24px;
 
}
 
}
 
#fh5co-hero .btn.btn-primary {
 
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
+
padding: 14px 30px !important;
 
}
 
}
 
#fh5co-hero .flexslider {
 
#fh5co-hero .flexslider {
  border: none;
+
border: none;
  z-index: 1;
+
z-index: 1;
  margin-bottom: 0;
+
margin-bottom: 0;
 
}
 
}
 
#fh5co-hero .flexslider .slides {
 
#fh5co-hero .flexslider .slides {
  position: relative;
+
position: relative;
 
}
 
}
 
#fh5co-hero .flexslider .slides li {
 
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  background-size: cover;
+
background-size: cover;
  background-position: top center;
+
background-position: top center;
  height: 600px !important;
+
height: 600px !important;
  position: relative;
+
position: relative;
  -webkit-border-radius: 4px;
+
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
+
-moz-border-radius: 4px;
  -ms-border-radius: 4px;
+
-ms-border-radius: 4px;
  border-radius: 4px;
+
border-radius: 4px;
 
}
 
}
 
#fh5co-hero .flexslider .flex-control-nav {
 
#fh5co-hero .flexslider .flex-control-nav {
  top: -30px !important;
+
top: -30px !important;
  z-index: 1000;
+
z-index: 1000;
  right: 0;
+
right: 0;
  float: right;
+
float: right;
  width: auto;
+
width: auto;
 
}
 
}
 
#fh5co-hero .flexslider .flex-control-nav li {
 
#fh5co-hero .flexslider .flex-control-nav li {
  margin-bottom: 10px;
+
margin-bottom: 10px;
 
}
 
}
 
#fh5co-hero .flexslider .flex-control-nav li a {
 
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
+
background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
+
box-shadow: none;
  width: 12px;
+
width: 12px;
  height: 12px;
+
height: 12px;
  cursor: pointer;
+
cursor: pointer;
 
}
 
}
 
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
 
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
+
cursor: pointer;
  background: transparent;
+
background: transparent;
  border: 1px solid #fff;
+
border: 1px solid #fff;
 
}
 
}
 
#fh5co-hero .flexslider .flex-direction-nav {
 
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
+
display: none;
 
}
 
}
 
#fh5co-hero .flexslider .slider-text-bg .desc {
 
#fh5co-hero .flexslider .slider-text-bg .desc {
  margin-top: 9em;
+
margin-top: 9em;
  padding: 2em;
+
padding: 2em;
  background: #FEE856;
+
background: #FEE856;
  -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
+
-webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
+
-moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
+
box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
+
-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
+
-moz-border-radius: 10px;
  -ms-border-radius: 10px;
+
-ms-border-radius: 10px;
  border-radius: 10px;
+
border-radius: 10px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text-bg .desc p {
+
#fh5co-hero .flexslider .slider-text-bg .desc p {
    display: none;
+
display: none;
  }
+
 
}
 
}
#fh5co-hero .flexslider .slider-text,
 
#fh5co-hero .flexslider .slider-text-bg {
 
  display: table;
 
  opacity: 0;
 
  height: 600px;
 
  z-index: 9;
 
 
}
 
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner,
+
#fh5co-hero .flexslider .slider-text, #fh5co-hero .flexslider .slider-text-bg {
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
+
display: table;
  display: table-cell;
+
opacity: 0;
  vertical-align: middle;
+
height: 600px;
  min-height: 500px;
+
z-index: 9;
 +
}
 +
#fh5co-hero .flexslider .slider-text > .slider-text-inner, #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
 +
display: table-cell;
 +
vertical-align: middle;
 +
min-height: 500px;
 
}
 
}
 
 
.fh5co-bg-section {
 
.fh5co-bg-section {
  background: rgba(221, 53, 110, 0.03);
+
background: rgba(221, 53, 110, 0.03);
 +
}
 +
#fh5co-slider, #fh5co-about, #fh5co-wireframe, #fh5co-started, #fh5co-portfolio, #fh5co-blog, #fh5co-content-section, #fh5co-contact, #fh5co-footer {
 +
padding: 7em 0;
 +
clear: both;
 
}
 
}
  
#fh5co-slider,
 
#fh5co-about,
 
#fh5co-wireframe,
 
#fh5co-started,
 
#fh5co-portfolio,
 
#fh5co-blog,
 
#fh5co-content-section,
 
#fh5co-contact,
 
#fh5co-footer {
 
  padding: 7em 0;
 
  clear: both;
 
}
 
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-slider,
+
#fh5co-slider, #fh5co-about, #fh5co-wireframe, #fh5co-started, #fh5co-portfolio, #fh5co-blog, #fh5co-content-section, #fh5co-contact, #fh5co-footer {
  #fh5co-about,
+
padding: 3em 0;
  #fh5co-wireframe,
+
}
  #fh5co-started,
+
  #fh5co-portfolio,
+
  #fh5co-blog,
+
  #fh5co-content-section,
+
  #fh5co-contact,
+
  #fh5co-footer {
+
    padding: 3em 0;
+
  }
+
 
}
 
}
 
 
#fh5co-content {
 
#fh5co-content {
  border-bottom: 2px solid rgba(221, 53, 110, 0.1);
+
border-bottom: 2px solid rgba(221, 53, 110, 0.1);
 
}
 
}
 
 
#fh5co-started {
 
#fh5co-started {
  border-bottom: none;
+
border-bottom: none;
 
}
 
}
 
 
.fh5co-social-icons {
 
.fh5co-social-icons {
  margin: 0;
+
margin: 0;
  padding: 0;
+
padding: 0;
 
}
 
}
 
.fh5co-social-icons li {
 
.fh5co-social-icons li {
  margin: 0;
+
margin: 0;
  padding: 0;
+
padding: 0;
  list-style: none;
+
list-style: none;
  display: -moz-inline-stack;
+
display: -moz-inline-stack;
  display: inline-block;
+
display: inline-block;
  zoom: 1;
+
zoom: 1;
  *display: inline;
+
*display: inline;
 
}
 
}
 
.fh5co-social-icons li a {
 
.fh5co-social-icons li a {
  display: -moz-inline-stack;
+
display: -moz-inline-stack;
  display: inline-block;
+
display: inline-block;
  zoom: 1;
+
zoom: 1;
  *display: inline;
+
*display: inline;
  color: #BD0003;
+
color: #BD0003;
  padding-left: 10px;
+
padding-left: 10px;
  padding-right: 10px;
+
padding-right: 10px;
 
}
 
}
 
.fh5co-social-icons li a i {
 
.fh5co-social-icons li a i {
  font-size: 20px;
+
font-size: 20px;
 
}
 
}
 
 
.fh5co-heading {
 
.fh5co-heading {
  margin-bottom: 5em;
+
margin-bottom: 5em;
 
}
 
}
 
.fh5co-heading.fh5co-heading-sm {
 
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
+
margin-bottom: 2em;
 
}
 
}
 
.fh5co-heading h2 {
 
.fh5co-heading h2 {
  font-size: 40px;
+
font-size: 40px;
  margin-bottom: 20px;
+
margin-bottom: 20px;
  line-height: 1.5;
+
line-height: 1.5;
  color: #000;
+
color: #000;
 
}
 
}
 
.fh5co-heading p {
 
.fh5co-heading p {
  font-size: 18px;
+
font-size: 18px;
  line-height: 1.5;
+
line-height: 1.5;
  color: #828282;
+
color: #828282;
 
}
 
}
 
.fh5co-heading span {
 
.fh5co-heading span {
  display: block;
+
display: block;
  margin-bottom: 10px;
+
margin-bottom: 10px;
  text-transform: uppercase;
+
text-transform: uppercase;
  font-size: 12px;
+
font-size: 12px;
  letter-spacing: 2px;
+
letter-spacing: 2px;
 
}
 
}
 
 
#fh5co-started {
 
#fh5co-started {
  background-size: cover;
+
background-size: cover;
  background-position: center center;
+
background-position: center center;
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  position: relative;
+
position: relative;
  float: left;
+
float: left;
  width: 100%;
+
width: 100%;
 
}
 
}
 
#fh5co-started .overlay {
 
#fh5co-started .overlay {
  z-index: 0;
+
z-index: 0;
  position: absolute;
+
position: absolute;
  bottom: 0;
+
bottom: 0;
  top: 0;
+
top: 0;
  left: 0;
+
left: 0;
  right: 0;
+
right: 0;
  background: #BD0003;
+
background: #BD0003;
 
}
 
}
 
#fh5co-started .fh5co-heading {
 
#fh5co-started .fh5co-heading {
  margin-bottom: 0;
+
margin-bottom: 0;
 
}
 
}
 
#fh5co-started .fh5co-heading h2 {
 
#fh5co-started .fh5co-heading h2 {
  color: #fff;
+
color: #fff;
  margin-bottom: 20px !important;
+
margin-bottom: 20px !important;
 
}
 
}
 
#fh5co-started .fh5co-heading p {
 
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.8);
+
color: rgba(255, 255, 255, 0.8);
 
}
 
}
 
#fh5co-started .btn {
 
#fh5co-started .btn {
  height: 54px;
+
height: 54px;
  border: none !important;
+
border: none !important;
  background: #fff;
+
background: #fff;
  color: #BD0003;
+
color: #BD0003;
  font-size: 16px;
+
font-size: 16px;
  text-transform: uppercase;
+
text-transform: uppercase;
  font-weight: 400;
+
font-weight: 400;
  padding-left: 50px;
+
padding-left: 50px;
  padding-right: 50px;
+
padding-right: 50px;
 
}
 
}
 
 
.member {
 
.member {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
 
}
 
}
 
.member .author {
 
.member .author {
  background-size: cover;
+
background-size: cover;
  background-position: center center;
+
background-position: center center;
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  position: relative;
+
position: relative;
  height: 400px;
+
height: 400px;
 
}
 
}
 
.member .desc {
 
.member .desc {
  width: 80%;
+
width: 80%;
  margin: 0 auto;
+
margin: 0 auto;
  margin-top: 4em;
+
margin-top: 4em;
 
}
 
}
 
.member .desc h3 {
 
.member .desc h3 {
  margin-bottom: 10px;
+
margin-bottom: 10px;
 
}
 
}
 
.member .desc span {
 
.member .desc span {
  display: block;
+
display: block;
  margin-bottom: 20px;
+
margin-bottom: 20px;
  font-size: 14px;
+
font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
+
color: rgba(0, 0, 0, 0.3);
 
}
 
}
 
 
.fh5co-blog {
 
.fh5co-blog {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
  margin-bottom: 40px;
+
margin-bottom: 40px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-blog {
+
.fh5co-blog {
    width: 100%;
+
width: 100%;
  }
+
}
 
}
 
}
 
.fh5co-blog .blog-bg {
 
.fh5co-blog .blog-bg {
  display: block;
+
display: block;
  width: 100%;
+
width: 100%;
  background-size: cover;
+
background-size: cover;
  background-position: center center;
+
background-position: center center;
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  position: relative;
+
position: relative;
  height: 300px;
+
height: 300px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-blog .blog-bg {
+
.fh5co-blog .blog-bg {
    height: 400px;
+
height: 400px;
  }
+
}
 
}
 
}
 
.fh5co-blog .blog-text {
 
.fh5co-blog .blog-text {
  margin-bottom: 30px;
+
margin-bottom: 30px;
  position: relative;
+
position: relative;
  width: 100%;
+
width: 100%;
  padding: 30px;
+
padding: 30px;
  float: left;
+
float: left;
  background: #fff;
+
background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
+
-webkit-transition: 0.3s;
  -o-transition: 0.3s;
+
-o-transition: 0.3s;
  transition: 0.3s;
+
transition: 0.3s;
 
}
 
}
 
.fh5co-blog .blog-text span {
 
.fh5co-blog .blog-text span {
  display: inline-block;
+
display: inline-block;
  margin-bottom: 20px;
+
margin-bottom: 20px;
  font-size: 14px !important;
+
font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
+
color: rgba(0, 0, 0, 0.3);
 
}
 
}
 
.fh5co-blog .blog-text .stuff {
 
.fh5co-blog .blog-text .stuff {
  margin: 0;
+
margin: 0;
  padding: 0;
+
padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
+
border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
+
padding-top: 20px;
 
}
 
}
 
.fh5co-blog .blog-text .stuff li {
 
.fh5co-blog .blog-text .stuff li {
  list-style: none;
+
list-style: none;
  display: inline-block;
+
display: inline-block;
  margin-left: 10px;
+
margin-left: 10px;
 
}
 
}
 
.fh5co-blog .blog-text .stuff li:first-child {
 
.fh5co-blog .blog-text .stuff li:first-child {
  margin-left: 0;
+
margin-left: 0;
 
}
 
}
 
.fh5co-blog .blog-text .stuff li:last-child {
 
.fh5co-blog .blog-text .stuff li:last-child {
  float: right;
+
float: right;
 
}
 
}
 
.fh5co-blog .blog-text .stuff li:last-child i {
 
.fh5co-blog .blog-text .stuff li:last-child i {
  padding-right: 0;
+
padding-right: 0;
  padding-left: 10px;
+
padding-left: 10px;
 
}
 
}
 
.fh5co-blog .blog-text .stuff li i {
 
.fh5co-blog .blog-text .stuff li i {
  font-size: 14px;
+
font-size: 14px;
  padding-right: 5px;
+
padding-right: 5px;
 
}
 
}
 
.fh5co-blog .blog-text h3 {
 
.fh5co-blog .blog-text h3 {
  font-size: 24px;
+
font-size: 24px;
  margin-bottom: 20px;
+
margin-bottom: 20px;
  line-height: 1.5;
+
line-height: 1.5;
 
}
 
}
 
.fh5co-blog .blog-text h3 a {
 
.fh5co-blog .blog-text h3 a {
  color: black;
+
color: black;
 
}
 
}
 
 
.fh5co-portfolio {
 
.fh5co-portfolio {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
  margin-bottom: 40px;
+
margin-bottom: 40px;
 
}
 
}
 
.fh5co-portfolio > a {
 
.fh5co-portfolio > a {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
 
}
 
}
 
.fh5co-portfolio > a:hover {
 
.fh5co-portfolio > a:hover {
  webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
+
webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
+
-moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
+
box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
 
}
 
}
 
.fh5co-portfolio .portfolio-entry {
 
.fh5co-portfolio .portfolio-entry {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
  background-size: cover;
+
background-size: cover;
  background-position: center center;
+
background-position: center center;
  background-repeat: no-repeat;
+
background-repeat: no-repeat;
  position: relative;
+
position: relative;
  height: 300px;
+
height: 300px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-portfolio .portfolio-entry {
+
.fh5co-portfolio .portfolio-entry {
    height: 400px;
+
height: 400px;
  }
+
}
 
}
 
}
 
.fh5co-portfolio .portfolio-text {
 
.fh5co-portfolio .portfolio-text {
  width: 100%;
+
width: 100%;
  float: left;
+
float: left;
  padding: 20px;
+
padding: 20px;
 
}
 
}
 
.fh5co-portfolio .portfolio-text .stuff {
 
.fh5co-portfolio .portfolio-text .stuff {
  margin: 0;
+
margin: 0;
  padding: 0;
+
padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
+
border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
+
padding-top: 20px;
 
}
 
}
 
.fh5co-portfolio .portfolio-text .stuff li {
 
.fh5co-portfolio .portfolio-text .stuff li {
  list-style: none;
+
list-style: none;
  display: inline-block;
+
display: inline-block;
  margin-left: 10px;
+
margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
+
color: rgba(0, 0, 0, 0.3);
 
}
 
}
 
.fh5co-portfolio .portfolio-text .stuff li:first-child {
 
.fh5co-portfolio .portfolio-text .stuff li:first-child {
  margin-left: 0;
+
margin-left: 0;
 
}
 
}
 
.fh5co-portfolio .portfolio-text .stuff li:last-child {
 
.fh5co-portfolio .portfolio-text .stuff li:last-child {
  float: right;
+
float: right;
 
}
 
}
 
.fh5co-portfolio .portfolio-text .stuff li i {
 
.fh5co-portfolio .portfolio-text .stuff li i {
  font-size: 14px;
+
font-size: 14px;
  padding-right: 5px;
+
padding-right: 5px;
 
}
 
}
 
 
.fh5co-team {
 
.fh5co-team {
  position: relative;
+
position: relative;
  background: #fff;
+
background: #fff;
  padding: 30px;
+
padding: 30px;
  border-radius: 5px;
+
border-radius: 5px;
  margin-bottom: 30px;
+
margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
+
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-team {
+
.fh5co-team {
    border-right: 0;
+
border-right: 0;
    margin-bottom: 80px;
+
margin-bottom: 80px;
  }
+
}
 
}
 
}
 
.fh5co-team h2 {
 
.fh5co-team h2 {
  font-size: 16px;
+
font-size: 16px;
  letter-spacing: 2px;
+
letter-spacing: 2px;
  text-transform: uppercase;
+
text-transform: uppercase;
  font-weight: bold;
+
font-weight: bold;
  margin-bottom: 50px;
+
margin-bottom: 50px;
 
}
 
}
 
.fh5co-team figure {
 
.fh5co-team figure {
  position: relative;
+
position: relative;
  top: 0px;
+
top: 0px;
  background-size: cover;
+
background-size: cover;
  margin-bottom: 20px;
+
margin-bottom: 20px;
 
}
 
}
 
.fh5co-team figure img {
 
.fh5co-team figure img {
  width: 150px;
+
width: 150px;
  height: 150px;
+
height: 150px;
  border: 10px solid #fff;
+
border: 10px solid #fff;
  background-size: cover;
+
background-size: cover;
  -webkit-border-radius: 50%;
+
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
+
-moz-border-radius: 50%;
  -ms-border-radius: 50%;
+
-ms-border-radius: 50%;
  border-radius: 50%;
+
border-radius: 50%;
 
}
 
}
 
.fh5co-team > div {
 
.fh5co-team > div {
  padding: 30px 30px 0 30px;
+
padding: 30px 30px 0 30px;
 
}
 
}
 
.fh5co-team > div h3 {
 
.fh5co-team > div h3 {
  margin-bottom: 0;
+
margin-bottom: 0;
  font-size: 20px;
+
font-size: 20px;
  color: #BD0003;
+
color: #BD0003;
 
}
 
}
 
.fh5co-team > div .position {
 
.fh5co-team > div .position {
  color: #d9d9d9;
+
color: #d9d9d9;
  margin-bottom: 30px;
+
margin-bottom: 30px;
 
}
 
}
.fh5co-team > div,
+
.fh5co-team > div, .fh5co-team blockquote {
.fh5co-team blockquote {
+
border: none;
  border: none;
+
padding: 0;
  padding: 0;
+
margin-bottom: 20px;
  margin-bottom: 20px;
+
 
}
 
}
.fh5co-team > div p,
+
.fh5co-team > div p, .fh5co-team blockquote p {
.fh5co-team blockquote p {
+
font-size: 16px;
  font-size: 16px;
+
line-height: 1.5;
  line-height: 1.5;
+
color: #555555;
  color: #555555;
+
 
}
 
}
 
.fh5co-team span {
 
.fh5co-team span {
  color: #b3b3b3;
+
color: #b3b3b3;
 
}
 
}
 
 
#fh5co-footer .fh5co-footer-links {
 
#fh5co-footer .fh5co-footer-links {
  padding: 0;
+
padding: 0;
  margin: 0;
+
margin: 0;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
+
#fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
+
margin-bottom: 30px;
  }
+
}
 
}
 
}
 
#fh5co-footer .fh5co-footer-links li {
 
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
+
padding: 0;
  margin: 0;
+
margin: 0;
  list-style: none;
+
list-style: none;
 
}
 
}
 
#fh5co-footer .fh5co-footer-links li a {
 
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
+
color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
+
text-decoration: none;
 
}
 
}
 
#fh5co-footer .fh5co-footer-links li a:hover {
 
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
+
text-decoration: underline;
 
}
 
}
 
#fh5co-footer .fh5co-widget {
 
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
+
margin-bottom: 30px;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
+
#fh5co-footer .fh5co-widget {
    text-align: left;
+
text-align: left;
  }
+
}
 
}
 
}
 
#fh5co-footer .fh5co-widget h4 {
 
#fh5co-footer .fh5co-widget h4 {
  margin-bottom: 30px;
+
margin-bottom: 30px;
  font-size: 20px;
+
font-size: 20px;
 
}
 
}
 
#fh5co-footer .copyright .block {
 
#fh5co-footer .copyright .block {
  display: block;
+
display: block;
 
}
 
}
 
 
.contact-info {
 
.contact-info {
  margin-bottom: 4em;
+
margin-bottom: 4em;
  padding: 0;
+
padding: 0;
 
}
 
}
 
.contact-info li {
 
.contact-info li {
  list-style: none;
+
list-style: none;
  margin: 0 0 20px 0;
+
margin: 0 0 20px 0;
  position: relative;
+
position: relative;
  padding-left: 40px;
+
padding-left: 40px;
  color: #000;
+
color: #000;
 
}
 
}
 
.contact-info li i {
 
.contact-info li i {
  position: absolute;
+
position: absolute;
  top: .3em;
+
top: .3em;
  left: 0;
+
left: 0;
  font-size: 22px;
+
font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
+
color: rgba(0, 0, 0, 0.3);
 
}
 
}
 
.contact-info li a {
 
.contact-info li a {
  color: #000;
+
color: #000;
 
}
 
}
 
 
.form-control {
 
.form-control {
  -webkit-box-shadow: none;
+
-webkit-box-shadow: none;
  -moz-box-shadow: none;
+
-moz-box-shadow: none;
  -ms-box-shadow: none;
+
-ms-box-shadow: none;
  -o-box-shadow: none;
+
-o-box-shadow: none;
  box-shadow: none;
+
box-shadow: none;
  border: none;
+
border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
+
border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
+
font-size: 18px;
  font-weight: 300;
+
font-weight: 300;
  -webkit-border-radius: 4px;
+
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
+
-moz-border-radius: 4px;
  -ms-border-radius: 4px;
+
-ms-border-radius: 4px;
  border-radius: 4px;
+
border-radius: 4px;
 
}
 
}
 
.form-control:focus, .form-control:active {
 
.form-control:focus, .form-control:active {
  box-shadow: none;
+
box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
+
border: 2px solid rgba(0, 0, 0, 0.8);
 
}
 
}
 
 
input[type="text"] {
 
input[type="text"] {
  height: 50px;
+
height: 50px;
 
}
 
}
 
 
.form-group {
 
.form-group {
  margin-bottom: 30px;
+
margin-bottom: 30px;
 
}
 
}
 
 
#fh5co-offcanvas {
 
#fh5co-offcanvas {
  position: absolute;
+
position: absolute;
  z-index: 1901;
+
z-index: 1901;
  width: 270px;
+
width: 270px;
  background: black;
+
background: black;
  top: 0;
+
top: 0;
  right: 0;
+
right: 0;
  top: 0;
+
top: 0;
  bottom: 0;
+
bottom: 0;
  padding: 75px 40px 40px 40px;
+
padding: 75px 40px 40px 40px;
  overflow-y: auto;
+
overflow-y: auto;
  display: none;
+
display: none;
  -moz-transform: translateX(270px);
+
-moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
+
-webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
+
-ms-transform: translateX(270px);
  -o-transform: translateX(270px);
+
-o-transform: translateX(270px);
  transform: translateX(270px);
+
transform: translateX(270px);
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
+
#fh5co-offcanvas {
    display: block;
+
display: block;
  }
+
}
 
}
 
}
 
.offcanvas #fh5co-offcanvas {
 
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
+
-moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
+
-webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
+
-ms-transform: translateX(0px);
  -o-transform: translateX(0px);
+
-o-transform: translateX(0px);
  transform: translateX(0px);
+
transform: translateX(0px);
 
}
 
}
 
#fh5co-offcanvas a {
 
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
+
color: rgba(255, 255, 255, 0.5);
 
}
 
}
 
#fh5co-offcanvas a:hover {
 
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
+
color: rgba(255, 255, 255, 0.8);
 
}
 
}
 
#fh5co-offcanvas ul {
 
#fh5co-offcanvas ul {
  padding: 0;
+
padding: 0;
  margin: 0;
+
margin: 0;
 
}
 
}
 
#fh5co-offcanvas ul li {
 
#fh5co-offcanvas ul li {
  padding: 0;
+
padding: 0;
  margin: 0;
+
margin: 0;
  list-style: none;
+
list-style: none;
 
}
 
}
 
#fh5co-offcanvas ul li > ul {
 
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
+
padding-left: 20px;
  display: none;
+
display: none;
 
}
 
}
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
+
display: block;
  position: relative;
+
position: relative;
 
}
 
}
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
+
position: absolute;
  right: 0px;
+
right: 0px;
  font-family: 'icomoon';
+
font-family: 'icomoon';
  speak: none;
+
speak: none;
  font-style: normal;
+
font-style: normal;
  font-weight: normal;
+
font-weight: normal;
  font-variant: normal;
+
font-variant: normal;
  text-transform: none;
+
text-transform: none;
  line-height: 1;
+
line-height: 1;
  /* Better Font Rendering =========== */
+
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
+
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
+
-moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
+
content: "\ebfc";
  font-size: 20px;
+
font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
+
color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
 
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
+
-webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
+
-moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
+
-ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
+
-o-transform: rotate(-180deg);
  transform: rotate(-180deg);
+
transform: rotate(-180deg);
 
}
 
}
 
 
.uppercase {
 
.uppercase {
  font-size: 14px;
+
font-size: 14px;
  color: #000;
+
color: #000;
  margin-bottom: 10px;
+
margin-bottom: 10px;
  font-weight: 700;
+
font-weight: 700;
  text-transform: uppercase;
+
text-transform: uppercase;
 
}
 
}
 
 
.gototop {
 
.gototop {
  position: fixed;
+
position: fixed;
  bottom: 20px;
+
bottom: 20px;
  right: 20px;
+
right: 20px;
  z-index: 999;
+
z-index: 999;
  opacity: 0;
+
opacity: 0;
  visibility: hidden;
+
visibility: hidden;
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
 
}
 
}
 
.gototop.active {
 
.gototop.active {
  opacity: 1;
+
opacity: 1;
  visibility: visible;
+
visibility: visible;
 
}
 
}
 
.gototop a {
 
.gototop a {
  width: 50px;
+
width: 50px;
  height: 50px;
+
height: 50px;
  display: table;
+
display: table;
  background: rgba(0, 0, 0, 0.5);
+
background: rgba(0, 0, 0, 0.5);
  color: #fff;
+
color: #fff;
  text-align: center;
+
text-align: center;
  -webkit-border-radius: 4px;
+
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
+
-moz-border-radius: 4px;
  -ms-border-radius: 4px;
+
-ms-border-radius: 4px;
  border-radius: 4px;
+
border-radius: 4px;
 
}
 
}
 
.gototop a i {
 
.gototop a i {
  height: 50px;
+
height: 50px;
  display: table-cell;
+
display: table-cell;
  vertical-align: middle;
+
vertical-align: middle;
 
}
 
}
 
.gototop a:hover, .gototop a:active, .gototop a:focus {
 
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
+
text-decoration: none;
  outline: none;
+
outline: none;
 
}
 
}
 
 
.fh5co-nav-toggle {
 
.fh5co-nav-toggle {
  width: 25px;
+
width: 25px;
  height: 25px;
+
height: 25px;
  cursor: pointer;
+
cursor: pointer;
  text-decoration: none;
+
text-decoration: none;
  top: 25px !important;
+
top: 25px !important;
 
}
 
}
 
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
 
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
+
background: #444;
 
}
 
}
 
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
 
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
+
outline: none;
  border-bottom: none !important;
+
border-bottom: none !important;
 
}
 
}
 
.fh5co-nav-toggle i {
 
.fh5co-nav-toggle i {
  position: relative;
+
position: relative;
  display: inline-block;
+
display: inline-block;
  width: 25px;
+
width: 25px;
  height: 2px;
+
height: 2px;
  color: #252525;
+
color: #252525;
  font: bold 14px/.4 Helvetica;
+
font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
+
text-transform: uppercase;
  text-indent: -55px;
+
text-indent: -55px;
  background: #252525;
+
background: #252525;
  transition: all .2s ease-out;
+
transition: all .2s ease-out;
 
}
 
}
 
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
 
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
+
content: '';
  width: 25px;
+
width: 25px;
  height: 2px;
+
height: 2px;
  background: #252525;
+
background: #252525;
  position: absolute;
+
position: absolute;
  left: 0;
+
left: 0;
  transition: all .2s ease-out;
+
transition: all .2s ease-out;
 
}
 
}
 
.fh5co-nav-toggle.fh5co-nav-white > i {
 
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
+
color: #fff;
  background: #000;
+
background: #000;
 
}
 
}
 
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
 
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
+
background: #000;
 
}
 
}
 
 
.fh5co-nav-toggle i::before {
 
.fh5co-nav-toggle i::before {
  top: -7px;
+
top: -7px;
 
}
 
}
 
 
.fh5co-nav-toggle i::after {
 
.fh5co-nav-toggle i::after {
  bottom: -7px;
+
bottom: -7px;
 
}
 
}
 
 
.fh5co-nav-toggle:hover i::before {
 
.fh5co-nav-toggle:hover i::before {
  top: -10px;
+
top: -10px;
 
}
 
}
 
 
.fh5co-nav-toggle:hover i::after {
 
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
+
bottom: -10px;
 
}
 
}
 
 
.fh5co-nav-toggle.active i {
 
.fh5co-nav-toggle.active i {
  background: transparent;
+
background: transparent;
 
}
 
}
 
 
.fh5co-nav-toggle.active i::before {
 
.fh5co-nav-toggle.active i::before {
  top: 0;
+
top: 0;
  -webkit-transform: rotateZ(45deg);
+
-webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
+
-moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
+
-ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
+
-o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
+
transform: rotateZ(45deg);
  background: #fff;
+
background: #fff;
 
}
 
}
 
 
.fh5co-nav-toggle.active i::after {
 
.fh5co-nav-toggle.active i::after {
  bottom: 0;
+
bottom: 0;
  -webkit-transform: rotateZ(-45deg);
+
-webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
+
-moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
+
-ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
+
-o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
+
transform: rotateZ(-45deg);
  background: #fff;
+
background: #fff;
 
}
 
}
 
 
.fh5co-nav-toggle {
 
.fh5co-nav-toggle {
  position: absolute;
+
position: absolute;
  right: 0px;
+
right: 0px;
  top: 65px;
+
top: 65px;
  z-index: 21;
+
z-index: 21;
  padding: 6px 0 0 0;
+
padding: 6px 0 0 0;
  display: block;
+
display: block;
  margin: 0 auto;
+
margin: 0 auto;
  display: none;
+
display: none;
  height: 44px;
+
height: 44px;
  width: 44px;
+
width: 44px;
  z-index: 2001;
+
z-index: 2001;
  border-bottom: none !important;
+
border-bottom: none !important;
 
}
 
}
 +
 
@media screen and (max-width: 768px) {
 
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
+
.fh5co-nav-toggle {
    display: block;
+
display: block;
  }
+
}
 
}
 
}
 
 
.btn {
 
.btn {
  margin-right: 4px;
+
margin-right: 4px;
  margin-bottom: 4px;
+
margin-bottom: 4px;
  font-family: "Inconsolata", Arial, sans-serif;
+
font-family: "Inconsolata", Arial, sans-serif;
  font-size: 16px;
+
font-size: 16px;
  font-weight: 400;
+
font-weight: 400;
  -webkit-border-radius: 30px;
+
-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
+
-moz-border-radius: 30px;
  -ms-border-radius: 30px;
+
-ms-border-radius: 30px;
  border-radius: 30px;
+
border-radius: 30px;
  -webkit-transition: 0.5s;
+
-webkit-transition: 0.5s;
  -o-transition: 0.5s;
+
-o-transition: 0.5s;
  transition: 0.5s;
+
transition: 0.5s;
  padding: 8px 20px;
+
padding: 8px 20px;
 
}
 
}
 
.btn.btn-md {
 
.btn.btn-md {
  padding: 8px 20px !important;
+
padding: 8px 20px !important;
 
}
 
}
 
.btn.btn-lg {
 
.btn.btn-lg {
  padding: 18px 36px !important;
+
padding: 18px 36px !important;
 
}
 
}
 
.btn:hover, .btn:active, .btn:focus {
 
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
+
box-shadow: none !important;
  outline: none !important;
+
outline: none !important;
 
}
 
}
 
 
.btn-primary {
 
.btn-primary {
  background: #BD0003;
+
background: #BD0003;
  color: #fff;
+
color: #fff;
  border: 2px solid #BD0003;
+
border: 2px solid #BD0003;
 
}
 
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #e14b7e !important;
+
background: #e14b7e !important;
  border-color: #e14b7e !important;
+
border-color: #e14b7e !important;
 
}
 
}
 
.btn-primary.btn-outline {
 
.btn-primary.btn-outline {
  background: transparent;
+
background: transparent;
  color: #BD0003;
+
color: #BD0003;
  border: 2px solid #BD0003;
+
border: 2px solid #BD0003;
 
}
 
}
 
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
 
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #BD0003;
+
background: #BD0003;
  color: #fff;
+
color: #fff;
 
}
 
}
 
 
.btn-success {
 
.btn-success {
  background: #5cb85c;
+
background: #5cb85c;
  color: #fff;
+
color: #fff;
  border: 2px solid #5cb85c;
+
border: 2px solid #5cb85c;
 
}
 
}
 
.btn-success:hover, .btn-success:focus, .btn-success:active {
 
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
+
background: #4cae4c !important;
  border-color: #4cae4c !important;
+
border-color: #4cae4c !important;
 
}
 
}
 
.btn-success.btn-outline {
 
.btn-success.btn-outline {
  background: transparent;
+
background: transparent;
  color: #5cb85c;
+
color: #5cb85c;
  border: 2px solid #5cb85c;
+
border: 2px solid #5cb85c;
 
}
 
}
 
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
 
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
+
background: #5cb85c;
  color: #fff;
+
color: #fff;
 
}
 
}
 
 
.btn-info {
 
.btn-info {
  background: #5bc0de;
+
background: #5bc0de;
  color: #fff;
+
color: #fff;
  border: 2px solid #5bc0de;
+
border: 2px solid #5bc0de;
 
}
 
}
 
.btn-info:hover, .btn-info:focus, .btn-info:active {
 
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
+
background: #46b8da !important;
  border-color: #46b8da !important;
+
border-color: #46b8da !important;
 
}
 
}
 
.btn-info.btn-outline {
 
.btn-info.btn-outline {
  background: transparent;
+
background: transparent;
  color: #5bc0de;
+
color: #5bc0de;
  border: 2px solid #5bc0de;
+
border: 2px solid #5bc0de;
 
}
 
}
 
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
 
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
+
background: #5bc0de;
  color: #fff;
+
color: #fff;
 
}
 
}
 
 
.btn-warning {
 
.btn-warning {
  background: #f0ad4e;
+
background: #f0ad4e;
  color: #fff;
+
color: #fff;
  border: 2px solid #f0ad4e;
+
border: 2px solid #f0ad4e;
 
}
 
}
 
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
 
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
+
background: #eea236 !important;
  border-color: #eea236 !important;
+
border-color: #eea236 !important;
 
}
 
}
 
.btn-warning.btn-outline {
 
.btn-warning.btn-outline {
  background: transparent;
+
background: transparent;
  color: #f0ad4e;
+
color: #f0ad4e;
  border: 2px solid #f0ad4e;
+
border: 2px solid #f0ad4e;
 
}
 
}
 
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
 
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
+
background: #f0ad4e;
  color: #fff;
+
color: #fff;
 
}
 
}
 
 
.btn-danger {
 
.btn-danger {
  background: #d9534f;
+
background: #d9534f;
  color: #fff;
+
color: #fff;
  border: 2px solid #d9534f;
+
border: 2px solid #d9534f;
 
}
 
}
 
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
 
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
+
background: #d43f3a !important;
  border-color: #d43f3a !important;
+
border-color: #d43f3a !important;
 
}
 
}
 
.btn-danger.btn-outline {
 
.btn-danger.btn-outline {
  background: transparent;
+
background: transparent;
  color: #d9534f;
+
color: #d9534f;
  border: 2px solid #d9534f;
+
border: 2px solid #d9534f;
 
}
 
}
 
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
 
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
+
background: #d9534f;
  color: #fff;
+
color: #fff;
 
}
 
}
 
 
.btn-outline {
 
.btn-outline {
  background: none;
+
background: none;
  border: 2px solid gray;
+
border: 2px solid gray;
  font-size: 16px;
+
font-size: 16px;
  -webkit-transition: 0.3s;
+
-webkit-transition: 0.3s;
  -o-transition: 0.3s;
+
-o-transition: 0.3s;
  transition: 0.3s;
+
transition: 0.3s;
 
}
 
}
 
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
 
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
+
box-shadow: none;
 
}
 
}
 
 
.btn.with-arrow {
 
.btn.with-arrow {
  position: relative;
+
position: relative;
  -webkit-transition: 0.3s;
+
-webkit-transition: 0.3s;
  -o-transition: 0.3s;
+
-o-transition: 0.3s;
  transition: 0.3s;
+
transition: 0.3s;
 
}
 
}
 
.btn.with-arrow i {
 
.btn.with-arrow i {
  visibility: hidden;
+
visibility: hidden;
  opacity: 0;
+
opacity: 0;
  position: absolute;
+
position: absolute;
  right: 0px;
+
right: 0px;
  top: 50%;
+
top: 50%;
  margin-top: -8px;
+
margin-top: -8px;
  -webkit-transition: 0.2s;
+
-webkit-transition: 0.2s;
  -o-transition: 0.2s;
+
-o-transition: 0.2s;
  transition: 0.2s;
+
transition: 0.2s;
 
}
 
}
 
.btn.with-arrow:hover {
 
.btn.with-arrow:hover {
  padding-right: 50px;
+
padding-right: 50px;
 
}
 
}
 
.btn.with-arrow:hover i {
 
.btn.with-arrow:hover i {
  color: #fff;
+
color: #fff;
  right: 18px;
+
right: 18px;
  visibility: visible;
+
visibility: visible;
  opacity: 1;
+
opacity: 1;
 
}
 
}
 
 
.form-control {
 
.form-control {
  box-shadow: none;
+
box-shadow: none;
  background: transparent;
+
background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
+
border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
+
height: 54px;
  font-size: 18px;
+
font-size: 18px;
  font-weight: 300;
+
font-weight: 300;
 
}
 
}
 
.form-control:active, .form-control:focus {
 
.form-control:active, .form-control:focus {
  outline: none;
+
outline: none;
  box-shadow: none;
+
box-shadow: none;
  border-color: #BD0003;
+
border-color: #BD0003;
 
}
 
}
 
 
.row-pb-md {
 
.row-pb-md {
  padding-bottom: 4em !important;
+
padding-bottom: 4em !important;
 
}
 
}
 
 
.row-pb-sm {
 
.row-pb-sm {
  padding-bottom: 2em !important;
+
padding-bottom: 2em !important;
 
}
 
}
 
 
.nopadding {
 
.nopadding {
  padding: 0 !important;
+
padding: 0 !important;
  margin: 0 !important;
+
margin: 0 !important;
 
}
 
}
 
 
.fh5co-loader {
 
.fh5co-loader {
  position: fixed;
+
position: fixed;
  left: 0px;
+
left: 0px;
  top: 0px;
+
top: 0px;
  width: 100%;
+
width: 100%;
  height: 100%;
+
height: 100%;/* z-index: 9999;  
  /* z-index: 9999;  
+
 
   background: url(../images/loader.gif) center no-repeat #fff; */
 
   background: url(../images/loader.gif) center no-repeat #fff; */
 
}
 
}
 
 
.js .animate-box {
 
.js .animate-box {
  opacity: 0;
+
opacity: 0;
 
}
 
}
  
 
/*# sourceMappingURL=style.css.map */
 
/*# sourceMappingURL=style.css.map */

Latest revision as of 22:58, 1 November 2017

/* IGEM BIT 字体的CSS 最后一次更新 庸庸 11/1/2017 9:20am Pacific time*/ @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg"); font-weight: normal; font-style: normal; } body { font-family: "Inconsolata", Arial, sans-serif; font-weight: 400; font-size: 18px; line-height: 1.7; color: #333333; background: #fff; }

  1. content {

width: 100%; padding: 0; margin: -12px 0 0; }

  1. page {

position: relative; overflow-x: hidden; width: 100%; height: 100%; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .offcanvas #page { overflow: hidden; position: absolute; } .offcanvas #page:after { -webkit-transition: 2s; -o-transition: 2s; transition: 2s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.7); content: ""; } a { -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } a:hover, a:active, a:focus { outline: none; text-decoration: none; } p { margin-bottom: 30px; text-shadow: 0px 0px; } picture_caption { color: #FFFFFF; font-family: cagliostro; font-size: 40px; } h1, h2, h3, h4, h5, h6, figure { color: #000; font-family: "Inconsolata", Arial, sans-serif; font-weight: 400; margin: 0 0 20px 0; } .copyrights { text-indent: -9999px; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

-webkit-selection {
color: #fff;
background: #BD0003;

}

-webkit-selection {

}

-moz-selection {
color: #fff;
background: #BD0003;

}

selection {

color: #fff; background: #BD0003; } .fh5co-nav { background: #fff; } .fh5co-nav .top-menu { padding: 28px 0; } .fh5co-nav #fh5co-logo { font-size: 32px; margin: 0; padding: 0; text-transform: uppercase; font-weight: 700; font-family: "Inconsolata", Arial, sans-serif; } .fh5co-nav #fh5co-logo a span { color: #BD0003; } .fh5co-nav a { padding: 5px 10px; color: #000; }

@media screen and (max-width: 768px) { .fh5co-nav .menu-1 { display: none; } } .fh5co-nav ul { padding: 0; margin: 5px 0 0 0; } .fh5co-nav ul li { padding: 0; margin: 0; list-style: none; display: inline; } .fh5co-nav ul li a { font-size: 18px; padding: 30px 15px; color: rgba(0, 0, 0, 0.7); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active { color: black; } .fh5co-nav ul li.has-dropdown { position: relative; } .fh5co-nav ul li.has-dropdown .dropdown { width: 140px; -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75); box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75); z-index: 1002; visibility: hidden; opacity: 0; position: absolute; top: 40px; left: 0; text-align: left; background: #000; padding: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -webkit-transition: 0s; -o-transition: 0s; transition: 0s; } .fh5co-nav ul li.has-dropdown .dropdown:before { bottom: 100%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #000; border-width: 8px; margin-left: -8px; } .fh5co-nav ul li.has-dropdown .dropdown li { display: block; margin-bottom: 7px; } .fh5co-nav ul li.has-dropdown .dropdown li:last-child { margin-bottom: 0; } .fh5co-nav ul li.has-dropdown .dropdown li a { padding: 2px 0; display: block; color: #999999; line-height: 1.2; text-transform: none; font-size: 13px; letter-spacing: 0; } .fh5co-nav ul li.has-dropdown .dropdown li a:hover { color: #fff; } .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a { color: #000; } .fh5co-nav ul li.btn-cta a { padding: 30px 0px !important; color: #fff; } .fh5co-nav ul li.btn-cta a span { background: #1B8FAC; padding: 4px 10px; display: -moz-inline-stack; display: inline-block; zoom: 1;

*display: inline;

-webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; border-radius: 100px; } .fh5co-nav ul li.btn-cta a:hover span { -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); } .fh5co-nav ul li.active > a { color: #000 !important; position: relative; } .fh5co-nav ul li.active > a:after { position: absolute; bottom: 25px; left: 0; right: 0; content: ; width: 30px; height: 2px; background: #BD0003; margin: 0 auto; }

  1. fh5co-counter, .fh5co-bg, .product {

background-size: cover; background-position: top center; background-repeat: no-repeat; position: relative; } .fh5co-video { overflow: hidden; }

@media screen and (max-width: 992px) { .fh5co-video { height: 450px; } } .fh5co-video a { z-index: 1001; position: absolute; top: 50%; left: 50%; margin-top: -45px; margin-left: -45px; width: 90px; height: 90px; display: table; text-align: center; background: #fff; -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75); -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75); -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75); box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .fh5co-video a i { text-align: center; display: table-cell; vertical-align: middle; font-size: 40px; } .fh5co-video .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .fh5co-video:hover .overlay { background: rgba(0, 0, 0, 0.7); } .fh5co-video:hover a { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

  1. fh5co-header .display-tc, .fh5co-cover .display-tc {

display: table-cell !important; vertical-align: middle; }

  1. fh5co-header .display-tc h1, #fh5co-header .display-tc h2, .fh5co-cover .display-tc h1, .fh5co-cover .display-tc h2 {

margin: 0; padding: 0; color: black; }

  1. fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {

margin-bottom: 20px; font-size: 54px; line-height: 1.3; font-weight: 300; }

@media screen and (max-width: 768px) {

  1. fh5co-header .display-tc h1, .fh5co-cover .display-tc h1 {

font-size: 30px; } }

  1. fh5co-header .display-tc h2, .fh5co-cover .display-tc h2 {

font-size: 20px; line-height: 1.5; margin-bottom: 30px; }

  1. fh5co-header .display-tc .btn, .fh5co-cover .display-tc .btn {

padding: 15px 30px; color: #fff; border: none !important; font-size: 18px; }

@media screen and (max-width: 768px) {

  1. fh5co-header .display-tc .btn, .fh5co-cover .display-tc .btn {

width: 80%; margin: 0 auto; } }

  1. fh5co-header .display-tc .btn.btn-learn, .fh5co-cover .display-tc .btn.btn-learn {

background: #fee856; border: none; color: #000 !important; }

  1. fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus, .fh5co-cover .display-tc .btn.btn-learn:hover, .fh5co-cover .display-tc .btn.btn-learn:focus {

background: rgba(254, 232, 86, 0.9) !important; color: #000 !important; }

  1. fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus, .fh5co-cover .display-tc .btn:hover, .fh5co-cover .display-tc .btn:focus {

color: #fff !important; }

  1. fh5co-header .display-tc .btn.btn-demo, .fh5co-cover .display-tc .btn.btn-demo {

background: #BD0003; border: none; }

  1. fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus, .fh5co-cover .display-tc .btn.btn-demo:hover, .fh5co-cover .display-tc .btn.btn-demo:focus {

background: rgba(221, 53, 110, 0.9) !important; color: #fff !important; }

  1. fh5co-header .display-tc .btn:hover, .fh5co-cover .display-tc .btn:hover {

background: #BD0003 !important; -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }

  1. fh5co-header .display-tc .form-inline .form-group, .fh5co-cover .display-tc .form-inline .form-group {

width: 100% !important; margin-bottom: 10px; }

  1. fh5co-header .display-tc .form-inline .form-group .form-control, .fh5co-cover .display-tc .form-inline .form-group .form-control {

width: 100%; background: #fff; border: none; }

  1. fh5co-features {

background: #FEE856; }

  1. fh5co-features .services-padding {

padding: 7em 0; }

  1. fh5co-features .feature-left {

margin-bottom: 40px; float: left; }

@media screen and (max-width: 992px) {

  1. fh5co-features .feature-left {

margin-bottom: 30px; } }

  1. fh5co-features .feature-left .icon i {

font-size: 30px; color: #1a1a1a !important; }

  1. fh5co-features .feature-left .icon {

display: table; float: left; text-align: center; width: 60px; height: 60px; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; }

  1. fh5co-features .feature-left .icon i {

display: table-cell; vertical-align: middle; height: 60px; color: #BD0003 !important; }

  1. fh5co-features .feature-left .feature-copy {

float: right; width: 78%; }

@media screen and (max-width: 768px) {

  1. fh5co-features .feature-left .feature-copy {

width: 84%; } }

@media screen and (max-width: 480px) {

  1. fh5co-features .feature-left .feature-copy {

width: 70%; } }

  1. fh5co-features .feature-left h3 {

font-size: 24px; font-weight: 400; }

  1. fh5co-features .feature-left p {

font-size: 15px; }

  1. fh5co-features .feature-left p:last-child {

margin-bottom: 0; }

  1. fh5co-features .feature-left p a {

color: #000 !important; }

  1. fh5co-features .ipad-bg {

background-size: cover; background-position: top center; background-repeat: no-repeat; position: relative; height: 430px; }

@media screen and (max-width: 768px) {

  1. fh5co-features .ipad-bg {

height: 210px; } }

@media screen and (max-width: 480px) {

  1. fh5co-features .ipad-bg {

display: none; } }

  1. fh5co-wireframe {

border: none !important; }

  1. fh5co-wireframe blockquote {

border: none; padding: 0; font-weight: bold; } .user-frame { width: 90%; padding: 3em; -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13); box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13); }

@media screen and (max-width: 768px) { .user-frame { width: 100%; margin-bottom: 3em; } } .user-frame h3 { line-height: 34px; } .user-frame p { color: rgba(0, 0, 0, 0.6); } .user-frame span { font-weight: bold; } .user-frame small { color: #2A528A; }

  1. fh5co-slider {

background: #1B8FAC; }

  1. fh5co-slider .heading h2, #fh5co-slider .heading p {

color: #fff; }

  1. fh5co-slider .heading h2 {

font-size: 40px; }

  1. fh5co-slider .heading p {

font-style: 22px; }

  1. fh5co-hero {

height: 500px !important; background: url(../images/loader.gif) no-repeat center center; }

  1. fh5co-hero .btn {

font-size: 24px; }

  1. fh5co-hero .btn.btn-primary {

padding: 14px 30px !important; }

  1. fh5co-hero .flexslider {

border: none; z-index: 1; margin-bottom: 0; }

  1. fh5co-hero .flexslider .slides {

position: relative; }

  1. fh5co-hero .flexslider .slides li {

background-repeat: no-repeat; background-size: cover; background-position: top center; height: 600px !important; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; }

  1. fh5co-hero .flexslider .flex-control-nav {

top: -30px !important; z-index: 1000; right: 0; float: right; width: auto; }

  1. fh5co-hero .flexslider .flex-control-nav li {

margin-bottom: 10px; }

  1. fh5co-hero .flexslider .flex-control-nav li a {

background: rgba(255, 255, 255, 0.3); box-shadow: none; width: 12px; height: 12px; cursor: pointer; }

  1. fh5co-hero .flexslider .flex-control-nav li a.flex-active {

cursor: pointer; background: transparent; border: 1px solid #fff; }

  1. fh5co-hero .flexslider .flex-direction-nav {

display: none; }

  1. fh5co-hero .flexslider .slider-text-bg .desc {

margin-top: 9em; padding: 2em; background: #FEE856; -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13); box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }

@media screen and (max-width: 768px) {

  1. fh5co-hero .flexslider .slider-text-bg .desc p {

display: none; } }

  1. fh5co-hero .flexslider .slider-text, #fh5co-hero .flexslider .slider-text-bg {

display: table; opacity: 0; height: 600px; z-index: 9; }

  1. fh5co-hero .flexslider .slider-text > .slider-text-inner, #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {

display: table-cell; vertical-align: middle; min-height: 500px; } .fh5co-bg-section { background: rgba(221, 53, 110, 0.03); }

  1. fh5co-slider, #fh5co-about, #fh5co-wireframe, #fh5co-started, #fh5co-portfolio, #fh5co-blog, #fh5co-content-section, #fh5co-contact, #fh5co-footer {

padding: 7em 0; clear: both; }

@media screen and (max-width: 768px) {

  1. fh5co-slider, #fh5co-about, #fh5co-wireframe, #fh5co-started, #fh5co-portfolio, #fh5co-blog, #fh5co-content-section, #fh5co-contact, #fh5co-footer {

padding: 3em 0; } }

  1. fh5co-content {

border-bottom: 2px solid rgba(221, 53, 110, 0.1); }

  1. fh5co-started {

border-bottom: none; } .fh5co-social-icons { margin: 0; padding: 0; } .fh5co-social-icons li { margin: 0; padding: 0; list-style: none; display: -moz-inline-stack; display: inline-block; zoom: 1;

*display: inline;

} .fh5co-social-icons li a { display: -moz-inline-stack; display: inline-block; zoom: 1;

*display: inline;

color: #BD0003; padding-left: 10px; padding-right: 10px; } .fh5co-social-icons li a i { font-size: 20px; } .fh5co-heading { margin-bottom: 5em; } .fh5co-heading.fh5co-heading-sm { margin-bottom: 2em; } .fh5co-heading h2 { font-size: 40px; margin-bottom: 20px; line-height: 1.5; color: #000; } .fh5co-heading p { font-size: 18px; line-height: 1.5; color: #828282; } .fh5co-heading span { display: block; margin-bottom: 10px; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; }

  1. fh5co-started {

background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; float: left; width: 100%; }

  1. fh5co-started .overlay {

z-index: 0; position: absolute; bottom: 0; top: 0; left: 0; right: 0; background: #BD0003; }

  1. fh5co-started .fh5co-heading {

margin-bottom: 0; }

  1. fh5co-started .fh5co-heading h2 {

color: #fff; margin-bottom: 20px !important; }

  1. fh5co-started .fh5co-heading p {

color: rgba(255, 255, 255, 0.8); }

  1. fh5co-started .btn {

height: 54px; border: none !important; background: #fff; color: #BD0003; font-size: 16px; text-transform: uppercase; font-weight: 400; padding-left: 50px; padding-right: 50px; } .member { width: 100%; float: left; } .member .author { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; height: 400px; } .member .desc { width: 80%; margin: 0 auto; margin-top: 4em; } .member .desc h3 { margin-bottom: 10px; } .member .desc span { display: block; margin-bottom: 20px; font-size: 14px; color: rgba(0, 0, 0, 0.3); } .fh5co-blog { width: 100%; float: left; margin-bottom: 40px; }

@media screen and (max-width: 768px) { .fh5co-blog { width: 100%; } } .fh5co-blog .blog-bg { display: block; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; height: 300px; }

@media screen and (max-width: 768px) { .fh5co-blog .blog-bg { height: 400px; } } .fh5co-blog .blog-text { margin-bottom: 30px; position: relative; width: 100%; padding: 30px; float: left; background: #fff; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .fh5co-blog .blog-text span { display: inline-block; margin-bottom: 20px; font-size: 14px !important; color: rgba(0, 0, 0, 0.3); } .fh5co-blog .blog-text .stuff { margin: 0; padding: 0; border-top: 1px solid rgba(0, 0, 0, 0.05); padding-top: 20px; } .fh5co-blog .blog-text .stuff li { list-style: none; display: inline-block; margin-left: 10px; } .fh5co-blog .blog-text .stuff li:first-child { margin-left: 0; } .fh5co-blog .blog-text .stuff li:last-child { float: right; } .fh5co-blog .blog-text .stuff li:last-child i { padding-right: 0; padding-left: 10px; } .fh5co-blog .blog-text .stuff li i { font-size: 14px; padding-right: 5px; } .fh5co-blog .blog-text h3 { font-size: 24px; margin-bottom: 20px; line-height: 1.5; } .fh5co-blog .blog-text h3 a { color: black; } .fh5co-portfolio { width: 100%; float: left; margin-bottom: 40px; } .fh5co-portfolio > a { width: 100%; float: left; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); } .fh5co-portfolio > a:hover { webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13); box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13); } .fh5co-portfolio .portfolio-entry { width: 100%; float: left; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; height: 300px; }

@media screen and (max-width: 768px) { .fh5co-portfolio .portfolio-entry { height: 400px; } } .fh5co-portfolio .portfolio-text { width: 100%; float: left; padding: 20px; } .fh5co-portfolio .portfolio-text .stuff { margin: 0; padding: 0; border-top: 1px solid rgba(0, 0, 0, 0.05); padding-top: 20px; } .fh5co-portfolio .portfolio-text .stuff li { list-style: none; display: inline-block; margin-left: 10px; color: rgba(0, 0, 0, 0.3); } .fh5co-portfolio .portfolio-text .stuff li:first-child { margin-left: 0; } .fh5co-portfolio .portfolio-text .stuff li:last-child { float: right; } .fh5co-portfolio .portfolio-text .stuff li i { font-size: 14px; padding-right: 5px; } .fh5co-team { position: relative; background: #fff; padding: 30px; border-radius: 5px; margin-bottom: 30px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06); }

@media screen and (max-width: 768px) { .fh5co-team { border-right: 0; margin-bottom: 80px; } } .fh5co-team h2 { font-size: 16px; letter-spacing: 2px; text-transform: uppercase; font-weight: bold; margin-bottom: 50px; } .fh5co-team figure { position: relative; top: 0px; background-size: cover; margin-bottom: 20px; } .fh5co-team figure img { width: 150px; height: 150px; border: 10px solid #fff; background-size: cover; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .fh5co-team > div { padding: 30px 30px 0 30px; } .fh5co-team > div h3 { margin-bottom: 0; font-size: 20px; color: #BD0003; } .fh5co-team > div .position { color: #d9d9d9; margin-bottom: 30px; } .fh5co-team > div, .fh5co-team blockquote { border: none; padding: 0; margin-bottom: 20px; } .fh5co-team > div p, .fh5co-team blockquote p { font-size: 16px; line-height: 1.5; color: #555555; } .fh5co-team span { color: #b3b3b3; }

  1. fh5co-footer .fh5co-footer-links {

padding: 0; margin: 0; }

@media screen and (max-width: 768px) {

  1. fh5co-footer .fh5co-footer-links {

margin-bottom: 30px; } }

  1. fh5co-footer .fh5co-footer-links li {

padding: 0; margin: 0; list-style: none; }

  1. fh5co-footer .fh5co-footer-links li a {

color: rgba(0, 0, 0, 0.5); text-decoration: none; }

  1. fh5co-footer .fh5co-footer-links li a:hover {

text-decoration: underline; }

  1. fh5co-footer .fh5co-widget {

margin-bottom: 30px; }

@media screen and (max-width: 768px) {

  1. fh5co-footer .fh5co-widget {

text-align: left; } }

  1. fh5co-footer .fh5co-widget h4 {

margin-bottom: 30px; font-size: 20px; }

  1. fh5co-footer .copyright .block {

display: block; } .contact-info { margin-bottom: 4em; padding: 0; } .contact-info li { list-style: none; margin: 0 0 20px 0; position: relative; padding-left: 40px; color: #000; } .contact-info li i { position: absolute; top: .3em; left: 0; font-size: 22px; color: rgba(0, 0, 0, 0.3); } .contact-info li a { color: #000; } .form-control { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border: none; border: 2px solid rgba(0, 0, 0, 0.1); font-size: 18px; font-weight: 300; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .form-control:focus, .form-control:active { box-shadow: none; border: 2px solid rgba(0, 0, 0, 0.8); } input[type="text"] { height: 50px; } .form-group { margin-bottom: 30px; }

  1. fh5co-offcanvas {

position: absolute; z-index: 1901; width: 270px; background: black; top: 0; right: 0; top: 0; bottom: 0; padding: 75px 40px 40px 40px; overflow-y: auto; display: none; -moz-transform: translateX(270px); -webkit-transform: translateX(270px); -ms-transform: translateX(270px); -o-transform: translateX(270px); transform: translateX(270px); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media screen and (max-width: 768px) {

  1. fh5co-offcanvas {

display: block; } } .offcanvas #fh5co-offcanvas { -moz-transform: translateX(0px); -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }

  1. fh5co-offcanvas a {

color: rgba(255, 255, 255, 0.5); }

  1. fh5co-offcanvas a:hover {

color: rgba(255, 255, 255, 0.8); }

  1. fh5co-offcanvas ul {

padding: 0; margin: 0; }

  1. fh5co-offcanvas ul li {

padding: 0; margin: 0; list-style: none; }

  1. fh5co-offcanvas ul li > ul {

padding-left: 20px; display: none; }

  1. fh5co-offcanvas ul li.offcanvas-has-dropdown > a {

display: block; position: relative; }

  1. fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {

position: absolute; right: 0px; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\ebfc"; font-size: 20px; color: rgba(255, 255, 255, 0.2); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

  1. fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {

-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .uppercase { font-size: 14px; color: #000; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; } .gototop { position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } .gototop.active { opacity: 1; visibility: visible; } .gototop a { width: 50px; height: 50px; display: table; background: rgba(0, 0, 0, 0.5); color: #fff; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .gototop a i { height: 50px; display: table-cell; vertical-align: middle; } .gototop a:hover, .gototop a:active, .gototop a:focus { text-decoration: none; outline: none; } .fh5co-nav-toggle { width: 25px; height: 25px; cursor: pointer; text-decoration: none; top: 25px !important; } .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after { background: #444; } .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active { outline: none; border-bottom: none !important; } .fh5co-nav-toggle i { position: relative; display: inline-block; width: 25px; height: 2px; color: #252525; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #252525; transition: all .2s ease-out; } .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after { content: ; width: 25px; height: 2px; background: #252525; position: absolute; left: 0; transition: all .2s ease-out; } .fh5co-nav-toggle.fh5co-nav-white > i { color: #fff; background: #000; } .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after { background: #000; } .fh5co-nav-toggle i::before { top: -7px; } .fh5co-nav-toggle i::after { bottom: -7px; } .fh5co-nav-toggle:hover i::before { top: -10px; } .fh5co-nav-toggle:hover i::after { bottom: -10px; } .fh5co-nav-toggle.active i { background: transparent; } .fh5co-nav-toggle.active i::before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); background: #fff; } .fh5co-nav-toggle.active i::after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); background: #fff; } .fh5co-nav-toggle { position: absolute; right: 0px; top: 65px; z-index: 21; padding: 6px 0 0 0; display: block; margin: 0 auto; display: none; height: 44px; width: 44px; z-index: 2001; border-bottom: none !important; }

@media screen and (max-width: 768px) { .fh5co-nav-toggle { display: block; } } .btn { margin-right: 4px; margin-bottom: 4px; font-family: "Inconsolata", Arial, sans-serif; font-size: 16px; font-weight: 400; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; border-radius: 30px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; padding: 8px 20px; } .btn.btn-md { padding: 8px 20px !important; } .btn.btn-lg { padding: 18px 36px !important; } .btn:hover, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; } .btn-primary { background: #BD0003; color: #fff; border: 2px solid #BD0003; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #e14b7e !important; border-color: #e14b7e !important; } .btn-primary.btn-outline { background: transparent; color: #BD0003; border: 2px solid #BD0003; } .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active { background: #BD0003; color: #fff; } .btn-success { background: #5cb85c; color: #fff; border: 2px solid #5cb85c; } .btn-success:hover, .btn-success:focus, .btn-success:active { background: #4cae4c !important; border-color: #4cae4c !important; } .btn-success.btn-outline { background: transparent; color: #5cb85c; border: 2px solid #5cb85c; } .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active { background: #5cb85c; color: #fff; } .btn-info { background: #5bc0de; color: #fff; border: 2px solid #5bc0de; } .btn-info:hover, .btn-info:focus, .btn-info:active { background: #46b8da !important; border-color: #46b8da !important; } .btn-info.btn-outline { background: transparent; color: #5bc0de; border: 2px solid #5bc0de; } .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active { background: #5bc0de; color: #fff; } .btn-warning { background: #f0ad4e; color: #fff; border: 2px solid #f0ad4e; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active { background: #eea236 !important; border-color: #eea236 !important; } .btn-warning.btn-outline { background: transparent; color: #f0ad4e; border: 2px solid #f0ad4e; } .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active { background: #f0ad4e; color: #fff; } .btn-danger { background: #d9534f; color: #fff; border: 2px solid #d9534f; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active { background: #d43f3a !important; border-color: #d43f3a !important; } .btn-danger.btn-outline { background: transparent; color: #d9534f; border: 2px solid #d9534f; } .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active { background: #d9534f; color: #fff; } .btn-outline { background: none; border: 2px solid gray; font-size: 16px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { box-shadow: none; } .btn.with-arrow { position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .btn.with-arrow i { visibility: hidden; opacity: 0; position: absolute; right: 0px; top: 50%; margin-top: -8px; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .btn.with-arrow:hover { padding-right: 50px; } .btn.with-arrow:hover i { color: #fff; right: 18px; visibility: visible; opacity: 1; } .form-control { box-shadow: none; background: transparent; border: 2px solid rgba(0, 0, 0, 0.1); height: 54px; font-size: 18px; font-weight: 300; } .form-control:active, .form-control:focus { outline: none; box-shadow: none; border-color: #BD0003; } .row-pb-md { padding-bottom: 4em !important; } .row-pb-sm { padding-bottom: 2em !important; } .nopadding { padding: 0 !important; margin: 0 !important; } .fh5co-loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%;/* z-index: 9999;

 background: url(../images/loader.gif) center no-repeat #fff; */

} .js .animate-box { opacity: 0; }

/*# sourceMappingURL=style.css.map */