@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #292929;
  color: #bbbaba;
  font: 400 14px/24px "Arial", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, h4, h5, h6, .addr p:first-child, .terms dt {
  text-transform: uppercase; }

h1 {
  font: 400 40px/40px "Bitter", sans-serif;
  letter-spacing: 2.88px; }

h2 {
  font: 400 60px/60px "Bitter", sans-serif; }
  @media (max-width: 479px) {
    h2 {
      font-size: 50px;
      line-height: 50px; } }

h3, h4 {
  color: #292929; }

h3 {
  font: 400 30px/30px "Bitter", sans-serif; }
  h3.heading {
    position: relative;
    padding-left: 70px; }
    h3.heading span {
      position: absolute;
      left: 0;
      top: 14px;
      font-size: 30px;
      line-height: 30px;
      color: #9dc02e; }
      h3.heading span.mod {
        font-size: 100px;
        line-height: 80px;
        font-family: 'Arial'; }
  @media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }
  h3 a:hover {
    color: #9dc02e; }

h4, blockquote footer, .addr p:first-child, .terms dt {
  font: 400 20px/25px "Bitter", sans-serif; }
  h4 a:hover, blockquote footer a:hover, .addr p:first-child a:hover, .terms dt a:hover {
    color: #9dc02e; }
  h4.primary a:hover, blockquote footer.primary a:hover, .addr p:first-child.primary a:hover, .terms dt.primary a:hover {
    color: #292929; }
  @media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
    h4, blockquote footer, .addr p:first-child, .terms dt {
      font-size: 18px; } }
  h4.ls, blockquote footer.ls, .addr p:first-child.ls, .terms dt.ls {
    letter-spacing: -1px; }

h5 {
  color: #9dc02e;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Bitter", sans-serif; }

p a:hover, .terms dd a:hover, .addr a:hover, .copyright a:hover, .policy-link a:hover {
  text-decoration: underline; }

time {
  position: relative;
  display: block;
  font-size: 40px;
  color: #FFF;
  letter-spacing: -2px;
  background: #9dc02e;
  line-height: 40px;
  padding-top: 22px;
  font-family: "Bitter", sans-serif;
  text-align: center;
  width: 70px; }
  time span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.75px; }
  time .month {
    margin-top: 21px;
    padding: 10px 0;
    color: #8F8F8F;
    background: #1F1F1F;
    text-transform: uppercase; }
  time .year {
    color: #FFF;
    padding: 8.5px 0;
    background: #292929; }
  time:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #9dc02e; }

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; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-family: "FontAwesome"; }

.center {
  text-align: center; }

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

.oh {
  overflow: hidden; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.primary {
  color: #9dc02e; }

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.header .nav {
  float: right; }

.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 49px; }

@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 15px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
.sf-menu {
  font-family: "Bitter", sans-serif; }
  .sf-menu a {
    display: block;
    text-transform: uppercase; }

.sf-menu > li > a {
  color: #292929; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #9dc02e; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -72px;
  width: 235px;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
  background: #9dc02e;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #9dc02e transparent; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    color: #fff;
    padding-right: 30px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #292929; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 21px;
  background: #292929;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul ul:before {
    left: -5px;
    margin-left: 0;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 5px 4.5px 0;
    border-color: transparent #292929 transparent transparent; }

.sf-menu ul ul > li > a:hover {
  color: #9dc02e; }

.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: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: auto;
    right: 100%;
    margin: 0 21px 0 0; }
    .sf-menu ul ul:before {
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 5px;
      border-color: transparent transparent transparent #292929; } }
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #e5e5e5 url("data:image/png;base64,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") no-repeat right center;
  border: 1px solid #333;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Bitter", 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: white;
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px; }
  .isStuck .brand, .isStuck .btn {
    display: none; }
  .header .isStuck .nav {
    float: none;
    text-align: center;
    margin-top: 10px; }

@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); }

/*==================   Thumbnail    ======================*/
.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;
    left: 0;
    top: 0;
    right: 0;
    bottom: 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;
    color: white;
    background: transparent; }
    .thumb_overlay:before {
      content: "\f065";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 36px "FontAwesome";
      line-height: 36px;
      margin-top: -18px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(157, 192, 46, 0.6); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999DC02E', endColorstr='#999DC02E')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999DC02E', endColorstr='#999DC02E');
      zoom: 1; }
    .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); }

/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-1_img01.jpg);
  padding: 50px 0; }

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  background: #1f1f1f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #9dc02e;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 454px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }
.map_locations {
  display: none; }

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: white;
  padding-bottom: 114px; }
  .header .brand {
    float: left; }
  .header .btn {
    position: absolute;
    right: 0;
    top: 0; }
  .header .nav {
    margin-top: 144px; }
  @media (max-width: 767px) {
    .header {
      text-align: center;
      padding-bottom: 30px; }
      .header .brand, .header .nav {
        float: none; }
      .header .brand {
        margin-left: 0; }
      .header .btn {
        display: none; }
      .header .nav {
        margin-top: 60px; } }
  @media (max-width: 479px) {
    .header .brand_name {
      padding: 21px 6px;
      letter-spacing: 1px; } }

