/*=========================
PARTIALS
=========================*/
/* RESET
-------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  line-height: 100%;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

input,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #FFF; }

input[type='radio'],
input[type='checkbox'] {
  cursor: pointer; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

/* FONTS
-------------------------*/
/* light */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }
/* light italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }
/* normal */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
/* normal italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic; }
/* semi-bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Semibold.ttf");
  font-weight: 600;
  font-style: normal; }
/* semi-bold italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-SemiboldItalic.ttf");
  font-weight: 600;
  font-style: italic; }
/* bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
/* bold italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }
/* extra-bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }
/* extra-bold italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }
/* TEMPLATES
-------------------------*/
body {
  font-family: 'Open Sans', sans-serif; }

/*=========================
LAYOUT
=========================*/
.wrap-1280, .wrap-1140, .wrap-1024, .wrap-768 {
  margin: 0 auto; }

.wrap-1280 {
  max-width: 1280px; }

.wrap-1140 {
  max-width: 1140px; }

.wrap-1024 {
  max-width: 1024px; }

.wrap-768 {
  max-width: 768px; }

.clear {
  clear: both; }

.clear-after::after {
  display: block;
  clear: both;
  content: ""; }

/*=========================
MIXINS
=========================*/
/*=========================
CONTENT
=========================*/
/* HEADINGS
-------------------------*/
.main-heading {
  color: #2d2d2d;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400; }

.main-heading-underline {
  margin: 40px auto;
  width: 234px;
  border-color: #2d2d2d;
  background-color: #9e9e9e; }

.main-heading-slogan {
  margin-bottom: 48px;
  color: #2d2d2d;
  text-align: center;
  line-height: 2.25rem !important;
  font-size: 1.75rem;
  font-weight: 300; }
  .main-heading-slogan > span {
    font-style: italic;
    font-weight: 700; }

.content {
  color: #2d2d2d;
  /* HEADINGS
  -------------------------*/
  /* PARAGRAPHS
  -------------------------*/
  /* INLINE
  -------------------------*/
  /* LISTS
  -------------------------*/
  /* TABLES
  -------------------------*/ }
  .content h2 {
    margin-top: 48px;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400; }
  .content h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400; }
  .content p {
    margin-bottom: 20px;
    line-height: 1.25rem; }
    .content p:last-of-type {
      margin-bottom: 0; }
  .content a {
    color: #1c93f6; }
    .content a:hover {
      color: #1470CC; }
  .content ul, .content ol {
    margin-bottom: 16px; }
    .content ul > li, .content ol > li {
      margin-left: 24px;
      margin-bottom: 8px;
      line-height: 1.5rem; }
      .content ul > li ul, .content ul > li ol, .content ol > li ul, .content ol > li ol {
        margin-bottom: 8px; }
  .content table {
    margin: 16px 0; }
    .content table tr th {
      padding: 8px 4px;
      font-weight: 700; }
    .content table tr td {
      padding: 8px 4px; }
    .content table.table-heading-left tr > th {
      text-align: right; }

/* BUTTON
-------------------------*/
.button-1 {
  display: block;
  position: relative;
  margin: 0 auto;
  border: solid 5px #1c93f6;
  padding: 5px;
  box-sizing: border-box;
  background-color: transparent;
  color: #FFF;
  font-size: 1.5rem;
  transition: background-color 0.5s; }
  .button-1::after {
    content: ">";
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    line-height: 100%;
    font-weight: 700; }
  .button-1 > span, .button-1 input {
    display: block;
    padding: 12px 24px;
    background-color: #1c93f6;
    color: #FFF;
    text-align: center; }
  .button-1:hover {
    background-color: #1c93f6; }

.button-404 {
  max-width: 320px; }

@media only screen and (max-width: 480px) {
  .main-heading {
    font-size: 2rem; }

  .main-heading-underline {
    margin: 20px auto 24px; } }
/*=========================
SPECIALISATION THUMBNAILS
=========================*/
#specialisation-thumbnails {
  margin-top: 40px;
  font-size: 0; }
  #specialisation-thumbnails > a {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    width: 25%;
    box-sizing: border-box; }
    #specialisation-thumbnails > a > div {
      position: relative;
      transition: transform 0.5s; }
      #specialisation-thumbnails > a > div > .thumbnail-normal {
        display: block;
        width: 100%;
        opacity: 1;
        transition: opacity 0.5s; }
      #specialisation-thumbnails > a > div > .thumbnail-hover {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 0.5s; }
    #specialisation-thumbnails > a > p {
      margin-top: 16px;
      height: 112px;
      color: #000;
      text-align: center;
      line-height: 1.75rem;
      font-size: 1.5rem;
      font-weight: 300; }
    #specialisation-thumbnails > a:hover > div {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
      #specialisation-thumbnails > a:hover > div > .thumbnail-normal {
        opacity: 0; }
      #specialisation-thumbnails > a:hover > div > .thumbnail-hover {
        opacity: 1; }
    #specialisation-thumbnails > a:hover > p {
      color: #1c93f6; }

