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

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

p {
  font-family: "Arial", sans-serif;
}

h1 {
  font-size: 80px;
  line-height: 1;
}

h2 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 979px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1;
}
h3 .sm {
  font-size: 20px;
  line-height: 40px;
  vertical-align: baseline;
}
@media (max-width: 979px) {
  h3 {
    font-size: 32px;
  }
}

h2, h3, h4, .terms dt {
  text-transform: uppercase;
}
h2 a:hover, h3 a:hover, h4 a:hover, .terms dt a:hover {
  color: #87cefa;
}

h4, .terms dt {
  font-size: 20px;
  line-height: 25px;
}

.terms a,
p a {
  color: #87cefa;
}
.terms a:hover,
p a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

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

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

a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/*==================    Colors  ======================*/
.header .primary,
.content .primary,
.footer .primary {
  color: #87cefa;
}
.header .primary a:hover,
.content .primary a:hover,
.footer .primary a:hover {
  text-decoration: underline;
}

/*==================  Background  ======================*/
.bg1 {
  background: #87cefa;
  color: #fff;
}

.bg2 {
  background: #f6f6f6;
}

.bg-image1 {
  position: relative;
  z-index: 1;
}
.bg-image1:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 989px;
  bottom: -96px;
  background: url(../images/index_img01.png) no-repeat center bottom;
}
@media (max-width: 767px) {
  .bg-image1 {
    display: none;
  }
}

/*==================     Links    ======================*/
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
a:active {
  background: transparent;
}

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

/*==================     Brand    ======================*/
.hdr-brand, .ftr-brand {
  display: inline-block;
  position: relative;
}
.hdr-brand:before, .ftr-brand:before, .hdr-brand:after, .ftr-brand:after {
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
}
.hdr-brand:before, .ftr-brand:before {
  content: '\f002';
  color: #87cefa;
  position: absolute;
}
.hdr-brand:after, .ftr-brand:after {
  content: '\f06e';
  position: absolute;
}
.hdr-brand, .ftr-brand, .hdr-brand h1, .ftr-brand h1, .hdr-brand p, .ftr-brand p {
  color: #fff;
}
.hdr-brand h1, .ftr-brand h1 {
  overflow: hidden;
}
.hdr-brand p, .ftr-brand p {
  text-transform: uppercase;
  opacity: 0.4;
}
.lt-ie9 .hdr-brand p, .lt-ie9 .ftr-brand p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
  filter: alpha(opacity=40);
}

/*==================     Text    ======================*/
.text1 {
  line-height: 50px;
}

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

.stuck_container + .owl-wrap {
  padding: 89px 0 95px;
}

h2 + h3 {
  margin-top: 6px;
}

h3 + h4, .terms h3 + dt {
  margin-top: 34px;
}

h4 + p, .terms dt + p {
  margin-top: 10px;
}

h3 + h2 {
  margin-top: 10px;
}

h2 + h4, .terms h2 + dt {
  margin-top: 7px;
}

p + h4, .terms p + dt {
  margin-top: 2px;
}

h3 + .row {
  margin-top: 50px;
}

h3 + .box {
  margin-top: 42px;
}

h3 + .contact-form,
h3 + .blog {
  margin-top: 54px;
}

h3 + .h4__off1 {
  margin-top: 20px;
}

h3 + .terms,
h3 + .h4__off2 {
  margin-top: 47px;
}

h2 + .h3__off1 {
  margin-top: 12px;
}

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

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

p + .btn2__off1 {
  margin-top: 44px;
}

.text1 + h4, .terms .text1 + dt {
  margin-top: 41px;
}

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

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

