/*
Theme Name: Main
Author: Well Creative
Author URI: http://wellcreative.com.au
Version: 1.0.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:10px 0 20px}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 20px}nav ul,nav ol{list-style:none;list-style-image:none}img{max-width:100%;height:auto;border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{-moz-box-sizing:inherit;-webkit-box-sizing:inherit;box-sizing:inherit;}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.clearfix:before,.clearfix:after{content:"";display:table;}.clearfix:after{clear:both;}.clearfix{zoom:1;}html{overflow-y:scroll;overflow-x:hidden;width:100%;}body{margin:0;width:100%;min-width:960px;}@media all and (max-width:9999px){ body{min-width:320px;} }.wrapper{width:100%;max-width:1360px;margin:0 auto;padding:0 30px;}.wrapper:before,.wrapper:after{content:"";display:table;}.wrapper:after{clear:both;}.wrapper{zoom:1;}@media all and (max-width:400px){.wrapper{padding:0 10px;}}.clear:before,.clear:after{content:"";display:table;}.clear:after{clear:both;}.clear{zoom:1;}

html{
  width:100%;
  height:100%;
  background: url("images/background-bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  overflow-x: scroll;
  overflow-y: scroll;
}
body{ overflow-x: hidden; }
main.page{ 
  background: url("images/light-tile.png");
}

/* Typography */
body{
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:16px;
  line-height:1.4;
  color:#4c4c4e;
  -webkit-font-smoothing: subpixel-antialiased;
}
p{
  margin:10px 0 12px;
}
a{
  color:#4c4c4e;
  text-decoration:none;
}
a:hover{
  color:#566c36;
}
p > a{
  text-decoration:underline;
}
h1{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:3.157em;
  color:#ac582b;
}
h2{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:2.369em;
  color:#ac582b;
}
h3{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:1.777em;
  color:#ac582b;
}
h4{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:1.333em;
  color:#ac582b;
}
h5{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:1em;
  color:#566c36;
}
h6{
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  font-size:0.75em;
  color:#566c36;
  margin:0;
}
h1,h2,h3,h4,h5{
  margin: 0 0 10px;
}
p + h1{ margin-top:24px; }
p + h2{ margin-top:24px; }
p + h3{ margin-top:24px; }
p + h4{ margin-top:24px; }
p + h5{ margin-top:14px; }
p + h6{ margin-top:12px; }
pre{
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:0.75em;
  color:#4c4c4e;
  margin:12px 0;
}
blockquote h1{
  font-size:4.333em;
}
blockquote {
  padding: 20px 10px 15px 80px;
  margin: 0;
}
ul,li{ }
table,th,td{ border: 1px solid #000000; }
table{ width:100%; margin: 14px 0 28px; }
hr{
  height:2px;
  width:100%;
  border:0;
  background:#000000;
}
mark{
  background: transparent none repeat scroll 0% 0%;
  font-weight: bold;
}
@media all and (max-width:680px){
  h1{
    font-size: 2.369em;
  }
  h2{
    font-size: 1.777em;
  }
  h3{
    font-size: 1.4em; 
  }
}

/****** Core ******/

.site-header{
  position: relative;
  margin: 12px 0 30px;
}
.site-header__logo{
  display:inline-block;
  width:140px;
  margin:0;
  margin-right:30px;
  vertical-align: bottom;
}
.site-header__nav{
  display: inline-block;
  vertical-align:bottom;
  margin-left: 25px;
}
.site-header > .wrapper{
  position:relative;
}
.site-footer{
  max-width: 1350px;
  margin: 0 auto;
  background: url("images/dark-tile.png");
  padding:30px 0;
}
.site-footer__logo{
  display:inline-block;
  float:left;
  width:130px;
  margin:0 0 20px 0;
}
.site-footer__content{
  display:block;
  margin-left:160px;
  margin-top: 28px;
}
.site-footer__notice, 
.site-footer__notice-link{
  color:#FFFFFF;
  display:block;
  font-size:13px;
  line-height:14px;
  margin:0 0 8px;
}
.site-footer__notice-link:hover{
  color:#566c36;
}

.contain{
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

/****** Header Navigation ******/
.site-header__nav-menu{
  margin:0 auto;
  padding:0;
  display:block;
  z-index: 100;
  position: relative;
}
.site-header__nav-menu .menu-item{
  display:inline-block;
  margin: 0 16px 16px 0;  
}
.site-header__nav-menu .item-link{
  display:block;
  color:#FFFFFF;
  font-family: 'Roboto Slab', serif;
}
.site-header__nav-sub-menu{
  height:0px;
  overflow:hidden;
  position:absolute;
  top:100%;
  left:0;
  width:240px;
  margin: 0;
  padding: 0;
  -webkit-transition: all .75s ease; -moz-transition: all .75s ease; -o-transition: all .75s ease; transition: all .75s ease;
  opacity:0;
}
.site-header__nav-sub-menu .menu-item.sub-item{
  display:block;
  margin:0 auto 10px;
}
.site-header__nav-menu .menu-item.sub-items{
  position:relative;
}
.site-header__nav-menu .menu-item.sub-items .item-link:hover + .site-header__nav-sub-menu,
.site-header__nav-sub-menu:hover{
  height:auto;
  overflow:visible;
  opacity:1;
}
.sub-nav-toggle{
  display:none;
}
.item-link{
  text-indent:-9999px;
  width: 100px;
  height: 65px;
  background-repeat:no-repeat;
  -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;
  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;
}
.item-link:hover{
  -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
a.item-link,a.item-link:hover,a.item-link:active{
  outline:none;
}
#nav-item-121 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_home.png');
}
#nav-item-123 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_events-entries.png');
}
#nav-item-129 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_sponsors.png');
}
#nav-item-126 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_gallery.png');
}
#nav-item-128 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_results.png');
}
#nav-item-122 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_auction-info.png');
}
#nav-item-124 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_competitions.png');
}
#nav-item-125 .item-link{
  background-image: url('/wp-content/themes/main/images/menu_schedule.png');
}
.nav-menu-toggle{
  display:none;
  color:#ffffff;
  padding: 10px 0 10px 10px;
}
.nav-menu-toggle:hover{
  color:#ffffff;
}

