/*  ORDER

1.   Fixit - debugger
2.   Font pairings
3.   Max width or height
4.   Logo displays
4.   Content Block Items
5.   Colors
6.   Buttons, alerts, links
7.   Data tables
8.   Sidebar navigation
9.   General Text Adjustments, basic bulleted list
10.  PW - Images
11.  PW - toggle animation
12.  Off-canvas
13.  Lists with comma, separators, related
14.  Specific media queries
15.  Comments Section
16.  Social Media

*/




/* SIZES */

 
.uk-height-mini  {min-height:60px;}
.uk-height-very-small  {min-height:150px;}
.uk-height-smaller {min-height:300px;}

@media (min-width: 600px) {
.uk-height-mediumish {min-height:450px;}
.uk-height-larger {min-height:600px;}
.uk-height-huge {min-height:800px;}
.uk-height-viewport {min-height:1000px;}
 

}
 

@media (max-width: 600px) {
.uk-height-mediumish {min-height:200px;}
.uk-height-larger {min-height:200px;}
.uk-height-huge {min-height:200px;}

.uk-section {
    padding-top: 10px;
    padding-bottom: 10px;
}


}
 

.uk-section {
    width:100%;
    margin:0 auto;
}


 

@media (min-width: 600px) {
.uk-section {padding:0;}
.uk-padding-large { padding: 80px; }
.uk-padding-small {padding:10px;}
.uk-padding {padding:20px;}
.uk-padding-medium {padding:15px;}
.uk-padding-ml {padding:40px;}


}



 
/* FIX IT */

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

.uk-image-small {
    width:100%;
    max-width:140px;
}

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

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

.uk-shade {
    background-color:#F0F3F5;
    padding:10px;
}

.uk-accordion-title {
    display: block;
    font-size: 1.0rem;
    line-height: 1.4;
    overflow: hidden;
    font-weight:700;
}


.uk-subnav>* {
    flex: none;
    padding-left: 10px;
    position: relative;
}


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

.subbullets>li::before {
    content: "▸ ";
    }


.uk-list-sub>li {
    position: relative;
    padding-left: calc(1.5em + 5px);
}


/* TEST ALT MENUS */


.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: 25px;
    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: 25px;
    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: 50px;
    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;
}

.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: 25px;
    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-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;}


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


/* TEST ALT MENUS */






/* 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);
}



.noshade { background-color:rgba(0,0,0,0); padding:15px;border-radius:20px;}
.darkshade { background-color:rgba(0,0,0,0.3); padding:15px;border-radius:20px;}
.lightshade { background-color:rgba(250,250,250,0.3); padding:15px;border-radius:20px;}

.uk-banner {
    width: 100%;
    height: auto;
}


/* CAMPAIGNS */




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

.uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
}

em strong, strong em {
    font-weight:600;
    font-weight:700;
    font-style:italic;
}


 
button.uk-button:hover {
box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 600px) {
.uk-padding { padding:30px;}
}

.capitalize, ul.capitalize li a {
text-transform: capitalize;
}

.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-light .uk-dark, .uk-light .uk-dark a {color:#555!important}
.uk-light .uk-icon-link {color: rgba(255,255,255,1.0);}
.uk-navbar-nav>li>a {color: #222;}

.uk-alert-events {
   max-width:800px;
   padding:10px;
   margin:0;
}

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

.uk-event-photo {
    width: 100%;
    max-width: 480px;
    height: auto;
    clear: both;
}

.uk-photo-people {
    width:100%;
    max-width:160px;
    height:auto;
    margin-top:30px;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: #222;
    outline: 0;
}


.uk-sidebar-left {
    display:inline-block;
    margin: 0px 30px 15px 0%;
    width: 180px;
    float: left;
}

.uk-sidebar-right {
    display:inline-block;
    padding: 0px 0% 15px 30px;
    width: 180px;
    float: right;
}


.uk-sidebar-header {
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 0px;
    border-bottom: 4px solid #ccc;
    display: inline;
}


@media all and (max-width: 800px) {
.uk-sidebar-left {
    margin: 0px 30px 15px 2%;
    width: 180px;
    float: left;
}

.uk-sidebar-right {
    margin: 0px 2% 15px 30px;
    width: 180px;
    float: right;
}
}

@media all and (max-width: 600px) {
.uk-sidebar-left,.uk-sidebar-right {
    margin: 2% 2% 5%;
    width: 98%;
    float: none;
    border-bottom: 2px solid #e8e8e8;

}

.uk-sidebar-header {
    display: block;
}



.uk-h1, h1 {
    font-size: 1.425rem;
}
.uk-h3, h3 {
    font-size: 1.15rem;
}


}



p.uk-sidebar-text {
    margin-top: 20px;
}

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

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

.paginate_button {padding:0 8px;}



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

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


.uk-button {
    font-family:sans-serif;

}

.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: 70px;
    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-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,.8);
}


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



 
/* BASIC FONTS */






/* GENERAL */

html, body {
font-weight:400;
}

/* mind the gap on mixitup results */

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