@media only screen and (max-width: 800px) {
  /* THUMBNAILS
  -------------------------*/
  #specialisation-thumbnails > a {
    padding: 0 32px;
    width: 33.3333%; }
    #specialisation-thumbnails > a > p {
      height: 96px;
      line-height: 1.5rem;
      font-size: 1.25rem; } }
@media only screen and (max-width: 560px) {
  /* THUMBNAILS
  -------------------------*/
  #specialisation-thumbnails {
    margin: 0 auto;
    max-width: 400px; }
    #specialisation-thumbnails > a {
      padding: 0 24px;
      width: 50%; }
      #specialisation-thumbnails > a > p {
        height: 80px;
        line-height: 1.25rem;
        font-size: 1rem; } }
/*=========================
ICONS
=========================*/
/* CONTACT
-------------------------*/
.icon-phone::before, .icon-email::before {
  content: "";
  display: block;
  position: absolute; }

.icon-phone::before {
  background: url("../images/common/phone.png") no-repeat; }

.icon-email::before {
  background: url("../images/common/mail.png") no-repeat; }

/* SOCIAL
-------------------------*/
.icon-facebook {
  background: url("../images/common/facebook.png") no-repeat; }

.icon-twitter {
  background: url("../images/common/twitter.png") no-repeat; }

.icon-googleplus {
  background: url("../images/common/googleplus.png") no-repeat; }

.icon-linkedin {
  background: url("../images/common/linkedin.png") no-repeat; }

/*=========================
HEADER
=========================*/
#header {
  background-color: #161616; }
  #header > div {
    position: relative; }
  #header::after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 4px;
    width: 100%;
    height: 4px;
    background-color: #161616; }

body.home #header {
  position: absolute;
  z-index: 80;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  body.home #header::after {
    background-color: rgba(0, 0, 0, 0.5); }

/* MIDDLE
-------------------------*/
#header-middle {
  position: absolute;
  left: 198px;
  width: calc( 100% - 496px );
  box-sizing: border-box; }

#header-social {
  padding-top: 40px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 0; }
  #header-social > a {
    display: inline-block;
    margin: 0 4px;
    width: 49px;
    height: 49px;
    background-size: cover; }

/* TITLE
-------------------------*/
#header-title {
  padding-top: 48px;
  padding-bottom: 40px;
  padding-left: 8px;
  float: left;
  font-size: 0; }
  #header-title > a {
    display: inline-block; }
    #header-title > a > img {
      display: block;
      max-width: 100%; }

/* CONTACT
-------------------------*/
#header-contact {
  float: right;
  padding-top: 40px;
  padding-right: 8px;
  font-size: 1.25rem;
  font-weight: 300; }
  #header-contact > a {
    display: block;
    position: relative;
    padding: 15px 0 15px 50px;
    color: #FFF; }
    #header-contact > a::before {
      top: 0;
      left: 0;
      width: 49px;
      height: 49px;
      background-size: auto 49px; }
    #header-contact > a:first-child {
      margin-bottom: 12px; }
    #header-contact > a:hover {
      color: #1c93f6; }

