/* ####################################################
NOTE
I am coding styles using SASS (.scss) which is then compiled using Compass into this .css

This is (.scss) file for variables and mixins of Health Scope website

Created by Sam Silvey
###################################################
*/
@import url(../css/fonts.css);
#wrapper {
  position: relative; }
  @media (max-width: 997px) {
    #wrapper .row {
      margin-left: 0;
      margin-right: 0; } }
  #wrapper #site-main {
    width: 100%;
    float: left;
    margin-top: 66px; }
    @media (max-width: 767px) {
      #wrapper #site-main {
        margin-top: 53px; } }
  #wrapper #site-footer {
    width: 100%;
    float: left; }

/* =Header Top
-------------------------------------------------------------- */
.header_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  height: 66px;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #aaa5a3; }
  @media (max-width: 767px) {
    .header_fixed {
      height: 53px; } }
  .header_fixed .logo {
    float: left;
    height: 100%;
    padding: 7px 20px; }
    .header_fixed .logo a {
      text-indent: -999em; }
  .header_fixed .nav-search {
    float: right;
    border-left: 1px solid #aaa5a3;
    height: 100%;
    margin-right: 15%; }
    @media (max-width: 767px) {
      .header_fixed .nav-search {
        margin-right: 2%; } }
    @media (max-width: 550px) {
      .header_fixed .nav-search {
        display: block;
        width: 100%;
        background: #fff;
        background: rgba(255, 255, 255, 0.4);
        border-left: none;
        margin-right: 0;
   }

   .search-form label .search-field:focus {
       width: 340px !important;
       background: #000;
       border-radius: 0;
       border:solid 1px #aaa5a3;
	   font-size: 22px;
   }

   #wrapper #site-main {
    margin-top: 117px;
}
      
      
      }

.logo-icon {
  display: block;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 177px;
  height: 50px;
  background-image: url(../images/logo.png);
  text-indent: -999em; }
  @media (max-width: 767px) {
    .logo-icon {
      width: 135px;
      height: 39px; } }

/* =Header Top
-------------------------------------------------------------- */
/* =Nav Container
-------------------------------------------------------------- */
#main_nav {
  position: fixed;
  width: 100%;
  height: calc( 100vh - 66px );
  left: -100vw;
  *left: 0;
  top: 66px;
  overflow-y: auto;
  z-index: 5;
  color: #fff; }
  @media (max-width: 767px) {
    #main_nav {
      background-color: rgba(30, 26, 27, 0.9);
      top: 53px; } }
  #main_nav .nav_wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    min-height: 100%; }
    @media (max-width: 767px) {
      #main_nav .nav_wrapper {
        display: block; } }

.nav_resource {
  width: 22%;
  background-color: #ebb5d5;
  position: relative; }
  @media (max-width: 767px) {
    .nav_resource {
      width: 100%;
      float: left; } }
  .nav_resource .hs_nav_wrap {
    padding: 1em 3em 3.8em 3em; }
    @media (max-width: 767px) {
      .nav_resource .hs_nav_wrap {
        float: left;
        max-width: 50%;
        padding: 3.9em 1.5em; } }
    .nav_resource .hs_nav_wrap .hs_logo {
      margin-bottom: 2.3em; }
  .nav_resource .nav_bottom {
    position: absolute;
    bottom: calc( 100% - ( 100vh - 66px ) );
    left: 0;
    width: 100%; }
    @media (max-height: 650px) {
      .nav_resource .nav_bottom {
        position: static;
        bottom: auto;
        left: auto; } }
    @media (max-width: 767px) {
      .nav_resource .nav_bottom {
        position: static;
        bottom: auto;
        left: auto;
        width: auto;
        float: right;
        max-width: 50%; } }
    .nav_resource .nav_bottom .extern_links {
      border-bottom: 2px solid #fff;
      padding: 2.5em 1.5em; }
      .nav_resource .nav_bottom .extern_links li a {
        text-transform: uppercase; }
        .nav_resource .nav_bottom .extern_links li a.contact_link {
          font-family: 'GothamLight';
          font-size: 5em; }
          @media (max-width: 1250px) {
            .nav_resource .nav_bottom .extern_links li a.contact_link {
              font-size: 3.56em; } }
        .nav_resource .nav_bottom .extern_links li a.subscribe_link {
          font-family: 'GothamMedium';
          font-size: 2.35em; }
    .nav_resource .nav_bottom .social_list {
      padding: 2.5em 1.5em; }

