/*
	Theme Name: Playground Blank
	Theme URI: http://html5blank.com
	Description: Blank WP Theme for Custom Jobs @ Playground (Thanks To Todd Motto + Twitter Bootstrap)
	Version: 1.2
	Author: Isaac Martin (@isaacmartin23)
	Author URI: http://weareplayground.co
	Tags: Blank, HTML5, CSS3, SASS, SCSS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #555; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*------------------------------------*\
	STYLESHEET IMPORTS
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 700px; } }
@media (min-width: 992px) {
  .container {
    width: 870px; } }
@media (min-width: 1200px) {
  .container {
    width: 1070px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4 {
  float: left; }

.col-xs-4 {
  width: 100%; }

.col-xs-3 {
  width: 75%; }

.col-xs-2 {
  width: 50%; }

.col-xs-1 {
  width: 25%; }

.col-xs-pull-4 {
  right: 100%; }

.col-xs-pull-3 {
  right: 75%; }

.col-xs-pull-2 {
  right: 50%; }

.col-xs-pull-1 {
  right: 25%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-4 {
  left: 100%; }

.col-xs-push-3 {
  left: 75%; }

.col-xs-push-2 {
  left: 50%; }

.col-xs-push-1 {
  left: 25%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-4 {
  margin-left: 100%; }

.col-xs-offset-3 {
  margin-left: 75%; }

.col-xs-offset-2 {
  margin-left: 50%; }

.col-xs-offset-1 {
  margin-left: 25%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4 {
    float: left; }

  .col-sm-4 {
    width: 100%; }

  .col-sm-3 {
    width: 75%; }

  .col-sm-2 {
    width: 50%; }

  .col-sm-1 {
    width: 25%; }

  .col-sm-pull-4 {
    right: 100%; }

  .col-sm-pull-3 {
    right: 75%; }

  .col-sm-pull-2 {
    right: 50%; }

  .col-sm-pull-1 {
    right: 25%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-4 {
    left: 100%; }

  .col-sm-push-3 {
    left: 75%; }

  .col-sm-push-2 {
    left: 50%; }

  .col-sm-push-1 {
    left: 25%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-4 {
    margin-left: 100%; }

  .col-sm-offset-3 {
    margin-left: 75%; }

  .col-sm-offset-2 {
    margin-left: 50%; }

  .col-sm-offset-1 {
    margin-left: 25%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4 {
    float: left; }

  .col-md-4 {
    width: 100%; }

  .col-md-3 {
    width: 75%; }

  .col-md-2 {
    width: 50%; }

  .col-md-1 {
    width: 25%; }

  .col-md-pull-4 {
    right: 100%; }

  .col-md-pull-3 {
    right: 75%; }

  .col-md-pull-2 {
    right: 50%; }

  .col-md-pull-1 {
    right: 25%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-4 {
    left: 100%; }

  .col-md-push-3 {
    left: 75%; }

  .col-md-push-2 {
    left: 50%; }

  .col-md-push-1 {
    left: 25%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-4 {
    margin-left: 100%; }

  .col-md-offset-3 {
    margin-left: 75%; }

  .col-md-offset-2 {
    margin-left: 50%; }

  .col-md-offset-1 {
    margin-left: 25%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4 {
    float: left; }

  .col-lg-4 {
    width: 100%; }

  .col-lg-3 {
    width: 75%; }

  .col-lg-2 {
    width: 50%; }

  .col-lg-1 {
    width: 25%; }

  .col-lg-pull-4 {
    right: 100%; }

  .col-lg-pull-3 {
    right: 75%; }

  .col-lg-pull-2 {
    right: 50%; }

  .col-lg-pull-1 {
    right: 25%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-4 {
    left: 100%; }

  .col-lg-push-3 {
    left: 75%; }

  .col-lg-push-2 {
    left: 50%; }

  .col-lg-push-1 {
    left: 25%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-4 {
    margin-left: 100%; }

  .col-lg-offset-3 {
    margin-left: 75%; }

  .col-lg-offset-2 {
    margin-left: 50%; }

  .col-lg-offset-1 {
    margin-left: 25%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body {
  font-family: "brandon-grotesque", "arial", "sans-serif";
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1 {
  font-family: "brandon-grotesque", "arial", "sans-serif";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px; }

h2 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px; }

h3 {
  font-size: 20px;
  text-align: center;
  font-family: "brandon-grotesque", "arial", "sans-serif";
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase; }
  h3 a {
    color: #fff; }

p {
  font-weight: 600;
  font-size: 16px; }

ul li {
  font-size: 14px;
  font-family: "brandon-grotesque", "arial", "sans-serif";
  font-weight: 600; }

.connect h1 {
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 5px; }

.logo-text {
  text-align: center;
  margin: 0 auto;
  width: auto;
  position: relative;
  border-bottom: 2px solid #fff;
  font-size: 88px;
  letter-spacing: 28px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 100px; }

.logo-text span {
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 10px;
  margin-bottom: 40px; }

.home-tagline {
  text-transform: uppercase;
  font-family: "brandon-grotesque", "arial", "sans-serif";
  font-weight: 400;
  letter-spacing: 12px;
  font-size: 14px;
  text-align: center;
  right: 0;
  left: 0; }

.post-title {
  margin: 0; }
  .post-title a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block; }

.date {
  text-align: left; }

.post-gallery-wrapper {
  margin-top: 40px; }

.gform_body {
  width: 60%;
  margin: 0 20%;
  display: block; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper textarea.medium {
  width: 100% !important; }

.gform_wrapper {
  overflow: hidden !important; }

#gform_submit_button_1 {
  margin: 0 auto;
  display: block;
  background: #d0d1d3;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 5px;
  padding: 5px 25px; }

.gfield_label {
  text-align: center;
  font-size: 22px;
  letter-spacing: 5px;
  display: block;
  margin: 0 auto;
  width: 100%; }

.ginput_container input, .ginput_container textarea {
  background: #434244 !important;
  border: none;
  padding: 10px 5px !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600; }

#gform_confirmation_message_1 {
  font-size: 20px;
  text-align: center; }

.dots-logo {
  width: 80px;
  position: relative;
  display: block;
  margin: 0 auto; }

.single-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  margin: 3px 4px;
  display: inline-block;
  float: left;
  position: relative; }

.dots-logo {
  margin-top: 130px; }

.circle, .wp-post-image {
  border-radius: 50%; }

.post-gallery {
  width: 30%;
  display: inline-block;
  position: relative;
  margin-right: 2%; }

.attachment-post-thumbnail {
  width: 50%;
  display: block;
  margin: 30px auto 60px; }

.headshot {
  margin: 0 auto 30px auto;
  display: block;
  width: 270px; }

.owl-theme .owl-controls {
  position: fixed;
  bottom: 5px;
  right: 15px;
  display: block;
  margin: 0 auto; }

.error404 {
  border: 1px solid #fff;
  border-radius: 25px; }
  .error404 a {
    color: #fff;
    text-align: center; }

.error404:hover {
  background: #fff; }

.error404 a:hover {
  color: #000; }

.menu-container {
  position: relative; }

#menu-dots-menu {
  text-decoration: none;
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0; }
  #menu-dots-menu li {
    width: 240px;
    height: 240px;
    margin: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.47);
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer; }
    #menu-dots-menu li a {
      color: transparent;
      -webkit-transition: all .5s ease-out 0.1s;
      transition: all .5s ease-out 0.1s; }
  #menu-dots-menu li:hover > a {
    display: block;
    color: black; }
  #menu-dots-menu li.current-menu-item, #menu-dots-menu .current_page_parent {
    background: #000; }
    #menu-dots-menu li.current-menu-item a, #menu-dots-menu .current_page_parent a {
      color: #fff; }
  #menu-dots-menu a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: "brandon-grotesque", "arial", "sans-serif";
    font-weight: 800;
    font-size: 40px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  z-index: 100; }
  header .header-left {
    width: 50vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff; }
  header .header-right {
    background: #545456;
    width: 50vw;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px; }

.tagline {
  position: fixed;
  right: 10px;
  top: 10px;
  text-align: right;
  font-family: "brandon-grotesque", "arial", "sans-serif";
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  margin-right: 20px;
  letter-spacing: 5px;
  z-index: 999; }

.home .logo-img {
  display: none; }

.home .header-left {
  background: none; }

.home .tagline {
  display: none; }

.logo-img {
  height: 50px;
  padding: 5px;
  margin: 5px 0 0 30px; }

.home-main {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0; }

.main-col-left {
  width: 50vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed; }

.main-col-right {
  width: 50vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #000; }
  .main-col-right .right-inner {
    overflow-y: scroll;
    position: relative;
    display: inline-block;
    padding: 140px 40px 40px 40px;
    width: 100%;
    height: 100vh; }

.home .main-col-right .right-inner {
  padding-top: 200px; }

.client-wrap {
  border-top: 1px solid #fff;
  padding: 30px 0;
  width: 70%;
  margin: 0 15%;
  display: block; }
  .client-wrap .client-logo {
    width: 33%;
    margin-bottom: 20px; }
  .client-wrap .client-image {
    width: 40%;
    display: block;
    margin: 30px auto; }
  .client-wrap .quote, .client-wrap .client-name {
    width: 100%;
    margin: 0; }
  .client-wrap .quote {
    font-style: italic; }
  .client-wrap .client-name {
    margin: 10px 0 0 0;
    text-align: right; }

.left-post-col {
  width: 30%;
  display: inline-block;
  position: relative;
  margin: 0 5% 0 0;
  float: left; }

.right-post-col {
  width: 64%;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 0 0 0; }

#inf-scroll .post {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff; }
  #inf-scroll .post h2 {
    text-align: left;
    margin: 30px 0 0 0; }
    #inf-scroll .post h2 a {
      color: #fff;
      text-align: left; }
  #inf-scroll .post p {
    width: 100%;
    margin: 0; }
  #inf-scroll .post .view-article {
    display: block;
    color: #fff; }

article {
  width: 70%;
  margin: 0 15%; }

#inf-scroll article {
  width: 100%;
  margin: 0; }

.owl-carousel p {
  width: 70%;
  margin: 0 15% 20px 15%; }

.connect p {
  width: 70%;
  margin: 0 15%; }

#owlnav {
  text-decoration: none;
  position: relative;
  width: 560px;
  margin: 0 auto;
  padding: 0;
  display: block; }
  #owlnav li {
    width: 240px;
    height: 240px;
    margin: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-out 0.1s;
    transition: all .5s ease-out 0.1s; }
    #owlnav li a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-family: "brandon-grotesque", "arial", "sans-serif";
      font-weight: 800;
      font-size: 24px;
      color: white;
      background: transparent; }
  #owlnav li:hover {
    background: #fff;
    background: white; }
  #owlnav li:hover > a {
    color: black; }

.nav {
  background: black;
  height: 100vh;
  z-index: 100;
  top: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .2s;
  transition: visibility 0s linear .2s; }
  .nav ul {
    text-decoration: none;
    list-style-type: none;
    width: 100%;
    margin: 50px 0 0;
    padding: 0 40px; }
    .nav ul li {
      border-bottom: 1px solid #444;
      padding: 20px 0; }
      .nav ul li a {
        color: #fff;
        font-family: "brandon-grotesque", "arial", "sans-serif";
        text-transform: uppercase; }

.nav-open {
  visibility: visible; }

.slide-menu li {
  -webkit-transform: translate(0, 500px);
          transform: translate(0, 500px); }

.slide-menu li:nth-child(2) {
  -webkit-transform: translate(0, 1000px);
          transform: translate(0, 1000px); }

.slide-menu li:nth-child(3) {
  -webkit-transform: translate(0, 1500px);
          transform: translate(0, 1500px); }

.slide-menu li:nth-child(4) {
  -webkit-transform: translate(0, 2000px);
          transform: translate(0, 2000px); }

.slide-menu li:nth-child(5) {
  -webkit-transform: translate(0, 2500px);
          transform: translate(0, 2500px); }

.nav .dots-logo {
  -webkit-transform: translate(0, 3000px);
          transform: translate(0, 3000px); }

.nav-open .slide-menu,
.nav-open .slide-menu li, .nav-open .dots-logo {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  top: 15px;
  left: 40px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 200; }

#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 0; }

.track3 {
  width: 10px;
  background: transparent;
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear; }

.track3:hover,
.track3.dragging {
  background: #d9d9d9;
  /* Browsers without rgba support */
  background: rgba(255, 255, 255, 0.15); }