.header_panel {
  position: relative; }
  .header_panel:before, .header_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .header_panel:after {
    clear: both; }

/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  color: #FFF;
  margin-left: 47px;
  text-align: center;
  font: 400 15px/15px "Bitter", sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  z-index: 1; }
  .brand_date {
    padding: 28px 0;
    background: #9dc02e; }
  .brand_name {
    padding: 21px 17px;
    background: #292929;
    position: relative; }
    .brand_name .left {
      right: 100%; }
      .brand_name .left:before {
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 41px 0 41px 19px;
        border-color: transparent transparent transparent white; }
    .brand_name .right {
      left: 100%; }
      .brand_name .right:before {
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 41px 19px 41px 0;
        border-color: transparent white transparent transparent; }
    .brand_name .left, .brand_name .right {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 47px;
      background: #1F1F1F; }
      .brand_name .left:before, .brand_name .right:before {
        content: '';
        position: absolute;
        top: 0; }
  .brand_slogan {
    padding-top: 26px;
    position: relative; }
    .brand_slogan:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 4px;
      background: #9dc02e;
      z-index: -1; }
  .brand .ellipse-wr {
    display: block;
    position: absolute;
    bottom: -51px;
    left: 0;
    right: 0;
    z-index: -1; }
    .brand .ellipse-wr:before, .brand .ellipse-wr:after {
      display: table;
      content: "";
      line-height: 0; }
    .brand .ellipse-wr:after {
      clear: both; }
  .brand .ellipse {
    display: block;
    position: relative;
    width: 50%;
    height: 55px;
    overflow: hidden;
    float: left; }
    .brand .ellipse_left:before {
      left: -124px;
      border-bottom-left-radius: 294px;
      content: '';
      position: absolute;
      width: 500px;
      height: 500px;
      bottom: 0;
      background: #9dc02e; }
    .brand .ellipse_right:after {
      right: -124px;
      border-bottom-right-radius: 294px;
      content: '';
      position: absolute;
      width: 500px;
      height: 500px;
      bottom: 0;
      background: #9dc02e; }

.btn {
  position: relative;
  display: inline-block;
  padding: 26px 22px 26px 106px;
  line-height: 20px;
  color: #FFF;
  background: #292929;
  font-family: "Bitter", sans-serif;
  font-size: 15px;
  text-transform: uppercase; }
  .btn:before {
    content: '\f0c0';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    text-align: center;
    font: 400 24px/72px "FontAwesome";
    color: #FFF;
    background: #9dc02e; }
  .btn:hover {
    background: #9dc02e; }

/*=======================================================
                     CONTENT  Layout
=========================================================*/
h2 + .off1 {
  margin-top: 8px; }

h3 + .off1 {
  margin-top: 45px; }

h3 + .off2 {
  margin-top: 57px; }

h3 + .off3 {
  margin-top: 67px; }

h4 + .off1 {
  margin-top: 13px; }

h4 + .off2 {
  margin-top: 9px; }

.box + .off1 {
  margin-top: 21px; }

.row + .off1 {
  margin-top: 48px; }

.row + .off2 {
  margin-top: 79px; }

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

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

p + .off1 {
  margin-top: 14px; }

.marked-list + .off1 {
  margin-top: 14px; }

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: white; }
  .content.page2 > .container:first-child {
    border-top: 1px solid #1F1F1F; }

/*==================      Indents     ======================*/
.indent1 {
  margin-top: 75px; }

/*==================      Well     ======================*/
.well {
  padding-top: 79px;
  padding-bottom: 92px; }

.well2 {
  padding-top: 79px;
  padding-bottom: 85px; }

/*==================  Backgrounds  ======================*/
.bg-content {
  background: #F4F4F4; }

/*==================      Number box      ======================*/
.number {
  display: inline-block;
  width: 51px;
  height: 51px;
  text-align: center;
  background: #9dc02e;
  color: #FFF;
  font: 400 20px/51px "Bitter", sans-serif; }

@media (min-width: 980px) and (max-width: 1199px) {
  .number-box__mod2 h4 {
    font-size: 16px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .number-box__mod2 .box_aside {
    float: none;
    margin: 0 0 15px; } }

.number-box__mod .box_aside {
  margin-right: 35px; }

.number-box + .number-box {
  margin-top: 35px; }

/*==================      Member box      ======================*/
.member-box_cnt {
  background: #F4F4F4;
  padding: 37px 12px 30px 26px; }
.member-box h3 + p {
  margin-top: 5px; }
@media (min-width: 768px) and (max-width: 979px) {
  .member-box_cnt {
    padding: 20px 9px; }
  .member-box h3 {
    font-size: 18px; } }

/*==================     Icons     ======================*/
.icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  font-size: 40px;
  background: #9dc02e;
  color: #FFF; }
  .icon:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #9dc02e; }

.icon-box .icon {
  float: left;
  margin-right: 30px; }
.icon-box_cnt {
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 979px) {
  .icon-box .icon {
    float: none;
    margin: 0 0 15px; }
    .icon-box .icon:after {
      display: none; } }

/*==================     Blockquote     ======================*/
blockquote {
  background: #fafafa;
  padding: 32px 35px 12px; }
  blockquote footer {
    margin-top: 17px;
    color: #9dc02e;
    text-transform: uppercase; }
  blockquote cite {
    font-family: "Bitter", sans-serif;
    font-size: 14px;
    color: #292929;
    vertical-align: baseline; }

/*==================    Buttons    ======================*/
.btn2 {
  position: relative;
  display: inline-block;
  padding: 11.5px 25px 11.5px 78px;
  line-height: 30px;
  color: #FFF;
  background: #9dc02e;
  font: 400 15px/30px "Bitter", sans-serif;
  text-transform: uppercase; }
  .btn2:before {
    content: '\f0f6';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 53px;
    height: 53px;
    text-align: center;
    font: 400 19px/53px "FontAwesome";
    color: #FFF;
    background: #292929; }
  .btn2:hover {
    background: #292929; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 28px; }
.box_cnt__no-flow {
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 979px) {
  .box_aside {
    margin-right: 15px; } }

/*==================      Event-Box      ======================*/
.event-box time {
  float: left;
  margin-right: 28px; }
.event-box_cnt {
  overflow: hidden; }
  .event-box_cnt h4 {
    letter-spacing: -1px; }
.event-box img + h4 {
  margin-top: 22px; }
.event-box + .event-box {
  margin-top: 34px; }

.event-box__mod time {
  margin-top: -1px; }
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .event-box__mod time {
    float: none;
    margin: 0 0 15px; }
    .event-box__mod time:after {
      display: none; } }

/*==================      bg-img      ======================*/
.bg-img {
  display: block; }
  .bg-img h2 {
    color: #9dc02e; }
  .bg-img h3 {
    color: #FFF; }
  .bg-img h2 + h3 {
    margin-top: 34px; }
  .bg-img:hover {
    opacity: 0.5; }
    .lt-ie9 .bg-img:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

.bg-img1 {
  background: url("../images/page-1_img01.jpg") no-repeat;
  margin-top: 89px;
  padding: 54px 25px 59px 50px; }

.bg-img2 {
  background: url("../images/page-3_img04.jpg") no-repeat;
  margin-top: 11px;
  padding: 54px 25px 73px 50px; }

@media (max-width: 1199px) {
  .bg-img1, .bg-img2 {
    padding: 30px 20px;
    -webkit-background-size: cover;
    background-size: cover; } }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 30px; }
  .marked-list li:before {
    content: '\f178';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: "FontAwesome";
    color: #9dc02e; }
  .marked-list li + li {
    margin-top: 12px; }
.marked-list a:hover {
  text-decoration: underline; }

/*==================    Partners    ======================*/
.partners {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .partners li {
    display: table-cell;
    background: #fafafa;
    text-align: center;
    vertical-align: middle;
    padding: 34px 0 51px; }
    .partners li + li {
      border-left: 1px solid #F0F0F0; }
  .partners a {
    display: block; }
    .partners a:hover {
      opacity: 0.5; }
      .lt-ie9 .partners a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
  @media (max-width: 767px) {
    .partners {
      display: block; }
      .partners li {
        display: block;
        padding: 20px 0; }
        .partners li + li {
          border-left: none;
          border-top: 1px solid #f0f0f0; } }

/*==================    Address    ======================*/
.addr p:first-child {
  margin-bottom: 15px; }
.addr dl dt, .addr dl dd {
  display: inline-block; }
.addr dl dt {
  min-width: 90px; }

/*==================     Terms     ======================*/
.terms {
  margin-top: 60px; }
  .terms dt {
    color: #9dc02e; }
  .terms dt + dd {
    margin-top: 14px; }
  .terms dd + dt {
    margin-top: 67px; }

.policy-link {
  margin-top: 23px; }

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  padding: 109px 0 132px;
  color: #585858; }
  .footer .foot-wr {
    float: right;
    margin-right: 55px; }
  @media (max-width: 1199px) {
    .footer .foot-wr {
      margin-right: 0;
      float: none; } }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 0;
      text-align: center; } }

.phone2, .address {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding-left: 70px;
  font-family: "Bitter", sans-serif;
  font-size: 15px;
  text-transform: uppercase; }
  .phone2 .fa, .address .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 50px;
    color: #9dc02e; }
  @media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
    .phone2, .address {
      padding-left: 40px; }
      .phone2 .fa, .address .fa {
        font-size: 40px;
        line-height: 40px; } }

.phone2 {
  line-height: 20px; }

.address {
  line-height: 15px; }
  .address .first {
    font-size: 15px;
    text-transform: uppercase;
    color: #9dc02e; }

.social-list li {
  display: inline-block; }
  .social-list li + li {
    margin-left: 8px; }
.social-list a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  background: #1F1F1F;
  font-size: 22px; }
  .social-list a:hover {
    background: #9dc02e; }

.copyright {
  font-family: "Bitter", sans-serif;
  margin-top: 17px; }
  .copyright span:first-child {
    color: #9dc02e;
    text-transform: uppercase; }
