/*  ORDER

1.   Fixit - debugger
2.   white
3.   alert
4.   sizes
4.   logo
5.   other logos
6.   search
7.   specialty
8.   events
9.   campaign
10.  catalog
11.  quotations
12.  anchor
13.  buttons
14.  general
15.  lists
16.  overlays
17.  Instagram
18.  markup pager
19.  animation
20.  menus
21.  offcanvas
22   links
23.  media queries
*/



/* FIX IT */

.debug  {
color: rgba(255,39,227,1.0);
background-color: rgba(255,39,227,0.10);
border:1px solid #ff27e3;
}

.debug2  {
color: rgba(144, 245, 39, 1.0);
background-color: rgba(144, 245, 39,0.10);
border:1px solid #0d0;
}

.debug3  {
color: rgba(19, 198, 255, 1.0);
background-color: rgba(19, 198, 255,0.10);
border:1px solid #00f;
}

.uk-icon-50 {
    width:50px;
    height:50px;
}



/* BIG DISPLAYS */

.uk-section-snap {
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color:white;
scroll-snap-align: start;
}

.uk-container-snap {
height:100vh;
scroll-snap-type: y mandatory;
overflow-y: scroll;
}

.supermaxw {
width:100%;
max-width:3000px;
}

.supermaxh {
height:100vh;
}


.overflow-hidden {
overflow: hidden;   
}
 
.uk-full-height {
min-height: 100vh;
}
 
 
 
 
 
.uk-accordion li {
    margin-bottom:10px;
}

.uk-accordion-title {
    padding:15px 20px 10px;
    font-size: 1.20em;
    line-height: 1;
}
.uk-accordion-content {
    padding:20px;
    margin-top: 0px;
}



.uk-max-height-blog {
    max-height:600px;
    width:auto;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


 .uk-text-wee {
     font-size: .75em;
 }

.uk-button-buy {
    width: 42px;
    height: 42px;
    margin-right: 6px;
}


.clearfix: after {content:"";display:block;clear:both;width:0;height:0}

.uk-wrap {
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
}

.uk-icon-tiny {
    width:15px;
    height:15px;
    margin:0 4px 0 0;
}
.uk-text-muted-more {
    color:#9e9e9e;
}


strong.price {
    padding-left:10px;
    text-align:right;
    display:inline-block;
    float:right;

}
/* WHITE */


 a.uk-button,  a.uk-button:hover, a.uk-button:visited, a.uk-button:focus {color:#ffffff;}

.uk-light,
.uk-card-primary.uk-card-body .uk-navbar-nav>li>a, .uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a, .uk-light .uk-navbar-nav>li>a, .uk-offcanvas-bar .uk-navbar-nav>li>a, .uk-overlay-primary .uk-navbar-nav>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a  {
    color: rgba(255,255,255,1.0);
}

.uk-light .uk-text-lead {
    color:#ffffff;
}


.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background: #f5feff;
    border-top: 1px solid #ace8ef;
    border-bottom: 1px solid #ace8ef;
}

.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #ace8ef;
}



/* ALERTS */


.alert-text {
    font-family: Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.alert-text-snug {
    font-family: Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0px;
}

.alert-text-date {
    font-family: Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0;
}

.alert-text-button {
    font-family: Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight:bold;
}


.alert-nav {
    font-family: Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4em;
    letter-spacing: 0px;
}



.uk-alert-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: inherit;
    opacity: .8;
}

.uk-nav-header > ul.uk-nav-sub-off {
    text-transform:capitalize;
}

hr {
    border-top:1px solid rgba(0,0,0,0.1);
    width:20%;
    margin:0 auto;

}




/* SIZES */

.uk-mini  {min-height:60px;}
.uk-very-small  {min-height:150px;}
.uk-small {min-height:300px;}
.uk-medium {min-height:450px;}
.uk-large {min-height:600px;}
.uk-huge {min-height:800px;}
.uk-viewport {min-height:1000px;}

.uk-padding-small {padding:10px;}
.uk-padding {padding:20px;}
.uk-padding-medium {padding:15px;}
.uk-padding-ml {padding:40px;}
.uk-padding-large {padding:80px;}


.uk-form-width-medium {
    width:100%;
    max-width:320px;
}




.max1200 { width:90%; max-width:1200px;}

.uk-container {
    max-width: 1150px;
}

