html,body {
	font-family: 'Open Sans', sans-serif;	
}

h1,h2,h3,h4,h5,h6, .uk-article-title, .uk-panel-title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FE9833;
}

/* ==================================== Toolbar ==================================== */

.toolbar-wrapper {
   background: #ebebeb;
   border-bottom: 1px solid #99adc2;
}

.tm-toolbar {
   margin-top: 5px;
   margin-bottom: 5px;
}

.tm-toolbar p, .tm-toolbar a {
   color: #003366;
   font-weight: bold;
}

.tm-toolbar .phone:before {
   font-family: FontAwesome;
   content: "";
   padding-right: 5px;
}

.tm-toolbar .hours:before {
   font-family: FontAwesome;
   content: "";
   padding-right: 5px;
}

.tm-toolbar .hours {
   margin-left: 15px;
}

.tm-toolbar .visit:before {
   font-family: FontAwesome;
   content: "";
   padding-right: 5px;
}

.tm-toolbar .visit {
   margin-left: 15px;
}

/* ==================================== Logo ==================================== */

.tm-headerbar {
   text-align: center;
   margin: 30px 0;
}

.tm-headerbar .tm-logo {
   float: none;
}

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

.uk-navbar {
   background: none;
}

.uk-navbar-nav > li > a {
   text-transform: uppercase;
   color: #003366;
   font-family: 'Yanone Kaffeesatz', sans-serif;
   font-weight: 400;
   font-size: 22px;
   display: inline-block;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background: rgba(235, 235, 235, 0.4);
  color: #013567;
  outline: medium none;
}

.uk-navbar-nav > li.uk-active:hover > a, .uk-navbar-nav > li.uk-active > a:focus, .uk-navbar-nav > li.uk-active.uk-open > a {
  background: rgba(235, 235, 235, 0.4);	
}

.uk-navbar-nav > li.uk-active > a {
   background: none;
   color: #003366;
}

.uk-navbar-nav > li > a:after {
  border-bottom: 3px solid #fe9833;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleX(0.0001);
  transition: transform 250ms ease-in-out 0s;
}

.uk-navbar-nav > li > a:hover:after {
  transform: scaleX(1);
}

.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar > div {
	position: relative;
	padding-top: 15px;
}

.uk-navbar-nav > li.uk-parent > .uk-dropdown-navbar > div:before {
  border-top: 3px solid #fe9833;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0.0001);
  transition: transform 250ms ease-in-out 0s;
}

.uk-navbar-nav > li.uk-parent.uk-open > .uk-dropdown-navbar > div:before {
  transform: scaleX(1);
}

.uk-navbar-nav > li > a.get-a-quote {
   background: #fe9833;
   color: #fff;
}

.uk-navbar-nav > li > a.get-a-quote:hover {
   background: #fe9833;
   color: #fff;	
}

.uk-dropdown-navbar {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding-top: 0;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background: #fe9833 none repeat scroll 0 0;
  color: #ffffff;
  outline: medium none;
}

.uk-offcanvas {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
}

.uk-offcanvas-bar {
  background: #ebebeb none repeat scroll 0 0;
}

.uk-offcanvas-bar .uk-panel {
  background: #fff none repeat scroll 0 0;
  color: #002e5b;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
}

.uk-offcanvas-bar .uk-panel:nth-child(n+2) {
  padding: 0 15px 20px;
}

.uk-nav.uk-nav-offcanvas {
  padding: 15px 0;
}

.uk-offcanvas .uk-panel a:not([class]) {
  color: #fe9833;
}

.uk-nav-offcanvas > li > a {
   text-transform: uppercase;
   color: #003366;
   font-family: 'Yanone Kaffeesatz', sans-serif;
   font-weight: 400;
   font-size: 22px;
   padding: 10px 15px;
}

.uk-nav-offcanvas ul a {
  color: #444;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #fe9833 none repeat scroll 0 0;
  color: #ffffff;
}

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