@media only screen and (max-width: 800px) {
  /* MIDDLE
  -------------------------*/
  #header-middle {
    position: relative;
    left: 0;
    width: auto;
    padding: 8px 0; }

  #header-social {
    float: left;
    padding-top: 0;
    padding-left: 8px;
    padding-bottom: 0; }

  #header-nav {
    float: right; }

  /* TITLE
  -------------------------*/
  #header-title {
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 24px; }

  /* CONTACT
  -------------------------*/
  #header-contact {
    padding-top: 8px; }
    #header-contact > a:first-child {
      margin-bottom: 4px; } }
@media only screen and (max-width: 480px) {
  /* CONTACT
  -------------------------*/
  #header-contact > a {
    height: 20px; }
    #header-contact > a > span {
      display: none; } }
/*=========================
HEADER MENU
=========================*/
#header-menu-button {
  display: none; }

/* PRIMARY
-------------------------*/
#header-menu {
  position: relative;
  text-align: center;
  font-size: 0;
  /* SECONDARY
  -------------------------*/ }
  #header-menu > li {
    display: inline-block;
    margin: 0 16px;
    text-align: left;
    font-size: 1rem; }
    #header-menu > li > a {
      display: block;
      border-bottom: 1px solid;
      border-bottom-color: transparent;
      padding: 8px 0;
      color: #FFF;
      transition: border-bottom-color 0.25s; }
    #header-menu > li:hover > a {
      border-bottom-color: #1c93f6; }
    #header-menu > li.current-menu-item > a {
      font-weight: 700;
      border-bottom-color: #1c93f6; }
  #header-menu > .menu-item-has-children > .sub-menu {
    position: absolute;
    z-index: 20;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    transition: max-height 0.5s; }
    #header-menu > .menu-item-has-children > .sub-menu > li > a {
      display: block;
      border-bottom: 1px solid;
      border-bottom-color: transparent;
      padding: 8px 16px;
      color: #FFF;
      transition: border-bottom-color 0.25s; }
    #header-menu > .menu-item-has-children > .sub-menu > li:hover > a {
      border-bottom-color: #1c93f6; }
    #header-menu > .menu-item-has-children > .sub-menu > li.current-menu-item > a {
      font-weight: 700;
      border-bottom-color: #1c93f6; }
  #header-menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    max-height: 264px; }

@media only screen and (max-width: 800px) {
  #header-menu-button {
    display: block;
    margin-right: 8px;
    width: 48px;
    height: 48px;
    background: url("../images/header/header-menu-button.png") no-repeat;
    cursor: pointer; }

  /* PRIMARY
  -------------------------*/
  #header-menu {
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    transition: max-height 0.5s;
    /* SECONDARY
    -------------------------*/
    /* SHOW
    -------------------------*/ }
    #header-menu > li {
      display: block;
      margin: 0; }
      #header-menu > li > a {
        padding: 16px; }
    #header-menu > .menu-item-has-children > .sub-menu {
      max-height: none;
      position: static; }
      #header-menu > .menu-item-has-children > .sub-menu > li {
        padding-left: 32px; }
        #header-menu > .menu-item-has-children > .sub-menu > li > a {
          padding: 16px; }
    #header-menu > .menu-item-has-children:hover > .sub-menu {
      max-height: none; }
    #header-menu.show {
      max-height: 686px; } }