/*==================   Clearfix   ======================*/
.box:before, .socials:before, .box:after, .socials:after {
  content: " ";
  display: table;
}
.box:after, .socials:after {
  clear: both;
}

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

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  Super Fish   ======================*/
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #2b2b2c;
}
.sf-menu > li {
  position: relative;
  display: table-cell;
  text-align: center;
  background: #464646;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  line-height: 108px;
}
.sf-menu > li a {
  display: block;
}
.sf-menu > li a, .sf-menu > li a:hover {
  text-decoration: none;
}
.sf-menu > li + li {
  border-left: 1px solid #2b2b2c;
}
.sf-menu > li.active > a, .sf-menu > li > a:hover {
  background: #6495ed;
}
.sf-menu > li.sfHover > a {
  background: #404041;
}

.sub-menu {
  position: absolute;
  display: none;
  width: 100%;
  padding: 33px 0 32px;
  background: #464646;
  border: 1px solid #404041;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.sub-menu li {
  position: relative;
}
.sub-menu li.active > a, .sub-menu li.sfHover > a, .sub-menu li > a:hover {
  background: #fff;
  color: #464646;
}
.sub-menu li + li {
  margin-top: 5px;
}

.sub-menu .sub-menu {
  left: 100%;
  top: -7px;
  margin: 0 0 0 12px;
  width: 100%;
  color: #464646;
  background: #fff;
  border-color: #d9d9d9;
  z-index: 3;
}
.sub-menu .sub-menu:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #d9d9d9 transparent transparent;
}
.sub-menu .sub-menu:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 6px 4.5px 0;
  border-color: transparent white transparent transparent;
}
.sub-menu .sub-menu li.active > a, .sub-menu .sub-menu li.sfHover > a, .sub-menu .sub-menu li > a:hover {
  background: #464646;
  color: #fff;
}

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

.sf-menu ul .sf-with-ul:before {
  content: none;
  display: none;
}

@media (max-width: 1680px) {
  .sf-menu .md-to-left .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 12px;
  }
  .sf-menu .md-to-left .sub-menu .sub-menu:before {
    top: 13px;
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #d9d9d9;
  }
  .sf-menu .md-to-left .sub-menu .sub-menu:after {
    top: 14px;
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent white;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 30px auto;
  border: 1px solid #cecece;
  width: 416px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 436px;
  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: 266px;
  }
  .select-menu .select {
    width: 286px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
}

.isStuck {
  background: #464646;
  z-index: 999;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.isStuck .sf-menu > li > a {
  line-height: 70px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================    Map    ======================*/
.map {
  height: 512px;
}

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

/*========================================================
                    HEADER Section
=========================================================*/
.header {
  position: relative;
  background: #fff;
}
.header-bg {
  background: #24282f url(../images/header-bg.jpg) no-repeat center top;
}
.header-bg .middle-box {
  height: 502px;
  padding-bottom: 27px;
}
.header-bg .middle-box__sm {
  height: 272px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header-bg {
    background: #24282f url(../images/header-bg_sm.jpg) no-repeat center top;
  }
  .header .middle-box {
    height: 200px;
  }
  .header-brd {
    border-bottom: 1px solid #464646;
  }
}

/*==================  Header Brand     ======================*/
.hdr-brand {
  display: inline-block;
  padding-left: 115px;
}
.hdr-brand:before {
  font-size: 90px;
  left: 3px;
  top: 6px;
}
.hdr-brand:after {
  font-size: 30px;
  left: 24px;
  top: 32px;
}
@media (max-width: 479px) {
  .hdr-brand {
    padding-left: 70px;
  }
  .hdr-brand:before {
    font-size: 54px;
    left: 1px;
    top: 5px;
  }
  .hdr-brand:after {
    font-size: 18px;
    left: 14px;
    top: 20px;
  }
  .hdr-brand h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .hdr-brand p {
    font-size: 8px;
    line-height: 16px;
  }
}

/*==================       Nav      ======================*/
/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: #fff;
}
.content h2, .content h3, .content h4, .content .terms dt, .terms .content dt {
  color: #464646;
}

.well {
  padding-top: 112px;
  padding-bottom: 111px;
}
.well__ins1 {
  padding-top: 98px;
  padding-bottom: 115px;
}
.well__ins2 {
  padding-top: 107px;
  padding-bottom: 110px;
}
.well__ins3 {
  padding-top: 112px;
  padding-bottom: 117px;
}
.well__ins4 {
  padding-top: 103px;
  padding-bottom: 101px;
}
.well__ins5 {
  padding-top: 114px;
  padding-bottom: 126px;
}
.well__ins6 {
  padding-top: 107px;
  padding-bottom: 123px;
}
.well__ins7 {
  padding-top: 112px;
  padding-bottom: 119px;
}
.well__ins8 {
  padding-top: 119px;
  padding-bottom: 119px;
}
.well__ins9 {
  padding-top: 112px;
  padding-bottom: 107px;
}

/*==================      Box      ======================*/
.box_aside {
  float: left;
}
.box_cnt {
  overflow: hidden;
  padding-left: 30px;
}
.box_cnt h4 + p, .box_cnt .terms dt + p, .terms .box_cnt dt + p {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .grid_4 .box_aside {
    float: none;
  }
  .grid_4 .box_cnt {
    padding: 20px 0 0;
  }
}

/*==================   Middle Box  ======================*/
.middle-box {
  display: table;
  width: 100%;
}
.middle-box_wr {
  display: table-row;
  width: 100%;
  height: 100%;
}
.middle-box_cnt {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #464646 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 opacity ease;
  -o-transition: 1s opacity ease;
  -webkit-transition: 1s opacity ease;
  transition: 1s opacity 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;
  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: #464646;
  color: #fff;
  font-size: 30px;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: '\f055';
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.8;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.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);
}