.nav_extern {
  width: 78%;
  min-height: 100%;
  background-color: rgba(30, 26, 27, 0.9);
  padding: 2em 0 2em 3.8em; }
  @media (max-width: 767px) {
    .nav_extern {
      width: 100%;
      float: left;
      min-height: 0;
      padding: 2em 0 2em 1em; } }

.nav_magazines {
  width: 100%;
  float: left; }
  .nav_magazines .magazine_hmenu {
    float: left;
    width: 38%; }
    .nav_magazines .magazine_hmenu img {
      width: 100%; }
  .nav_magazines .magazine_menu {
    float: left;
    width: 62%;
    padding: 0 1vw; }
    .nav_magazines .magazine_menu li {
      float: left;
      width: 33.33%;
      padding: 0 1vw; }
      .nav_magazines .magazine_menu li:nth-child(n+4) {
        margin-top: 3.39vw; }
        @media (max-width: 767px) {
          .nav_magazines .magazine_menu li:nth-child(n+4) {
            margin-top: 3vw; } }
      .nav_magazines .magazine_menu li:nth-child(3n+1) {
        clear: left; }
      .nav_magazines .magazine_menu li a {
        display: block;
        position: relative; }
        .nav_magazines .magazine_menu li a:hover img:nth-child(2) {
          opacity: 1; }
        .nav_magazines .magazine_menu li a img {
          width: 100%; }
          .nav_magazines .magazine_menu li a img:nth-child(2) {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease; }

.nav_border {
  width: 100%;
  float: left;
  font-size: 1.8em;
  margin: 1.5em 0; }
  .nav_border h5 {
    float: left;
    font-family: 'GothamBook';
    font-size: 1em;
    width: 12.5em;
    margin: 0; }
  .nav_border hr {
    float: left;
    width: calc( 100% - 12.5em );
    margin-top: 0.483em; }

.moth_ball_nav {
  width: 100%;
  float: left; }
  .moth_ball_nav li {
    float: left;
    text-align: center;
    padding-right: 3em; }
    .moth_ball_nav li img {
      height: 200px;
      object-fit: cover;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      -ms-object-fit: cover;
      -o-object-fit: cover;
      object-position: center center;
      -webkit-object-position: center center;
      -moz-object-position: center center;
      -ms-object-position: center center;
      -o-object-position: center center; }
    .moth_ball_nav li h5 {
      margin: 0.75em 0 0 0;
      font-family: 'GothamMedium'; }