/*=========================
HOME BANNER
=========================*/
#home-banner {
  /* SLIDES
  -------------------------*/ }
  #home-banner > .carousel-1-reel > li {
    min-height: 842px;
    /* SLIDES */
    /* COMMON */ }
    #home-banner > .carousel-1-reel > li:nth-child(1) {
      background: url("../images/home/slide-1/open-door-legal-banner-1.png") center top no-repeat; }
    #home-banner > .carousel-1-reel > li:nth-child(2) {
      background: url("../images/home/slide-2/open-door-legal-banner-2.png") center top no-repeat; }
      #home-banner > .carousel-1-reel > li:nth-child(2) button {
        border-color: #f5c61e; }
        #home-banner > .carousel-1-reel > li:nth-child(2) button::after {
          color: #f5c61e; }
        #home-banner > .carousel-1-reel > li:nth-child(2) button:hover {
          background-color: #f5c61e; }
    #home-banner > .carousel-1-reel > li:nth-child(3) {
      background: url("../images/home/slide-3/open-door-legal-banner-3.png") center top no-repeat; }
      #home-banner > .carousel-1-reel > li:nth-child(3) button {
        border-color: #1cbb54; }
        #home-banner > .carousel-1-reel > li:nth-child(3) button::after {
          color: #1cbb54; }
        #home-banner > .carousel-1-reel > li:nth-child(3) button:hover {
          background-color: #1cbb54; }
    #home-banner > .carousel-1-reel > li > img {
      display: block;
      margin: 0 auto 40px;
      padding-top: 214px; }
    #home-banner > .carousel-1-reel > li > header {
      color: #FFF;
      text-align: center;
      font-family: Georgia, serif;
      font-size: 4.5rem; }
    #home-banner > .carousel-1-reel > li > hr {
      margin: 40px auto;
      width: 234px;
      border-color: #FFF;
      background-color: #9e9e9e; }
    #home-banner > .carousel-1-reel > li > p {
      margin-bottom: 32px;
      text-align: center;
      color: #FFF;
      line-height: 2.5rem;
      font-size: 2rem;
      font-weight: 300; }
      #home-banner > .carousel-1-reel > li > p > span {
        font-weight: 600; }
    #home-banner > .carousel-1-reel > li > button {
      position: relative;
      display: block;
      margin: 0 auto;
      border: solid 5px #1c93f6;
      padding: 16px 24px;
      width: 100%;
      max-width: 320px;
      box-sizing: border-box;
      color: #FFF;
      text-align: center;
      line-height: 1;
      font-size: 1.75rem;
      cursor: pointer;
      transition: background-color 0.5s; }
      #home-banner > .carousel-1-reel > li > button::after {
        content: ">";
        display: block;
        position: absolute;
        top: 16px;
        right: 12px;
        color: #1c93f6;
        font-weight: 700;
        transition: color 0.5s; }
      #home-banner > .carousel-1-reel > li > button:hover {
        background-color: #1c93f6; }
        #home-banner > .carousel-1-reel > li > button:hover::after {
          color: #FFF; }
  #home-banner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #f3f5f5; }

@media only screen and (max-width: 960px) {
  #home-banner {
    /* SLIDES
    -------------------------*/ }
    #home-banner > .carousel-1-reel > li {
      /* COMMON */ }
      #home-banner > .carousel-1-reel > li > img {
        max-width: 120px; }
      #home-banner > .carousel-1-reel > li > header {
        font-size: 3rem; }
      #home-banner > .carousel-1-reel > li > p {
        line-height: 2rem;
        font-size: 1.5rem; } }
@media only screen and (max-width: 480px) {
  #home-banner {
    /* SLIDES
    -------------------------*/ }
    #home-banner > .carousel-1-reel > li {
      padding: 0 8px;
      box-sizing: border-box;
      /* COMMON */ }
      #home-banner > .carousel-1-reel > li > header {
        font-size: 2.5rem; }
      #home-banner > .carousel-1-reel > li > p {
        line-height: 1.75rem;
        font-size: 1.25rem; }
        #home-banner > .carousel-1-reel > li > p > br {
          display: none; } }
/*=========================
HOME SPECIALISATION
=========================*/
#home-specialisation {
  position: relative;
  padding: 48px 8px 64px;
  background: url("../images/home/specialisation/home-specialisation-bg.png") center bottom repeat-y; }
  #home-specialisation::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #FFF; }

/* BUTTON
-------------------------*/
#home-specialisation-button {
  max-width: 320px; }

/*=========================
HOME CONTENT
=========================*/
#home-content {
  position: relative;
  padding: 56px 8px; }
  #home-content::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #252322; }
  #home-content p {
    margin-left: 64px;
    margin-right: 64px;
    text-align: center; }

#home-content-image {
  display: block;
  margin: 40px 0;
  width: 100%; }

/* BUTTON
-------------------------*/
#home-content-button {
  margin-top: 48px;
  max-width: 320px; }

/*=========================
DEFAULT CONTENT
=========================*/
#default-content {
  position: relative;
  padding: 64px 8px; }
  #default-content::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #252322; }

/* MAIN COLUMN
-------------------------*/
#default-main-column {
  float: left;
  padding: 0 8px;
  width: calc( 100% - 348px );
  box-sizing: border-box; }