@media all and (max-width:1050px){
  .site-header__logo{
    display:block;
    margin:0 auto 20px;
  }
  .site-header__nav{
    display:block;
    margin:0 auto;
    position:relative;
  }
  .site-header__nav-menu{
    text-align:center;
  }
}

@media all and (max-width:780px){
  .item-link {
    width: 89px;
    height: 58px;
  }
}
@media all and (max-width:720px){
  .site-header{
    margin-bottom:0;
  }
  .nav-menu-toggle{
    display:block;
    font-family: 'Roboto Slab', serif;
  }
  .site-header__nav{
    background: url("images/dark-tile.png");
  }
  .site-header__nav-menu{
    display:none;
    position: absolute;
    top: 100%;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    background: url("images/dark-tile.png");
    z-index:5;
  }
  .nav-menu-toggle:hover{
    cursor:pointer;
  }
  .nav-menu-toggle:hover + .site-header__nav-menu,
  .site-header__nav-menu:hover{
    display:block;
  }
  .site-header__nav-menu{
    padding: 10px 10px 20px 48px;
  }
  .site-header__nav-menu .item-link {
    width:auto;
    height:auto;
    background: none !important;
    text-indent: 0;
    text-align:left;
  }

  .site-header__nav-sub-menu{
    height:auto;
    overflow:visible;
    position:relative;
    top:initial;
    width:auto;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
    opacity:1;
  }
  .item-link{
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
  }
  .item-link:hover{
    -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;
  }
  .site-header__nav-menu .menu-item {
    display: block;
    margin: 0 0 8px 0;
  }
  .site-header__nav-menu .menu-item.sub-items{
    margin-bottom:0;
  }
  .site-header__nav-menu .menu-item.sub-items > .item-link{
    margin-bottom:8px;
  }
  #hero-slider{
    margin:0 -30px;
  }
  #hero-slider .col{
    margin:0 auto;
    padding:0;
  }
  #hero-slider .col .inner{
    padding:0;
  }
}
@media all and (max-width:560px){
  .site-footer__logo {
    display: block;
    float: none;
    width: 130px;
    margin: 0 auto;
  }
  .site-footer__content {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
  }
}
@media all and (max-width:400px){
  #hero-slider{
    margin:0 -10px;
  }
  .contain {
    padding: 0 10px;
  }
}

/****** Google Map ******/
.google-map{
  width:100%;
  height:320px;
  position:relative;
}
.google-map__embed{
  width:100%;
  height:320px;
}
.google-map__overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
}
.google-map__overlay--clicked{
  z-index:-1;
}

/****** Page Sections ******/
.breakline__rule{
  display:block;
  height:2px;
  margin:0px auto 30px;
  padding:0;
  width:100%;
}
.breakline__rule--50{ width:50%; }
.row{
  margin:0 0 0 -30px;
  text-align:center;
}
.col{
  display:inline-block;
  vertical-align:top;
  width:100%;
  text-align:left;
  margin:0 0 30px 0;
  padding-left:30px;
}
.col .inner{
  display: block;
  padding: 20px;
  vertical-align: top;
  overflow:hidden;
}
.row.cols-1 .col{ margin-bottom:25px !important; }
.row.cols-2 .col{ width:50%; }
.row.cols-3 .col{ width:33.333%; }
.row.cols-4 .col{ width:25%; }
.row.no-gutter{ margin:0 auto; }
.row.no-gutter .col{ padding-left:0; }
.col.no-padding .inner{ padding:0; }
@media all and (max-width:1280px){
  .row.cols-4 .col{ width:33.333%; }
}
@media all and (max-width:900px){
  .row.cols-4 .col{ width:50%;}
  .row.cols-3 .col{ width:50%; }
}
@media all and (max-width:650px){
  .breakline__rule--50{ width:100%; }
  .row.cols-4 .col{ width:100%; }
  .row.cols-3 .col{ width:100%; }
  .row.cols-2 .col{ width:100%; }
}



