@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);

/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 15px;
  line-height: 29px;
  color: rgba(11, 23, 36, 0.6);
  font-family:  'メイリオ', Meiryo, 'Open Sans', 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  padding-bottom: 20px; }

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #3D4351;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3D4351;
}

h4 {
  font-size: 20px;
  color: #3D4351;
}

h5 {
  font-size: 16px;
  color: #3D4351;
  font-weight: 500;
}

.btn {
  font-size: 16px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #F47E36;
  background-color: #F47E36;
}

.btn-white {
  font-size: 14px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #3D4351;
}

.btn-white:hover,
.btn-white:focus {
  color: #F47E36;
  border-color: #F47E36;
}

.btn-fill {
  color: #fff;
  border: solid 2px #F47E36;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #F47E36;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
  background-color: #c2520e;
  border-color: #c2520e;
}

.btn-small {
  padding: 8px 40px;
}

.btn-large {
  padding: 15px 40px;
}

section.intro,
section.features-extra,
section.contact {
  background: #fff;
}

section.features {
  background: #F3F4F8;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a {
  color: #F47E36;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

a:hover,
a:focus {
  color: #D7405D;
  text-decoration: none;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 'Arial', 'メイリオ', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 29px;
  color: rgba(11, 23, 36, 0.6);
  padding-bottom: 20px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section-padding {
  padding: 120px 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.floating-arrow {
  -webkit-animation-name: floating-arrow;
  animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.floating-logo {
  -webkit-animation-name: floating-logo;
  animation-name: floating-logo;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
  visibility: hidden;
}

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
  visibility: visible;
}

/* ==========================================================================
Navigation
========================================================================== */
.header-content img {
  height: auto;
  width: 120px;
}

.header-nav.open {
  background-color: #fff;
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #3D4351;
  cursor: pointer;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  height: 20px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
  min-height: 600px;
  background-color: #fff;
  background-size: cover;
  position: relative;
}

.hero h1 {
  color: #3D4351;
  margin-bottom: 40px;
}

.hero p.intro {
  color: #3D4351;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 32px;
}

.hero .hero-content {
  padding-top: 30%;
  padding-left: 20px;
}

.hero-img {
  padding-right: 40px;
}

.hero-img img {
  height: 550px;
  transform:skewX(10deg) scale(0.9);
}

.navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
}

header {
  padding: 20px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}

header a {
  color: #3D4351;
  text-transform: uppercase;
  font-size: 16px;
}

header .logo {
  display: inline-block;
}

header ul.member-actions li {
  display: inline;
}

header ul.member-actions li a {
  color: #3D4351;
  margin-right: 20px;
}

header ul.member-actions li a:hover {
  color: #F47E36;
}

header .header-nav {
  display: inline-block;
}

header .member-actions {
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
Intro→サービス一覧
========================================================================== */
.intro h2 {
  margin: 0 0 60px 0;
  text-align: center;
}

.intro span {
  font-size: 40px;
  color: #F47E36;
  font-weight: bold;
}

item {
  background-color: #F3F4F8;
  background-size: cover;
  position: relative;
  padding: 40px 20px 60px;
}

.item .box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 60px;
}

.item .item-wrapper-general {
  margin-top: 20px;
  margin-left: 6%;

}

.item h3 {
  margin: 0 0 40px 0;
  font-size: 24px;
}

.item h5 {
  font-size: 18px;
  line-height: 1.5em;
}

.item .description {
  padding: 0 10px 10px;
}

.item .description p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.item .item-image {
  margin-left: 6%;
}

.item-image img {
  width: 400px;
  height: auto;
}

.item .service-logo {
  margin-bottom: 20px;
}

.item .service-logo img {
  width: 180px;
  height: auto;
}

.item .btn-item {
  text-align: right;
  margin-top: auto;
}


/*
.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

.intro-icon-img {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 0;
  margin-right: 10px;
  width: 46px;
}

.intro-content {
  display: inline-block;
  width: 80%;
  margin-bottom: 50px;
}

.intro-content p {
  padding-bottom: 8px;
}

.intro-content .btn-service {
  text-align: right;
  margin-top: auto;
}
*/



/* ==========================================================================
Features-stack
========================================================================== */
.features {
  position: relative;
}


.features p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.features h3 {
  margin: 0 0 20px 0;
}

.features span.icon {
  font-size: 35px;
  color: #F47E36;
  font-weight: bold;
}

.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 35px;
}

.features .feature-content {
  display: inline-block;
  width: 100%;
}

.features .feature-content .profile {
    margin: 10px auto;
    width: 500px;
    
}

.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}

