@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,600,300);
@import "animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #404040;
  color: #bbbaba;
  font: 400 14px/23px Arial, sans-serif;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #e74c3c;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text-1 {
  font: 600 100px/112px 'Open Sans', sans-serif;
}
.text-1 a:hover {
    color: #2AA324;
}
.text-2 {
  font: 400 40px/42px 'Open Sans', sans-serif;
}
.text-2 a:hover {
    color: #68BD45;
}
.text-3 {
  font: 400 12px/20px Arial, sans-serif;
}
.text-3 a:hover {
    color: #68BD45;
}
.text-4 {
  font: 600 30px/30px 'Open Sans', sans-serif;
}
.text-4 a:hover {
    color: #68BD45;
}
.text-5 {
  font: 300 30px/30px 'Open Sans', sans-serif;
}
.text-5 a:hover {
    color: #68BD45;
}
.text-6 {
  font: 300 20px/32px 'Open Sans', sans-serif;
}
.text-6 a:hover {
    color: #68BD45;
}
.text-7 {
  font: 300 30px/27px 'Open Sans', sans-serif;
}
.text-7 a:hover {
  color: #7400FF;
}
.text-8 {
  font: 600 20px/24px 'Open Sans', sans-serif;
}
.text-8 a:hover {
    color: #474747;
}
.text-9 {
  font: 400 15px/20px 'Open Sans', sans-serif;
}
.text-9 a:hover {
  color: #7400FF;
}
@media (min-width: 480px) and (max-width: 979px) {
  .text-1 {
    font-size: 45px;
    line-height: 72px;
  }
  .text-2 {
    font-size: 28px;
    line-height: 30px;
  }
	}
