/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 a, .uk-link {
    color: #68c400;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 color: #565656;
}
/* Forms caption label */

 .form-horizontal .control-label {
    padding-top: 2px;
    text-align: left;
    width: 100%;
}

input[type="radio"] {
    margin: -3px 5px 0 0;
}

 /* Forms captcha row */

 .row {
    margin-left: 0px;
}

/* Forms Phones portrait and smaller */
@media (max-width: 479px) {
  input,
textarea,
.uneditable-input {
  width: 180px;
}
select {
  width: 180px;
  }
}
/* Forms Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  input,
textarea,
.uneditable-input {
 width: 80%;
	}
select {
  width: 80%;
  }
  fieldset.formFieldset ol.formContainer li {
  width: 80%;
	}
}

/* Forms Tablets landscape */
@media (min-width: 960px) and (max-width: 1220px) {
  input,
textarea,
.uneditable-input {
  width: 175px;
}
select {
  width: 175px;
  }
}

/* Forms Desktop and big screens */
@media (min-width: 1221px) {
  input,
textarea,
.uneditable-input {
  width: 223px;
}
select {
  width: 248px;
  }
}

/* Forms Hide prev button */

#SubmitPrev {
display:none;
}

.formRequired {
display: none;
}

.formRed {
    color: #cf4d4d;
    font-weight: normal;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cf4d4d;
    border-radius: 3px;
    padding: 15px;
}

.formError {
    color: #cf4d4d;
    font-size: 15px;
    font-weight: normal;
}

.btnCal {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 0 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nzforexWrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nzforexWrapperResponsive {
	position: relative;
	top: 0;
	margin-left: -25px;
	width: 100%;
	height: 100%;
}

/* uikit-alters */

.uk-panel-box {
    border: 5px solid #b3d971;
}

.uk-panel-box-secondary {
    border: 1px solid #363c39;
}

.uk-button-success {
    background-color: #97cb3d;
    color: #ffffff;
}
.uk-button-success:hover, .uk-button-success:focus {
    background-color: #93c836;
    color: #ffffff;
}
.uk-button-success:active, .uk-button-success.uk-active {
    background-color: #93c836;
    color: #ffffff;
}
.uk-alert-success {
    background: #75C7CD none repeat scroll 0 0;
    color: #ffffff;
}

.uk-form input {
    color: #ffffff;
    border-radius: 3px;
}

.tm-teaser {
  position: relative;
  height: 430px;
  overflow: hidden;
}

.tm-teaser-text-primary {
font-size: 48pt;
line-height: 48pt;
}

.tm-teaser-text-secondary {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 10px 0;
}

.tm-teaser-text-secondary a {
    color: #ffffff;
}

.tm-button-teaser {
    margin-top: 10px;
    }

.uk-panel-title {
	font-size: 30px;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 36px;
    }

.wk-accordion-default .toggler {
    font-size: 16px;
    letter-spacing: 0em;
    text-transform: none;
    }

.tm-article-blog .uk-article {
    border-bottom: 5px solid #b3d971;
}
.tm-article-blog .tm-leading-article .uk-article:last-child {
    border-bottom: 5px solid #b3d971;
}

.tm-article-blog .tm-article {
  font-size: 16px;
}

.uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 500px;
}

.uk-dropdown, .uk-dropdown-blank {
    width: 250px;
}

em {
    color: #a0cf4d;
}

.uk-text-phone {
    font-weight: 600;
}
.cf-alert {
    margin-bottom: 15px;
    padding: 15px;
    border: 3px solid #a0cf4d;
    color: #454545;
    border-radius: 3px;
    font-size: 20px;
}
.cf-icon-green {
    color: #a0cf4d;
}