.features .intro-content {
  display: inline-block;
  width: 80%;
}

.features ul.features-stack {
  margin-top: 50px;
}

.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E9EA;
}

.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.features-extra .responsive-feature-img {
  display: none;
}

/* ==========================================================================
.features-extra
========================================================================== */
.features-extra {
  position: relative;
  z-index: 3;
}

.features-extra .btn {
  margin-top: 20px;
}

.features-extra .photo {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("../img/discussion.jpg") no-repeat center center;
  top: 0px;
  z-index: 1;
  left: 40%;
}


/* ==========================================================================
SNSボタン（https://moonnote.hateblo.jp/entry/2015/12/03/200718）
========================================================================== */
.follow-me {
  list-style: none;
  margin: 0 auto -8px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.follow-me li {
  display: inline;
  margin: 0 8px 8px 0;
  padding: 0;
  border-bottom: none;
}

.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
  
}

.follow-me li a[href*="facebook.com"]::before { 
    border-color: #3b5998; 
    background-color: #3b5998; 
    content: "\f09a"; 
    font-size: 2rem;
}

.follow-me li a[href*="https://twitter.com/"]::before { 
    border-color: #000; 
    background-color: #000; 
    content: '𝕏';
    font-family: unset;
    font-weight: bold; 
    font-size: 2rem;
}

.follow-me li a[href*="https://note.com/"]::before {
  content: url(../img/note-icon.svg);
  background-color: #fff;
  background-size: contain;
  vertical-align: top;
}

.follow-me li a[href*="https://note.com/"]::before {
  content: url(../img/note-icon.svg);
  background-color: #fff;
  background-size: contain;
  vertical-align: top;
}

.follow-me li a[href*="https://qiita.com"]::before {
  content: '';
  background-image: url(../img/qiita-icon.png);
  background-size: contain;
  vertical-align: top;
}

.follow-me li a:hover::before { background-color: #fff;}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="https://twitter.com/"]:hover::before        { color: #000; }
.follow-me li a[href*="https://note.com/"]:hover::before        {   border-color: #000;  }
.follow-me li a[href*="https://qiita.com"]:hover::before        {   background-image: url(../img/qiita-white-icon.png); background-color: #55C500; border-color: #55C500;  }

/* ==========================================================================
.news
========================================================================== */

.news ul.news-stack li {
  padding: 10px 0;
  border-bottom: solid 1px #E6E9EA;
}

.news ul.news-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.news .date {
    padding-bottom: 4px;
}

.news ul.news-stack .news-title {
  font-weight: bold;
}


/* ==========================================================================
Contact form
========================================================================== */
.contact .contact-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 3px;
  width: 80%;
  font-size: 13px;
}

.contact .contact-form .form-input-group {
  width: 80%;
  height: 55px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  text-align: left;
  position: relative;
}

.contact .contact-form .form-input-group input {
  padding-left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
}

.contact .contact-form .form-input-textarea {
  width: 80%;
  height: 200px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  text-align: left;
  position: relative;
}

.contact .contact-form .form-input-textarea textarea {
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
}

.contact .contact-form a {
  color: #F47E36;
}

.contact .contact-form a:hover,
a:focus {
  color: #c2520e;
  border-color: #c2520e;
}

.contact .contact-form .form-input-group input::-webkit-input-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-group input:-moz-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-group input::-moz-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-group input:-ms-input-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-textarea textarea::-webkit-input-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-textarea textarea:-moz-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-textarea textarea::-moz-placeholder {
  color: #BCC1C3;
}

.contact .contact-form .form-input-textarea textarea:-ms-input-placeholder {
  color: #BCC1C3;
}

/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color: #495061;
}

.to-top .to-top-wrap {
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  text-align: center;
}

.to-top .to-top-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.to-top .to-top-wrap a:hover,
.to-top .to-top-wrap a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.to-top .to-top-wrap i {
  font-size: 30px;
  line-height: 55px;
}

.to-top .row {
  position: relative;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #3D4351;
  position: relative;
  height: 160px;
}


footer p {
  color: #ACB1B4;
  font-size: 13px;
  margin: 40px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #F47E36;
}

footer ul.footer-group {
  border-top: solid 1px #4E566C;
  padding-top: 25px;
  margin-bottom: 45px;
}

footer ul.footer-group li {
  display: inline-block;
}

footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
}

