/**
 * **********
 * Typography
 * **********
 */
*{
  -webkit-font-smoothing: antialiased !important;
}
h1 {
  font-family: 'Cantarell', helvetica, "Lucida Grande", Geneva, sans-serif;
  font-size: 2.3em;
  line-height: 1.3em;
  font-weight: 700;
  color: #222;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.dark h1{
  color: #fff;
}
h1 strong{
  font-weight: 700;
}
@media only screen and ( max-width: 600px ) {
  h1{
    font-size: 1.7em;
  }
}
h2 {
  font-family: "skolar-sans-latin-compressed", "Arial Narrow", sans-serif;
  font-size: 2em;
  line-height: 1.15em;
  font-weight: 700;
  color: #222;
  padding: 0 0 1em;
  letter-spacing: .03em;
}
.dark h2{
  color: #fff;
}
h2 strong{
  font-weight: 700;
}
h3 {
  font-family: 'Cantarell', helvetica, "Lucida Grande", Geneva, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  color: #79BE35;
  padding: .8em 0;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.dark h3{
  color: #fff;
}
h3 strong{
  font-weight: 700;
}
h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  padding: 0 0 1em;
}
.dark h4{
  color: #fff;
}
h5 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  padding: 0 0 1em;
}
.dark h5{
  color: #fff;
}
p {
  padding: 0 0 1em;
  line-height: 1.6em;
  color: #000;
  padding: 0 0 1em;
  font-size: 1.1em;
  font-weight: 100;
}
.dark p{
  color: #fff;
}
blockquote {
  display: block;
  padding: 1em 0 1em 2em;
  margin: 1em 0;
  border-left: 2px solid #efefef;
  font-size: 1.2em;
}
a {
  color: #79BE35;
}
a:hover {
  color: #000;
}
.dark a{
  color: #fff;
}
.dark a:hover{
  color: #79BE35;
}
ul,
ol {
  color: #222;
}
.dark ul,
.dark ol{
  color: #fff;
}
ul > li {
  list-style: none;
}
.copy ul > li:before {
  position: absolute;
  font-family: 'FontAwesome';
  margin-top: .1em;
  margin-left: -1.5em;
  content: "\f096";
  color: #79be35;
  font-size: .7em;
}
.copy .dark ul > li:before{
  color: #fff;
}
.copy ul,
.copy ol{
  padding: 0 0 1em 2em;
  font-weight: 300;
}
.copy ul li,
.copy ol li{
  padding: .4em 0;
}
.copy ul > li{
  list-style: none;
}
.copy ol > li ol,
.copy ul > li ul{
  padding-bottom: 0;
}
.copy ul > li ul li{
  list-style: circle;
}
ul.sidebar,
ul.block-list{
  margin: 0;
  padding: 0;
}
.sidebar > li,
.block-list > li{
  padding: 0;
  margin: 0;
}
.sidebar > li:before,
.sidebar > li:after,
.block-list > li:before,
.block-list > li:after{
  display: none;
}
ul ul,
ul ol,
ol ol,
ol ul,
p ol,
ol p,
p ul,
ul p{
  font-size: 1em;
  padding-bottom: 0;
}

@media only screen and ( max-width: 750px ) {
  .copy{
    font-size: .9em;
  }
}
@media only screen and ( max-width: 400px ) {
  h2{
    font-size: 1.5em;
  }
  h3{
    font-size: 1.2em;
  }
  p{
    font-size: 1em;
  }
}

.green {
  color: #79be35;
}

/**
 * Base Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
}
td, th {
  padding: 1em;
  border: 1px solid #ccc;
  text-align: left;
}

/**
 * *******
 * Buttons
 * *******
 */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.button,