.uk-container-section {
    max-width: 2550px;

}

@media all and (max-width: 800px) {
.uk-container {
    max-width: 800px;

}
}

.uk-width-readable {
    width:94%;
    margin:0 auto;
}

.uk-width-readable-narrow {
    width:90%;
    max-width:660px;
    margin:0 auto;
}
.uk-width-readable-wide {
    width:98%;
    max-width:960px;
    margin:0 auto;
}


.uk-width-presentation {
    margin:0 auto;
    padding:80px 100px;
}


@media all and (max-width: 600px) {
.uk-width-presentation {
    width:100%;
    margin:0 auto;
    padding:30px 30px;
}
}


.uk-max-width-small {
width:100%;
max-width:320px;
height:auto;
}

.uk-max-width-medium {
width:100%;
max-width:640px;
height:auto;
}

.uk-max-width-large {
width:100%;
max-width:1200px;
height:auto;
}

.uk-position-center {
    max-width:50%;
}


.uk-width-forms {
    width:90%;
    max-width:600px;
    margin:0 auto;
}




/* LOGO */

h2.logo {
    margin: 0;
    padding:0;
    font-weight: 400;
    text-transform: none;
    text-decoration:none;
    font-size:16px;
    display:inline;
}

h2#navprimary {
    padding: 10px 0 0px 10px;
    display:inline-block;
}


@media all and (max-width: 900px) {
h2#navprimary {
    padding: 30px 0 10px 10px;
    display:inline-block;
}

}
.herologo {
width:100%;
max-width:320px;
margin:5%;
}

.uk-logo-footer {
width:100%;
max-width:200px;
margin:40px 0 0;
}



/* OTHER LOGOS WITH GRAYSCALE */
/* SPONSORS */


.sponsors {width:100%; max-width:120px;height:auto;}