.handle3 {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms; }

.track3:hover .handle3,
.track3.dragging .handle3 {
  width: 10px; }

/*------------------------------------*\
	RESPONSIVE IMPORTS
\*------------------------------------*/
@media only screen and (max-width: 1260px) {
  #owlnav {
    width: 480px; }
    #owlnav li {
      width: 200px;
      height: 200px; }
      #owlnav li a {
        font-size: 20px; } }
@media only screen and (max-width: 1080px) {
  #owlnav {
    width: 400px; }
    #owlnav li {
      width: 160px;
      height: 160px; }
      #owlnav li a {
        font-size: 16px; }

  #menu-dots-menu {
    width: 470px; }
    #menu-dots-menu li {
      width: 190px;
      height: 190px; }

  .tagline {
    letter-spacing: 4px; } }
@media only screen and (max-width: 900px) {
  .main-col-left, .header-left {
    display: none;
    visibility: hidden; }

  .main-col-right, header .header-right {
    width: 100vw; } }
@media only screen and (max-width: 669px) {
  .owl-carousel p {
    width: 94%;
    margin: 0 3% 20px 3%; }

  .main-col-right .right-inner {
    padding-bottom: 100px; }

  .connect p {
    width: 94%;
    margin: 0 3%; }

  .nav .dots-open {
    margin-top: 20px; }

  article {
    width: 94%;
    margin: 0 3%; } }
