/* ===================================== HTML/Body/Typography ===================================== */

html, body {
   background-color: #ebebeb;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   line-height: 22px;
}

h1,h2,h3,h4,h5,h6, #yoo-zoo .items h1.pos-title a, #yoo-zoo .details h1.title {
   font-family: 'PT Sans', sans-serif;
   color: #0558a7;
}

#yoo-zoo .details h1.title, #yoo-zoo .items h1.pos-title a, #yoo-zoo .items h1.pos-title {
   font-size: 36px;
   font-weight: 300;
   line-height: 42px;
   text-transform: none; 
   letter-spacing: normal; 
}

#yoo-zoo .items h1.pos-title {
   font-family: 'PT Sans', sans-serif;
   color: #0558a7;  
}

em {
   color: #444;
}

/* ===================================== Header ===================================== */

.tm-headerbar {
   margin: 0 auto;
   position: relative;
}

.tm-headerbar .uk-grid {
   margin-left: 0;
}

.tm-logo {
   padding-left: 0;
}

.tm-toolbar {
   margin: 0 auto;
}

.social-media {
   margin-top: 7px !important;
}

.uk-panel.social-media a {
  display: inline-block;
  margin-left: 7px;
}

.tm-toolbar .uk-float-right {
  margin-top: -15px;
}

.tm-toolbar .uk-float-right .uk-panel {
       margin: 0 0 0 10px;
}

input.uk-search-field {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 6px;
  padding: 0 30px 0 10px;
  width: 250px !important;
}

.uk-search {
   padding: 7px 9px 9px;
   background-color: #0558a7;
   border-radius: 0 0 10px 10px;
   cursor: pointer;
}

input.uk-search-field:focus {
   background: #FFF;
}

.uk-search:before {
   display: none;
}

.uk-search:after {
   content: "\f002";
   position: absolute;
   top: 7px;
   right: 7px;
   width: 40px;
   line-height: 30px;
   text-align: center;
   font-family: FontAwesome;
   font-size: 14px;
   color: #fff;
   background-color: grey;
   border-radius: 0 6px 6px 0;
}

.tm-logo-small {
  display: inline-block;
  width: 100%;
}

/* ===================================== Nav ===================================== */