/*==================    Buttons    ======================*/
.btn-wr {
  text-align: right;
}

@media (max-width: 767px) {
  .btn-wr {
    text-align: center;
  }
}
.btn1, .btn2, .btn3 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: #87cefa;
  color: #fff;
}
.btn1 .fa, .btn2 .fa, .btn3 .fa {
  background: #464646;
  line-height: inherit;
  text-align: center;
}
.btn1:hover, .btn2:hover, .btn3:hover {
  background: #a1a194;
}

.btn1 {
  max-width: 290px;
  width: 100%;
  line-height: 94px;
  font-size: 28px;
}
.btn1 .fa {
  float: left;
  width: 93px;
  font-size: 46px;
}
.btn1_cnt {
  padding: 0 15px;
}

.btn2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 51px;
}
.btn2 .fa {
  float: right;
  width: 51px;
  height: 51px;
  font-size: 20px;
}
.btn2_cnt {
  padding: 0 26px 0 25px;
}

.btn3 {
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
}
.btn3__off1 {
  margin-top: 35px;
}

/*==================  Index List  ======================*/
/*==================  Marked List  ======================*/
.marked-list {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.marked-list .fa {
  position: absolute;
  top: 0;
  left: 0;
  font: 400 20px/20px "FontAwesome";
  width: 59px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #464646;
}
.marked-list .fa:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}
.marked-list li {
  position: relative;
  padding: 18px 10px 18px 90px;
  background: #fafafa;
}
.marked-list a {
  color: #4b4f4e;
}
.marked-list a:hover {
  color: #87cefa;
}
.marked-list .marked-item2 {
  background: #f4f5f5;
}
.marked-list .marked-item2 .fa {
  background: #87cefa;
}

/*==================   Product    ======================*/
.product__off1 .product_aside + h3 {
  padding-top: 19px;
  min-height: 61px;
}
.product__off2 .product_aside {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 48px;
}
.product__off2 .product_aside + h3 {
  padding-top: 14px;
  min-height: 89px;
}
.product_aside {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  background: #87cefa;
  border-radius: 50%;
}
.product_aside + h3 {
  overflow: hidden;
  min-height: 76px;
}
.product * + h4, .product .terms * + dt, .terms .product * + dt {
  margin-top: 26px;
}
.product * + p {
  margin-top: 8px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .product h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product_aside {
    float: none;
    margin: 0 auto 10px;
  }
  .product h3 {
    text-align: center;
    min-height: 0 !important;
  }
}
@media (max-width: 479px) {
  .product_aside {
    float: none;
    margin: 0 auto 10px;
  }
  .product h3 {
    text-align: center;
    min-height: 0 !important;
  }
}