.gform_button{
  display: inline-block;
  position: relative;
  padding: .85em 1.25em;
  margin: 0 0 .25em;
  background: #2C8DC6;
  border: none;
  text-transform: uppercase;
  font-weight: 600; 
  line-height: 1em;
  font-size: 1.1em;
  font-family: "skolar-sans-latin-compressed", "Arial Narrow", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-left: 2px solid rgb(19, 113, 173);
  border-bottom: 2px solid rgb(19, 113, 173);
  cursor: pointer;
  -webkit-border-radius: 0 .5em .5em .5em; 
  -moz-border-radius: 0 .5em .5em .5em; 
  -o-border-radius: 0 .5em .5em .5em; 
  border-radius: 0 .5em .5em .5em;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.button.large{
  font-size: 1.3em;
}
.button.green-button{
  background: #79be35;
  border-left: 2px solid green;
  border-bottom: 2px solid green;
}
.button.green-button:hover{
  background: #2C8DC6;
  color: #fff;
  border-left: 2px solid rgb(19, 113, 173);
  border-bottom: 2px solid rgb(19, 113, 173);
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.button:hover,
.gform_button:hover {
  background: #79be35;
  border-left: 2px solid green;
  border-bottom: 2px solid green;
  color: #fff!important;
}
.button:hover .icon{
  margin-left: .25em;
  margin-right: -1em;
}
.button .icon{
  position: relative;
  display: inline-block;
  padding: .5em .75em;
  margin-right: -.75em;
  left: -1.25em;
  margin-top: -.5em;
  margin-bottom: -.5em;
  border-right: 1px solid #c11;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.button .icon:after{
  /*content: " ";*/
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
  background: #79be35;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background: #2C8DC6;
}

.commerce-page .up-sells{
  padding-top: 3em;
}

/**
 * *******************
 * Modal Styles
 * Universal Styles
 * *******************
 */
[modal-status] > *{ 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2em;
  margin: 5% auto 0;
  width: 600px;
  max-width: 90%;
  background: #fff;
}

@media only all and ( max-width: 500px ) {
  [modal-status] > *{
    padding: 1em;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
  }
}

/**
 * *******************
 * Sliders + Carousels
 * Universal Styles
 * *******************
 */

/** 
 * Flexslider Styling 
 */
.flexslider{
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides{
  max-width: 999em;
  padding: 0!important;
  margin: 0;
}
.flexslider li:before{
  display: none;
}

/* Direction Navigation */
.flex-direction-nav{
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  bottom: 55%;
  font-size: 1em;
}
.flex-direction-nav li{
  list-style: none!important;
  padding: 0!important;
}
.flex-direction-nav a{
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #333;
  color: #fff;
  text-indent: 0;
  font-size: 1.5em;
  line-height: 45px;
  opacity: .2;
}
.flex-direction-nav a:hover{
  color: #79BE35;
}
.flexslider a.flex-next,
.flexslider a.flex-prev{
  text-align: center;
}
.flexslider:hover a.flex-next,
.flexslider:hover a.flex-prev{
  opacity: 1;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next{
  right: 0;
}
.flexslider:hover .flex-prev {
  left: 0;
}
.flex-direction-nav a.flex-next:before {
  content: '';
  display: none;
}
.flex-direction-nav a.flex-prev:before {
  content: '';
  display: none;
}

@media only screen and ( max-width: 800px ) {
  .flex-direction-nav .flex-next,
  .flexslider:hover .flex-next{
    right: 0;
  }
  .flex-direction-nav .flex-prev,
  .flexslider:hover .flex-prev{
    left: 0;
  }
}

/* Control Navigation */
.flex-control-nav {
  position: absolute;
  width: 75%;
  bottom: 15px;
  left: 50%;
  margin-left: -37.5%;
  text-align: center;
  font-size: 1em;
  z-index: 9;
}
.flex-control-paging li a.flex-active {
  background: #62BC66;
  cursor: default;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #efefef;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.flexslider:hover .flex-control-paging li a{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


/**
 * *******
 * Du Tabs
 * *******
*/
[data-du-tab]{
  display: none;
}
[data-du-tab].active{
  display: block;
}



/**
 * *****************
 * Video Backgrounds
 * *****************
 */

.header-video{
  z-index: 0!important;
  position: absolute!important;
  background-size: cover;
  background-position: left center;
  min-width: 100%;
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  overflow: hidden;
}
.header-video-snapshot{
  z-index: 0!important;
  position: absolute!important;
  min-width: 100%;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: left center;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  overflow: hidden;
}
*[data-du-video] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 4000px;
  margin: 0 auto;
}
*[data-du-video] > iframe, 
*[data-du-video] > object, 
*[data-du-video] > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 4000px;
  max-height: 1800px;
  margin: 0 auto;
}
*[data-du-video] .container{
  position: relative;
  z-index: 2;
}
.bg-video{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  
}
.video-bg {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
        background-size: cover;
}
.video-bg > *{
  position: relative;
  z-index: 2;
}
.video-bg video {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: none!important;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}

/**
 * ************
 * Social Icons
 * ************
 */
.fb-share{
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px;
  height: 20px;
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  margin: 0 .5em;
}
nav.social-icons ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
nav.social-icons ul li{
  float: left;
}
nav.social-icons ul li a{
  font-size: 1.3em;
  display: block;
  width: auto;
  height: auto;
  background-color: ;
  background-image: url();
  background-repeat: no-repeat;
  text-align: center;
  padding: 1em;
}
nav.social-icons ul li a:hover{
}


/**
 * *********
 * Structure
 * *********
 */

body, html{
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Roboto', helvetica, "Lucida Grande", Geneva, sans-serif;
  width: 100%;
  background: #fff;
  font-size: 100%;
  line-height: 120%;
  line-height: 1.6em;
  font-weight: 100;
  color: #222;
  letter-spacing: .01em;
  word-spacing: .02em; 
}
body .dark{
  color: #fff;
}
/**
 * Body Defaults
 */

#body{
  display: block;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Universal Container */
.container {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container.narrow{
  max-width: 800px;
}
.container.medium{
  max-width: 950px;
}
.container.no-padding{
  padding: 0 0;
}


/* Static Sidebar Layout */
.static-sidebar{
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  min-height: 100%;
  padding-left: 250px;
}
.static-sidebar .main-content{
  width: auto;
  margin: 0;
  padding: 2em;
  min-height: 100%;
}
.static-sidebar .top-bar{
  position: fixed;
  top: 0!important;
  bottom: 0!important;
  height: 100%!important;
  left: 0;
  width: 250px;
  background: #efefef;
  overflow: auto;
}

@media only screen and ( max-width: 780px ) {
  .static-sidebar{
    display: block;
    position: relative;
    width: auto;
    margin: 0;
    min-height: 0;
    padding: 50px 0 0;
    z-index: 9;
  }
  .static-sidebar .top-bar{
    position: fixed;
    top: 0;
    bottom: auto!important;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px!important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  /**
   * If main sidebar is set for headroom to hide
   * on scroll:
   */
  .main-sidebar.headroom--unpinned{
    position: fixed;
    top: -50px;
  }
  .main-sidebar.headroom--pinned{
    position: fixed;
    top: 0;
    z-index: 99;
  }
}


/* Standard Sidebars */
.content{
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right-sidebar .content{
  float: left;
}
.right-sidebar .sidebar{
  float: right;
}
.left-sidebar .content{
  float: right;
}
.left-sidebar .sidebar{
  float: left;
}
.right-sidebar .content,
.left-sidebar .content{
  width: 61.8%;
}
.right-sidebar,
.left-sidebar{
  position: relative;
  width: auto;
}
.sidebar{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right-sidebar .sidebar,
.left-sidebar .sidebar{
  position: relative;
  width: 38.2%;
  padding-left: 2em;
  padding-right: 2em;
}



/**
 * Widget Styling
 */
.sidebar .widget{
  margin-bottom: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget-title{
  margin-bottom: .5em;
  padding: .5em 0;
  border-bottom: 1px solid #efefef;
  font-size: 1.3em;
  font-weight: bold;
}
.bottom-sidebar .sidebar .widget{
  float: left;
  width: 31.33%;
  margin-right: 2%;
  padding: 2em;
  background: #efefef;
}

@media only screen and ( min-width: 1450px ) {
  .sidebar{
    text-align: center;
  }
  .sidebar .widget,
  .bottom-sidebar .sidebar .widget{
    display: block;
    float: left;
    vertical-align: top;
    width: 47.5%;
    margin-right: 5%;
    text-align: left;
  }
  .sidebar .widget:nth-child(2n){
    margin-right: 0;
  }
  .sidebar .widget:nth-child(2n+1){
    margin-left: 0;
  }
}
@media only screen and ( max-width: 850px ) {
  .right-sidebar{
    padding-right: 0;
  }
  .left-sidebar{
    padding-left: 0;
  }
  .right-sidebar .content,
  .left-sidebar .content{
    float: none;
    width: 100%;
  }
  .right-sidebar .sidebar,
  .left-sidebar .sidebar{
    float: none;
    width: 100%;
    position: relative;
  }
  .sidebar{
    text-align: center;
  }
  .sidebar .widget,
  .bottom-sidebar .sidebar .widget{
    display: block;
    float: left;
    vertical-align: top;
    width: 47.5%;
    margin-right: 5%;
    text-align: left;
  }
  .sidebar .widget:nth-child(2n){
    margin-right: 0;
  }
  .sidebar .widget:nth-child(2n+1){
    margin-left: 0;
  }
}

@media only screen and ( max-width: 600px ) {
  .sidebar .widget,
  .bottom-sidebar .sidebar .widget{
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    margin-left: 0;
  }
}


/**
 * ALERTS
 */
.alert{
  display: inline-block;
  padding: .2em .4em;
  color: #000;
  font-weight: 300;
  font-size: .8em;
  letter-spacing: 1px;
}
.alert.error{
  display: block;
  border-left-color: red;
  color: red;
}
.ajax .alert.error{
  display: none;
}


/**
 * FORM STYLING
 */
.form-field{
  display: block;
  position: relative;
  padding: .3em 0;
  max-width: 100%;
}
.field-notes{
  display: block;
  font-size: .8em;
  color: #666;
  right: 0;
  width: 300px;
  max-width: 80%;
}
.form-error{
  font-size: 12px;
  color: red;
  display: block;
}
form {
  max-width: 100%;
}
form input,
form select{
  padding: .5em .5em;
  max-width: 300px;
  width: 96%;
  font-size: 1.2em;
  color: #333;
  font-weight: 300;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  -o-border-radius: 3px; 
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
form select{
  display: block;
  position: relative;
  z-index: 9;
  padding-right: 2em;
  width: 100%;
  border: none;
}
form select:invalid{
  color: #999;
}
form .select-wrapper{
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 300px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  -o-border-radius: 3px; 
  border-radius: 3px;
}
form .select-wrapper:before{
  content: "\f0dd";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5%;
  top: 15%;
  font-size: 1em;
  color: #ccc;

  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
form .select-wrapper:hover:before{
  color: #666;
  top: 18%;
}
form [required]{
  position: relative;
  border-bottom-color: red;
  background-color: #fff;
}
form select[required]{
  background: transparent;
}
form label{
  display: block;
  font-weight: 500;
  font-size: .9em;
  padding: .5em 0;
}
form .error input{
  border: 1px solid red;
}
form .form-actions{
  display: block;
  padding: .5em 0 1em;
}
.forgot-password{
  padding: 1em 0;
  font-size: .9em;
}

form input:focus, form select:focus {
   outline: none;
   border: 2px solid #3399cc ;
   box-shadow: 0px 0px 5px -1px rgb(51, 153, 204);
}

/**
 * Gravity Forms Styling
 */
.gform_wrapper li:before{
  display: none;
}
.gform_wrapper .top_label .gfield_label {
  text-transform: uppercase!important;
  font-weight: 400;
  font-size: .9em!important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  padding: .5em!important;
  font-size: 1em!important;
}
.gform_wrapper select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2em!important;
  border: 1px solid #000;
  margin: 1em 0;
  padding: .5em 1em .5em 1em!important;
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-size: 40px;
  background-position:  right 10px center;
}

#gform_wrapper_15.gform_wrapper .top_label .gfield_label,
#gform_wrapper_16.gform_wrapper .top_label .gfield_label{
  display: none;
}
body .gform_wrapper ul li.gfield{
  margin-top: 0!important;
}
.gform_wrapper input[type="submit"]{
  font-size: 1.2em!important;
}

/**
 * Ajax Loader
 */
.loader-circle{
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  top: 2em;"
  display: block;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  -o-border-radius: 99em;
  border-radius: 99em;
  overflow: hidden;
}

/**
 * Trans Overlays
 */
.trans-overlay{
  position: relative;
}
.trans-overlay:after{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.trans-overlay > *{
  z-index: 2;
  position: relative;
}
.trans-5:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=05)";
  filter: alpha(opacity=05);
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  opacity: 0.05;
}
.trans-15:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
}
.trans-25:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}
.trans-35:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.trans-45:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
}
.trans-55:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
}
.trans-65:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
.trans-75:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.trans-85:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.trans-95:after{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
.trans-black-fade-up:after{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.trans-black:after{
  background: #000;
}
.trans-purple:after{
  background: #DF0A51;
}
.trans-red:after{
  background: #e20050;
}
.trans-yellow:after{
  background: #F5BD00;
}
.trans-blue:after{
  background: #2e7bff;
}
.trans-green:after{
  background: #6EB62F;
}
.trans-white:after{
  background: #fff;
}
.trans-gold:after{
  background: gold;
}
.trans-black.radial:after{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+99&0+18,1+66 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 18%, rgba(0,0,0,1) 66%, rgba(0,0,0,1) 99%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 18%,rgba(0,0,0,1) 66%,rgba(0,0,0,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 18%,rgba(0,0,0,1) 66%,rgba(0,0,0,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-filter label{
  padding: 0;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;

  text-decoration: none;
  color: #000;
}
.cd-tab-filter a.selected {
  background: #6EB62F;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */

/**
 * Install Guides Layout
 */
.install-guides-gallery.cd-gallery{
  float: none;
}
.install-guides-gallery li.install-guide{
  background: #fff;
  width: 300px;
  margin: 2em;
  float: left;
  position: relative;
  min-height: 325px;
}
.install-guides-gallery li.gallery-item{
  width: 300px;
  margin: 2em;
  position: relative;
  vertical-align: top;
}
.install-guides-gallery li div.gallery-item{
  background: #fff;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.install-guides-gallery li div.gallery-item{
  background: #fff;
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
  box-shadow: 0px 0px 10px #333;
}
@media only screen and ( max-width: 450px ) {
  .install-guides-gallery li.install-guide,
  .install-guides-gallery li.gallery-item{
    width: 100%;
    margin: 0 0 2em;
    float: left;
  }
}

li.install-guide .guide-cover{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 275px;
}
li.install-guide .guide-title{
  font-size: 1.2em;
  color: #000;
  padding: 1em;
}
li.install-guide a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.cd-gallery {
  padding: 26px 10%;
  width: auto%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.cd-gallery > ul > li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery > ul > li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery > ul {
    text-align: center;
  }
  .cd-gallery > ul:after {
    content: "";
    display: table;
    clear: both;
  }/*
  .cd-gallery > ul > li {
    width: 48%;
    margin-bottom: 2em;
  }*/
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 5%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    width: auto;
  }
  .cd-gallery > ul > li {
    width: 98%;
  }
  .cd-gallery.filter-is-visible {
    float: right;
    /* reduce width when filter is visible */
    width: 65%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 25;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #69BE58;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background: #007F25;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 25%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../images/cd-icon-filter.svg") no-repeat center center;
  z-index: 25;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 0;
    text-indent: 0;
    color: #fff;
    text-transform: uppercase;
    background: #69BE58;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    padding-left: 3em;
    padding-right: 2em;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 90%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  left: 0;
  background: url("../images/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}



/**
 * **************
 * Sliding Panels
 * **************
 */
*[data-du-sliding-panels]{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
*[data-du-sliding-panels]:after{
  content: " ";
  display: block;
  clear: both;
}
*[data-du-sliding-panels] > figure{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/**
 * Two Columns
 */
/* First column no left pull */
*[data-du-sliding-panels="2"] > figure:nth-child(2n+1){
  left: 0;
}
*[data-du-sliding-panels="2"] > figure:nth-child(2n+2){
  left: 50%;
}

/**
 *  Hover Positions
 */
*[data-du-sliding-panels="2"]:hover > figure{
  left: -10%;
}
/* First Panel Hover */
*[data-du-sliding-panels="2"] > figure:nth-child(2n+1):hover{
  left: -1%;
}
*[data-du-sliding-panels="2"] > figure:nth-child(2n+1):hover+figure{
  left: 60%;
}
/* Second Panel Hover */
*[data-du-sliding-panels="2"] > figure:nth-child(2n+2):hover{
  left: 40%;
}

/**
 * Three Columns
 */
/* First column no left pull */
*[data-du-sliding-panels="3"] > figure:nth-child(3n+1){
  left: -6%;
}
*[data-du-sliding-panels="3"] > figure:nth-child(3n+2){
  left: 27.33%;
}
*[data-du-sliding-panels="3"] > figure:nth-child(3n){
  left: 61.66%;
}
@media only screen and ( max-width: 620px ) {
  *[data-du-sliding-panels="3"]{
    height: auto!important;
  }
  *[data-du-sliding-panels="3"] > figure{
    position: relative;
    width: 100%;
    left: 0!important;
    top: auto;
  }
}

/**
 *  Hover Positions
 */
*[data-du-sliding-panels="3"]:hover > figure{
  left: -10%;
}
*[data-du-sliding-panels="3"]:hover > figure:nth-child(3n+2){
  left: 16.665%;
}
/* First Panel Hover */
*[data-du-sliding-panels="3"] > figure:nth-child(3n+1):hover{
  left: -3%;
}
*[data-du-sliding-panels="3"] > figure:nth-child(3n+1):hover+figure{
  left: 46.33%;
}
*[data-du-sliding-panels="3"] > figure:nth-child(3n+1):hover+figure+figure{
  left: 73.66%;
}
/* Second Panel Hover */
*[data-du-sliding-panels="3"] > figure:nth-child(3n+2):hover{
  left: 22.665%;
}
*[data-du-sliding-panels="3"] > figure:nth-child(3n+2):hover+figure{
  left: 73.66%;
}

/* Third Panel Hover */
*[data-du-sliding-panels="3"] > figure:nth-child(3n):hover{
  left: 45%;
}

/**
 * Four Columns
 */
/* First column no left pull */
*[data-du-sliding-panels="4"] > figure:nth-child(4n+1){
  left: -7%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+2){
  left: 18%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+3){
  left: 43%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n){
  left: 68%;
}
@media only screen and ( max-width: 720px ) {
  *[data-du-sliding-panels="4"]{
    height: auto!important;
  }
  *[data-du-sliding-panels="4"] > figure{
    position: relative;
    width: 100%;
    left: 0!important;
    top: auto;
  }
}

/**
 *  Hover Positions
 */
*[data-du-sliding-panels="4"]:hover > figure{
  left: -5%;
}
*[data-du-sliding-panels="4"]:hover > figure:nth-child(4n+2){
  left: 10%;
}
*[data-du-sliding-panels="4"]:hover > figure:nth-child(4n+3){
  left: 25%;
}
/* First Panel Hover */
*[data-du-sliding-panels="4"] > figure:nth-child(4n+1):hover{
  left: -3%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+1):hover+figure{
  left: 45.5%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+1):hover+figure+figure{
  left: 63%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+1):hover+figure+figure+figure{
  left: 80.5%;
}
/* Second Panel Hover */
*[data-du-sliding-panels="4"] > figure:nth-child(4n+2):hover{
  left: 12.5%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+2):hover+figure{
  left: 61.5%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+2):hover+figure+figure{
  left: 80.5%;
}
/* Third Panel Hover */
*[data-du-sliding-panels="4"] > figure:nth-child(4n+3):hover{
  left: 25%;
}
*[data-du-sliding-panels="4"] > figure:nth-child(4n+3):hover+figure{
  left: 74.5%;
}
/* Fourth Panel Hover */
*[data-du-sliding-panels="4"] > figure:nth-child(4n):hover{
  left: 41%;
}


/**
 * Five Columns
 */
/* First column no left pull */
*[data-du-sliding-panels="5"] > figure:nth-child(4n+1){
  left: -7%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+2){
  left: 18%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+3){
  left: 43%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n){
  left: 68%;
}
@media only screen and ( max-width: 720px ) {
  *[data-du-sliding-panels="5"]{
    height: auto!important;
  }
  *[data-du-sliding-panels="5"] > figure{
    position: relative;
    width: 100%;
    left: 0!important;
    top: auto;
  }
}

/**
 *  Hover Positions
 */
*[data-du-sliding-panels="5"]:hover > figure{
  left: -5%;
}
*[data-du-sliding-panels="5"]:hover > figure:nth-child(4n+2){
  left: 10%;
}
*[data-du-sliding-panels="5"]:hover > figure:nth-child(4n+3){
  left: 25%;
}
/* First Panel Hover */
*[data-du-sliding-panels="5"] > figure:nth-child(4n+1):hover{
  left: -3%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+1):hover+figure{
  left: 45.5%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+1):hover+figure+figure{
  left: 63%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+1):hover+figure+figure+figure{
  left: 80.5%;
}
/* Second Panel Hover */
*[data-du-sliding-panels="5"] > figure:nth-child(4n+2):hover{
  left: 12.5%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+2):hover+figure{
  left: 61.5%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+2):hover+figure+figure{
  left: 80.5%;
}
/* Third Panel Hover */
*[data-du-sliding-panels="5"] > figure:nth-child(4n+3):hover{
  left: 25%;
}
*[data-du-sliding-panels="5"] > figure:nth-child(4n+3):hover+figure{
  left: 74.5%;
}
/* Fourth Panel Hover */
*[data-du-sliding-panels="5"] > figure:nth-child(4n):hover{
  left: 41%;
}

/**
 * Effects
 */
*[data-du-sliding-panels] > figure{
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
*[data-du-sliding-panels] > figure summary{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
*[data-du-sliding-panels] > figure:hover summary{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