/****** Featured Items ******/
.itms{
  margin: 0px 0px 0px -30px;
  padding: 0px;
}
.itm {
  display: inline-block;
  margin-bottom: 30px;
  width: 33.333%;
  padding-left: 30px;
  position:relative;
  vertical-align:top;
  text-align:left;
}
.itm__inner {
  display: block;
}
.itm__inner:hover {
  color:inherit;
}
.itm__image{ display:block; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.itm__image:hover{ -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08);}
.itms.artwork .itm__image{ display:block; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease;}
.itms.artwork .itm__image:hover{ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5);}
@media all and (max-width:860px){
  .itm{ width: 50%; }
}
@media all and (max-width:480px){
  .itm{ width: 100%; }
}

/****** Custom Page Sections******/

.row.cols-1 .col.half-width{ max-width:650px; display:block; }

.page article.single{
  padding:30px 0;
}
div.heading{
  padding: 30px 18px 0;
}

.row.contact-details:before{
  display:block;
  content:' ';
  width:75%;
  margin:0 auto;
  height:2px;
  border-top:2px solid #566c36;
  position:relative;
  left:15px;
}
.row.contact-details:after{
  display:block;
  content:' ';
  width:75%;
  margin:0 auto 40px;
  height:2px;
  border-top:2px solid #566c36;
  left:15px;
}

a.button{
  color: #ffffff;
  background: url("images/dark-tile.png");
  display:inline-block;
  padding:8px 16px;
  margin:20px 0;
}
a.button:hover{
  color: #ac582b;
}

.sponsors-list{
  margin:0;
  padding:0;
  margin-left:-30px;
}
.sponsors-list__sponsor{
  width:20%;
  display:inline-block;
  vertical-align:top;
  padding-left:30px;
  margin-bottom:40px;
}
.sponsors-list__sponsor a{
  word-wrap: break-word;
}

.scheduled-events{
  margin:0;
  padding:0;
  margin-left:-30px;
}
.scheduled-events__event{
  width:25%;
  display:inline-block;
  vertical-align:top;
  padding-left:30px;
  margin-bottom:40px;
}
.scheduled-events__day{
  background: url("images/green-tile.png");
  padding: 10px 12px 1px;
  margin-bottom: 12px;
}
.scheduled-events__day h3{
  color:#ffffff;
}

.participants-list{
  margin:0;
  padding:0;
  margin-left:-30px;
}
.participants-list__participant{
  width:12.5%;
  display:inline-block;
  vertical-align:middle;
  padding-left:30px;
  margin-bottom:40px;
  text-align:center;
}
.slick-initialized .slick-slide.participants-list__participant{
  display: inline-block !important;
  float: none !important;
  padding-left:15px;
  padding-right:15px;
}
.participants-list__participant img{
  margin-bottom:12px;
  width:100%;
  height:auto;
}

@media all and (max-width:1050px){
  .sponsors-list__sponsor{
    width:25%;
  }
  .scheduled-events__event{
    width:33.333%;
  }
}
@media all and (max-width:840px){
  .sponsors-list__sponsor{
    width:33.333%;
  }
  .scheduled-events__event{
    width:50%;
  }
}
@media all and (max-width:580px){
  .sponsors-list__sponsor{
    width:50%;
  }
  .scheduled-events__event{
    width:100%;
  }
}
@media all and (max-width:440px){
  .sponsors-list {
    margin-left: 0;
  }
  .sponsors-list__sponsor{
    width:100%;
    padding-left:0;
  }
}

/****** Gallery ******/

.gallery{
  margin-left: -30px;
  margin-bottom: -30px;
  padding: 10px;
  text-align:center;
}
.gallery .gallery-item{
  display:inline-block;
  vertical-align:middle;
  width:25%;
  padding-left:30px;
  margin-bottom:30px;
  text-align:center;
}
.gallery figcaption.gallery-caption{ display:none; }
.gallery .gallery-item .gallery-icon { overflow:hidden; }
.gallery .gallery-item a { display:block; text-align:center; }
.gallery .gallery-item img{ width:auto; display:block; margin:0 auto; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.gallery .gallery-item img:hover{ -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08);}

