@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,400);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #28282a;
  color: #bab9b9;
  font: 300 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .terms dt {
  text-transform: uppercase;
  color: #28282a;
}

h2 {
  font-size: 80px;
  line-height: 71px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

h3 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

h4 {
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  h4 {
    font-size: 32px;
    line-height: 32px;
  }
}

h5 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 479px) {
  h5 {
    font-size: 26px;
    line-height: 26px;
  }
}

.terms dt,
h6 {
  font-size: 20px;
  line-height: 25px;
}
.terms dt a,
h6 a {
  color: #fe6b61;
}
.terms dt a:hover,
h6 a:hover {
  text-decoration: underline;
}

p {
  font-weight: 400;
  font-family: Arial, "Times New Roman", sans-serif;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

/*=============    Support Classes    =================*/
.center {
  text-align: center;
}

.mg-add {
  margin-top: 6px;
}

.oh {
  overflow: hidden;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h3 + h6 {
  margin-top: 28px;
}

img + h4 {
  margin-top: 41px;
}

h4 + h6 {
  margin-top: 18px;
}

h5 + p {
  margin-top: 15px;
}

h6 + p {
  margin-top: 10px;
}

h6 + .addr {
  margin-top: 15px;
}

p + p {
  margin-top: 20px;
}

p + h6 {
  margin-top: 21px;
}

h4 + .quote {
  margin-top: 36px;
}

h4 + .box {
  margin-top: 47px;
}

h4 + .lazy-img {
  margin-top: 53px;
}

h4 + .blog {
  margin-top: 42px;
}

h4 + .contact-form {
  margin-top: 52px;
}

h4 + .terms {
  margin-top: 35px;
}

h5 + .box {
  margin-top: 40px;
}

h6 + .row {
  margin-top: 30px;
}

p + .row {
  margin-top: 45px;
}

p + .btn2 {
  margin-top: 37px;
}

p + .marked-list {
  margin-top: 26px;
}

.row + .row {
  margin-top: 26px;
}

.quote + .quote {
  margin-top: 38px;
}

.lazy-img + h6 {
  margin-top: 22px;
}

.text1 + h5 {
  margin-top: 12px;
}

.box + .box {
  margin-top: 32px;
}

.blog + .blog {
  margin-top: 57px;
}

* + .off1 {
  margin-top: 47px;
}

* + .off2 {
  margin-top: 37px;
}

* + .off3 {
  margin-top: 18px;
}

* + .off4,
* + .lazy-img.off4 {
  margin-top: 41px;
}

* + .off5,
* + h6.off5 {
  margin-top: 31px;
}

* + .off6 {
  margin-top: 12px;
}

* + .off7 {
  margin-top: 24px;
}

* + .off8,
* + .row.off8 {
  margin-top: 54px;
}

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.sf-menu > li {
  position: relative;
  display: table-cell;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu {
  font-weight: 400;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 36px 5px 37px;
  color: #fff;
  background: #778787;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #6d7c7d;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #fe6b61;
}
.sf-menu > li + li {
  border-left: 1px solid #657475;
}
.sf-menu > li + li > a {
  border-left: 1px solid #7b8b8b;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0;
  padding: 30px 0 32px;
  background: #778787;
  z-index: 2;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #6d7c7d;
}
.sf-menu ul > li + li {
  margin-top: 8px;
}

.sf-menu ul ul {
  position: absolute;
  top: -7px;
  left: 100%;
  width: 235px;
  margin-top: 0;
  margin-left: 14px;
  background: #fe6b61;
  z-index: 4;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #fe6b61 transparent transparent;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffffff;
  background: #fe3c2e;
}
.sf-menu ul ul > li + li {
  margin-top: 8px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f0da';
  font: 400 14px/14px 'FontAwesome';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 30px;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444444;
  bottom: auto !important;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: white;
  color: black;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 20px "FontAwesome";
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.5;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #fe6b61;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.mobile .parallax, .tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {
  background-image: url(../images/parallax01.jpg);
  padding: 50px 0;
}

@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  position: relative;
  background: #28282a;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}
.header .header_panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .stuck_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
}

/*==================     Brand     ======================*/
.brand {
  background: #28282a;
  height: 212px;
}
.brand .brand_name {
  top: 78px;
  left: 50%;
  margin-left: -113px;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 479px) {
  .brand {
    background: none;
  }
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white;
}

/*==================      Well     ======================*/
.well {
  padding-top: 102px;
  padding-bottom: 140px;
}

.well2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .well2 {
    padding-top: 80px;
  }
}

.well3 {
  padding-top: 73px;
  padding-bottom: 74px;
}

.well4 {
  padding-top: 75px;
  padding-bottom: 71px;
}
.well4__ins1 {
  padding-bottom: 78px;
}

.well5 {
  padding-top: 93px;
  padding-bottom: 61px;
}
.well5__ins1 {
  padding-bottom: 80px;
}

.well6 {
  padding: 29px 0 68px;
}

/*==================   Background  ======================*/
.bg1 {
  background: #f1f1e5;
}

.bg2 {
  background: #28282a;
}
.bg2 .marked-list, .bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 {
  color: #ffffff;
}
.bg2 p {
  color: #6e6e71;
}

/*==================      Text     ======================*/
.text1 {
  font-size: 70px;
  line-height: 60px;
  color: #fe6b61;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text1 {
    font-size: 50px;
    line-height: 50px;
  }
}