.nav-wrapper {
  background-color: #fff;
  border-top: 3px solid #0558a7;
  padding: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.tm-headerbar .tm-navbar {
   position: absolute;
   right: 0;
   bottom: -15px;
}

.tm-navbar {
   margin: 0 auto;
}

.uk-navbar-nav {
   float: right;
}


.uk-navbar-nav > li > a {
   text-transform: lowercase;
   background: none !important;
   color: #0558a7;
   font-weight: bold;
}

.uk-navbar {
   background: none;
}

.mobile-nav-wrapper {
   background-color: #0558a7;
}

.uk-navbar-toggle {
   color: #fff;
}

.uk-dropdown-navbar {
   background-color: #0558a7;  
}

.uk-nav-navbar > li > a {
  color: #fff;
  text-transform: lowercase;
  font-weight: bold;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
   color: #0558a7; 
   background: #ffde00;  
}

.uk-dropdown .uk-parent {
  position: relative;
}

.uk-nav-navbar > li.uk-parent > a:after, .uk-nav-navbar > li.uk-parent.uk-nav-header:after {
  position: absolute;
  right: 10px;
  content: "";
  font-family: FontAwesome;
}

.tm-navbar > .uk-navbar-nav > li > .uk-dropdown-navbar ul {
    padding-left: 0;
}

.uk-dropdown .uk-nav-sub {
  display: none;
  position: absolute;
  left: 100%;
  width: 200px;
  top: 0;
  background: #ffde00;
  color: #0558a7; 
  float: none;
  text-align: left;
  padding: 15px 0;
  border-left: 1px solid #c2c2c2;
}

.uk-dropdown.uk-dropdown-navbar li:hover .uk-nav-sub {
   display: block;
} 

.uk-nav-sub > li > a {
  padding: 5px 20px !important;
  color: #0558a7; 
  display: block;
  text-transform: lowercase;
  font-weight: bold;
}

.uk-nav-sub > li > a:hover, .uk-nav-sub > li > a:focus {
  background: #0558a7; 
  color: #ffffff;
  outline: medium none;
}

.uk-nav-side > li > a {
  color: #0558a7;
  font-size: 16px;
  font-weight: bold;
  text-transform: lowercase;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
  background: #0558a7;
  color: #FFF;
}

.uk-nav-side > li.uk-active > a {
  background: #ffde00;
  color: #0558a7;
}

.uk-offcanvas-bar {
  background: #FFF;
}

.uk-nav-offcanvas > li > a {
  font-size: 20px;
  text-transform: lowercase;
  color: #0558a7;
  font-weight: bold;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #0558a7;
  color: #ffffff;
}

.uk-offcanvas .uk-nav-sub ul {
  padding-left: 30px;
}

.uk-offcanvas .uk-nav-sub ul li a {
  text-transform: lowercase;
  color: #363636;
}

.uk-offcanvas .uk-panel {
  text-align: center;
}

.uk-offcanvas .uk-panel:nth-child(2) a img {
  margin: 0 5px;
}

/* ===================================== Banner ===================================== */

.home .home-banner-wrapper {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.tm-top-a.uk-grid {
   margin: 20px 0 20px 0;
}

.home .tm-top-a.uk-grid {
   margin: 30px 0 0 0;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
   position: relative;
   z-index: 10;
}

.tm-top-a .uk-width-1-1 {
   padding-left: 0;
}

.tm-top-a .uk-panel {
   padding: 0;
   background: none;
}

.smart-slider-canvas img {
   border-radius: 10px !important;
}

/* ===================================== Content ===================================== */

body > .uk-container.uk-container-center {
  min-height: 635px;
  padding-bottom: 35px;
}

.uk-panel-box {
   background: #fff;
   border-radius: 10px;
}

.home .tm-middle.uk-grid {
   margin: 0 auto;
}

.offpage .tm-main {
   padding-top: 35px;
}

.tm-middle .uk-width-1-1 {
   padding-left: 0;
}

.home .tm-bottom-a.uk-grid {
   margin-left: -20px;
}

.tm-bottom-a.uk-grid {
   margin-top: 30px;
   margin-bottom: 30px;
   position: relative;
   z-index: 9;
}

.tm-main-bottom > .uk-width-1-1 {
  padding-left: 20px;
}

.tm-bottom-a .uk-panel.uk-panel-box {
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.tm-bottom-a .uk-width-1-1 {
   padding-left: 20px;
}

.home .tm-bottom-a .uk-panel .uk-panel-title, .tm-bottom-b .uk-panel .uk-panel-title, .events-main .tm-bottom-a .uk-panel .uk-panel-title, .events-main .tm-main-bottom .uk-panel .uk-panel-title {
  background-color: #0558a7;
  background-image: url("/images/page-content/header-bg.png");
  background-repeat: no-repeat;
  border-radius: 12px;
  color: #fff;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  padding-left: 90px;
}

.tm-bottom-a .uk-panel p a, .tm-main-bottom .uk-panel p a {
   float: right;
   color: #0558a7;
   font-weight: bold;
   position: absolute;
   right: 20px;
   bottom: 20px;
}

.tm-bottom-a .uk-panel p a:before, .tm-main-bottom .uk-panel p a:before {
   font-family: FontAwesome;
   content: "";
   color: #ffde00;
   padding-right: 10px;
}

.home .tm-main {
   margin: 0 auto;
}

.tm-top-b.uk-grid {
   margin-left: -20px;
}

.tm-top-b .uk-width-1-1 {
   padding-left: 20px;
}

.tm-top-b .uk-panel.uk-panel-box a {
  color: #FFF;
}

.home .top-b-wrapper {
   background-color: #0558a7;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   margin-top: -20px;
}

.home .top-b-wrapper .uk-panel.uk-panel-box {
   background: none;
   padding-top: 40px;
}

.home .tm-top-b .uk-panel {
   color: #fff;
}

.home .tm-top-b .uk-panel h3 {
   color: #ffde00;
   margin-bottom: 10px;
}

.home .tm-top-b .uk-panel p {
   margin-top: 10px;
}

.home .tm-top-b .uk-panel img {
   padding-right: 10px;
}

.wk-accordion-default .toggler {
  background-color: #0558a7;
  background-image: url("/images/page-content/header-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: medium none;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  padding-left: 65px;
  text-shadow: none;
}

#columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.uk-article img[style="float: left;"] {
  margin-bottom: 15px;
  margin-right: 15px;
}

.uk-article img[style="float: right;"] {
  margin-bottom: 15px;
  margin-left: 15px;
}

#instafeed img {
  width: 170px;
  margin: 5px;
}

.gallery .uk-panel.uk-panel-box {
   background: none;
}

.gallery h3.uk-panel-title {
   font-family: 'PT Sans', sans-serif;
   color: #0558a7;
   font-size: 24px;
   line-height: 30px;
}

.gallery .tm-bottom-a .uk-panel.uk-panel-box {
   box-shadow: none;
}

.yoo-zoo.socialbuttons > div {
   display: inline-block;
   float: none;
   margin-right: 10px;
   vertical-align: top;
}

.yoo-zoo.socialbuttons.clearfix {
   text-align: center;
}

/* ===================================== Form ============================================ */
.fsboxshadow .fsBody .fsForm {
  background-color: #fff;
}

.fsForm .fsLabel {
  margin-bottom: 10px;
}

#field63864134 {
  pointer-events: none;
  background-color: transparent;
  margin-bottom: 0;
}

.fsSubmit input.fsSubmitButton {
  background-color: #0558a7;
  color: #fff;
}

/* ===================================== JooCommerce ===================================== */

/*
.pull-left {
  border: 1px solid #c7c7c7;
  margin-bottom: 15px;
  height: 176px;
  overflow: hidden;
  background-color: #fff;
}

.media.well {
  padding-bottom: 85px !important;
  background: none;
  padding-left: 0 !important;
}

.g-grid .uk-width-medium-1-4 {
  position: relative;
}

.joocommerce__read-more {
  background: #0558a7 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 40px;
  color: #fff;
  left: 35px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: calc(100% - 75px);
}

.media-object.img-polaroid {
  border: medium none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.joocommerce-container > .row > div > a:nth-child(n+2) {
  display: inline-block;
  float: left;
  height: 70px;
  overflow: hidden;
  margin: 1%;
  text-align: center;
  width: 23%;
  border: 1px solid #c7c7c7;
}

.joocommerce-container > .row > div > a:nth-child(n+2) > img {
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.joocommerce-container > .row > div > .clearfix {
  display: none;
}
*/

/* ===================================== eShop ===================================== */

#productTab.nav.nav-tabs {
  display: none;
}