.gallery.gallery-columns-4 .gallery-item{ width:25%; }
.gallery.gallery-columns-3 .gallery-item{ width:33.333%; }
.gallery.gallery-columns-2 .gallery-item{ width:50%; }

body.no-js .gallery.gallery-size-small .gallery-item img{
  max-height: 220px;
}
.featured-gallery{ padding:10px; }
.featured-gallery .gallery{ padding:0; }

@media all and (max-width:960px){
  .gallery.gallery-columns-4 .gallery-item{ width:33.333%; }
  .cols-2 .col .featured-gallery .gallery.gallery-columns-3 .gallery-item{ width:50%; }
}
@media all and (max-width:650px){
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item{ width:50%; }
}
@media all and (max-width:450px){
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-2 .gallery-item{ width:100%; }
  .cols-2 .col .featured-gallery .gallery.gallery-columns-3 .gallery-item{ width:100%; }
}

/****** Slickslider ******/
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{ outline: none; }
.slick-list.dragging{ cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,.slick-track:after{ display: table; content: ''; }
.slick-track:after{ clear: both;}
.slick-loading .slick-track{ visibility: hidden; }
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{ float: right; }
.slick-slide img{ display: block; }
.slick-slide.slick-loading img{ display: none; }
.slick-slide.dragging img{ pointer-events: none; }
.slick-initialized .slick-slide{ display: block; }
.slick-loading .slick-slide{ visibility: hidden; }
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
/* .slick-loading .slick-list{ background: #fff url('./ajax-loader.gif') center center no-repeat; } */
.slick-prev, 
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{ opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{ opacity: .25; }
.slick-prev:before,
.slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-prev{ left: -25px; }
[dir='rtl'] .slick-prev{ right: -25px; left: auto; }
.slick-prev:before{ content: '←'; }
[dir='rtl'] .slick-prev:before{ content: '→'; }
.slick-next{ right: -25px; }
[dir='rtl'] .slick-next{ right: auto; left: -25px; }
.slick-next:before{ content: '→'; }
[dir='rtl'] .slick-next:before{ content: '←'; }
.slick-dotted.slick-slider{ margin-bottom: 30px; }
.slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus{ outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ opacity: 1; }
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{ opacity: .75; color: black;}

/****** Flexslider ******/
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider { margin: 0; padding: 0;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
.flexslider { position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-direction-nav{
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin-top: -25px;
}
.flex-nav-prev{ display: inline-block; position: absolute; left: -75px; }
.flex-nav-next{ display: inline-block; position: absolute; right: -75px; }
.flex-prev, .flex-next{
  display:block;
  height:100px;
  width:60px;
  position: relative;
  z-index: 2;
}
.flex-nav-prev:before{
  position: absolute;
  z-index:1;
  top:0;
  display:block;
  content: "\0020";
  height:100px;
  width:60px;
  background: url('images/slider-left.png') no-repeat;
}
.flex-nav-next:before{
  position: absolute;
  top:0;
  display:block;
  content: "\0020";
  height:100px;
  width:60px;
  background: url('images/slider-right.png') no-repeat;
}

@media all and (max-width:1460px){
  .flex-direction-nav{ opacity:0; }
  .flexslider:hover .flex-direction-nav{ opacity:1; -webkit-transition: opacity .7s linear; -moz-transition: opacity .7s linear; -o-transition: opacity .7s linear; transition: opacity .7s linear; }
  .flex-nav-prev{ left:10px; }
  .flex-nav-next{ right:10px; }
  .flex-prev, .flex-next { height: 60px; width: 35px; }
  .flex-nav-prev:before,.flex-nav-next:before{ height: 60px; width: 35px; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; }
}


/****** Magnific Popup ******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}
.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;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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;
  -webkit-box-shadow: none;box-shadow: none; 
}
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;
  filter: alpha(opacity=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; filter: alpha(opacity=100); }
.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active{ margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; 
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; 
}
.mfp-arrow-left{ left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { 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; 
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}
.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) {
  .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;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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; }
}
.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; 
}
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/****** Utility Classes ******/

.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.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}
.box-shadow{-webkit-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7); -moz-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7); box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7);}
.drop-shadow{-webkit-box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7); -moz-box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7); box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7);}
.p-t-0{padding-top:0 !important;}
img.post-image{display: block;margin: 10px auto;}

@media all and (max-width: 550px) {
  img.alignnone{ display:block; margin:5px auto 5px auto; width:90%; }
  img.aligncenter{ display:block; margin:5px auto 5px auto; width:90%; }
  img.alignright{ display:block; margin:5px auto 5px auto; width:90%; float:none; }
  img.alignleft{ display:block; margin:5px auto 5px auto; width:90%; float:none; }
}