/*==================     Colors    ======================*/
.color1 {
  color: #d0d0d0;
}

/*==================     Block     ======================*/
.block {
  display: table-row;
}
.block, .block-wr, .block_cnt {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.block-wr {
  display: table;
}
.block_cnt {
  display: table-cell;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_aside2 {
  width: 236px;
  float: left;
  margin-right: 23px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .box_aside img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box_aside2 {
    margin-bottom: 10px;
  }
  .box__bp {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .box_aside2 {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*==================   Index Box   ======================*/
.index-box {
  position: relative;
  padding-left: 95px;
}
.index-box:before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #fe6b61;
}

/*==================    Buttons    ======================*/
.btn1-container {
  position: relative;
  display: block;
  width: 210px;
  margin: 0 auto;
  height: 71px;
  overflow: hidden;
  z-index: 0;
}

.btn1 {
  display: block;
  padding-top: 14px;
  height: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.btn1:hover:before, .btn1:hover:after {
  background: #28282a;
}
.btn1:before, .btn1:after {
  content: '';
  position: absolute;
  bottom: -9px;
  width: 414px;
  height: 414px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fe6b61;
  z-index: -1;
}
.btn1:before {
  left: -43px;
  clip: rect(0, 150px, auto, 0);
}
.btn1:after {
  right: -43px;
  clip: rect(0px, auto, auto, 264px);
}
.lt-ie9 .btn1 {
  padding-top: 23px;
}

.btn2 {
  display: inline-block;
  padding: 13.5px 29px 13.5px 29px;
  color: #ffffff;
  background: #fe6b61;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn2:hover {
  background: #778787;
}

/*==================    Service    ======================*/
.service {
  position: relative;
  z-index: 0;
  margin-top: -57px;
  padding: 56px 40px 64px;
  text-align: center;
  background: #ffffff;
}
.service img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 242px;
  width: 100%;
}
.service:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 177px;
  z-index: -1;
}
.service:after {
  content: attr(data-index);
  position: absolute;
  left: 65px;
  right: 65px;
  top: 56px;
  line-height: 242px;
  font-size: 100px;
  color: #ffffff;
  text-align: center;
}
.service__skin1:before {
  background: #fe6b61;
}
.service__skin2:before {
  background: #778787;
}
.service__skin3:before {
  background: #28282a;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .service:after {
    line-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .service {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service:after {
    line-height: 196px;
  }
}
@media (max-width: 767px) {
  .service {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .service:after {
    line-height: 190px;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
}
.marked-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f105';
  font: 400 20px/22px "FontAwesome";
  color: #fe6b61;
}
.marked-list li + li {
  margin-top: 17px;
}
.marked-list a:hover {
  text-decoration: underline;
}

/*==================    Quote     ======================*/
.quote {
  position: relative;
  padding-left: 100px;
}
.quote p {
  line-height: 21px;
}
.quote:before {
  position: absolute;
  left: 2px;
  top: 7px;
  content: '\f007';
  width: 75px;
  height: 75px;
  font: 400 30px "FontAwesome";
  line-height: 75px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fe6b61;
  color: #ffffff;
}
.quote p.quote_credits {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #292929;
}
h6 + .quote_credits {
  margin-top: 0;
}
.quote_credits + p {
  margin-top: 3px;
}

/*==================    Blog      ======================*/
.blog {
  position: relative;
  padding-left: 100px;
}
.blog .fa {
  line-height: inherit;
}
.blog_meta {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 70px;
  color: #ffffff;
  background: #fe6b61;
}
.blog_meta-day {
  padding-top: 11px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}
.blog_meta-month {
  padding: 3px 0 4px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e66158;
}
.blog_meta:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 12px;
  border-color: transparent transparent transparent #fe6b61;
}
.blog_meta .fa {
  display: block;
  border-top: 1px solid #fa968f;
  font-size: 26px;
  line-height: 34px;
  background: #fe6b61;
}
.blog_meta .fa:hover {
  background: #28282a;
}
.blog_credits {
  font-weight: 400;
  color: #bbbaba;
  font-size: 11px;
}
.blog_credits a {
  color: #373737;
  text-transform: uppercase;
}
.blog_credits a:hover {
  text-decoration: underline;
}
.blog_credits .fa {
  font-size: 15px;
  padding-right: 6px;
  color: #bbbaba;
}
.blog .lazy-img + h6 {
  margin-top: 27px;
}
h6 + .blog_credits {
  margin-top: 4px;
}
.blog_credits + p {
  margin-top: 17px;
}
.blog p + .btn2 {
  margin-top: 31px;
}

/*==================   Address    ======================*/
.addr .fa-home, .addr .fa-phone, .addr .fa-envelope {
  position: relative;
  padding-left: 30px;
}
.addr .fa-home:before, .addr .fa-phone:before, .addr .fa-envelope:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fe6b61;
}
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr p + dl,
.addr dl + p {
  margin-top: 23px;
}

/*==================    Map    ======================*/
.map {
  height: 495px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 14px;
}
.terms dd + dt {
  margin-top: 40px;
}
.terms a {
  color: #28282a;
}
.terms a:hover {
  text-decoration: underline;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 95px 0 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .footer-addr + .footer_panel {
  margin-top: 189px;
}

.footer-addr {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
}
.footer-addr:before {
  content: '\f041';
  display: block;
  text-align: center;
  font: 400 40px/40px "FontAwesome";
  color: #fe6b61;
  margin-bottom: 23px;
}

.footer_panel {
  padding: 37px 37px 36px 52px;
  background: #1e1e1f;
  position: relative;
}
.footer_panel:before, .footer_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer_panel:after {
  clear: both;
}
.footer_panel .copyright {
  float: left;
}
.footer_panel .social-list {
  float: right;
}
.footer_panel .footer_logo {
  position: absolute;
  top: -86px;
  left: 50%;
  margin-left: -73px;
}
@media (max-width: 767px) {
  .footer_panel {
    padding-top: 60px;
  }
  .footer_panel .copyright, .footer_panel .social-list {
    float: none;
  }
  .footer_panel .social-list {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .footer_panel {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.copyright {
  padding-top: 12px;
  color: #9fa6ae;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover {
  text-decoration: underline;
}

.social-list {
  display: inline-block;
}
.social-list:before, .social-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.social-list:after {
  clear: both;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 12px;
}
.social-list .fa {
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  background: #28282a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-list .fa:hover {
  background: #fe6b61;
}