/* POST EXCERPT */
.post-excerpt {
  border-bottom: solid 1px #2d2d2d;
  padding: 24px 0; }
  .post-excerpt > header {
    margin-bottom: 16px; }
    .post-excerpt > header > h2 {
      margin-top: 0;
      margin-bottom: 8px; }
    .post-excerpt > header > span {
      color: #999; }
  .post-excerpt > .read-more {
    display: block;
    text-align: right; }
    .post-excerpt > .read-more > a {
      display: inline-block;
      border: solid 2px #1c93f6;
      padding: 4px 8px;
      font-weight: 700;
      transition: background-color 0.5s, color 0.5s; }
      .post-excerpt > .read-more > a:hover {
        background-color: #1c93f6;
        color: #FFF; }
  .post-excerpt:last-of-type {
    border-bottom: none; }

/* SIDE COLUMN
-------------------------*/
#default-side-column {
  float: right;
  padding: 0 8px;
  width: 300px;
  box-sizing: border-box; }
  #default-side-column .widget-wrap {
    padding: 16px 0; }
    #default-side-column .widget-wrap > header {
      margin-bottom: 16px;
      border-bottom: solid 1px #2d2d2d;
      padding-bottom: 16px;
      font-family: Georgia, serif;
      font-size: 2rem;
      font-weight: 400; }

@media only screen and (max-width: 800px) {
  /* MAIN COLUMN
  -------------------------*/
  #default-main-column {
    float: none;
    width: auto; }

  /* SIDE COLUMN
  -------------------------*/
  #default-side-column {
    float: none;
    width: auto; } }
/*=========================
FOOTER QUOTE
=========================*/
#footer-quote {
  padding: 48px 0 72px;
  background: url("../images/footer/quote-form/quote-footer-form-bg.png") center top repeat-y; }
  #footer-quote .main-heading {
    color: #FFF; }
  #footer-quote .main-heading-underline {
    border-color: #FFF; }

#footer-quote-instruction {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem; }
  #footer-quote-instruction > span {
    font-weight: 300; }

/*=========================
FOOTER FORM
=========================*/
#footer-form {
  margin-top: 48px;
  /* LAYOUT
  -------------------------*/
  /* FIELDS
  -------------------------*/ }
  #footer-form .form-cols-2 {
    padding: 0 24px; }
  #footer-form .form-field {
    margin-bottom: 28px; }
    #footer-form .form-field > span > input, #footer-form .form-field > span > textarea {
      padding: 16px 20px; }
    #footer-form .form-field > span > textarea {
      height: 7.625rem; }
    #footer-form .form-field > span > span {
      margin-top: 4px;
      line-height: 1.25rem; }

@media only screen and (max-width: 640px) {
  #footer-form {
    /* LAYOUT
    -------------------------*/
    /* FIELDS
    -------------------------*/ }
    #footer-form .form-cols-2 {
      float: none;
      width: auto; }
    #footer-form .form-field:last-child {
      margin-bottom: 28px !important; } }
/*=========================
FOOTER
=========================*/
#footer {
  background-color: #161616; }
  #footer > div {
    position: relative; }

/* MIDDLE
-------------------------*/
#footer-middle {
  position: absolute;
  z-index: 2;
  padding-top: 28px;
  padding-left: 198px;
  padding-right: 298px;
  width: 100%;
  box-sizing: border-box; }

/* MENU */
#footer-menu {
  text-align: center;
  font-size: 0; }
  #footer-menu > li {
    display: inline-block;
    margin: 0 16px;
    font-size: 1rem; }
    #footer-menu > li > a {
      display: block;
      border-bottom: 1px solid;
      border-bottom-color: transparent;
      padding: 8px 0;
      color: #FFF;
      transition: border-bottom-color 0.25s; }
    #footer-menu > li:hover > a {
      border-bottom-color: #1c93f6; }
    #footer-menu > li.current-menu-item > a {
      font-weight: 700;
      border-bottom-color: #1c93f6; }

/* SOCIAL */
#footer-social {
  padding-top: 16px;
  text-align: center;
  font-size: 0; }
  #footer-social > a {
    display: inline-block;
    margin: 0 4px;
    width: 49px;
    height: 49px;
    background-size: auto 49px; }