.text-10 {
  font: 300 20px/32px 'Open Sans', sans-serif;
}
.text-10 a:hover {
    color: #68BD45;
}
}
@media (max-width: 479px) {
  .text-1 {
    font-size: 36px;
    line-height: 48px;
  }
  .text-2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.text-5,
.text-6,
.text-7,
.text-8,
.text-9 {
  text-transform: uppercase;
}
/*============  Colors  =============*/
.color-1 {
    color: #6CB42B;
}
.color-2 {
  color: #ffffff;
}
.color-3 {
  color: #404040;
}
.color-4 {
  color: #969696;
}
.color-1 a:hover {
  text-decoration: underline;
}
/*============  Backgrounds  =============*/
.bg-1 {
  background: rgba(46, 46, 46, 0.6);
}
.bg-2 {
  background: url("../images/shadow.png") repeat-x;
}
.bg-3 {
  background: #ffffff;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
    background: #6CB42B;
    border-bottom: 4px solid #008B0B;
}
.brand {
  padding: 13px 0 31px;
  color: #a1a194;
}
.brand h1 {
    position: relative;
    display: inline-block;
    padding-left: 114px;
    color: #ffffff;
    font: 300 60px/42px 'Open Sans', sans-serif;
    padding-top: 20px;
}
.brand h1 a {
  display: inline-block;
  text-transform: capitalize;
}
.brand h1 a:hover {
  color: #ffffff;
}
.brand h1 a:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 94px;
    height: 94px;
    background: url("../images/logo.png") no-repeat;
}
.brand .slogan {
    display: block;
    padding-left: 114px;
    margin-left: 4px;
    margin-top: 7px;
    font: 300 12px/16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000000;
}
@media (max-width: 1199px) {
  .brand {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .brand h1 {
    padding-left: 0;
  }
  .brand h1 a:before {
    content: '';
    position: relative;
    display: inline-block;
    top: auto;
    left: 0;
    width: 94px;
    height: 64px;
    padding-bottom: 10px;
    background: url("../images/logo2.png") no-repeat;
  }
  .brand .slogan {
    padding-left: 0;
  }
}
.nav {
  position: relative;
}
.nav .sf-menu {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  z-index: 998;
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  background: #31353d;
  font: 600 14px/15px 'Open Sans', sans-serif;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li:first-child {
  width: 89px;
  font: normal 42px 'FontAwesome';
  line-height: 80px;
}
.sf-menu > li > a {
  padding-top: 4px;
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #3b3b3b;
  border-bottom: 4px solid #292929;
}
.sf-menu > li + li {
  border-left: 1px solid #262627;
}
.sf-menu li {
  color: #fff;
}
.sf-menu li a {
  display: block;
  height: 100%;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 100%;
  padding: 33px 0 32px;
  font: 600 14px/16px 'Open Sans', sans-serif;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul a {
  padding: 6px 10px 6px;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 100%;
  margin-top: -4px;
  left: 0;
  background: #404040;
}
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li > a:hover {
  background: #ffffff;
  color: #404040;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: -4px;
  left: 100%;
  margin-left: 10px;
  background: #e74c3c;
}
.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 12px;
  margin-right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #e74c3c transparent transparent;
}
.sf-menu > li > ul > li > ul li.current > a,
.sf-menu > li > ul > li > ul li > a:hover {
  background: #404040;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 20px;
  }
  nav .sf-menu {
    display: none;
    position: relative;
    top: auto;
  }
  nav .select-menu {
    display: block;
    position: relative!important;
    top: 0!important;
    width: 100%;
    height: 40px;
    border: 4px solid #292929;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #404040;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292929;
  z-index: 999;
}
.isStuck .nav .sf-menu {
  margin: 0;
  position: relative;
  top: auto;
}
.isStuck .nav .sf-menu > li {
  height: 64px;
  line-height: 64px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #FFFFFF;
  overflow: hidden;
}
/*============  Wrappers  =============*/
.wrap_1 {
  background: #404040;
  min-height: 6px;
  border-bottom: 4px solid #292929;
}
@media (max-width: 479px) {
  .wrap_1 .btn-1:first-child {
    margin-right: 7px;
  }
}
.wrap_2 {
  padding-bottom: 84px;
}
.wrap_3 {
  padding: 240px 0 348px;
}
@media (max-width: 767px) {
  .wrap_3 {
    padding: 50px 0;
  }
}
.wrap_4 {
  padding-bottom: 58px;
}
.wrap_5 {
  padding-top: 89px;
}
.wrap_6 {
  padding-top: 87px;
}
.wrap_7 {
  padding-bottom: 5px;
}
.wrap_8 {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .wrap_8 {
    padding-top: 20px;
  }
}
.wrap_9 {
  padding-bottom: 53px;
}
.wrap_10 {
  padding-bottom: 43px;
}
.img-wrap {
  text-align: center;
}
/*============  Headings  =============*/
.heading-1 {
  padding-bottom: 40px;
}
.heading-2 {
  padding-top: 84px;
  padding-bottom: 53px;
}
.heading-3 {
  padding-top: 64px;
  padding-bottom: 53px;
}
.heading-4 {
  padding-top: 90px;
  padding-bottom: 58px;
}
.heading-5 {
  padding-top: 90px;
  padding-bottom: 53px;
}
.heading-6 {
  padding-top: 64px;
  padding-bottom: 58px;
}
.heading-7 {
  padding-top: 95px;
  padding-bottom: 58px;
}
.heading-8 {
  padding-top: 95px;
  padding-bottom: 53px;
}
/*============  Buttons  =============*/
.btn-1 {
  padding: 7px 0 11px;
  min-width: 128px;
  font: 400 14px/30px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btn-1:before {
  position: relative;
  top: 5px;
  padding-right: 11px;
  font: 400 25px 'FontAwesome';
}
.btn-1__skin-1 {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.btn-1__skin-1:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-1__skin-2 {
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.btn-1__skin-2:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-2 {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 58px;
  height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #404040;
}
.btn-2:hover {
    color: #ffffff;
    background: #68BD45;
}
.btn-2:before {
  content: '\f054';
  padding-left: 4px;
  font: 400 26px/58px 'FontAwesome';
}
.btn-3 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 122px;
  margin-right: 52px;
  padding: 14px 0 12px;
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
  text-align: center;
  text-transform: uppercase;
  font: 400 15px/20px 'Open Sans', sans-serif;
}
.btn-3:hover {
  color: #ffffff;
}
.btn-3:hover:after {
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-3:after {
    content: '\f054';
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 4px;
    width: 48px;
    text-align: center;
    background: #68BD45;
    border-bottom: 4px solid #219804;
    font: 400 20px/46px 'FontAwesome';
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/*============  Icon  =============*/
.icon-1 {
  display: inline-block;
  width: 179px;
  height: 53px;
  background: url("../images/index_img01.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-1:hover {
  background-position: 0 -53px;
}
.icon-2 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img02.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-2:hover {
  background-position: 0 -53px;
}
.icon-3 {
  display: inline-block;
  width: 166px;
  height: 53px;
  background: url("../images/index_img03.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-3:hover {
  background-position: 0 -53px;
}
.icon-4 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img04.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-4:hover {
  background-position: 0 -53px;
}
/*============  Lists  =============*/
.list-1 {
  font: 400 15px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.list-1 li {
  position: relative;
  padding: 18px 5px 21px 54px;
}
.list-1 li.skin-1 {
  background: #f4f5f5;
}
.list-1 li.skin-2 {
  background: #fafafa;
}
.list-1 li.skin-3 {
  background: #eeefef;
}
.list-1 li:before {
    content: '\f105';
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -11px;
    color: #68BD45;
    font: 400 20px/20px 'FontAwesome';
}
.list-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #ffffff;
}
.list-2 li {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.list-2 li:first-child {
  border-left: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .list-2 {
    display: block;
  }
  .list-2 li {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
}
/*============  Boxes  =============*/
.box-1 {
  position: relative;
  margin-top: 20px;
  padding-bottom: 53px;
  margin-bottom: 30px;
  background: #ffffff;
  border-bottom: 4px solid #404040;
}
.box-1 .text-4 {
  padding: 28px 10px;
}
.box-1__skin-1 .text-4 {
    color: #ffffff;
    background: #336EB6;
    border-bottom: 4px solid #4E8FDF;
}
.box-1__skin-2 .text-4 {
    color: #ffffff;
    background: #F5822A;
    border-bottom: 4px solid #D95D00;
}
.box-1__skin-3 .text-4 {
    color: #ffffff;
    background: #905FA8;
    border-bottom: 4px solid #590D7E;
}
.box-1__skin-4 .text-4 {
    color: #ffffff;
    background: #f7b500;
    border-bottom: 4px solid #C7B200;
}
.box-1 .text-4 {
  text-transform: uppercase;
  text-align: center;
}
.box-1 .prise {
  text-transform: uppercase;
}
.box-1 .prise span {
  float: left;
}
.box-1 .prise span:first-child {
  font: 600 70px/70px 'Open Sans', sans-serif;
}
.box-1 .prise span:first-child + span {
  margin-left: 2px;
  font: 600 25px/38px 'Open Sans', sans-serif;
}
.box-1 .prise span:first-child + span + span {
  margin-left: 4px;
  font: 600 20px/32px 'Open Sans', sans-serif;
}
.box-1 .prise:before,
.box-1 .prise:after {
  content: " ";
  display: table;
}
.box-1 .prise:after {
  clear: both;
}
.box-1 .caption {
  padding: 43px 30px 30px;
}
.box-1 .caption .prise + p {
  padding-top: 43px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-1 .prise span:first-child {
    font-size: 40px;
    line-height: 49px;
  }
  .box-1 .prise span:first-child + span + span {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .box-1 {
    margin-top: 10px;
  }
}
.box-2 {
  padding-bottom: 30px;
}
.box-2 .put-left {
  margin-right: 38px;
}
.box-2 .fa {
    display: inline-block;
    width: 96px;
    height: 92px;
    color: #ffffff;
    background: #68BD45;
    font: 400 50px/96px 'FontAwesome';
    text-align: center;
    border-radius: 14px;
    -webkit-box-shadow: 0 4px 0 0 #3D9F14;
    box-shadow: 0 4px 0 0 #3D9F14;
}
.box-2 .text-5 + .text-6 {
  padding-top: 5px;
}
.box-2 .clearfix + p {
  padding-top: 30px;
}
.box-2 p + .btn-3 {
  margin-top: 47px;
}
.box-2 .list-1 + p {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
.box-3 {
  padding-bottom: 79px;
}
.box-3 .put-left {
  margin-top: 6px;
  padding-right: 23px;
}
.box-3 .fa {
  display: inline-block;
  width: 118px;
  height: 114px;
  text-align: center;
  background: #ffffff;
  border-bottom: 4px solid #c9c9c9;
}
.box-3 .text-8 + p {
  padding-top: 13px;
}
@media (max-width: 479px) {
  .box-3 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
.box-4 {
    padding-bottom: 35px;
}
.box-4 .put-left {
  margin-right: 30px;
  margin-top: 5px;
}
.box-4 .caption p {
  padding-right: 35px;
}
.box-4 .text-8 + p {
  padding-top: 14px;
}
.box-4 p + .btn-3 {
  margin-top: 50px;
}
.box-4 p + .row,
.box-4 p + .list-1 {
  padding-top: 33px;
}
.box-4 .text-8 + .text-9 {
  padding-top: 14px;
}
.box-4 .text-9 + img {
  margin-top: 26px;
}
.box-4 img + p {
  padding-top: 23px;
}
@media (max-width: 979px) {
  .box-4 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .box-4 .text-9 .put-right {
    float: none;
  }
}
.box-5 {
  padding-bottom: 30px;
}
.box-5 img {
  width: 100%;
}
.box-5 .caption-1 {
  padding: 25px 10px 23px 20px;
  background: #f4f4f4;
}
.box-5 .caption-1 .text-9 + p {
  padding-top: 14px;
}
/*============  Quote Box =============*/
.quote-box {
  position: relative;
}
.quote-box:before {
  content: '“';
  display: inline-block;
  font: normal 72px/72px 'Open Sans', sans-serif;
  color: #a1a194;
  height: 40px;
  overflow: hidden;
}
.quote-box .text_8 {
  padding-top: 17px;
  text-transform: uppercase;
}
.quote-box .color_7 {
  padding: 0 56px;
}
@media (max-width: 979px) {
  .quote-box .color_7 {
    padding: 0;
  }
}
/*============  Index Box  =============*/
.index-box {
  position: relative;
  padding-left: 100px;
  padding-bottom: 38px;
}
.index-box .data-index {
  position: absolute;
  top: 5px;
  left: 0;
  width: 70px;
  height: 66px;
  font: 300 48px/68px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.index-box .data-index:before,
.index-box .data-index:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 50%;
}
.index-box .data-index:after {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
}
.index-box .data-index:before {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #c7c7c7;
}
.index-box .caption .text-8 + p {
  padding-top: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-box {
    padding-left: 60px;
  }
  .index-box .data-index {
    width: 40px;
    height: 36px;
    font-size: 20px;
    line-height: 38px;
  }
}
.index-box2 {
  position: relative;
  padding-left: 80px;
  padding-bottom: 38px;
}
.index-box2:before {
  content: attr(data-index) '.';
  position: absolute;
  top: 5px;
  left: 0;
  width: 46px;
  height: 50px;
  padding-left: 4px;
  color: #ffffff;
  background: #e74c3c;
  font: 300 30px/30px 'Open Sans', sans-serif;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
}
.index-box2 .text-8 + p {
  padding-top: 14px;
}
/*============  Map =============*/
.map {
  margin-top: 7px;
  width: 100%;
  height: 468px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
.address .text-8 + p {
  padding-top: 14px;
}
.address p + dl {
  padding-top: 23px;
}
.address .text_2 {
  text-transform: uppercase;
  padding-bottom: 11px;
}
.address dl dt,
.address dl dd {
  display: inline-block;
}
.address dl dt {
  min-width: 90px;
}
.address dl + p + p {
  padding-top: 23px;
}
.address a:hover {
  color: inherit;
  text-decoration: underline;
}
/*============  Terms List =============*/
.terms-list dt {
  text-transform: uppercase;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 28px;
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .stellar-block {
    background-size: auto 100%;
  }
}
.first {
    background-image: url(../images/index_slide2.jpg);
    background-color: #404040;
    background-position: center 0%;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(../images/index_slide_sm.jpg);
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #404040;
  border-top: 4px solid #c7c7c7;
  padding: 42px 0 28px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Info =============*/
.info {
  padding-bottom: 20px;
}
.info .brand {
  padding: 0;
  display: inline-block;
  color: #a1a194;
}
.info .brand h2 {
  position: relative;
  padding-left: 75px;
  color: #ffffff;
  font: 300 40px/40px 'Open Sans', sans-serif;
}
.info .brand h2 a {
  display: inline-block;
  text-transform: capitalize;
}
.info .brand h2 a:hover {
  color: #ffffff;
}
.info .brand h2 a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 63px;
  height: 43px;
  background: url("../images/logof.png") no-repeat;
}
.info .brand .slogan {
  display: block;
  padding-left: 75px;
  margin-left: 4px;
  margin-top: 0px;
  font: 300 8px/10px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #a0a0a0;
}
.info .addinfo {
  display: inline-block;
  padding: 15px 0 0 10px;
  color: #828282;
}
@media (max-width: 767px) {
  .info {
    float: none;
    display: inline-block;
  }
}
/*============  Social List =============*/
.social-list {
  padding-top: 5px;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 12px;
}
.social-list a {
  display: inline-block;
  width: 48px;
  height: 44px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  text-align: center;
  font: normal 24px/44px 'FontAwesome';
  border-radius: 50px;
}
.social-list a:hover {
    background: #68BD45;
    -webkit-box-shadow: 0 4px 0 0 #2B8009;
    box-shadow: 0 4px 0 0 #2B8009;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
  overflow: hidden;
  border: none;
  width: 48px;
  height: 44px;
  z-index: 20;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  border-radius: 24px;
}
#toTop:hover {
  background: #e74c3c;
  -webkit-box-shadow: 0 4px 0 0 #c14235;
  box-shadow: 0 4px 0 0 #c14235;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