/* =Nav Container
-------------------------------------------------------------- */
/* search form */
.search-form {
  padding: 20px 18px; }
  .search-form label {
    cursor: pointer;
    margin: 0; }
    .search-form label .search-field {
      border: none;
      cursor: pointer;
      position: relative;
      -webkit-transition: width 400ms ease, background 400ms ease !important;
      -moz-transition: width 400ms ease, background 400ms ease !important;
      -ms-transition: width 400ms ease, background 400ms ease !important;
      -o-transition: width 400ms ease, background 400ms ease !important;
      transition: width 400ms ease, background 400ms ease !important;
      width: 1px;
      background: none;
      float: left;
      color: #000;
      font-size: 1.35em;
      padding: 3px 6px;
      font-family: 'GothamLight'; }
      .search-form label .search-field:focus {
        background: #fff;
        cursor: text;
        outline: 0;
        width: 170px;
        height: 25px; }
        .search-form label .search-field:focus + .screen-reader-text {
          display: none; }
    .search-form label .screen-reader-text {
      text-transform: uppercase;
      font-family: 'GothamLight';
      font-size: 1.5em;
      color: #aaa5a3;
      line-height: 25px;
      height: 25px; }
  .search-form .search-submit {
    display: none; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*  search form end */
/* =Menu
-------------------------------------------------------------- */
.navbar {
  border: none;
  margin: 0;
  border-radius: 0; }

.nav {
  display: inline-block; }
  .nav .menu-item {
    position: relative; }
    .nav .menu-item a {
      display: block;
      color: #fff;
      font-size: 2.1em;
      padding: 0.25em 0;
      line-height: 1;
      text-transform: uppercase;
      font-family: 'GothamMedium'; }
      @media (max-width: 900px) {
        .nav .menu-item a {
          font-size: 1.8em; } }
      .nav .menu-item a:hover {
        background: none; }
      .nav .menu-item a:focus {
        background-color: transparent; }

.toggle-menu-wrap {
  float: left;
  padding: 10px 20px;
  height: 100%;
  border-right: 1px solid #aaa5a3; }
  @media (max-width: 767px) {
    .toggle-menu-wrap {
      padding: 4px 18px; } }
  .toggle-menu-wrap > span {
    font-family: 'GothamMedium';
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.15em; }

#toggle-menu {
  display: block;
  width: 35px;
  cursor: pointer;
  margin: 5px 0 0 0; }

.toggle-menu-default-state {
  display: none; }

.toggle-menu-hidden {
  display: none; }

.toggle-menu-visible {
  display: block; }

#toggle-menu div {
  width: 100%;
  height: 15px;
  position: relative; }

#toggle-menu span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

#toggle-menu span.top {
  top: -4px; }

#toggle-menu span.middle {
  top: 7px; }

#toggle-menu span.bottom {
  top: 17px; }

#toggle-menu.toggle-menu-visible span.top {
  -webkit-animation: inTop 0.8s forwards;
  -moz-animation: inTop 0.8s forwards;
  animation: inTop 0.8s forwards; }

#toggle-menu.toggle-menu-visible span.middle {
  -webkit-animation: inMiddle 0.8s forwards;
  -moz-animation: inMiddle 0.8s forwards;
  animation: inMiddle 0.8s forwards; }

#toggle-menu.toggle-menu-visible span.bottom {
  -webkit-animation: inBottom 0.8s forwards;
  -moz-animation: inBottom 0.8s forwards;
  animation: inBottom 0.8s forwards; }

#toggle-menu.toggle-menu-hidden span.top {
  -webkit-animation: outTop 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outTop 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outTop 0.8s backwards;
  animation-direction: reverse; }

#toggle-menu.toggle-menu-hidden span.middle {
  -webkit-animation: outMiddle 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outMiddle 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outMiddle 0.8s backwards;
  animation-direction: reverse; }

#toggle-menu.toggle-menu-hidden span.bottom {
  -webkit-animation: outBottom 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outBottom 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outBottom 0.8s backwards;
  animation-direction: reverse; }

@-webkit-keyframes inMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes inMiddle {
  50% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes inMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes outMiddle {
  50% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes outMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
/* =Menu End
-------------------------------------------------------------- */
/* =Normal Common
-------------------------------------------------------------- */
#site-main > #container {
  width: 100%;
  float: left;
  padding: 10em; }
  @media (max-width: 767px) {
    #site-main > #container {
      padding: 1.5em; } }