/* CONTACT
-------------------------*/
#footer-contact {
  position: relative;
  z-index: 5;
  float: right;
  padding-top: 20px;
  padding-right: 8px;
  font-size: 1.25rem;
  font-weight: 300; }
  #footer-contact > a {
    display: block;
    position: relative;
    padding: 15px 0 15px 50px;
    color: #FFF; }
    #footer-contact > a::before {
      top: 0;
      left: 0;
      width: 49px;
      height: 49px;
      background-size: auto 49px; }
    #footer-contact > a:first-child {
      margin-bottom: 12px; }
    #footer-contact > a:hover {
      color: #1c93f6; }

/* TITLE
-------------------------*/
#footer-title {
  position: relative;
  z-index: 5;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 8px;
  font-size: 0; }
  #footer-title > a {
    display: inline-block; }
    #footer-title > a > img {
      display: block;
      max-width: 100%; }

@media only screen and (max-width: 800px) {
  /* MIDDLE
  -------------------------*/
  #footer-middle {
    position: static;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    width: auto; } }
@media only screen and (max-width: 480px) {
  /* MIDDLE
  -------------------------*/
  #footer-middle {
    padding-top: 0; }

  /* MENU */
  #footer-menu > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333; }
    #footer-menu > li > a {
      padding: 16px; }

  /* SOCIAL */
  #footer-social {
    border-bottom: 1px solid #333;
    padding-top: 8px;
    padding-bottom: 8px; }

  /* CONTACT
  -------------------------*/
  #footer-contact {
    float: none;
    margin: 0 auto;
    padding-left: 8px;
    max-width: 320px; }

  /* TITLE
  -------------------------*/
  #footer-title {
    float: none;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    text-align: center; } }
/*=========================
FOOTER END
=========================*/
#footer-end {
  padding: 8px;
  background-color: #0f0e0d; }
  #footer-end p {
    float: left;
    color: #FFF;
    line-height: 1.5rem; }
  #footer-end a {
    color: #FFF; }
    #footer-end a:hover {
      color: #1c93f6; }
  #footer-end #digital-agency-link {
    display: block;
    float: right;
    line-height: 1.5rem; }

@media only screen and (max-width: 640px) {
  #footer-end {
    text-align: center; }
    #footer-end p {
      float: none;
      margin-bottom: 8px; }
    #footer-end #digital-agency-link {
      float: none; } }
/*====================
FORM BASE
====================*/
.form-base {
  /* LAYOUT
  -------------------------*/
  /* FIELDS
  -------------------------*/
  /* RECAPTCHA
  -------------------------*/ }
  .form-base span {
    display: block; }
  .form-base .form-cols-2 {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  .form-base .form-fields-2 > .field {
    float: left;
    margin: 0;
    width: 50%;
    box-sizing: border-box; }
  .form-base .form-field:last-child {
    margin-bottom: 0 !important; }
  .form-base .form-submit > input {
    cursor: pointer; }
  .form-base .form-submit > img {
    display: none; }

/*=========================
CAROUSEL 1
=========================*/
.carousel-1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/* REEL
-------------------------*/
.carousel-1-reel {
  position: relative;
  list-style-type: none;
  transition: left 0.5s; }
  .carousel-1-reel > li {
    float: left; }

/* CONTROLS
-------------------------*/
.carousel-1-controls {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
  font-size: 0; }
  .carousel-1-controls > button {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin: 0 32px;
    opacity: 0.75;
    cursor: pointer; }
    .carousel-1-controls > button:hover {
      opacity: 1; }

/* PAGINATION
-------------------------*/
.carousel-1-pagination {
  display: inline-block;
  position: relative;
  bottom: 14px;
  text-align: center;
  font-size: 0; }
  .carousel-1-pagination > li {
    display: inline-block;
    margin: 0 6px;
    width: 18px;
    height: 18px;
    background: url("../images/carousel-1/pagination.png") no-repeat;
    background-position: left top;
    opacity: 0.5;
    cursor: pointer; }
    .carousel-1-pagination > li:hover {
      opacity: 0.75; }
    .carousel-1-pagination > li.active {
      background-position: right top; }

/*# sourceMappingURL=main.css.map */