img.sponsors {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.sponsors:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sponsors-smaller {
    width:100%;
    max-width:80px;
    height:auto;
}

.sponsors-smallest {
    width:100%;
    max-width:60px;
    height:auto;
}


/* SEARCH */

a.sr:link, a.sr:hover, a.sr:active {
color: #1a0dab;
font-size:20px;
display:inline-block;
font-weight:bold;
margin:30px 0 0;
}


a.sr:visited  {
color: #7922A5;
}

.srmuted {
    color:#777;
}

.srtext {
    font-size:14px;
    line-height:1.65em;
}

.srtext p {
    margin-bottom:5px;
}

/* SPECIALTY ITEMS */

.uk-leader {
    color:#e8e8e8;
}


.uk-photo-people {
    width:100%;
    max-width:240px;
}

.uk-photo-people-smaller {
    width:100%;
    max-width:180px;
}

.uk-author-img-small {
    width: 80px;
    height: 80px;
}

::selection {
    background: #fff200;
    color:#222222;
}

/* COLORS FOR THE TRACKER & DATATABLES */

.red {background-color:#f0506e; color:#ffffff; padding:4px;}
.green {background-color:#32d296; color:#ffffff; padding:4px;}
.veto {background-color:#f0506e; color:#ffffff; padding:4px;}
.dead {background-color:#c7c7c7; color:#ffffff; padding:4px;}


table.dataTable.no-footer {
    border-bottom: 1px solid #666;
}

tr .even {
    background-color: #ffffff;
    border-bottom: 1px solid #ff0000;
}

.paginate_button {padding:0 8px;}


/* CONVENTION */
.layer-mask1, .layer-mask2, .layer-mask3 {
background: transparent;
width: 100%;
height: 100%;
opacity: .9;
transition: all 0.2s;
}


.uk-overlay-heading {
text-align:center;
}

.item-text-overlay {
color: #ffffff;
font-size:18px;
margin:5px 20px;
opacity: 1.0;
text-align: center;
text-shadow: 0 1px 7px rgba(0,0,0,0.8);
}


h5 {
opacity: 1.0;
}


.color1 {color:#ff3113;}
.color2 {color:#0067c2;}
.color3 {color:#e71bbe;}
.color4 {color:#1bc8e7;}
.color5 {color:#76e71b;}
.color6 {color:#def013;}
.color7 {color:#f08013;}


.uk-drift {
background-color: rgba(216,233,252,0.2);
box-shadow: 0px 1px 3px 1px rgba(216,233,252,0.0);
border:1px solid rgba(33,134,240,0.0);
}


.uk-drift:hover {
background-color: rgba(216,233,252,0.4);
box-shadow: 0px 1px 3px 1px rgba(216,233,252,0.9);
border:1px solid rgba(33,134,240,0.4);
  -webkit-transition: background-color 500ms ease-out 1s;
  -moz-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}




 .uk-drift-soft {
background-color: rgba(216,233,252,0.0);
}


.uk-drift-soft:hover {
background-color: rgba(216,233,252,0.2);
  -webkit-transition: background-color 500ms ease-out 1s;
  -moz-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}



.uk-accordion-title {
    display: block;
    font-size: .95em;
    line-height: 1.0;
    overflow: hidden;
}


/* EVENT LISTINGS */


.day {display:block;font-size:12px; line-height:12px;text-align:center;width:100%;text-transform:uppercase;font-weight:600;margin-bottom:6px;}
.date {display:block;font-size:24px; line-height:24px;text-align:center;width:100%;text-transform:uppercase;}
.uk-border {border:1px solid rgba(120,120,120,0.10);padding:20px;}

 




/* CAMPAIGNS */
.uk-content-slider {
    min-height:500px;
}
@media all and (max-width: 1000px) {
.uk-content-slider {
min-height:600px;
}
}

@media all and (max-width: 800px) {
.uk-content-slider {
min-height:700px;
}
}

@media all and (max-width: 600px) {
.uk-content-slider {
min-height:800px;
}
}

img.blur {
    -webkit-filter: blur(3px);
    filter: blur(2px);
}






/* CATALOG */

/* anchor links for filters */



ul.filters li
{
display: inline;
border-right:1px solid #e8e8e8;
padding: 0px 10px;
line-height:30px;
}


ul.filters li.uk-active
{
font-weight:600;
font-weight:bold;
color:#0D4AFF;
border-bottom:1px dotted #e8e8e8;

}


ul.filters  li:last-child {
border-right:0 solid #e8e8e8;
padding: 0px 10px;
}


.uk-nav-header > ul.uk-nav-sub-off {
    text-transform:capitalize;
}

hr {
    border-top:1px solid rgba(0,0,0,0.1);
    width:20%;
    margin:0 auto;

}
.uk-selected {
    margin:20px 0 20px 0;
}






/* QUOTATIONS */


blockquote.no-border {
    border-left:0;
}


.quotation {
  font-size: 20px;
  margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.65;
  border-left:0;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  font-size: 3em;
}

.uk-light .quotation:before {
color: #ffffff;
}

.uk-dark .quotation:before {
color: #cccccc;
}

.uk-light .quotation::after {
color: #ffffff;
}

.uk-dark .quotation::after {
color: #cccccc;
}








 





/* ANCHORS */


ul.anchors {list-style-type:none;display: block;text-align:center;margin:0 auto;  }

ul.anchors li {list-style-type:none;display: inline;}

ul.anchors li a {text-decoration:none;}

ul.anchors li.null:after {
content:"\00a0";
}


ul.anchors li:after  {
content:"\00a0\00a0|\00a0\00a0";
color:#c1c1c1;
}

ul.anchors li:last-child:after {
content:"\00a0";
}




/* BUTTONS */

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: .875rem;
}

.uk-button-mobile {
width:70%;
margin:0 auto;
}

.uk-button-wide {
    padding: 0 20px;
    line-height: 53px;
    font-size: .875rem;
}

.alert-text-button {
    font-family: Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-button-search {
    background-color: #222222;
    color: #ffffff;
    text-transform:capitalize;
    border: 1px solid transparent;
}

.uk-button-search:hover {
    background-color: #111111;
}

.uk-light .uk-button-secondary {
    background-color: #444444;
    color: #fff;
    border: 1px solid transparent;
}
 
.uk-light .uk-button-secondary:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid transparent;
}

/* GENERAL */

html, body {
font-weight:400;
margin:0;
}


.snug {
font-size:94%;
}

.video-snug p {
font-size: .85em;
font-size:80%;
line-height: 1.5em;
}


/* mind the gap on mixitup results */

.mix > p {margin:0;}
.uk-margins-gone > .truncate > p {margin:0;}


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    text-transform: none;
}






em strong, strong em {
    font-weight:600;
    font-weight:700;
    font-style:italic;
}
 
 body, html {
color:#444444;
}

.uk-light p {
    color:#fff;
}

.uk-dark p {
    color:#444;
}



.uk-background-default {
background-color:#ffffff;
}


.uk-light .uk-button-secondary {
    background-color: #444444;
    color: #fff;
    border: 1px solid transparent;
}
 
.uk-light .uk-button-secondary:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-search {
    background-color: #222222;
    color: #fff;
    border: 1px solid #232323;
}


.uk-button-search:hover {
    background-color: #111111;
    color: #fff;
    border: 1px solid #121212;
}



/* DARKER MUTED */


.uk-overlay-primary {
    background: rgba(30,30,30,.50);
    background:  radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.65) 100%);
}

.uk-overlay-primary2 {
background: -webkit-linear-gradient(left, rgba(0,33,51,0.9) 10%, rgba(0,33,51,0.75) 25%, rgba(0,33,51,0) 100%);
    background: linear-gradient(to right, rgba(0,33,51,0.9) 10%, rgba(0,33,51,0.75) 25%, rgba(0,33,51,0) 100%);
}


.uk-background-shaded {
    background: rgba(216,55,53,0.7);
    border-radius: 25px;
}



.caps {text-transform:uppercase;}

.capitalize, ul.capitalize li a {
text-transform: capitalize;
}
.lowercase {text-transform:lowercase;}
.slug {color:#efefef; font-weight:300; font-size:1.0em; text-transform:uppercase;}
.light {font-weight:300;}

.uk-list>li:nth-child(n+2), .uk-list>li>ul {
margin-top: 6px;
}

.uk-list ul {
margin: 10px 0 10px 0;
padding-left: 0;
list-style: none;
}


.uk-list ul li::before {
content: "";
padding-right: 1px;
float:left;
font-size:11px;
color:#bababa;
}




ul.uk-list.bullets  {
margin-left:30px;
}


ul.bullets li::before {
content: "»";
font-size: 14px;
padding-right: 5px;
margin-left:-20px;
float:left;
}


p, ul.bullets, ul.uk-bullets  {
font-size: 1.0em;
line-height: 1.5em;
margin: 0 0 20px;
}


ol li {
list-style-type:decimal;
margin-left:15px;
margin-bottom:5px;
}


body, p,  .sans-serif  {font-weight: 400;}

.uk-thin {
font-weight:300;
}

.uk-text-italic {
font-style:italic;
}

strong, b, .bold, uk-bold {
font-weight: 700;
font-weight: 600;
}

.uk-thumb {
    width:100%;
    max-width:120px;
}

.uk-thumb-large {
    width:100%;
    max-width:200px;
}


 .uk-margin-headings {
    margin:15px 0;
}



.uk-callout {
    margin: 35px 0;
    padding: 25px;
    background: #f2f6fa;
    border: 3px solid #dfe8f0;
}

.uk-blockquote {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    border-left: 6px solid #efefef;
    margin: 15px;
    padding: 10px;
}

ul.uk-list-spaced li, ol.uk-list-spaced li  {
    margin-bottom:20px;
}


ul.uk-list {
margin-left:30px;
}

ul.uk-list ul {
margin-left:0;
margin-top:20px;
}
p {margin:0 0 20px 0;}
.uk-text-shadow {text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);}

fieldset {
    display: inline-block;
}

.uk-description-list>dt {
    color: #444444;
    font-size: .9.0rem;
    font-weight: 700;
    text-transform: capitalize;
}

em {
color: #555;
}

/* PW IMAGES */

.align_right {float:right;display:inline-block;margin-left:15px; }
.align_left {float:left;display:inline-block;margin-right:15px; }
.align_center {margin:0 auto;display:block;}


.uk-center {margin:0 auto;padding:10px;}


figure {margin:30px 0;}
figcaption  {font-size:0.80em;line-height:1.55em; color:#444444; margin:10px 0 15px;}






/* LISTS with COMMAS */

ul.commas {list-style-type:none; margin:0; padding:0;}
ul.commas li {display:inline; margin:0; padding:0; font-weight:400; }
ul.commas li a {text-decoration:none; border-bottom:0; }
ul.commas li.null:after {
content:"\00a0";
}
ul.commas li.bull:after {
content:"\2022\00a0";
}
ul.commas li:after  {
content:",\00a0";
}
ul.commas li:last-child:after {
content:"\00a0";
}



ul.commas-inline {list-style-type:none;display: inline;}
ul.commas-inline li {list-style-type:none;display: inline;}
ul.commas-inline li a {text-decoration:none;}
ul.commas-inline li.null:after {
content:"\00a0";
}
ul.commas-inline li.bull:after {
content:"\2022\00a0";
}
ul.commas-inline li:after  {
content:",\00a0";
}
ul.commas-inline li:last-child:after {
content:"\00a0";
}

span.issues {margin-right:10px;}



ul.anchors-inline {list-style-type:none;display: inline;}
ul.anchors-inline  li {list-style-type:none;display: inline;}
ul.anchors-inline  li a {text-decoration:none;}
ul.anchors-inline li:after {
content:"\00a0|\00a0";
}
ul.anchors-inline li:last-child:after {
content:"\00a0";
}




/*OVERLAYS */


.uk-overlay-primary {
    background: rgba(30,30,30,.50);
    background:  radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.65) 100%);
}


.uk-background-shaded {
    background: rgba(216,55,53,0.7);
    border-radius: 25px;
}



/* instagram */

.uk-container-flex {
    width:100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.uk-container-flex .uk-instagram-post {
    flex: 0 0 auto;
    width: 31.0%;
    position: relative;
    padding: 0;
    margin:4px;
    box-sizing: border-box;
}

.ls-container .uk-instagram-post .uk-instagram-pic {
    position: relative;
    display: block;
}



 .uk-container-flex .uk-instagram-post .uk-instagram-pic img {
    width: 100%;
    max-width:300px;
    height: auto;
    display: block;
    position: absolute;
    vertical-align: baseline;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
 .uk-container-flex .uk-instagram-post:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


@media all and (max-width: 600px) {
.uk-container-flex .uk-instagram-post {
    width: 47.0%;
}
}
@media all and (max-width: 400px) {
.uk-container-flex .uk-instagram-post {
    width: 98.0%;
}
 .uk-container-flex .uk-instagram-post .uk-instagram-pic img {
    width: 98%;
    max-width:400px;
}
}



/* MARKUP PAGER NAV */

.MarkupPagerNav {
clear: both;
padding:60px 0;
text-align:center;
margin:0 auto;
font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
display: inline;
list-style: none;
margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
display: block;
float: left;
padding: 2px 9px;
color: #555555;
background: #fff;
margin-right: 3px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
color: #fff;
background: #565656;
text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
display: inline;
color: #777;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
}










/* BUTTON ANIMATION */

/* BUTTON HOVERS */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}


 /* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* MENUS LIGHT AND DARK */

/* to close the gap between dropdowns and navbar add code to MarkupSimpleNav in includes file */



.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
min-height: 40px;
padding: 5px 15px;
font-size: .875rem;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
text-decoration: none;
}

[class*=uk-navbar-dropdown-bottom] {
margin-top: 0px;
}

.uk-navbar-dropdown {
display: none;
position: absolute;
z-index: 1020;
box-sizing: border-box;
width: 230px;
padding: 15px;
background: #fff;
color: #666;
box-shadow: 0 5px 12px rgba(0,0,0,.15);
text-decoration: none;
}

.uk-navbar-dropdown-nav {
font-size: .875rem;
line-height: 1.2rem;
}

.uk-overlay-secondary {
    background: rgba(20,20,20,.80);
}

.uk-navbar-dropdown {
    box-shadow: 0 2px 2px rgba(0,0,0,0.10);
}


.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: #999;
    outline: 0;
}

.uk-light .uk-navbar-nav>li>a, .uk-light .uk-navbar-nav>li>a:hover, .uk-light .uk-navbar-nav>li>a:visited  {
    color: #ffffff;
}

.uk-dark .uk-navbar-nav>li>a, .uk-dark .uk-navbar-nav>li>a:hover, .uk-dark .uk-navbar-nav>li>a:visited  {
    color: #333333;
}

.uk-accordion-title {
    display: block;
    font-size: .95em;
    line-height: 1.0;
    overflow: hidden;
}




.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 40px;
    padding: 5px 10px;
    text-decoration: none;
}

.uk-menu-dark  {
    background: #222222;
}

.uk-menu-dark .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #222222;
}

.uk-menu-dark .uk-navbar-nav>li>a, .uk-menu-dark .uk-navbar-nav>li>a:hover, .uk-menu-dark .uk-navbar-nav>li>a:visited, .uk-menu-dark .uk-navbar-nav>li>a:active  {
    color: #FFFFFF;
    background: #222222;
}

.uk-menu-dark .uk-navbar-nav>li>a:hover {
    color: #FFFFFF;
    background: #333333;
}
.uk-menu-dark .uk-navbar-dropdown {
    box-shadow: 0 1px 1px rgba(0,0,0,0.0);
}
.uk-menu-dark .uk-navbar-dropdown {
    background: #222222;
    color: #ffffff;
    padding:0;
}
.uk-menu-dark .uk-navbar-nav>li:hover>a, .uk-menu-dark .uk-navbar-nav>li>a.uk-open, .uk-menu-dark  .uk-navbar-nav>li>a:focus {
    color: #fff;
    outline: 0;
}

.uk-menu-dark .uk-navbar-dropdown-nav>li>a {
    color: #efefef;
}


.uk-menu-dark .uk-navbar-dropdown-nav>li {
    display: flex;
    justify-content: left;
    align-items: left;
    box-sizing: border-box;
    min-height: 20px;
    padding: 5px 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    text-decoration: none;
    background:#222222;
}

.uk-menu-dark .uk-navbar-dropdown-nav>li:hover {
    color: #FFFFFF;
  background:#333333;
}





.uk-menu-light  {
    background: #FFF;
}


.uk-menu-light .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #FFF;
}

.uk-menu-light .uk-navbar-nav>li>a, .uk-menu-light .uk-navbar-nav>li>a:hover, .uk-menu-light .uk-navbar-nav>li>a:visited, .uk-menu-light .uk-navbar-nav>li>a:active  {
    color: #333;
    background: #ffffff;
}

.uk-menu-light .uk-navbar-nav>li>a:hover
{
    color: #333;
    background: #e8e8e8;
}
.uk-menu-light .uk-navbar-dropdown {
    box-shadow: 0 1px 1px rgba(0,0,0,0.0);
}
.uk-menu-light .uk-navbar-dropdown {
    background: #FFF;
    color: #333;
    padding:0;
}

.uk-menu-light .uk-navbar-nav>li:hover>a, .uk-menu-light  .uk-navbar-nav>li>a.uk-open, .uk-menu-light  .uk-navbar-nav>li>a:focus {
    color: #333;
    outline: 0;
}

.uk-menu-light .uk-navbar-dropdown-nav>li>a {
    color: #333;
}



.uk-menu-light .uk-navbar-dropdown-nav>li {
    display: flex;
    justify-content: left;
    align-items: left;
    box-sizing: border-box;
    min-height: 20px;
    padding: 5px 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    text-decoration: none;
    background:#ffffff;
}

.uk-menu-light .uk-navbar-dropdown-nav>li:hover {
    color: #333333;
  background:#e8e8e8;
}


.uk-navbar-dropdown {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    text-decoration: none;
}




.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 40px;
    padding: 5px 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    text-decoration: none;
}

[class*=uk-navbar-dropdown-bottom] {
    margin-top: 0px;
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 230px;
    padding: 15px;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    text-decoration: none;
    margin-top:-15px;
}

.uk-navbar-dropdown-nav {
    font-size: .875rem;
    line-height: 1.2rem;
}






.uk-menu-transparent  {
    background: transparent;
}

.uk-menu-transparent .uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;

}

.uk-menu-transparent .uk-navbar-nav>li>a, .uk-menu-transparent .uk-navbar-nav>li>a:hover, .uk-menu-transparent .uk-navbar-nav>li>a:visited, .uk-menu-transparent .uk-navbar-nav>li>a:active  {
    color: #FFFFFF;
    background: transparent;
}

.uk-menu-transparent .uk-navbar-nav>li>a:hover {
    color: #FFFFFF;
     background: transparent;
}
.uk-menu-transparent .uk-navbar-dropdown {
    box-shadow: 0 1px 1px rgba(0,0,0,0.0);
}
.uk-menu-transparent .uk-navbar-dropdown {
    background: #222222;
    color: #ffffff;
    padding:0;
}
.uk-menu-transparent .uk-navbar-nav>li:hover>a, .uk-menu-transparent .uk-navbar-nav>li>a.uk-open, .uk-menu-transparent  .uk-navbar-nav>li>a:focus {
    color: #fff;
    outline: 0;
}

.uk-menu-transparent .uk-navbar-dropdown-nav>li>a {
    color: #efefef;
}


.uk-menu-transparent .uk-navbar-dropdown-nav>li {
    display: flex;
    justify-content: left;
    align-items: left;
    box-sizing: border-box;
    min-height: 20px;
    padding: 5px 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    text-decoration: none;
    background:#222222;
}

.uk-menu-transparent .uk-navbar-dropdown-nav>li:hover {
    color: #FFFFFF;
  background:#333333;
}

.uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt, .uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt:visited, .uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt:active, .uk-button-alt {
    text-transform: capitalize;
    color: #fff;
    padding: 0 10px;
    font-weight:bold;
    font-size:16px;
    min-width:100px;
    margin: 5px 10px;
 }

@media all and (max-width: 400px) {
.uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt, .uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt:visited, .uk-menu-transparent .uk-navbar-nav>li>a.uk-button-alt:active, .uk-button-alt {
    margin: 10px 15px 0 0;
}
}

.uk-offcanvas-bar { background:#222222;}
.uk-offcanvas-bar,.uk-offcanvas-bar h4,.uk-offcanvas-bar a {color:#ffffff;}
.uk-offcanvas-bar .uk-nav-default>li>a, .uk-offcanvas-bar .uk-nav-default>li>a:hover {color: #ffffff;}


.uk-offcanvas-bar .uk-nav-default>li>a:focus {color: #ffffff;}
.uk-offcanvas-bar .uk-nav-default>li>a  {
    color: rgba(255,255,255,.8);
}


ul.uk-nav-sub-off {
    padding: 5px 0 5px 0;
    border-bottom: 0;
}
ul.uk-list {
    margin-left: 0;
}


@media (min-width: 1200px) {
.no-grid { padding-left:0;}
}




/* PW TOGGLE ANIMATION */

.uk-open {
-webkit-transition: color .1s ease-in-out;
transition: color .1s ease-in-out;
}





/* OFF CANVAS */
.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-placeholder {
    margin: 0;
    padding: 15px 15px;
    background: 0 0;
    border: 1px solid #efefef;
}






/* LINKS */

.uk-light .uk-dark, .uk-light .uk-dark a {color:#555!important}
.uk-light .uk-icon-link {color: rgba(255,255,255,1.0);}

.uk-link:hover, a:hover {
    text-decoration: none;
}

.uk-light .underlined a, .uk-light a.underline   {
border-bottom:1px dotted rgba(250,250,250,0.4);
}
.uk-light .underlined a:hover {
border-bottom:1px dotted rgba(250,250,250,0.8);
}

.uk-text-muted{color:#666666!important}


.uk-link-blue a,  a.uk-link-blue, a.uk-link-blue:hover {
    text-decoration: underline;
    text-decoration-color: #0098fe;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.uk-link-blue a:hover {
    text-decoration: underline;
    text-decoration-color: #006ab2;
}


a.white, a.white:hover, a.white:visited, a.white:active {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}


.story .uk-light a, .story .uk-light a:visited, .story .uk-light a:hover, .story .uk-light a:active  {
    text-decoration: none;
    cursor: pointer;
    border-bottom:1px dotted rgba(250,250,250,0.5);
}




a.uk-link-reset, a.uk-link-reset:hover, a.uk-link-reset:visited, a.uk-link-reset:active {
    color: inherit!important;
    text-decoration: none!important;
    border-bottom:1px dotted #d3d3d3;
}

 .uk-link-reset-light, a.uk-link-reset-light:hover, a.uk-link-reset-light:visited, a.uk-link-reset-light:active, h2#navprimary a, h2#navprimary a:hover, h2#navprimary a:visited, h2#navprimary a:active {
    color: #ffffff;
    text-decoration: none!important;
    border-bottom:1px dotted #ececec;
}
a.uk-nounderline, a.uk-nounderline:hover, a.uk-nounderline:visited, a.uk-nounderline:active, h2#navprimary a, h2#navprimary a:hover, h2#navprimary a:visited, h2#navprimary a:active  {
    border-bottom:0;
}

.uk-active>a, .uk-parent>a {
    color: #fff;
}






/* MEDIA QUERIES */


@media all and (min-width: 991px) {
.uk-logo-icon-hidden {
display:none;
}

}


@media all and (max-width: 990px) {
.uk-logo-hidden {
display:none;
}

.uk-logo-icon-hidden {
display:inline-block;
width:60px;
height:60px;
}

}



@media all and (max-width: 800px) {
/* SIZES */


.uk-small {min-height:300px;}
.uk-medium {min-height:350px;}
.uk-large {min-height:400px;}



}

@media all and (max-width: 600px) {
.uk-author-img-small {
    width: 40px;
    height: 40px;
}



.uk-small {min-height:200px;}
.uk-medium {min-height:250px;}
.uk-large {min-height:300px;}


.uk-h1, h1 {
    font-size: 1.625rem;
}
.uk-h3, h3 {
    font-size: 1.25rem;
}


.uk-logo-hidden {
display:inline;
}

.uk-logo-icon-hidden {
display:none;
}

.uk-padding-logo-photo {
padding:130px 0 0 20px;
}

 


.uk-padding, .uk-padding-ml, .uk-padding-large { padding:20px;}

.uk-padding-logo-banner {
padding:40px 0 20px 20px;
}


.uk-logo-max-display {
width:100%;
max-width:280px;
}


.uk-thumbnail {
width:100%;
max-width:100px;
height:auto;
max-height:100px;
margin:5px;
}



a.mobile,  a.mobile:visited {
    display:block;
    border:1px solid #e8e8e8;
    padding:4px 5px;
}

a.mobile:hover, a.mobile:active {
}


.uk-position-center {
    max-width:70%;
}

}




@media (min-width: 640px) {
.uk-container {
padding-left: 10px; 
padding-right: 10px;  
}

}





@media all and (max-width: 360px) {

.uk-small {min-height:100px;}
.uk-medium {min-height:100px;}
.uk-large {min-height:150px;}


.uk-thumbnail {
width:100%;
max-width:80px;
height:auto;
max-height:80px;
margin:5px;
}

.uk-position-center {
    max-width:100%;
}

.uk-author-img-small {
    width: 40px;
    height: 40px;
}


}





/* ANIMATION */

.heartbeat:hover {
	-webkit-animation: heartbeat 1.5s ease-in-out both;
	        animation: heartbeat 1.5s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-9 14:53:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.gray {filter: grayscale(100%);	transition: 1s;} 
.sepia {filter: sepia(80%);	transition: 1s;}
.desaturate {filter: saturate(60%);	transition: 1s;}
.saturate {filter: saturate(160%);	transition: 1s;}
.opacity {filter: opacity(100%);	transition: 1s;}
.darken {filter: brightness(40%);	transition: 1s;}
.contrast {filter: contrast(160%);	transition: 1s;}
.blur {filter: blur(1px);	transition: 1s;}


.gray:hover {filter: grayscale(0%);} 
.sepia:hover {filter: sepia(0%);}
.desaturate:hover {filter: saturate(100%);}
.saturate:hover {filter: saturate(100%);}
.opacity:hover {filter: opacity(100%);}
.darken:hover {filter: brightness(100%);}
.contrast:hover {filter: contrast(100%);}
.blur:hover {filter: blur(0px);}

 .etsy {
background: #eb6d20;
color: #fff;
}
.facebook {
background: #3b5998;
color: #fff;
}
.flickr {
background: #0063dc;
color: #fff;
}
.instagram {
background: #8a3ab9;
color: #fff;
}
.linkedin {
background: #0072b1;
color: #fff;
}
.pinterest {
background: #c8232c;
color: #fff;
}
.reddit {
background: #FF4301;
color: #fff;
}
.soundcloud {
background: #f50;
color: #fff;
}
.tiktok {
background: #ff0050;
color: #fff;
}
.tripadvisor {
background: #00af87;
color: #fff;
}
.tumblr {
background: #34526f;
color: #fff;
}
.twitter {
background: #00acee;
color: #fff;
}
.vimeo {
background: #86c9ef;
color: #fff;
}
.whatsapp {
background: #34B7F1;
color: #fff;
}
.wordpress {
background: #21759b;
color: #fff;
}
.yelp {
background: #c41200;
color: #fff;
}
.youtube {
background: #c4302b;
color: #fff;
}
.uk-icon-button:hover {
    background-color: #222;
    color: #fff;
}