.slick-slider .slick-arrow {
  position: absolute;
  top: calc( ( 100% - 67px ) / 2 );
  border: none;
  text-indent: -999em;
  z-index: 1;
  width: 67px;
  height: 67px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (max-width: 767px) {
    .slick-slider .slick-arrow {
      top: calc( ( 100% - 38px ) / 2 );
      width: 38px;
      height: 38px; } }
  .slick-slider .slick-arrow.slick-prev {
    background-image: url(../images/arrow-left.png);
    left: 1em; }
    .slick-slider .slick-arrow.slick-prev:hover {
      background-image: url(../images/arrow-left-hover.png); }
  .slick-slider .slick-arrow.slick-next {
    background-image: url(../images/arrow-right.png);
    right: 1em; }
    .slick-slider .slick-arrow.slick-next:hover {
      background-image: url(../images/arrow-right-hover.png); }
.slick-slider .slick-dots {
  text-align: center;
  margin-top: 15px; }
  .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #ebb5d5; }
    .slick-slider .slick-dots li button {
      background: none;
      border: 1px solid #ebb5d5;
      width: 13px;
      height: 14px;
      border-radius: 50%;
      text-indent: -999em; }

.cresta-share-icon {
  display: none; }

/* =Normal Common End
-------------------------------------------------------------- */
/* =Socials
-------------------------------------------------------------- */
.social_list {
  width: 100%;
  float: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .social_list li {
    float: left;
    margin-right: 2.5em; }
    @media (max-width: 850px) {
      .social_list li {
        margin-right: 2.2em; } }
    .social_list li a {
      display: inline-block;
      text-indent: -999em;
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent; }

.icon_facebook {
  background-image: url(../images/social-facebook.png);
  width: 7px;
  height: 15px; }

.icon_twitter {
  background-image: url(../images/social-twitter.png);
  width: 20px;
  height: 15px; }

.icon_instagram {
  background-image: url(../images/social-instagram.png);
  width: 15px;
  height: 15px; }

.icon_pinterest {
  background-image: url(../images/social-pinterest.png);
  width: 13px;
  height: 15px; }

.icon_linkedin {
  background-image: url(../images/social-linkedin.png);
  width: 17px;
  height: 16px; }

.icon_vimeo {
  background-image: url(../images/social-vimeo.png);
  width: 18px;
  height: 15px; }

/* =Socials End
-------------------------------------------------------------- */
/* =Footer
-------------------------------------------------------------- */
.other_elements {
  position: absolute; }

.footer_nav {
  width: 1440px;
  margin: 0 auto;
  padding: 0; }
  .footer_nav:before, .footer_nav:after {
    content: " ";
    display: table; }
  .footer_nav:after {
    clear: both; }
  @media (max-width: 1440px) {
    .footer_nav {
      width: 100%;
      float: left;
      margin: 0;
      padding: 0; } }
  .footer_nav .nav_items li {
    padding: 0.25vw; }
    .footer_nav .nav_items li .magazine_link {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .footer_nav .nav_items li .magazine_link:hover .nav_img {
        display: none; }
      .footer_nav .nav_items li .magazine_link:hover .nav_hover_img {
        display: inline-block; }
      .footer_nav .nav_items li .magazine_link img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-object-fit: fill;
        -moz-object-fit: fill;
        -ms-object-fit: fill;
        -o-object-fit: fill;
        object-position: center center;
        -webkit-object-position: center center;
        -moz-object-position: center center;
        -ms-object-position: center center;
        -o-object-position: center center; }
      .footer_nav .nav_items li .magazine_link .nav_hover_img {
        display: none; }
  .footer_nav .fn_extern .wrapper {
    background-color: #ebb5d5;
    color: #fff;
    height: 100%;
    padding: 2em; }
    .footer_nav .fn_extern .wrapper .fn_title {
      font-family: 'GothamBold';
      text-transform: none;
      font-size: 3.2em;
      position: relative;
      margin-bottom: 180px; }
      @media (min-width: 767px) and (max-width: 1350px) {
        .footer_nav .fn_extern .wrapper .fn_title {
          margin-bottom: 10vw;
          font-size: 2.1vw; } }
      @media (min-width: 500px) and (max-width: 767px) {
        .footer_nav .fn_extern .wrapper .fn_title {
          margin-bottom: 5vw;
          font-size: 3.2vw; } }
      @media (max-width: 500px) {
        .footer_nav .fn_extern .wrapper .fn_title {
          margin-bottom: 12vw;
          font-size: 3.8vw; } }
      .footer_nav .fn_extern .wrapper .fn_title:before {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 0.15em;
        background-color: #fff;
        left: 0;
        bottom: -0.5em; }
      .footer_nav .fn_extern .wrapper .fn_title sup {
        line-height: 1;
        top: -0.5em;
        left: -0.5em;
        font-size: 0.6em; }
    .footer_nav .fn_extern .wrapper > p {
      margin: 0;
      font-family: 'GothamMedium';
      width: 100%;
      float: left; }
    .footer_nav .fn_extern .wrapper .contact_link {
      text-transform: uppercase;
      font-family: 'GothamMedium';
      font-size: 2em;
      display: inline-block;
      margin: 80px 0 70px 0; }
      @media (min-width: 867px) and (max-width: 1350px) {
        .footer_nav .fn_extern .wrapper .contact_link {
          margin: 5vw 0; } }
      @media (min-width: 500px) and (max-width: 867px) {
        .footer_nav .fn_extern .wrapper .contact_link {
          margin: 1.5vw 0; } }
      @media (max-width: 500px) {
        .footer_nav .fn_extern .wrapper .contact_link {
          margin: 15vw 0; } }

/* =Footer
-------------------------------------------------------------- */
.ads_section {
  margin: 3em 0;
  width: 100%;
  float: left; }
  .ads_section .ads_wrapper {
    max-width: 1200px;
    margin: auto;
    height: 120px;
    *background-color: #ebb5d5; }
    .ads_section .ads_wrapper:before, .ads_section .ads_wrapper:after {
      content: " ";
      display: table; }
    .ads_section .ads_wrapper:after {
      clear: both; }
    @media (max-width: 1160px) {
      .ads_section .ads_wrapper {
        height: 10vw !important; } }
    @media (max-width: 1230px) {
      .ads_section .ads_wrapper {
        padding: 0 1.2em; } }
    .ads_section .ads_wrapper .bsaProContainer .bsaProItem {
      margin: 0 !important;
      width: 49.2% !important; }
      .ads_section .ads_wrapper .bsaProContainer .bsaProItem:nth-child(2) {
        float: right; }
        .ads_section .ads_wrapper .bsaProContainer .bsaProItem:nth-child(2) .bsaProItemInner__img {
          right: 0 !important;
          left: auto !important; }
      .ads_section .ads_wrapper .bsaProContainer .bsaProItem .bsaProItemInner__img {
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-color: transparent !important;
        height: 120px !important;
        max-height: 120px !important;
        width: 552px !important;
        max-width: 552px !important; }
        @media (max-width: 1160px) {
          .ads_section .ads_wrapper .bsaProContainer .bsaProItem .bsaProItemInner__img {
            height: 10vw !important;
            max-height: 10vw !important;
            width: 46vw !important;
            max-width: 46vw !important; } }

body.search h1, body.search h2, body.search h3, body.search h4, body.search h5, body.search h6 {
  font-family: "kurry_ecoregular"; }
body.search div[id^='post-'] {
  margin: 3em 0; }

/** post single page **/
.post.type-post {
  margin-top: 3em; }

/** post single page **/
.footer_built {
  width: 100%;
  float: left; }
  .footer_built .built-by {
    max-width: 1440px;
    margin: 0 auto 0;
    font-size: 1em;
    text-align: right; }
    .footer_built .built-by:before, .footer_built .built-by:after {
      content: " ";
      display: table; }
    .footer_built .built-by:after {
      clear: both; }
    @media (max-width: 1470px) {
      .footer_built .built-by {
        width: 100%;
        float: left;
        margin: 0 0 0;
        padding: 0 1.5em; } }
    .footer_built .built-by a {
      padding: 1%;
      color: #000;
      display: block;
      font-size: 1.2em;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      .footer_built .built-by a:hover {
        color: #777;
        font-size: 1.5em;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }

/*# sourceMappingURL=main.css.map */