footer ul.footer-group li a:hover {
  color: #F47E36;
}

footer ul.footer-group li {
  margin-right: 30px;
}

footer ul.footer-group li:last-child {
  margin-right: 0;
}

footer span.fa-heart {
  color: #ff415c;
  font-size: 15px;
  margin: 0 2px;
}

footer .social-share {
  position: absolute;
  background-color: #373D4A;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 142px 0 0 70px;
}

footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer .social-share a.note-share img {
  border-radius: 5px;
  height: 60px;
  width: 60px;
}

footer .social-share a {
  color: #fff;
}

footer .social-share a:hover {
  color: #fff;
}


footer .footer-links {
/*  margin: 120px 0 120px 0;*/
}

/* ==========================================================================
個人情報のお取り扱いに関する同意事項
========================================================================== */
.clause {
  margin: 10px 20px;
}

.privacy-document p {
  margin: 10px;
  padding: 0px 20px 20px;
}

.privacy-document ul,
ol {
  margin: 10px;
  padding: 0px 20px 20px;
}

.privacy-document ul li {
  list-style: unset;
}

/*
 ==========================================================================
事例ページ
========================================================================== 

#works {
  max-width: 1080px;
}

#works .top-box {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  height: 400px;
  padding: 0 3rem;
  box-sizing: border-box;
  z-index: 0;
  background: linear-gradient(90deg, #307470 8.39%, rgba(48, 116, 75, 0.01) 154.05%, rgba(48, 116, 112, 0) 154.06%);
}


#works .top-box h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 14rem;
  margin-left: 0.4rem;
  font-weight: bold;
  font-size: 400;
  line-height: 1.5em;
  color: #fff;
}

#works .top-box p {
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}

#works .back::before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.1);
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
  content: 'Works';
  z-index: -1;
}

#works h2 span {
  font-size: 0.3em;
}

.strengths .container .box {
  text-align: center;
}

.
.works-contact {
  background-color: #8A999C;
  padding: 40px 20px 40px;
  height: 320px;
}

.works-contact .appeal-area {
  text-align: center;
}

.works-contact .appeal {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.works-contact p {
  font-size: 14px;
  color: #fff;
  text-align: center;

}

.works-contact-link {
  text-align: center;
}

.works-contact a {
  color: #FFF;
}

.btn-works:hover,
.btn-works:focus {
  color: #8A999C;
  border-color: #FFF;
  background-color: #FFF;
}
*/

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.eot");
  src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-mobile:before {
  content: "\e000";
}

.icon-laptop:before {
  content: "\e001";
}

.icon-desktop:before {
  content: "\e002";
}

.icon-tablet:before {
  content: "\e003";
}

.icon-phone:before {
  content: "\e004";
}

.icon-document:before {
  content: "\e005";
}

.icon-documents:before {
  content: "\e006";
}

.icon-search:before {
  content: "\e007";
}

.icon-clipboard:before {
  content: "\e008";
}

.icon-newspaper:before {
  content: "\e009";
}

.icon-notebook:before {
  content: "\e00a";
}

.icon-book-open:before {
  content: "\e00b";
}

.icon-browser:before {
  content: "\e00c";
}

.icon-calendar:before {
  content: "\e00d";
}

.icon-presentation:before {
  content: "\e00e";
}

.icon-picture:before {
  content: "\e00f";
}

.icon-pictures:before {
  content: "\e010";
}

.icon-video:before {
  content: "\e011";
}

.icon-camera:before {
  content: "\e012";
}

.icon-printer:before {
  content: "\e013";
}

.icon-toolbox:before {
  content: "\e014";
}

.icon-briefcase:before {
  content: "\e015";
}

.icon-wallet:before {
  content: "\e016";
}

.icon-gift:before {
  content: "\e017";
}

.icon-bargraph:before {
  content: "\e018";
}

