.oxarcgreen {
	color: #1a5632;
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */

@font-face {
  font-family: 'FuturaBook';
  src: url('font_FuturaStd_Book.eot');
  src: url('font_FuturaStd_Book.eot?#iefix') format('embedded-opentype'), url('font_FuturaStd_Book.woff2') format('woff2'), url('font_FuturaStd_Book.woff') format('woff'), url('font_FuturaStd_Book.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaExtraBold';
  src: url('font_FuturaStd_ExtraBold.eot');
  src: url('font_FuturaStd_ExtraBold.eot?#iefix') format('embedded-opentype'), url('font_FuturaStd_ExtraBold.woff2') format('woff2'), url('font_FuturaStd_ExtraBold.woff') format('woff'), url('font_FuturaStd_ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaBookBold';
  src: url('font_futura-book-bold.eot');
  src: url('font_futura-book-bold.eot?#iefix') format('embedded-opentype'), url('font_futura-book-bold.woff') format('woff'), url('font_futura-book-bold.ttf') format('truetype');
}
@media (max-width: 400px) {
	BODY
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_green_lines_400.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 768px) {
	BODY
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_green_lines_768.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 960px) {
	BODY
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_green_lines_960.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 1700px) {
	BODY
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_green_lines_1700.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
@media (min-width: 1700px) {
	BODY
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_green_lines_2000.jpg);
		background-repeat: repeat-x;
	}
}

.uk-navbar-search {
	color: #1a5632;
	font-size: 28px;
	height: 38px;
	line-height: 38px;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;

  position: absolute;
  right: 38px;
  top: 5px;
}
.uk-active .uk-navbar-search {
	color: #FFFFFF;
}
.uk-navbar-phone {
	color: #1a5632;
	font-size: 28px;
	height: 38px;
	line-height: 38px;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;

  position: absolute;
  right: 76px;
  top: 5px;
}
.uk-active .uk-navbar-phone {
	color: #FFFFFF;
}

.header_phone_number {
	font-family: "FuturaBookBold";
	font-weight: 900;
	font-size: 42px;
	letter-spacing: -2px;
	line-height: 65px;
	color: #FFFFFF;
	text-shadow: 3px 3px 0 #00a651;
}
.header_phone_number A, .header_phone_number A:link, .header_phone_number A:hover, .header_phone_number A:active, .header_phone_number A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.header_phone_number::before {
	content: "\f111";
	font-family: "fontAwesome";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 65px;
	vertical-align: top;
	padding: 0px 40px 0px 40px;
}
.header_single_source {
	font-family: "FuturaBook";
	font-style: italic;
	font-size: 35px;
	letter-spacing: -2px;
	line-height: 65px;
	color: #FFFFFF;
	text-shadow: 3px 3px 0 #00a651;
}
@media (max-width: 1224px) {
	.header_phone_number {
		font-size: 38px;
		line-height: 59px;
	}
	.header_phone_number::before {
		font-size: 18px;
		line-height: 59px;
		padding: 0px 30px 0px 30px;
	}
	.header_single_source {
		font-size: 32px;
		line-height: 59px;
	}
}
@media (max-width: 1090px) {
	.header_phone_number {
		font-size: 34px;
		line-height: 53px;
	}
	.header_phone_number::before {
		font-size: 16px;
		line-height: 53px;
		padding: 0px 26px 0px 26px;
	}
	.header_single_source {
		font-size: 29px;
		line-height: 53px;
	}
}
@media (max-width: 975px) {
	.header_phone_number {
		font-size: 30px;
		line-height: 48px;
	}
	.header_phone_number::before {
		font-size: 14px;
		line-height: 48px;
		padding: 0px 20px 0px 20px;
	}
	.header_single_source {
		font-size: 26px;
		line-height: 48px;
	}
}
@media (max-width: 853px) {
	.header_phone_number {
		font-size: 27px;
		line-height: 43px;
		text-shadow: 2px 2px 0 #00a651;
	}
	.header_phone_number::before {
		font-size: 12px;
		line-height: 43px;
		padding: 0px 14px 0px 14px;
	}
	.header_single_source {
		font-size: 23px;
		line-height: 43px;
		text-shadow: 2px 2px 0 #00a651;
	}
}
@media (min-width: 1225px) {
	.header_phone_number {
		font-size: 42px;
		line-height: 65px;
	}
	.header_phone_number::before {
		font-size: 20px;
		line-height: 65px;
		padding: 0px 40px 0px 40px;
	}
	.header_single_source {
		font-size: 35px;
		line-height: 65px;
	}
}
.header_form
{
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.header_form input[type="submit"] {
  background-color: #00a651;
  font-family: 'FuturaBook';
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 1.0);
  font-size: 16px;
  padding: 4px;
  margin: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0px;
}
.header_form input[type="text"] {
  background-color: #FFFFFF;
  border-radius: 0px;
  font-family: 'FuturaBook';
  color: #00a651;
  border: 1px solid rgba(0, 166, 81, 1.0);
  font-size: 16px;
  padding: 4px;
  margin: 0px;
}

.header_form_mobile_container
{
	display: none;
	position: absolute;
	right: 0px;
	top: 40px;
}
.header_form_mobile input[type="submit"], .header_form_mobile input[type="button"] {
  background-color: #00a651;
  font-family: 'FuturaBook';
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 1.0);
  font-size: 14px;
  padding: 2px;
  margin: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0px;
}
.header_form_mobile input[type="text"] {
  background-color: #FFFFFF;
  border-radius: 0px;
  font-family: 'FuturaBook';
  color: #00a651;
  border: 1px solid rgba(0, 166, 81, 1.0);
  font-size: 14px;
  padding: 2px;
  margin: 0px;
}


/***** PAGE TITLES *****/
H1.page_title
{
	font-family: 'FuturaBookBold';
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #ebbf3d;
}
H1.page_title_alt
{
	font-family: 'FuturaBookBold';
	color: #1a5632;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #ebbf3d;
}
@media (max-width: 1700px) {
	H1.page_title
	{
		font-size: 47px;
		line-height: 57px;
	}
}
@media (max-width: 960px) {
	H1.page_title
	{
		font-size: 37px;
		line-height: 47px;
	}
}
@media (max-width: 768px) {
	H1.page_title
	{
		font-size: 27px;
		line-height: 37px;
	}
}
@media (max-width: 400px) {
	H1.page_title
	{
		font-size: 17px;
		line-height: 27px;
	}
}
@media (min-width: 1700px) {
	H1.page_title
	{
		font-size: 47px;
		line-height: 57px;
	}
}

H1.black_italic_h1
{
	font-size: 48px;
	line-height: 50px;
	color: 000000;
	font-weight: 900;
	font-style: italic;
}

.black_italic_h2 {
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	font-weight: 900;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


.newsarticleparagraphtitle, .newsarticleparagraphtitle A, .newsarticleparagraphtitle A:link, .newsarticleparagraphtitle A:hover, .newsarticleparagraphtitle A:visited, .newsarticleparagraphtitle A:active
{
	color: #740101;
}

.newsarticlecontent A, .newsarticlecontent A:link, .newsarticlecontent A:hover, .newsarticlecontent A:visited, .newsarticlecontent A:active
{
	color: #740101;
}

.panel_navigation
{
	background-color: #E6E6E6;
}

.panel_navigation UL
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel_navigation UL H3
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #00a651;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
.panel_navigation UL H3 A
{
	color: #00a651;
}
.panel_navigation UL LI
{
	font-family: Arial;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.panel_navigation UL LI A
{
	color: #000000;
}
.green_text
{
	color: #00a409;
}

.form_error
{
	color: #aa0000;
	font-weight: bold;
}

.responsive_iframe_container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.responsive_iframe_container_16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.responsive_iframe_container_4x3 {
  padding-bottom: 75%;
}
 
.responsive_iframe_container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** INDIVIDUAL PAGE STYLES *****/
@media (max-width: 1700px) {
	.page_cannabis_extraction_container
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_cannabis_1700.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 1295px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_container
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_cannabis_960.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 732px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_container
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_cannabis_768.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 585px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_container
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_cannabis_400.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 305px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_container
	{
		background-image: url(http://media.whydevelop.com/o/www.oxarc.com/imgs/background_cannabis_2000.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 1524px;
	}
}

.page_cannabis_extraction_h1 {
	font-family: "FuturaBookBold";
	color: #1a5632;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_h1 {
		font-size: 34px;
		line-height: 34px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_h1 {
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_h1 {
		font-size: 28px;
		line-height: 28px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_h1 {
		font-size: 58px;
		line-height: 58px;
	}
}
.page_cannabis_extraction_h2 {
	font-family: "FuturaBook";
	color: #1a5632;
	padding: 0px;
	margin: 0px;
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_h2 {
		font-size: 48px;
		line-height: 52px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_h2 {
		font-size: 38px;
		line-height: 42px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_h2 {
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_h2 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_h2 {
		font-size: 48px;
		line-height: 52px;
	}
}
.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
	font-family: "FuturaBookBold";
	color: #00a651;
	letter-spacing: -2px;
	font-weight: 900;
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 72px;
		line-height: 72px;
	}
}
@media (max-width: 1200px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 57px;
		line-height: 57px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 57px;
		line-height: 57px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 42px;
		line-height: 42px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 27px;
		line-height: 27px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_phone, .page_cannabis_extraction_phone A, .page_cannabis_extraction_phone A:link {
		font-size: 72px;
		line-height: 72px;
	}
}
.page_cannabis_extraction_text_products_container {
	position: absolute;
	right: 0px;
	top: -55px;
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_text_products_container {
		top: -55px;
	}
}
@media (max-width: 1200px) {
	.page_cannabis_extraction_text_products_container {
		top: -45px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_text_products_container {
		top: -45px;
	}
}
@media (max-width: 870px) {
	.page_cannabis_extraction_text_products_container {
		top: -25px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_text_products_container {
		top: -5px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_text_products_container {
		top: 0px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_text_products_container {
		top: -55px;
	}
}
.page_cannabis_extraction_text_products {
	text-align: right;
	font-family: "FuturaBookBold";
	color: #00a651;
	font-style: italic;
	font-weight: bold;
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_text_products {
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -2px;
	}
}
@media (max-width: 1200px) {
	.page_cannabis_extraction_text_products {
		font-size: 38px;
		line-height: 48px;
		letter-spacing: -2px;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_text_products {
		font-size: 34px;
		line-height: 44px;
		letter-spacing: -2px;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_text_products {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -2px;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_text_products {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: -2px;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_text_products {
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -2px;
		text-align: left;
	}
}
@media (max-width: 1700px) {
	.page_cannabis_extraction_image {
		width: 80%;
		padding-top: 55px;
		text-align: left;
	}
}
@media (max-width: 1200px) {
	.page_cannabis_extraction_image {
		width: 80%;
		padding-top: 55px;
		text-align: left;
	}
}
@media (max-width: 960px) {
	.page_cannabis_extraction_image {
		width: 80%;
		padding-top: 55px;
		text-align: left;
	}
}
@media (max-width: 768px) {
	.page_cannabis_extraction_image {
		width: 70%;
		padding-top: 95px;
		text-align: left;
	}
}
@media (max-width: 400px) {
	.page_cannabis_extraction_image {
		width: 80%;
		padding-top: 45px;
		text-align: left;
	}
}
@media (min-width: 1700px) {
	.page_cannabis_extraction_image {
		width: 100%;
		padding-top: 45px;
		text-align: left;
	}
}
html {
  /* 1 */
  font: 400 16px / 32px 'Arial';
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  color: #000000;
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a,
.uk-link {
  color: #1a5632;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #dba627;
  text-decoration: underline;
}
/* Text-level semantics
 ========================================================================== */
/*
 * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox
 */
b,
strong {
  font-weight: bold;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 16px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #aea512;
  white-space: nowrap;
}
:not(pre) > code i,
:not(pre) > kbd i,
:not(pre) > samp i {
  font-style: normal;
}
/*
 * Emphasize
 */
em {
  color: #dd0055;
}
/*
 * Insert
 */
ins {
  background: #ffffaa;
  color: #444444;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffffaa;
  color: #444444;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/*
 * Preserve original image dimensions
 */
.uk-img-preserve,
.uk-img-preserve img {
  max-width: none;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Arial';
  font-weight: 400;
  color: #533834;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 42px;
  line-height: 48px;
}
h2,
.uk-h2 {
  font-size: 32px;
  line-height: 36px;
}
h3,
.uk-h3 {
  font-size: 24px;
  line-height: 32px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 22px;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 18px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #f7f7f7;
  font-size: 24px;
  line-height: 48px;
  font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #ffffff;
  font: 16px / 30px Consolas, monospace, serif;
  color: #938372;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  white-space: pre-wrap;
  word-break: break-word;
  box-shadow: inset 4px 0 rgba(0, 0, 0, 0.05);
}
pre i {
  font-style: normal;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: rgba(210, 200, 42, 0.5);
  color: rgba(56, 47, 47, 0.5);
  text-shadow: none;
}
::selection {
  background: rgba(210, 200, 42, 0.5);
  color: rgba(56, 47, 47, 0.5);
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
 */
progress {
  vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE and Safari
 */
[hidden],
template {
  display: none;
}
/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
blockquote {
  font-family: 'Arial';
  font-style: normal;
  border: 0 none;
  padding-left: 0;
  position: relative;
}
blockquote > p {
  line-height: 48px;
  font-weight: 400;
}
blockquote > p strong {
  font-weight: normal;
  color: #aea512;
}
blockquote small {
  color: #a8aeb6;
}
blockquote .author,
blockquote .jobtitle {
  font-weight: normal;
  line-height: 38px;
  display: block;
}
blockquote .author {
  font-size: 24px;
  margin-top: 15px;
}
blockquote .jobtitle {
  font-size: 18px;
}
hr {
  border-style: dashed;
}
.tooltip hr {
  display: none;
}

/* ========================================================================
   Font Awesome
 ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -50px;
  }
  .uk-grid > * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -50px;
    margin-right: -50px;
  }
  .uk-grid-divider > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .uk-grid-divider:empty {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
.uk-grid-divider:empty {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
/*
	 * Horizontal divider
	 */
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
  }
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 */
[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  box-sizing: border-box;
}
/*
 * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
 */
.uk-sticky-placeholder > * {
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
 * Faster animations
 */
[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

#tm-logo {
  margin-top: -50px;
}
.tm-logo {
  display: block;
  position: relative;
  line-height: 68px;
  max-width: 200px;
  width: 33.333%;
  height: 68px;
  box-shadow: 0 2px 15px rgba(255, 255, 255, 0.2), inset 0 5px 0 rgba(255, 255, 255, 0.1), inset 0 6px 0 rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) rgba(255, 255, 255, 0.8);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) rgba(255, 255, 255, 0.8);
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
  margin: 0 -25px;
}
.tm-logo svg {
  height: 160px;
}
.tm-logo:hover {
  text-decoration: none;
}
.tm-logo-small p {
  display: inherit;
}
.tm-nav-logo-small {
  float: left;
  display: inline-block;
  width: 220px;
}

@media (min-width: 1700px) {
  .tm-logo {
    margin-left: -50px;
  }
}
/* ========================================================================
	 Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
	overflow: hidden;
}
.uk-cover-object {
	/* 2 */
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	/* 3 */
	max-width: none;
	/* 4 */
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 7px 0;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 14px;
  line-height: 21px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 10px 0;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 10px 0 10px 15px;
  padding-right: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f100";
  width: 12px;
  margin-right: 0;
  float: right;
  font-family: FontAwesome;
  text-align: center;
  color: rgba(56, 47, 47, 0.5);
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f103";
}
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #382f2f;
  padding: 5px 10px;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #dba627;
  /* 2 */
  outline: none;
  background-color: rgba(147, 131, 114, 0.05);
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  background-color: #dba627;
  border-radius: 3px;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #382f2f;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #382f2f;
}
.uk-nav-side ul a:hover {
  color: rgba(174, 165, 18, 0.8);
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #382f2f;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #aea512;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #a8aeb6;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #382f2f;
}
.uk-nav-dropdown ul a:hover {
  color: rgba(174, 165, 18, 0.8);
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #382f2f;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #dba627;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #a8aeb6;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*
 * Nested items
 */
.uk-nav-navbar ul a:hover {
  color: rgba(255, 242, 0, 0.8);
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
/*** Side Button Bar Parent Categories ***/
.uk-nav-offcanvas > li > a {
  color: #ffffff;
  padding: 4px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: rgba(220, 170, 0, 1.0);
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: rgba(220, 170, 0, 1.0);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #ffffff;
  padding: 5px 20px;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #ffffff;
  font-size: 14px;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: rgba(220, 170, 0, 1.0);
}
/* Modifier `uk-nav-side`
	 ========================================================================== */
.uk-nav-side > li:first-child > a {
  border-top-width: 0;
}
.uk-nav-dropdown ul.uk-nav-sub,
.uk-nav-navbar ul.uk-nav-sub {
  padding: 5px 0 5px 25px;
}
.uk-nav-offcanvas ul.uk-nav-sub {
  padding-left: 20px;
}
/* Modifier `uk-nav-list`
	 ========================================================================== */
.uk-subnav.uk-subnav-list > li {
  display: block;
  line-height: 35px;
}
.tm-bottom-b .uk-subnav.uk-subnav-list > li {
  width: 100%;
  margin-top: 0;
}
.uk-subnav.uk-subnav-list > li:nth-child(n+2) {
  margin-left: 0;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 20px;
  padding: 0 5px;
  line-height: 30px;
  /* 2 */
  color: #ffffff;
  font-size: 10px;
  font-family: 'Arial';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 58px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -21px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 28px;
  float: left;
  padding: 0 10px;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #dba627;
}
.uk-navbar-content > a:not([class]):hover {
  color: rgba(220, 170, 0, 1.0);
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #ffffff;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 28px;
  color: #1a5632;
  text-decoration: none;
}
.uk-active .uk-navbar-toggle {
  color: #FFFFFF;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: rgba(220, 170, 0, 0.7);
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
.uk-navbar > .uk-navbar-nav:first-child > li:first-child > a {
  border-left-width: 0;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}
.uk-navbar-flip > .uk-navbar-nav > li:last-child > a {
  border-right-width: 0;
  box-shadow: none;
}
.uk-navbar-brand + .uk-navbar-nav > li:first-child > a,
.uk-navbar-flip > .uk-navbar-nav > li:first-child > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.uk-navbar-nav-subtitle > div {
  margin-top: 0px;
}
.uk-nav-navbar ul a {
  color: #ffffff;
  font-family: 'Arial';
  font-weight: normal;
}
.uk-navbar-nav li.uk-parent {
  position: relative;
}
/*** Dropdown Menu Items ***/
.uk-nav-navbar > li > a {
  color: #000000;
  font-family: 'Arial';
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
}
.uk-nav-navbar ul,
.uk-nav-navbar ul > li.uk-parent > ul {
  padding: 10px 0 !important;
  position: absolute;
  left: 100%;
  width: 250px;
  background-color: #dba627;
  opacity: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
}
li.uk-parent > ul.uk-dropdown-flip {
  left: auto !important;
  right: 100%;
}
.uk-nav-navbar ul a:hover {
  color: #ffffff;
/***  background-color: #938372; ***/
}
.uk-nav-navbar > li.uk-parent:hover > ul > li.uk-parent:hover > ul,
.uk-nav-navbar > li.uk-parent:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.tm-toolbar {
  padding: 0px;
  line-height: 0px;
  height: 1px;
}
.tm-overlay-slider:before,
.tm-overlay-primary:before,
.tm-overlay-secondary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
}
.tm-overlay-primary,
.tm-overlay-primary:before {
  background-color: rgba(212, 59, 11, 0.2);
}
.tm-overlay-secondary,
.tm-overlay-secondary:before {
  background-color: rgba(255, 0, 0, 0.15);
}
.tm-overlay-slider,
.tm-overlay-slider:before {
  background-color: rgba(151, 0, 0, 0.2);
}
/* ========================================================================
	 Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	background: rgba(0, 0, 0, 0.6);
	/* 5 */
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/* 6 */
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	/* 7 */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
/*
 * Open state
 */
.uk-modal.uk-open {
	opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
	overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
	/* 1 */
	position: relative;
	/* 2 */
	box-sizing: border-box;
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	/* 3 */
	background: #ffffff;
	/* 4 */
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s linear, transform 0.3s ease-out;
	padding: 60px;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	/*
		 * Fit in small screen
		 */
	.uk-modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
	/* 4 */
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
	margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
	margin: -10px -10px 0 0;
	float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
	margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
	margin: 15px auto;
	padding: 0;
	max-width: 95%;
	max-width: calc(100% - 30px);
	min-height: 50px;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	.uk-modal-dialog-lightbox > .uk-close:first-child {
		top: -7px;
		right: -7px;
	}
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	margin: 0;
	float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
	.uk-modal-dialog-large {
		width: 930px;
	}
}
/* Large screen and bigger */
@media (min-width: 1700px) {
	.uk-modal-dialog-large {
		width: 1130px;
	}
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
	margin-bottom: 15px;
}
.uk-modal-footer {
	margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
	margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin-bottom: -10px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #ddd;
}
.uk-modal-spinner:after {
	content: "\f110";
	display: block;
	font-family: FontAwesome;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.3);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 250px;
  max-width: 100%;
  background: #1A5632;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px;
  color: #ffffff;
}
.uk-offcanvas .uk-panel-title {
  color: #ffffff;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #dba627;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: rgba(220, 170, 0, 0.8);
}
.uk-nav-offcanvas ul.uk-nav-sub {
  background: rgba(255, 255, 255, 0.03);
}
.uk-offcanvas input.uk-search-field {
  padding: 0 0 0 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
}
.uk-offcanvas .uk-nav-parent-icon > .uk-parent > a:after {
  color: #ffffff;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #382f2f;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #dba627;
  text-decoration: none;
}
/*
 * Active
 */
.uk-subnav > .uk-active > * {
  color: #dba627;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > * > * {
  padding: 3px 9px;
  padding: 0px 6px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #f7f7f7;
  color: #dba627;
  text-decoration: none;
  /* 2 */
  outline: none;
/***  background-color: #938372; ***/
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
  background: #dba627;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #dcd453, #dba627);
  background-image: linear-gradient(to bottom, #dcd453, #dba627);
}
/* Disabled state
 ========================================================================== */
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #a8aeb6;
  text-decoration: none;
  cursor: text;
}
.uk-subnav.uk-subnav-list > li {
  width: 100%;
  line-height: inherit;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  list-style: none;
  /* 2 */
  font-size: 0.001px;
  margin: 0;
  padding: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 16px;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "\f101";
  display: inline-block;
  margin: 0 15px;
  color: rgba(56, 47, 47, 0.3);
  font-family: "fontAwesome";
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: rgba(56, 47, 47, 0.5);
}

/* ========================================================================
	 Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
	[data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
		opacity: 0;
	}
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
	-webkit-animation-name: uk-fade;
	animation-name: uk-fade;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
	-webkit-animation-name: uk-fade-scale-02;
	animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
	-webkit-animation-name: uk-fade-scale-18;
	animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
	-webkit-animation-name: uk-fade-top;
	animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
	-webkit-animation-name: uk-fade-bottom;
	animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
	-webkit-animation-name: uk-fade-left;
	animation-name: uk-fade-left;
}
.uk-animation-slide-right {
	-webkit-animation-name: uk-fade-right;
	animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
	-webkit-animation-name: uk-scale-12;
	animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
	-webkit-animation-name: uk-shake;
	animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.uk-animation-top-center {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.uk-animation-top-right {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.uk-animation-middle-left {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.uk-animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.uk-animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
	-webkit-animation-name: none;
	animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes uk-fade-scale-15 {
	0% {
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
	0% {
		-webkit-transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-slide-left {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-slide-right {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
	0% {
		-webkit-transform: translateX(33%);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-slide-left-33 {
	0% {
		transform: translateX(33%);
	}
	100% {
		transform: translateX(0);
	}
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
	0% {
		-webkit-transform: translateX(-33%);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@keyframes uk-slide-right-33 {
	0% {
		transform: translateX(-33%);
	}
	100% {
		transform: translateX(0);
	}
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
	0% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@keyframes uk-scale-12 {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes uk-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-9px);
	}
	20% {
		-webkit-transform: translateX(8px);
	}
	30% {
		-webkit-transform: translateX(-7px);
	}
	40% {
		-webkit-transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-5px);
	}
	60% {
		-webkit-transform: translateX(4px);
	}
	70% {
		-webkit-transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
	}
	90% {
		-webkit-transform: translateX(-1px);
	}
}
@keyframes uk-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-9px);
	}
	20% {
		transform: translateX(8px);
	}
	30% {
		transform: translateX(-7px);
	}
	40% {
		transform: translateX(6px);
	}
	50% {
		transform: translateX(-5px);
	}
	60% {
		transform: translateX(4px);
	}
	70% {
		transform: translateX(-3px);
	}
	80% {
		transform: translateX(2px);
	}
	90% {
		transform: translateX(-1px);
	}
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes uk-slide-top-fixed {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes uk-slide-bottom-fixed {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 250px;
}
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  padding: 25px;
  background: #ffffff;
  color: #382f2f;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.uk-dropdown-top {
  margin-top: -10px;
}
.uk-dropdown-bottom {
  margin-top: 10px;
}
.uk-dropdown-left {
  margin-left: -10px;
}
.uk-dropdown-right {
  margin-left: 10px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -25px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 25px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -25px;
    margin-right: -25px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 500px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 750px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 1000px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1250px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 25px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 25px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 15px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -15px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0px;
  padding: 0;
}
.uk-dropdown-navbar .uk-nav-navbar > li > a {
  padding: 7px 18px;
  font-size: 13px;
  text-transform: uppercase;
}
.uk-dropdown-navbar .uk-nav-navbar ul a {
  text-transform: uppercase;
  padding: 7px 18px;
  font-size: 13px;
}
.uk-dropdown-navbar .uk-nav-header {
  padding: 7px 15px;
}
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a,
.uk-dropdown-navbar .uk-nav-navbar ul li.uk-active > a {
/***  background-color: #938372; ***/
  color: #ffffff;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
.uk-dropdown-navbar .uk-nav-navbar > li > a:hover,
.uk-dropdown-navbar .uk-nav-navbar > li > a:focus {
  color: #ffffff;
/***  background-color: #938372; ***/
}
@media (min-width: 768px) {
  .tm-navbar .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .tm-navbar .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .tm-navbar .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
  }
}
/* Nav in dropdown
	 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0;
}
.tm-navbar .uk-dropdown {
  display: block;
  visibility: hidden;
}
.tm-navbar .uk-dropdown .uk-nav {
  margin: 0;
}
.tm-navbar .uk-open > .uk-dropdown {
  visibility: visible;
}
.tm-navbar li.uk-parent > ul {
  border-bottom: 0;
}
.tm-navbar .uk-dropdown li.uk-parent > a:before {
  font-family: "fontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
}
.tm-navbar .uk-dropdown li.uk-parent:hover > a:before {
  color: #ffffff;
}
/* button dropdown */
.uk-button-dropdown .uk-dropdown .uk-nav {
  margin: 0 15px 0 0;
}
.tm-nav-logo-small {
  float: left;
  display: inline-block;
}
@media (min-width: 1700px) {
  .tm-logo {
    margin-left: -50px;
  }
}
.tm-navbar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 2px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  -webkit-transition: background-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  transition: background-color cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
.tm-navbar.uk-active {
  background-color: rgba(30, 86, 50, 1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.tm-navbar.uk-active .uk-navbar-nav > li > a {
  color: #FFFFFF;
}
.tm-navbar .uk-navbar-nav-subtitle > div {
  text-transform: lowercase;
  margin-top: -15px;
}
.tm-navbar .uk-navbar-nav > li > a i {
  padding-right: 5px;
}
.tm-navbar .uk-nav-side > li > a,
.tm-navbar .uk-navbar-nav > li > a,
.tm-navbar .uk-nav-side ul a {
  color: #006839;
}
.tm-navbar .uk-navbar-nav > li:hover > a,
.tm-navbar .uk-navbar-nav > li > a:focus,
.tm-navbar .uk-navbar-nav > li.uk-open > a,
.tm-navbar .uk-navbar-nav > li.uk-active > a,
.tm-navbar .uk-nav-side > li.uk-active > a {
/***  background-color: rgba(210, 200, 42, 0.1); ***/
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.tm-navbar .uk-navbar-nav > li .uk-dropdown-navbar {
  padding: 10px 0;
  background-color: #ebbf3d;
}
.tm-navbar > ul > li.uk-parent > a:before {
  position: absolute;
  content: "fontAwesome";
  right: 15px;
  font-family: "fontAwesome";
  font-size: 13px;
  line-height: 13px;
  color: rgba(8, 4, 4, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.tm-navbar > ul > li:hover > a:before,
.tm-navbar > ul > li.uk-parent.uk-open > a:before,
.tm-navbar > ul > li.uk-parent.uk-active > a:before {
  color: rgba(146, 139, 29, 0.1);
}
@media (max-width: 768px) {
  .tm-navbar .tm-navbar {
    min-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.tm-navbar .uk-navbar-nav > li > a {
  color: #006839;
}
.tm-navbar .uk-navbar-nav > li > a:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-bottom: 1px solid #dba627;
  width: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/*** Current Top Menu Link ****/
.tm-navbar .uk-navbar-nav > li:hover > a,
.tm-navbar .uk-navbar-nav > li > a:focus,
.tm-navbar .uk-navbar-nav > li.uk-open > a,
.tm-navbar .uk-navbar-nav > li.uk-active > a {
  color: #dba627;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.tm-navbar .uk-navbar-nav > li:hover > a:focus:before,
.tm-navbar .uk-navbar-nav > li:hover > a:hover:before,
.tm-navbar .uk-navbar-nav > li.uk-open > a:hover:before {
  width: 100%;
}
.tm-navbar .uk-navbar-nav > li.uk-active > a:before,
.tm-navbar .uk-navbar-nav > li.uk-open > :before {
  width: 100%;
}
.tm-navbar .uk-navbar-nav > li.uk-active > a:before {
  border-bottom: 1px solid #dba627;
}
.uk-navbar-toggle {
  position: absolute;
  right: 0px;
  top: 5px;
}
.uk-navbar-toggle:before {
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .tm-navbar-container {
    box-sizing: border-box;
    min-height: 50px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  }
}

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
	position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}
.uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}
.uk-position-top-left {
	top: 0;
	left: 0;
}
.uk-position-top-right {
	top: 0;
	right: 0;
}
.uk-position-bottom-left {
	bottom: 0;
	left: 0;
}
.uk-position-bottom-right {
	bottom: 0;
	right: 0;
}
/*
 * Cover
 */
.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
	position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
	z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  color: #1a5632;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 2px solid #ebbf3d;
  display: table;
  padding-bottom: 10px;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
.uk-panel-teaser {
  margin-bottom: 15px;
}
/* Sub-object: `uk-panel-body`
 ========================================================================== */
.uk-panel-body {
  padding: 60px;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 10px 60px 20px 60px;
  background: #ffffff;
  color: #382f2f;
}
.uk-panel-box .uk-panel-badge {
  padding: 0 8px;
}
.uk-panel-box .uk-nav-side > li > a,
.uk-panel-box .uk-nav-side .uk-nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-panel-box .uk-nav-side .uk-nav-divider {
  margin: 0 60px;
}
.uk-panel-box .uk-nav-side ul.uk-nav-sub {
  padding-left: 30px;
}
.uk-panel-box-hover:hover {
  color: #382f2f;
}
.uk-panel-box .uk-panel-title {
  color: #1a5632;
}
.uk-panel-box .uk-panel-badge {
  top: 12px;
  right: -7px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -60px;
  margin-left: -60px;
  margin-right: -60px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -60px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #fff200;
  color: #1a1a10;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 rgba(255, 255, 255, 0.05);
  /* link color */
  /*
     * Sub-object: `uk-nav-header`
     */
  /*
     * Sub-object: `uk-nav-divider`
     */
  /*
     * Nested items
     */
  /* Hover */
  /* Active */
  /*
     * Horizontal rule
     */
  /*
     * Headings
     */
  /*
     * Form
     */
  /* Placeholder */
  /* modal */
  /* alerts */
}
.uk-panel-box-primary > a:not([class]),
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]) {
  color: #ffffff;
}
.uk-panel-box-primary > a:not([class]):hover,
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]):hover {
  color: rgba(169, 161, 18, 0.8);
}
.uk-panel-box-primary .uk-nav-autocomplete > li > a {
  color: #aea512 !important;
}
.uk-panel-box-primary .uk-nav-autocomplete > li.uk-active > a {
  color: #ffffff !important;
}
.uk-panel-box-primary > .uk-module-title {
  color: #1a1a10;
  border-bottom-color: #1a1a10;
}
.uk-panel-box-primary > .uk-module-title-alt {
  color: #1a1a10;
}
.uk-panel-box-primary > .uk-module-title-alt:before,
.uk-panel-box-primary > .uk-module-title-alt:after {
  background-color: #1a1a10;
}
.uk-panel-box-primary .uk-nav-side > li > a {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #1a1a10;
}
.uk-panel-box-primary .uk-nav-side > li:first-child > a,
.uk-panel-box-primary .uk-nav-divider + li > a {
  border: none;
  box-shadow: none;
}
.uk-panel-box-primary .uk-subnav.uk-subnav-list > li > a {
  color: #ffffff;
}
.uk-panel-box-primary .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-panel-box-primary .uk-nav-divider {
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.uk-panel-box-primary .uk-nav-side ul.uk-nav-sub {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.uk-panel-box-primary .uk-nav-side ul a {
  color: #ffffff;
}
.uk-panel-box-primary .uk-nav-side > li > a:hover,
.uk-panel-box-primary .uk-nav-side > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #1a1a10;
}
.uk-panel-box-primary .uk-nav-side > li.uk-active > a {
  color: #1a1a10;
}
.uk-panel-box-primary hr {
  height: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.uk-panel-box-primary h1,
.uk-panel-box-primary h2,
.uk-panel-box-primary h3,
.uk-panel-box-primary h4,
.uk-panel-box-primary h5,
.uk-panel-box-primary h6 {
  color: #1a1a10;
}
.uk-panel-box-primary .uk-form select,
.uk-panel-box-primary .uk-form textarea,
.uk-panel-box-primary .uk-form input:not([type]),
.uk-panel-box-primary .uk-form input[type="text"],
.uk-panel-box-primary .uk-form input[type="password"],
.uk-panel-box-primary .uk-form input[type="email"] {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: #1a1a10;
  /* Focus state */
}
.uk-panel-box-primary .uk-form select:focus,
.uk-panel-box-primary .uk-form textarea:focus,
.uk-panel-box-primary .uk-form input:not([type]):focus,
.uk-panel-box-primary .uk-form input[type="text"]:focus,
.uk-panel-box-primary .uk-form input[type="password"]:focus,
.uk-panel-box-primary .uk-form input[type="email"]:focus {
  border-color: #928b1d;
  background: rgba(0, 0, 0, 0.1);
  color: #1a1a10;
}
.uk-panel-box-primary .uk-form :-ms-input-placeholder {
  color: rgba(26, 26, 16, 0.5) !important;
}
.uk-panel-box-primary .uk-form ::-moz-placeholder {
  color: rgba(26, 26, 16, 0.5);
}
.uk-panel-box-primary .uk-form ::-webkit-input-placeholder {
  color: rgba(26, 26, 16, 0.5);
}
.uk-panel-box-primary.uk-modal-dialog {
  background-color: #fff200;
}
.uk-panel-box-primary.uk-modal-dialog [class*='uk-icon-'] {
  color: #1a1a10;
}
.uk-panel-box-primary .uk-alert-success {
  color: #ffffff;
  background-color: #a6c118;
  box-shadow: inset 0 0 0 1px #a6c118, inset 4px 0 0 #92aa15;
}
.uk-panel-box-primary .uk-alert-danger {
  color: #ffffff;
  background-color: #ec4e00;
  box-shadow: inset 0 0 0 1px #ec4e00, inset 4px 0 0 #d34600;
}
.uk-panel-box-primary-hover:hover {
  color: #1a5632;
}
.uk-panel-box-primary .uk-panel-title {
  color: #1a5632;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #FFF200;
  color: #000000;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #FFF200;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #FFF200;
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #FFF200;
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #FFF200;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #FFF200;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 rgba(255, 255, 255, 0.05);
  /* link color */
  /*
     * Nav side
     */
  /*
     * Sub-object: `uk-nav-header`
     */
  /*
     * Sub-object: `uk-nav-divider`
     */
  /*
     * Nested items
     */
  /* Hover */
  /* Active */
  /*
     * Horizontal rule
     */
  /*
     * Headings
     */
  /*
     * Form
     */
  /* Placeholder */
  /* modal */
  /* alerts */
}
.uk-panel-box-secondary > a:not([class]),
.uk-panel-box-secondary > :not([class*='uk-nav']) a:not([class]) {
  color: #740101;
}
.uk-panel-box-secondary > a:not([class]):hover,
.uk-panel-box-secondary > :not([class*='uk-nav']) a:not([class]):hover {
  color: rgba(197, 187, 20, 0.8);
}
.uk-panel-box-secondary .uk-nav-autocomplete > li > a {
  color: #740101 !important;
}
.uk-panel-box-secondary .uk-nav-autocomplete > li.uk-active > a {
  color: #ffffff !important;
}
.uk-panel-box-secondary > .uk-module-title {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.uk-panel-box-secondary > .uk-module-title-alt {
  color: #ffffff;
}
.uk-panel-box-secondary > .uk-module-title-alt:before,
.uk-panel-box-secondary > .uk-module-title-alt:after {
  background-color: #ffffff;
}
.uk-panel-box-secondary .uk-subnav.uk-subnav-list > li > a {
  color: #740101;
}
.uk-panel-box-secondary .uk-nav-side > li > a {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-panel-box-secondary .uk-nav-side > li:first-child > a,
.uk-panel-box-secondary .uk-nav-divider + li > a {
  border: none;
  box-shadow: none;
}
.uk-panel-box-secondary .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-panel-box-secondary .uk-nav-divider {
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.uk-panel-box-secondary .uk-nav-side ul.uk-nav-sub {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.uk-panel-box-secondary .uk-nav-side ul a {
  color: #ffffff;
}
.uk-panel-box-secondary .uk-nav-side > li > a:hover,
.uk-panel-box-secondary .uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.uk-panel-box-secondary .uk-nav-side > li.uk-active > a {
  color: #ffffff;
}
.uk-panel-box-secondary hr {
  height: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.uk-panel-box-secondary h1,
.uk-panel-box-secondary h2,
.uk-panel-box-secondary h3,
.uk-panel-box-secondary h4,
.uk-panel-box-secondary h5,
.uk-panel-box-secondary h6 {
  color: #000000;
}
.uk-panel-box-secondary .uk-form select,
.uk-panel-box-secondary .uk-form textarea,
.uk-panel-box-secondary .uk-form input:not([type]),
.uk-panel-box-secondary .uk-form input[type="text"],
.uk-panel-box-secondary .uk-form input[type="password"],
.uk-panel-box-secondary .uk-form input[type="tel"],
.uk-panel-box-secondary .uk-form input[type="number"],
.uk-panel-box-secondary .uk-form input[type="email"] {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  /* Focus state */
}
.uk-panel-box-secondary .uk-form select:focus,
.uk-panel-box-secondary .uk-form textarea:focus,
.uk-panel-box-secondary .uk-form input:not([type]):focus,
.uk-panel-box-secondary .uk-form input[type="text"]:focus,
.uk-panel-box-secondary .uk-form input[type="password"]:focus,
.uk-panel-box-secondary .uk-form input[type="tel"]:focus,
.uk-panel-box-secondary .uk-form input[type="number"]:focus,
.uk-panel-box-secondary .uk-form input[type="email"]:focus {
  border-color: #fff200;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.uk-panel-box-secondary .uk-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-panel-box-secondary .uk-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-panel-box-secondary .uk-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-panel-box-secondary.uk-modal-dialog {
  background-color: #938372;
}
.uk-panel-box-secondary .uk-alert-success {
  color: #ffffff;
  background-color: #a6c118;
  box-shadow: inset 0 0 0 1px #a6c118, inset 4px 0 0 #92aa15;
}
.uk-panel-box-secondary .uk-alert-danger {
  color: #ffffff;
  background-color: #ec4e00;
  box-shadow: inset 0 0 0 1px #ec4e00, inset 4px 0 0 #d34600;
}
.uk-panel-box-secondary-hover:hover {
  color: #ffffff;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #ffffff;
}
/* Modifier: `uk-panel-hover`
 ========================================================================== */
.uk-panel-hover {
  padding: 15px;
  color: #444444;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1a5632;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 40px;
}
.uk-panel-space .uk-panel-badge {
  top: 40px;
  right: 40px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 100px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -50px;
  }
}
.uk-panel > h3:not(.uk-panel-title):first-child {
  margin-bottom: 15px;
}
.uk-panel.tm-panel-top-offset {
  margin-top: -40px;
}
.uk-panel-title:before,
.uk-panel-title:after {
  display: none;
}
.uk-panel-box > .uk-nav-side {
  margin: 0;
}
/*
     * Panel header
     */
.uk-panel-header {
  padding: 60px;
  background-color: #ffffff;
  /*
         * Badge in Panel
         */
}
.uk-panel-header .uk-panel-title {
  display: block;
  padding: 0 60px 30px;
  margin: -30px -60px 30px;
  border-bottom: 1px solid rgba(174, 165, 18, 0.5);
}
.uk-panel-header .uk-panel-badge {
  top: 0;
  right: 0;
}
.uk-panel-badge {
  border-radius: 2px 0 0 2px !important;
}
.uk-panel-badge::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  border-left: 3px solid #686315;
  border-top: 3px solid #686315;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.uk-panel-badge.uk-badge-danger::before {
  border-left: 3px solid #a03500;
  border-top: 3px solid #a03500;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.uk-panel-badge.uk-badge-success::before {
  border-left: 3px solid #6b7d10;
  border-top: 3px solid #6b7d10;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.uk-panel-badge.uk-badge-warning::before {
  border-left: 3px solid #ad5a02;
  border-top: 3px solid #ad5a02;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
/*
     * card panel
     */
.tm-panel-card {
  padding: 0 !important;
  border: 1px solid rgba(210, 200, 42, 0.5) !important;
  background-color: #ffffff;
  border-bottom-color: #e8e8e8;
  border-bottom-width: 2px;
}
.tm-panel-card:hover > .uk-panel-teaser .tm-social-icons {
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  margin-top: -45px;
  opacity: 1;
}
.tm-panel-card:hover > .tm-card-link:before {
  color: #938372;
}
.tm-panel-card:hover .tm-card-avatar {
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
.tm-panel-card .tm-card-link {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  position: absolute;
  right: 6%;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  background-color: #ffffff;
}
.tm-panel-card .tm-card-link > * {
  cursor: pointer;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
.tm-panel-card .tm-card-link:before {
  cursor: pointer;
  content: "\f24d";
  font-family: "fontAwesome";
  color: #aea512;
  font-size: 20px;
}
.tm-panel-card .uk-panel-teaser {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.tm-panel-card .uk-panel-teaser .tm-social-icons {
  background-color: rgba(210, 200, 42, 0.5);
  background: -webkit-linear-gradient(270deg, rgba(178, 210, 42, 0.5) 0%, rgba(210, 158, 42, 0.5) 100%) rgba(210, 200, 42, 0.5);
  background: -moz-linear-gradient(270deg, rgba(178, 210, 42, 0.5) 0%, rgba(210, 158, 42, 0.5) 100%) rgba(210, 200, 42, 0.5);
  background: -o-linear-gradient(270deg, rgba(178, 210, 42, 0.5) 0%, rgba(210, 158, 42, 0.5) 100%) rgba(210, 200, 42, 0.5);
  background: -ms-linear-gradient(270deg, rgba(178, 210, 42, 0.5) 0%, rgba(210, 158, 42, 0.5) 100%) rgba(210, 200, 42, 0.5);
  background: linear-gradient(180deg, rgba(178, 210, 42, 0.5) 0%, rgba(210, 158, 42, 0.5) 100%) rgba(210, 200, 42, 0.5);
  margin-top: -5px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  opacity: 0;
  padding: 5px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 250ms ease-in-out;
  width: 100%;
}
.tm-panel-card .uk-panel-teaser .tm-social-icons.tm-icons-visible {
  margin-top: -45px;
  opacity: 1;
}
.tm-panel-card .uk-panel-teaser .tm-social-icons .uk-icon-button {
  width: 30px;
  height: 35px;
  color: #ffffff;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
.tm-panel-card .uk-panel-teaser .tm-social-icons .uk-icon-button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.tm-panel-card .uk-panel-teaser:before {
  border-bottom: 0;
}
.tm-panel-card .tm-card-content {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.tm-panel-card .tm-card-content .uk-panel-title {
  display: block;
  margin-bottom: 0;
  border-bottom: 0;
}
.tm-panel-card .tm-card-content .uk-panel-title:after {
  border-bottom: 0;
}
.tm-panel-card .tm-card-title {
  padding-bottom: 20px;
  margin: 0;
  font-family: 'Arial';
  border-top: 1px solid rgba(0, 0, 0, 0);
  color: #aea512;
  display: inline-block;
  clear: both;
  padding: 20px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tm-panel-card .tm-card-avatar {
  width: 100%;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*
 * Micro clearfix to make blocks more robust
 */
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-block > :last-child {
  margin-bottom: 0;
}
/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.uk-block-none {
	padding-top: 0px;
	padding-bottom: 0px;
}
.uk-block-top-none {
	padding-top: 0px;
}
.uk-block-bottom-none {
	padding-bottom: 0px;
}

/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.uk-block-muted {
  background: #f7f7f7;
}
/*
 * Primary
 */
.uk-block-primary {
  background: #fff200;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #fff200;
  color: #1a1a10;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 rgba(255, 255, 255, 0.05);
}
.uk-block-primary .uk-panel-title {
  border-bottom-color: #1a1a10;
  color: #1a1a10;
}
.uk-block-primary .uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-block-primary .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left-color: #b7af2b;
}
@media (min-width: 768px) {
  .uk-block-primary .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left-color: #b7af2b;
  }
}
@media (min-width: 960px) {
  .uk-block-primary .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left-color: #b7af2b;
  }
}
.uk-block-primary .uk-grid-divider:empty {
  border-top-color: #b7af2b;
}
.uk-block-primary .uk-panel-box-primary {
  border-color: #b7af2b;
  background-color: #c7be2b;
}
.uk-block-primary .uk-panel-teaser {
  background: #cec429;
}
.uk-block-primary .uk-panel-header .uk-panel-title::after {
  border-bottom-color: #b7af2b;
}
.uk-block-primary h1,
.uk-block-primary h2,
.uk-block-primary h3,
.uk-block-primary h4,
.uk-block-primary h5,
.uk-block-primary h6 {
  color: #1a1a10;
}
.uk-block-primary .uk-form :-ms-input-placeholder {
  color: rgba(26, 26, 16, 0.5) !important;
}
.uk-block-primary .uk-form ::-moz-placeholder {
  color: rgba(26, 26, 16, 0.5);
}
.uk-block-primary .uk-form ::-webkit-input-placeholder {
  color: rgba(26, 26, 16, 0.5);
}
.uk-block-primary .uk-form select,
.uk-block-primary .uk-form textarea,
.uk-block-primary .uk-form input:not([type]),
.uk-block-primary .uk-form input[type="text"],
.uk-block-primary .uk-form input[type="password"],
.uk-block-primary .uk-form input[type="email"] {
  color: rgba(26, 26, 16, 0.8);
  /* Focus state */
}
.uk-block-primary .uk-form select:focus,
.uk-block-primary .uk-form textarea:focus,
.uk-block-primary .uk-form input:not([type]):focus,
.uk-block-primary .uk-form input[type="text"]:focus,
.uk-block-primary .uk-form input[type="password"]:focus,
.uk-block-primary .uk-form input[type="email"]:focus {
  border-color: rgba(26, 26, 16, 0.4);
  color: rgba(26, 26, 16, 0.8);
}
.uk-block-primary .uk-alert-success {
  color: #ffffff;
  background-color: #a6c118;
  box-shadow: inset 0 0 0 1px #a6c118, inset 4px 0 0 #92aa15;
}
.uk-block-primary .uk-alert-danger {
  color: #ffffff;
  background-color: #ec4e00;
  box-shadow: inset 0 0 0 1px #ec4e00, inset 4px 0 0 #d34600;
}
/*
 * Secondary
 */
.uk-block-secondary {
  background: #00a409;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #00a409;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #00a409;
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #00a409;
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #00a409;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #00a409;
  color: #ffffff;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 rgba(255, 255, 255, 0.05);
}
.uk-block-secondary > .uk-panel-title {
  border-bottom-color: #ffffff;
}
.uk-block-secondary a:not([class]),
.uk-block-secondary .uk-link {
  color: #fff200;
}
.uk-block-secondary a:not([class]):hover,
.uk-block-secondary .uk-link:hover {
  color: #dcd453;
  text-decoration: none;
}
.uk-block-secondary em {
  color: #938372;
}
.uk-block-secondary h1,
.uk-block-secondary h2,
.uk-block-secondary h3,
.uk-block-secondary h4,
.uk-block-secondary h5,
.uk-block-secondary h6,
.uk-block-secondary .uk-panel-header .uk-panel-title {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.uk-block-secondary hr {
  border-top-color: rgba(147, 131, 114, 0.15);
}
.uk-block-secondary .uk-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-block-secondary .uk-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-block-secondary .uk-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-block-secondary .uk-form select,
.uk-block-secondary .uk-form textarea,
.uk-block-secondary .uk-form input:not([type]),
.uk-block-secondary .uk-form input[type="text"],
.uk-block-secondary .uk-form input[type="password"],
.uk-block-secondary .uk-form input[type="email"] {
  color: rgba(255, 255, 255, 0.8);
  /* Focus state */
}
.uk-block-secondary .uk-form select:focus,
.uk-block-secondary .uk-form textarea:focus,
.uk-block-secondary .uk-form input:not([type]):focus,
.uk-block-secondary .uk-form input[type="text"]:focus,
.uk-block-secondary .uk-form input[type="password"]:focus,
.uk-block-secondary .uk-form input[type="email"]:focus {
  color: rgba(255, 255, 255, 0.8);
}
.uk-block-secondary .uk-badge {
  border-color: #a49c94 !important;
  background-color: #a49c94 !important;
  color: #aea512 !important;
}
.uk-block-secondary .uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-block-secondary .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left-color: #9f9c99;
}
@media (min-width: 768px) {
  .uk-block-secondary .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left-color: #9f9c99;
  }
}
@media (min-width: 960px) {
  .uk-block-secondary .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left-color: #9f9c99;
  }
}
.uk-block-secondary .uk-grid-divider:empty {
  border-top-color: #9f9c99;
}
.uk-block-secondary .uk-icon-button {
  background: #ffffff;
  color: #887968;
}
.uk-block-secondary .uk-icon-button:hover,
.uk-block-secondary .uk-icon-button:focus {
  background-color: #ffffff;
  color: #ffffff;
}
.uk-block-secondary .uk-icon-button:active {
  background-color: #f2f2f2;
  color: #ffffff;
}
.uk-block-secondary .uk-panel-teaser {
  background: #91806f;
}
.uk-block-secondary .uk-panel-header .uk-panel-title::after {
  border-color: rgba(147, 131, 114, 0.15);
}
.uk-block-secondary .uk-subnav > * > a {
  color: #938372;
  text-decoration: none;
}
.uk-block-secondary .uk-subnav > * > a:hover,
.uk-block-secondary .uk-subnav > * > a:focus {
  color: #aea512;
  text-decoration: none;
}
.uk-block-secondary .uk-subnav > .uk-active > a {
  color: #fff200;
}
.uk-block-secondary .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(147, 131, 114, 0.2);
}
.uk-block-secondary .uk-subnav-pill > .uk-active > a {
  color: #ffffff;
}
.uk-block-secondary .uk-text-muted,
.uk-block-secondary .uk-link-muted,
.uk-block-secondary .uk-link-muted a {
  color: rgba(147, 131, 114, 0.6) !important;
}
.uk-block-secondary .uk-text-primary {
  color: #ffffff !important;
}
.uk-block-secondary .uk-alert-success {
  color: #ffffff;
  background-color: #a6c118;
  box-shadow: inset 0 0 0 1px #a6c118, inset 4px 0 0 #92aa15;
}
.uk-block-secondary .uk-alert-danger {
  color: #ffffff;
  background-color: #ec4e00;
  box-shadow: inset 0 0 0 1px #ec4e00, inset 4px 0 0 #d34600;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 17px;
}
.uk-text-large {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #a8aeb6 !important;
}
.uk-text-primary {
  color: #fff200 !important;
}
.uk-text-success {
  color: #a6c118 !important;
}
.uk-text-warning {
  color: #fd8e18 !important;
}
.uk-text-danger {
  color: #ec4e00 !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0 25px;
}
.uk-container-no-padding {
  padding: 0 !important;
}
/* Large screen and bigger */
@media (min-width: 1700px) {
  .uk-container {
    max-width: 1300px;
    padding: 0 50px;
  }
  .uk-container-no-padding {
    padding: 0 !important;
	}
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================================
   Component: Contrast
 ========================================================================== */
.uk-contrast {
  color: #ffffff;
  /* Active */
}
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #ffffff;
}
.uk-contrast em {
  color: #ffffff;
}
.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
  color: #ffffff;
}
.uk-contrast hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
  text-decoration: none;
}
.uk-contrast .uk-nav-side > li > a {
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.uk-contrast .uk-subnav > * > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-tab {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab > li > a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-tab > li.uk-active > a {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: transparent;
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-tab-center {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab-grid:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background-clip: padding-box;
}
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #ffffff;
}
.uk-contrast .uk-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.uk-contrast .uk-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-button {
  color: #ffffff;
  background: #ffffff;
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.uk-contrast .uk-button-primary {
  background-color: #fff200;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #c2b92b;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #b5ad28;
  color: #ffffff;
}
.uk-contrast .uk-icon-hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-icon-hover:hover {
  color: #ffffff;
}
.uk-contrast .uk-icon-button {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
}
.uk-contrast .uk-icon-button:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}
.uk-contrast .uk-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.uk-contrast .uk-text-primary {
  color: #aea512 !important;
}
.uk-contrast blockquote {
  color: #ffffff;
}
.uk-contrast .uk-article-lead {
  color: #ffffff;
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 40px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  /* 4 */
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  color: #382f2f;
  transition: all linear 0.2s;
  font-weight: 400;
  border-radius: 2px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #fff200;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  color: #382f2f;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  color: #a8aeb6;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: rgba(56, 47, 47, 0.5) !important;
}
.uk-form ::-moz-placeholder {
  color: rgba(56, 47, 47, 0.5);
}
.uk-form ::-webkit-input-placeholder {
  color: rgba(56, 47, 47, 0.5);
}
.uk-form :disabled:-ms-input-placeholder {
  color: #a8aeb6 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #a8aeb6;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #a8aeb6;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 20px;
  line-height: 33px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 35px;
  padding: 3px 3px;
  font-size: 14px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 60px;
  padding: 8px 12px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: rgba(236, 78, 0, 0.5) !important;
  background: rgba(236, 78, 0, 0.1) !important;
  color: #ec4e00 !important;
}
/*
 * Success state
 */
.uk-form-success {
  border-color: rgba(166, 193, 24, 0.7) !important;
  background: rgba(166, 193, 24, 0.1) !important;
  color: #a6c118 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 40px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 40px !important;
}
.uk-form-label + input,
.uk-form-label + textarea {
  margin-top: 5px !important;
}
.uk-form-icon > [class*='uk-icon-'] {
  z-index: 1;
  margin-top: -8px;
}
.tm-textarea-icon > [class*='uk-icon-'] {
  top: 22px;
}
.tm-textarea-icon textarea {
  padding-left: 40px !important;
}
.uk-form input {
  border-radius: 2px;
}
.uk-form label.radio {
  line-height: 0.5;
  padding-left: 30px;
}
.uk-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 40px rgba(0, 0, 0, 0.03) inset !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-text-fill-color: rgba(56, 47, 47, 0.5);
}
.uk-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40px rgba(0, 0, 0, 0) inset !important;
  border-color: #fff200 !important;
  -webkit-text-fill-color: #382f2f;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  box-shadow: none;
}
/* ========================================================================
	 Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.tm-slideshow-default .uk-dotnav {
	margin: 10px;
}
.tm-slideshow-default .uk-dotnav > * > * {
	border-radius: 3px;
}
.tm-slideshow-default .uk-overlay-panel {
	background-color: rgba(0, 0, 0, 0.3);
}
.tm-slideshow-default .uk-slidenav {
	display: block;
	font-size: 32px;
	z-index: 0;
}
.tm-slideshow-default .uk-slidenav:before {
	font-size: 50px;
}
.tm-slideshow-default .uk-dotnav {
	margin-bottom: 20px;
}
.tm-slideshow-default .uk-dotnav > * {
	padding-left: 15px;
}
.tm-slideshow-default .uk-dotnav li a {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: rgba(0, 0, 0, 0);
	width: 10px;
	height: 10px;
	padding: 1px;
	text-indent: -999em;
}
.tm-slideshow-default .uk-dotnav > .uk-active > * {
	box-shadow: 0 0 0 3px #d2c82a;
	background-color: rgba(0, 0, 0, 0);
}
.tm-slideshow-default .uk-slidenav-next {
	right: 0;
}
.tm-slideshow-default .uk-slidenav-previous {
	left: 0;
}
.tm-slideshow-default .tm-testimonial {
	margin: 0 45px;
	padding: 0 15px;
	border-width: 0;
}
.tm-slideshow-oxarc, .tm-header-oxarc {
	overflow: hidden;
}
.tm-slideshow-oxarc .uk-slideshow-fullscreen {
	height: 100%;
	height: 100vh;
}
.tm-slideshow-oxarc .uk-slideshow-fullscreen li {
	height: 100%;
}
.tm-slideshow-oxarc .uk-slideshow-fullscreen li:after {
	height: 100%;
}
.tm-slideshow-oxarc > div.uk-margin, .tm-header-oxarc > div.uk-margin {
	position: absolute;
	right: 100px;
	bottom: 15%;
}
.tm-slideshow-oxarc .uk-button {
	margin-left: 20px;
}
.tm-slideshow-oxarc .uk-overlay-panel, .tm-header-oxarc .uk-overlay-panel {
	padding: 0 0px 0;
	z-index: 1;
	background: none;
	box-shadow: none;
	text-shadow: none;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.tm-slideshow-oxarc .uk-overlay-panel h1,
.tm-slideshow-oxarc .uk-overlay-panel h2,
.tm-slideshow-oxarc .uk-overlay-panel h3,
.tm-slideshow-oxarc .uk-overlay-panel h4,
.tm-slideshow-oxarc .uk-overlay-panel h5,
.tm-slideshow-oxarc .uk-overlay-panel h6 {
	color: #ffffff;
	font-size: 50px;
	line-height: 40px;
	margin: 0 0 30px;
	display: block;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	text-align: right;
}
.tm-slideshow-oxarc .uk-overlay-panel > div .uk-button {
	float: right;
}

.uk-slideshow {
	/* 1 */
	position: relative;
	/* 2 */
	z-index: 0;
	/* 3 */
	width: 100%;
	/* 4 */
	margin: 0;
	padding: 0;
	list-style: none;
	/* 5 */
	overflow: hidden;
	/* 6 */
	touch-action: pan-y;
}
.tm-slideshow-oxarc .uk-overlay-panel, .tm-header-oxarc .uk-overlay-panel {
	padding: 0 0px 0;
	z-index: 1;
	background: none;
	box-shadow: none;
	text-shadow: none;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
	/* 1 */
	position: absolute;
	top: 0;
	left: 0;
	/* 2 */
	width: 100%;
	/* 3 */
	opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
	/* 1 */
	z-index: 10;
	/* 2 */
	opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
	visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
	cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
	height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
	-webkit-animation: uk-fade 0.5s linear;
	animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
	-webkit-animation: uk-fade 0.5s linear reverse;
	animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
	-webkit-animation: uk-slide-right 0.5s ease-in-out;
	animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
	-webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
	animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
	-webkit-animation: uk-slide-left 0.5s ease-in-out;
	animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
	-webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
	animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
	-webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
	animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
	-webkit-animation: uk-slide-left-33 0.5s ease-in-out;
	animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
	-webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
	animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
	-webkit-animation: uk-slide-right-33 0.5s ease-in-out;
	animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
	-webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
	animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	-webkit-animation: uk-fade 0.5s ease-in-out reverse;
	animation: uk-fade 0.5s ease-in-out reverse;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #ffffff;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #ed2024;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  font-size: 1.2rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-family: 'Arial';
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #fff200;
  color: #000000;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #ed2024;
  color: #ffffff;
  background-image: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #ed2024;
  color: #ffffff;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #fff200;
  color: #000000;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #fff200;
  color: #000000;
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #a6c118;
  color: #ffffff;
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #93a920;
  color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #889c1e;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #ec4e00;
  color: #ffffff;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #d24d0b;
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c3470a;
  color: #ffffff;
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #f7f7f7;
  color: #a8aeb6;
  box-shadow: none;
  background-image: none;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
  box-shadow: none;
}
/* Color */
.uk-button-link {
  color: #fff200;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: rgba(174, 165, 18, 0.8);
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #a8aeb6;
}
/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 25px;
  padding: 0 6px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-small {
  min-height: 35px;
  padding: 0 10px;
  line-height: 35px;
  font-size: 14px;
}
.uk-button-large {
  min-height: 45px;
  padding: 0 25px;
  line-height: 45px;
  font-size: 18px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
/* Sub-object `uk-button-group`
     ========================================================================== */
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.uk-button-line,
.uk-button.uk-button-line {
  background: none;
  border: 1px solid #fff200;
  color: #fff200;
  border-radius: 3px;
}
.uk-button-line:hover,
.uk-button.uk-button-line:hover {
  background: none;
  border: 1px solid rgba(56, 47, 47, 0.9);
  color: rgba(56, 47, 47, 0.9);
}
.uk-button-secondary {
  background-color: #938372;
  color: #ffffff;
}
.uk-button-secondary:hover {
  background-color: #877b6e;
}
.uk-button-secondary:focus,
.uk-button-secondary:active {
  background-color: #8b7b6b;
}
.uk-form input[type="submit"] {
  border-radius: 3px;
  font-family: 'Arial';
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
}
.uk-form input[type="submit"].uk-button-primary {
  color: #ffffff;
}
.uk-form input[type="submit"].uk-button-default {
  color: #ffffff;
}
.uk-button.uk-button-simple {
  background-color: #ffffff;
  color: #382f2f;
  border: 1px solid #382f2f;
}
.uk-button.uk-button-simple:hover,
.uk-button.uk-button-simple:focus,
.uk-button.uk-button-simple:active {
  background-color: #f7f7f7;
}
.uk-button.uk-button-simple:active {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
a.btn-link {
  font-family: 'Arial';
  font-size: 16px;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  line-height: 30px;
  color: #382f2f;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #aea512;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button:active {
  background-color: rgba(0, 0, 0, 0);
  color: #aea512;
}

/* Icon mapping
 ========================================================================== */
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}

/* ========================================================================
	 Component: Icon
 ========================================================================== */
@font-face {
	font-family: 'FontAwesome';
	src: url("fontawesome-webfont.woff2") format('woff2'), url("fontawesome-webfont.woff") format("woff"), url("fontawesome-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
	font-family: FontAwesome;
	/* 1 */
	display: inline-block;
	/* 2 */
	font-weight: normal;
	font-style: normal;
	/* 4 */
	line-height: 1;
	/* 5 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
	text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small {
	font-size: 150%;
	vertical-align: -10%;
}
.uk-icon-medium {
	font-size: 200%;
	vertical-align: -16%;
}
.uk-icon-large {
	font-size: 250%;
	vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
	width: 1em;
	text-align: center;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
	display: inline-block;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
	color: #382f2f;
}
/*
 * Hover
 */
.uk-icon-hover:hover {
	color: #d2c82a;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
	box-sizing: border-box;
	display: inline-block;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	width: 35px;
	height: 35px;
	font-weight: bold;
	line-height: 35px;
	-webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
	transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 250ms;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
	background-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	/* 2 */
	outline: none;
}
/* Active */
.uk-icon-button:active {
	background-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
/* Icon mapping
 ========================================================================== */
.uk-icon-twitter-square:before {
	content: "\f081";
}
.uk-icon-facebook-square:before {
	content: "\f082";
}
.uk-icon-linkedin-square:before {
	content: "\f08c";
}
.uk-icon-twitter:before {
	content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
	content: "\f09a";
}
.uk-icon-pinterest:before {
	content: "\f0d2";
}
.uk-icon-pinterest-square:before {
	content: "\f0d3";
}
.uk-icon-google-plus-square:before {
	content: "\f0d4";
}
.uk-icon-google-plus:before {
	content: "\f0d5";
}
.uk-icon-youtube-square:before {
	content: "\f166";
}
.uk-icon-youtube:before {
	content: "\f167";
}
.uk-icon-youtube-play:before {
	content: "\f16a";
}
.uk-icon-dropbox:before {
	content: "\f16b";
}
.uk-icon-instagram:before {
	content: "\f16d";
}
.uk-icon-foursquare:before {
	content: "\f180";
}
.uk-icon-vimeo-square:before {
	content: "\f194";
}
.uk-icon-yahoo:before {
	content: "\f19e";
}
.uk-icon-google:before {
	content: "\f1a0";
}
.uk-icon-reddit:before {
	content: "\f1a1";
}
.uk-icon-reddit-square:before {
	content: "\f1a2";
}
.uk-icon-yelp:before {
	content: "\f1e9";
}
.uk-icon-facebook-official:before {
	content: "\f230";
}
.uk-icon-pinterest-p:before {
	content: "\f231";
}
.uk-icon-vimeo:before {
	content: "\f27d";
}
.uk-icon-reddit-alien:before {
	content: "\f281";
}
.uk-icon-shopping-bag:before {
	content: "\f290";
}
.uk-icon-shopping-basket:before {
	content: "\f291";
}
.uk-icon-font-awesome:before,
.uk-icon-fa:before {
	content: "\f2b4";
}
.uk-icon-snapchat:before {
	content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
	content: "\f2ac";
}
.uk-icon-snapchat-square:before {
	content: "\f2ad";
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-description-list-line > dd {
  color: #a8aeb6;
}
dt {
  font-weight: 400;
}
dl {
  margin: 10px 0;
}

/*** To Top Scroller ***/
.tm-totop-scroller {
  display: none;
  position: fixed;
  right: 25px;
  bottom: -50px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 35px;
  -webkit-transition: all ease-in-out 0.05s;
  transition: all ease-in-out 0.05s;
}
.tm-totop-scroller:after {
  content: "\f106";
  font-family: "fontAwesome";
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
  outline: none;
  text-decoration: none;
}
.tm-totop-scroller:active {
  font-size: 26px;
}
.uk-active .tm-totop-scroller {
  display: block;
  bottom: 20px;
  opacity: 1;
}
.tm-inner-shadow {
  background-repeat: repeat !important;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}