.uk-navbar-nav {
   -ms-flex-wrap:wrap;
   -webkit-flex-wrap:wrap;
   display:-ms-flexbox;
   display:-webkit-box;
   display:-webkit-flex;
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   width: 100%;
}

.uk-navbar-nav > li > a {
   -ms-flex-align:center;
   -ms-flex-pack:center;
   -webkit-align-items:center;
   -webkit-box-align:center;
   -webkit-box-pack:center;
   -webkit-justify-content:center;
   align-items:center;
   display:-ms-flexbox;
   display:-webkit-box;
   display:-webkit-flex;
   display:flex;
   justify-content:center;
   text-decoration:none;
}

.uk-navbar-nav > li {
   -ms-flex:1 1 auto;
   -webkit-box-flex:1;
   -webkit-flex:1 1 auto;
   flex:1 1 auto;
   position:relative;
}

/* ==================================== Home Callouts ==================================== */

.home .tm-top-b .uk-panel h3, 
.home .tm-top-b .uk-panel a, 
.home .tm-top-c .uk-panel h3, 
.home .tm-top-c .uk-panel a {
   text-align: center;
   color: #003366;
   text-transform: uppercase;
}

.home .tm-top-b .uk-panel h3, 
.home .tm-top-c .uk-panel h3 {
   padding-bottom: 10px;
   border-bottom: 3px solid #fe9833;
}

.home .tm-top-b .uk-panel img, 
.home .tm-top-c .uk-panel img {
   width: 100%;
}

.home .tm-top-b .uk-panel:hover img,
.home .tm-top-c .uk-panel:hover img {
  opacity: 0.6;
}

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

.home .tm-content {
   display: none;
}

.content-wrapper .uk-panel {
   background: none;
   padding: 0;
}

.offpage .content-wrapper {
  margin-bottom: 35px;
  min-height: 400px;
}

.furniture-wrapper {
   padding-bottom: 35px;
}

.embed-container { 
   position: relative; 
   padding-bottom: 56.25%; 
   height: 0; overflow: 
   hidden; max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
}

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

.footer-wrapper {
   background: #ebebeb;
   border-top: 1px solid #99adc2;
}

.tm-footer .uk-panel:first-child {
   text-align: left;
}

.tm-footer .uk-panel:first-child a:after {
   font-family: FontAwesome;
   content: "";
   color: #003366;
   padding-left: 5px;
}

.tm-footer .uk-panel:last-child {
   text-align: right;
}

.tm-footer .uk-grid > div:last-child img {
  max-width: 300px;
}

.tm-footer .uk-grid > div:first-child h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.tm-footer .uk-grid > div:first-child p:nth-child(2) {
  margin-top: 5px;
}

.tm-footer h4, .tm-footer p, .tm-footer em {
   color: #003366;
}

.copyright {
   text-align: left;
   color: #003366;
   margin-top: 10px;
   float: left;
}

/********* SITE BY TG ******/
#credits {width:100%; margin:0 auto;}
#siteby {float:right;}
#siteby .sitebyTG {width:94px; height:72px; background:url("../../../../../images/footerbadgesprite.png") no-repeat 0 0 transparent; display:block; position:relative;}
#siteby .sitebyTG:hover {background:url("../../../../../images/footerbadgesprite.png") no-repeat 0 -73px transparent;}

@media (min-width: 1220px) {
   .offpage .content-wrapper {
      margin-bottom: 35px;
   }
}

@media (max-width: 960px) {
   .tm-navbar {
      margin: 0;
   }
  body > .uk-container.uk-container-center {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
  }
}

@media (min-width: 767px) {
   .tm-footer .uk-panel + .uk-panel {
      margin-top: 0;
   }
}

@media (max-width: 767px) {
   .tm-footer .uk-panel + .uk-panel {
      text-align: left;
   }
  .furniture-image.uk-width-medium-1-4 {
      margin-bottom: 15px;
      text-align: center;
  }
  .furniture-details.uk-width-medium-3-4 {
      margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .uk-article img {
    float: none;
    margin: 0;
  }  
}