.uk-padding-small {padding:10px;}
.uk-padding-jumbo {padding:80px;}
.uk-padding-hero {padding:150px;}
.uk-padding-25 {padding:20%;}


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


 

p.dropcap:first-letter {
    font-size: 6.5em;
    float: left;
    margin-right:8px;
    margin-top: 30px;
    margin-bottom: 40px;
}





/* 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;
  }
}


/* Products */

.uk-price::before {
    content: "$";
    font-size: 15px;
    padding-right: 1px;
    }

.uk-button-buy {
    width:100%;
    max-width:95px;
    float:right;
    margin: 5px 0;
}

.uk-button-buy-large {
    width:100%;
    max-width:160px;
    float:right;
    margin: 5px 0;
}

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


/* SET A MAX WIDTH OR HEIGHT - - - - - - - - -  - - - - - - - - - - - - -  */

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


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

.uk-strip {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-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;
}


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

.uk-container {
    box-sizing: content-box;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.uk-width-masonry {
    width:90%;
    max-width:1000px;
    margin:0 auto;
}

.uk-width-readable-wide {
    width:90%;
    max-width:980px;
    margin:0 auto;
}

.uk-width-readable {
    width:90%;
    max-width:840px;
    margin:0 auto;
}

.uk-width-readable-narrow {
    width:90%;
    max-width:640px;
    margin:0 auto;
}


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

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


}



/* LOGO */



@media all and (max-width: 760px) {
.uk-logo-word {
border:0;
font-weight:600;
margin:15px 0 0 0;
padding:0;
}

}


.logo-ph {
width:40px;
height:60px;
margin:30px 0 0 40px;
border:1px solid #ff6600;
}


.uk-logo-large {
width:100%;
max-width:320px;
}

.uk-logo-medium {
width:100%;
max-width:400px;
}

.uk-logo-small {
width:100%;
max-width:200px;
}



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


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


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

}


.logo-navbar {
    width: 100%;
    max-width:100px;
    height: auto;
    display: inline-block;
    font-size: 0;
    padding-top: 0;
}

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




/* CONTENT BLOCKS - - - - - - - - -  - - - - - - - - - - - - -  */


/* 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.05);}



/* COLORS & EXCEPTIONS- - - - - - - - -  - - - - - - - - - - - - -  */

body, html {
color:#444444;
}

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


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

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



/* 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-background-shaded {
    background: rgba(216,55,53,0.7);
    border-radius: 25px;
}

/* BUTTONS */



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);
}





/* 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;}


/* UIKIT TWEAKS */

/*  GENERAL TEXT ADJUSTMENTS  */

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;
}




.lowercase {text-transform:lowercase;}
.caps {text-transform:uppercase;}
.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.bullets li::before {
    content: "»";
    font-size: 14px;
    padding-right: 5px;
    margin-left:-20px;
    float:left;
    }


p, ul.bullets, ul.uk-bullets  {
font-size: .94em;
margin: 0 0 20px;
}


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

.uk-spaced li {
    margin-bottom: 20px;
    }


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



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

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




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



/* 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;}



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

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






/* 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;
}






/* 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;}




/* ANCHORS */


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

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";
}

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



/* OL */




/* 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: 600px) {

 

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

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

.uk-padding-logo-photo {
padding:130px 0 0 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:120px;
height:auto;
max-height:120px;
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%;
}


.uk-small {min-height:200px;}


}

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

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

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


}



.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: #efefef;
	padding-left: 3px;
	padding-right: 3px;
}




/* 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;
}
}






/* instagram */



 .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: 15px;
    line-height: 25px;
    border-left: 6px solid #efefef;
    margin: 50px 15px 15px 0;
    padding: 0 10px 10px 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;
}


.uk-list-divider>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f7f8f4;
}


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;
}


/* bookstore */

.pp {
    width: 100%;
}
.item {
    display: block;
    width: 100%;
    clear: both;
    margin:40px 0;
    padding:0 0 10px 0;
    border-bottom:0 solid #f7f7f7;
}
.product {
    text-align: left;
    width: 80%;
    float: left;
    font-weight: 600;
	font-size: 0.800em;
}

.product .price {
    text-align: right;
    width: 80px;
    float: right;
}


.addtocart {
    float: right;
}

.uk-product-shot {
    width:100%;
    max-width:300px;
}


.uk-button-cart {
    padding: 6px 10px;
    font-weight:bold;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff;
    text-align:center;
    background-color: #009cde;
    border:0;
}

a.uk-button-cart:hover {
    color: #ffffff;
    background-color:#0070ba;
    border:0;
}



@media all and (max-width: 600px) {
    
.item {
    display: block;
    width: 100%;
    clear: both;
    min-height:30px;
    margin:0 0 10px 0;
    padding: 0;
    border-bottom:0;
}

.product {
    text-align: left;
    width: 100%;
    font-weight: 700;
    font-size:14px;
}

.product .price {
    text-align: right;
    width: 80px;
    float: right;
}

.addtocart {
    float: none;
    clear:both;
    margin-bottom:15px;
}

}