.icon-grid:before {
  content: "\e019";
}

.icon-expand:before {
  content: "\e01a";
}

.icon-focus:before {
  content: "\e01b";
}

.icon-edit:before {
  content: "\e01c";
}

.icon-adjustments:before {
  content: "\e01d";
}

.icon-ribbon:before {
  content: "\e01e";
}

.icon-hourglass:before {
  content: "\e01f";
}

.icon-lock:before {
  content: "\e020";
}

.icon-megaphone:before {
  content: "\e021";
}

.icon-shield:before {
  content: "\e022";
}

.icon-trophy:before {
  content: "\e023";
}

.icon-flag:before {
  content: "\e024";
}

.icon-map:before {
  content: "\e025";
}

.icon-puzzle:before {
  content: "\e026";
}

.icon-basket:before {
  content: "\e027";
}

.icon-envelope:before {
  content: "\e028";
}

.icon-streetsign:before {
  content: "\e029";
}

.icon-telescope:before {
  content: "\e02a";
}

.icon-gears:before {
  content: "\e02b";
}

.icon-key:before {
  content: "\e02c";
}

.icon-paperclip:before {
  content: "\e02d";
}

.icon-attachment:before {
  content: "\e02e";
}

.icon-pricetags:before {
  content: "\e02f";
}

.icon-lightbulb:before {
  content: "\e030";
}

.icon-layers:before {
  content: "\e031";
}

.icon-pencil:before {
  content: "\e032";
}

.icon-tools:before {
  content: "\e033";
}

.icon-tools-2:before {
  content: "\e034";
}

.icon-scissors:before {
  content: "\e035";
}

.icon-paintbrush:before {
  content: "\e036";
}

.icon-magnifying-glass:before {
  content: "\e037";
}

.icon-circle-compass:before {
  content: "\e038";
}

.icon-linegraph:before {
  content: "\e039";
}

.icon-mic:before {
  content: "\e03a";
}

.icon-strategy:before {
  content: "\e03b";
}

.icon-beaker:before {
  content: "\e03c";
}

.icon-caution:before {
  content: "\e03d";
}

.icon-recycle:before {
  content: "\e03e";
}

.icon-anchor:before {
  content: "\e03f";
}

.icon-profile-male:before {
  content: "\e040";
}

.icon-profile-female:before {
  content: "\e041";
}

.icon-bike:before {
  content: "\e042";
}

.icon-wine:before {
  content: "\e043";
}

.icon-hotairballoon:before {
  content: "\e044";
}

.icon-globe:before {
  content: "\e045";
}

.icon-genius:before {
  content: "\e046";
}

.icon-map-pin:before {
  content: "\e047";
}

.icon-dial:before {
  content: "\e048";
}

.icon-chat:before {
  content: "\e049";
}

.icon-heart:before {
  content: "\e04a";
}

.icon-cloud:before {
  content: "\e04b";
}

.icon-upload:before {
  content: "\e04c";
}

.icon-download:before {
  content: "\e04d";
}

.icon-target:before {
  content: "\e04e";
}

.icon-hazardous:before {
  content: "\e04f";
}

.icon-piechart:before {
  content: "\e050";
}

.icon-speedometer:before {
  content: "\e051";
}

.icon-global:before {
  content: "\e052";
}

.icon-compass:before {
  content: "\e053";
}

.icon-lifesaver:before {
  content: "\e054";
}

.icon-clock:before {
  content: "\e055";
}

.icon-aperture:before {
  content: "\e056";
}

.icon-quote:before {
  content: "\e057";
}

.icon-scope:before {
  content: "\e058";
}

.icon-alarmclock:before {
  content: "\e059";
}

.icon-refresh:before {
  content: "\e05a";
}

.icon-happy:before {
  content: "\e05b";
}

.icon-sad:before {
  content: "\e05c";
}

.icon-facebook:before {
  content: "\e05d";
}

.icon-twitter:before {
  content: "\e05e";
}

.icon-googleplus:before {
  content: "\e05f";
}

.icon-rss:before {
  content: "\e060";
}

.icon-tumblr:before {
  content: "\e061";
}

.icon-linkedin:before {
  content: "\e062";
}

.icon-dribbble:before {
  content: "\e063";
}