/*==================     Quote     ======================*/
.quote_cnt {
  position: relative;
  padding: 34px;
  background: #fff;
}
.quote_cnt:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: white transparent transparent transparent;
}
.quote_hdr {
  margin-top: 44px;
  text-align: center;
}
.quote_photo {
  display: inline-block;
}
.quote_photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quote_author {
  text-align: left;
  margin-top: 27px;
  margin-left: 20px;
  display: inline-block;
}
.quote_author p {
  text-transform: uppercase;
}
.quote_author a {
  color: #464646;
}
.quote_author h4 + p, .quote_author .terms dt + p, .terms .quote_author dt + p {
  margin-top: 0;
}
@media (max-width: 479px) {
  .quote_author {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

/*==================     Blog     ======================*/
.blog_inner {
  background: #f6f6f6;
  padding: 35px 30px 44px;
}
.blog_crdts a {
  color: inherit;
}
.blog_meta {
  float: left;
  width: 93px;
  margin-top: 7px;
  margin-right: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.blog_meta:before, .blog_meta:after {
  display: block;
  text-align: center;
  color: #fff;
}
.blog_meta:before {
  content: attr(data-day);
  font-size: 46px;
  line-height: 93px;
  background: #464646;
}
.blog_meta:after {
  content: attr(data-month);
  font-size: 28px;
  line-height: 55px;
  background: #87cefa;
}
.blog_cnt {
  overflow: hidden;
}
.blog .fa {
  line-height: 25px;
  padding-right: 4px;
  color: #87cefa;
}
.blog p {
  padding-right: 105px;
}
@media (max-width: 767px) {
  .blog p {
    padding-right: 0;
  }
  .blog p:first-child {
    padding-right: 20px;
  }
  .blog_meta {
    float: none;
    margin: 0 0 20px;
    width: 240px;
    height: 60px;
  }
  .blog_meta:before, .blog_meta:after {
    float: left;
    margin: 0;
    line-height: 60px;
  }
  .blog_meta:before {
    width: 90px;
  }
  .blog_meta:after {
    width: 120px;
  }
  .blog .lazy-img {
    padding-bottom: 200px !important;
  }
  .blog .lazy-img img {
    top: 0;
    right: auto;
    bottom: 0;
    left: -30%;
    height: 100%;
    width: auto;
    max-width: none;
  }
}

/*==================   Address    ======================*/
/*==================     Terms     ======================*/
.terms dt {
  color: #000;
}
.terms dt + dd {
  margin-top: 10px;
}
.terms dd + dt {
  margin-top: 47px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 85px 0 70px;
  color: #848484;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .ftr-brand, .footer .info, .footer .socials {
    float: none;
    margin: 0 0 20px;
  }
}

.ftr-brand {
  padding-left: 70px;
  float: left;
}
.ftr-brand:before {
  font-size: 54px;
  left: 1px;
  top: 5px;
}
.ftr-brand:after {
  font-size: 18px;
  left: 14px;
  top: 20px;
}
.ftr-brand h1 {
  font-size: 48px;
  line-height: 48px;
}
.ftr-brand p {
  font-size: 8px;
  line-height: 16px;
}

.info {
  float: left;
  margin-top: 20px;
  margin-left: 16px;
  font-size: 15px;
  line-height: 24px;
}
.info a:hover {
  text-decoration: underline;
}

.socials {
  display: inline-block;
  margin-top: 8px;
  float: right;
}
.socials li {
  float: left;
}
.socials li + li {
  margin-left: 12px;
}
.socials a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  color: #fff;
  width: 51px;
  height: 51px;
  text-align: center;
  background: #a1a194;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.socials a:hover {
  background: #87cefa;
}
.socials a:before {
  font: 400 26px "FontAwesome";
  line-height: 51px;
}