.tab-content {
  border: medium none !important;
  padding: 0 !important;
}

.product-cart .btn.btn-primary {
  vertical-align: super;
}

.product-info .product-desc {
  border: medium none;
}

.product-desc address {
  margin-bottom: 0;
}

.product-info .product-price {
  border: medium none;
}

#product-price h2 {
  margin-bottom: 0;
}

.info_block h5 a {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 10px;
}

.info_block .product_desc {
  margin: 0;
}

.content_price > p {
  margin: 0;
}

.ajax_block_product {
  margin-bottom: 30px;
}

.product-options > h2 {
  font-size: 18px;
  color: #444;
  margin-bottom: 0;
}

/* ===================================== Zoo ===================================== */

.yoo-zoo .pos-media.media-left > img {
  margin-bottom: 15px;
  width: 100%;
}

.yoo-zoo .teaser-item {
  padding: 25px 10px !important;
  text-align: center;
}

#yoo-zoo .items div.teaser-item {
  overflow: hidden;
  padding: 0 10px;
}

/* Clear Zoo Borders*/
#yoo-zoo div.box-b3 {  
    border-bottom: medium none;
    background: none repeat scroll 0 0 transparent;   
}  
#yoo-zoo div.box-b1 {  
    background: none repeat scroll 0 0 transparent;  
}  
#yoo-zoo div.box-1 {  
    border-left: medium none;  
    border-right: medium none;
    background: none repeat scroll 0 0 transparent;   
}  
#yoo-zoo div.box-t1 {  
    background: none repeat scroll 0 0 transparent;  
}  
#yoo-zoo div.box-t3 {  
    border-top: medium none;
    background: none repeat scroll 0 0 transparent;   
}  

#yoo-zoo div.box-t2 {  
    background: none repeat scroll 0 0 transparent;  
}  
#yoo-zoo div.box-b2 {  
    background: none repeat scroll 0 0 transparent;  
}
#yoo-zoo div.box-1 div.row {
  border-top: none;
  border-bottom: 1px solid #c7c7c7;  
}
#yoo-zoo div.box-1 div.row:last-child {
  border-bottom: none;
}

/* ===================================== Sidebar ===================================== */

aside {
  margin-top: 35px !important;
}

/* ===================================== Footer ===================================== */

.footer-wrapper {
   background-color: #0558a7;
   box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15);
}

.footer-wrapper .uk-container.uk-container-center {
   padding: 35px;
}

.tm-footer {
   margin: 0 auto;
   color: #fff;
}

.copyright {
   float: left;
}

#credits {width:100%; margin:0 auto;}
#siteby {float:right;}
#siteby p {margin: 0 auto;}
#siteby .sitebyTG {width:92px; height:72px; background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 0 transparent; display:block; position:relative;}
#siteby .sitebyTG:hover {background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 -73px transparent;}

@media (max-width: 1220px) {
  .uk-navbar-nav > li > a {
    font-size: 14px;
    padding: 0 10px;
  }  
  .joocommerce__read-more {
    left: 25px;
    width: calc(100% - 75px);
  }
}

@media (max-width: 960px) {
   .nav-wrapper {
      border-top: none;
      padding: 0;
   }
}

@media (max-width: 900px) {
  .tm-bottom-a .uk-width-1-1.uk-width-medium-1-3 {
    width: 100%;
    margin-top: 35px;
  }  
  .tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:first-child {
    margin-top: 0;
  }
  .home .tm-top-b .uk-panel img {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .tm-top-b .uk-panel h3 {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .home .top-b-wrapper .tm-top-b .uk-panel.uk-panel-box {
    padding-top: 0;
  }
  .home .top-b-wrapper .tm-top-b > div:first-child .uk-panel.uk-panel-box {
    padding-top: 40px;
  }
  .smart-slider-layer p {
    display: none !important;
  }
  .pull-left {
    height: auto;
  }
  .joocommerce-container > .row > div > a:nth-child(n+2) {
    height: auto;
  }
  .joocommerce-container > .row > div > a:nth-child(n+2) {
    height: auto;
    width: 46%;
  }
  .home .tm-top-b .uk-panel img {
    width: auto;
  }
  #login {
    display: inline-block;
    margin-top: 25px !important;
  }
}

@media (max-width: 400px) {
  .joocommerce-container > .row > div > a:nth-child(n+2) {
    height: auto;
    width: 23%;
  }
}
