/*

	green: 			#a2c617;
	green-hover: 	#85a217;
	orange: 		#ff5716;
	orange-hover: 	#f44907;

*/

.container {
	max-width: 1010px;
}

.fancybox-lock body {
    overflow-y: visible !important;
}

.container-non-responsive {
  margin: 0 auto;
  width: 980px;
}

.mobile-padding {
	padding: 5px;
}

*:focus {
	outline: none;  
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: #1c1c1c;
	line-height: 1.6em;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
	margin-top: 0;
}

h1 {
	margin-bottom: 10px;
}

h2, .h2 {
 	margin-bottom: 20px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
}

a {
    color: #202020;
}

a:hover {
    color: #000000;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	color: #a2c617;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
	color: #a2c617;
}

hr.black {
	background: #202020;
	border: 0 none;
	height: 1px;
}

button {
	border: 0 none;
}

form textarea,
form select,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
.uneditable-input {
	border: 1px solid #888888 !important;
	padding: 10px 12px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

form textarea:focus,
form select:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
.uneditable-input:focus {
	border: 1px solid #a2c617 !important;
	/*
	padding: 10px 12px;
	*/
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="submit"] {
	border-radius: 0 !important;
}

select {
    -webkit-appearance: none;
}

ul.ul-check li {
	list-style-image: url("../img/li-check.png");
}

ul.ul-check li i {
	color: #a2c617;
}
.tooltipster {
	padding: 10px 2px;
	cursor: pointer;
}

.tooltipster-base {
	width: 320px !important;
	margin-top: 10px;
}

.width-100 {
	width: 100%;
}

.width-90 {
	width: 90%;
}

.width-80 {
	width: 80%;
}

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

.opacity-75 {
	opacity: 0.75;
}

.color-green {
	color: #a2c617;
}

.color-green-dark {
	color: #7e9a14;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bigger-font {
	font-size: 1.3em;
}

.font-bold {
	font-weight: bold;
}

.button {
	padding: 10px;
	display: inline-block;
}

.button img {
	margin-top: -2px;
}

.button:hover {
	text-decoration: none;
	color: #ffffff;
}

.button-green {
	background: #a2c617;
	color: #ffffff;
}

.button-green:hover {
	background: #95bb00;
}

.button-orange {
	background: #ff5716;
	color: #ffffff;
}

.button-orange:hover {
	background: #f44907;
}

.button-medium {
	text-align: center;
	font-size: 1.2em;
	padding: 10px 38px;
}

.button-medium-02 {
	text-align: center;
	font-size: 1.2em;
	padding: 12px 65px;
}

.button-big {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding: 15px;
}

.button.big-font {
	font-size: 19px;
}

.button-max-width {
	max-width: 280px;
}

.button-submit.disabled {
	opacity: 0.65 !important;
	filter: alpha(opacity=65) !important;
	cursor: not-allowed;
	pointer-events: none;
}

input.button {
	border: 0 none;
}

.button.button-orange.button-big img {
	margin-top: -5px;
}

.image-wrapper {
	position: relative;
}

.icon-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #000000;
	background: rgba(0,0,0,0.5);
}

.icon-wrapper img {
	width: auto;
	height: auto;
	margin: 3px auto;
	position: relative;
	display: block;
}

.logo {
	margin: 0 0 0 5px;
	width: 170px;
	display: block;
	float: left;
}

.logo img {
	width: 100%;
	height: auto;
}

.header-main {
	padding: 5px 0 0;
}

.header-main a {
	color: #202020;
}

.header-main a:hover {
	color: #a2c617;
	text-decoration: none;
}

.nav-header li {
	float: left;
}

.nav-header li.active a {
	color: #a2c617;
}

.nav-header a {
	padding: 5px 5px;
	display: block;
}

.nav-main a {
	padding: 10px 15px;
}

.nav-main .active a {
	background: #f4f4f4;
}

.nav-main .search-toggle {
	position: relative;
}

.search-header-wrapper {
	background: #F4F4F4;
	padding: 10px;
	display: none;
	position: absolute;
	z-index: 500;
	top: 50px;
	right: 0;
}

.search-header-wrapper input[type="text"]{
	padding: 7px 10px;
	height: 32px;
	font-size: 14px;
	float: left;
	margin-right: 4px;
	margin-bottom: 0;
	border: 1px solid #dddddd !important;
	width: 275px;
}

.search-header-wrapper input[type="text"]:focus{
	padding: 7px 10px;
}

.search-header-wrapper input[type="submit"]{
	background: none repeat scroll 0 0 #FF5716;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-top: 1px;
    padding: 0 9px;
}

.search-toggle:hover i {
	color: #202020;
}

.container-content {
	margin-bottom: 25px;
}

.page-footer a {
	color: #202020;
}

.page-footer li {
	line-height: 2em;
}

.page-footer li img {
	margin-right: 5px;
	margin-top: -2px;
}

.page-footer form input[type="text"] {
	float: left;
	margin-right: 4px;
	width: 114px;
	border: 1px solid #aaaaaa;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 10px;
}

.page-footer form input[type="submit"] {
	float: left;
	background: url("../img/double-right.png") no-repeat scroll 9px center #A2C617;
    border: 0 none;
    font-weight: bold;
    height: 30px;
    padding: 5px 10px 5px 23px;
}

.page-footer form input[type="submit"]:hover {
	background: url("../img/double-right.png") no-repeat scroll 9px center #95bb00;
}

.page-footer .col {
	margin-bottom: 25px;
}

.footer-top {
	background: #a2c617;
	padding: 20px 0;
}

.footer-middle {
	background: #ececec;
	padding: 50px 0;
}

.footer-middle .fa-mobile {
    font-size: 29px;
    margin-right: 2px;
    margin-top: -1px;
    vertical-align: middle;
    text-align: center;
   	width: 20px;
}

.footer-middle .fa-envelope-o {
	font-size: 18px;
    margin-right: 2px;
    margin-top: -3px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
   	width: 20px;
}

.footer-middle .fa-file-text-o {
	font-size: 21px;
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
    text-align: center;
   	width: 20px;
}

.footer-middle h4 {
	font-size: 17px;
}

.footer-bottom a {
	padding: 10px;
	display: block;
}

.footer-bottom li {
	float: right;
}

@media screen and (max-width: 1600px) {
	.footer-bottom {
		padding-bottom: 40px;
	}
}

.form-newsletter-wrapper {
	margin-bottom: 10px;
}

.form-newsletter-sign-off #text2761281 {
	border: 1px solid #aaaaaa;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 4px;
    padding: 0 5px;
    max-width: 250px;
}

.form-newsletter-sign-off .cr_button {
	background: url("../img/double-right.png") no-repeat scroll 9px center #a2c617;
    border: 0 none;
    font-weight: bold;
    height: 30px;
    padding: 5px 10px 5px 23px;
    color: #fff;
}

.social-media-wrapper .webicon {
	margin-right: 3px;
	outline: 0 none;
}

.fancybox-close {
	background: url("../img/icon-close.png") no-repeat scroll center center #A2C617;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.fancybox-prev span {
    background: url("../img/button-left.png") no-repeat scroll center center #A2C617;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 100%;
    width: 46px;
    height: 46px;
}

.fancybox-next span {
    background: url("../img/button-right.png") no-repeat scroll center center #A2C617;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 100%;
    width: 46px;
    height: 46px;
}


@media screen and (max-width: 768px) {

	.button.mobile-full {
		width: 100%;
		text-align: center;
	}

	.nav-breadcrumb {
		width: 100%;
		overflow-x: scroll;
	}

	.nav-breadcrumb ul {
		width: 200%;
		overflow-x: hidden;
	}
	.footer-bottom nav{
		margin-left: 5px;
	}
	
	.footer-bottom li {
		float: left;
	}
	
}


@media screen and (min-width: 768px) {

	.logo {
		margin: -22px 0 0 0;
		padding: 0 0 10px 0;
		width: 255px;
	}

}

@media screen and (min-width: 320px) and (max-width: 500px) {

	.footer-middle .row:nth-child(2) {
		font-size: 0.7em;
	}

}

@media screen and (min-width: 320px) and (max-width: 768px) {

	.footer-middle .col {
		width: 50%;
		float: left;
		min-height: 150px;
	}

	.footer-middle .row:nth-child(2) img {
		width: 15px;
		transform: scale(0.5);
		margin-right: 0;
	}

	.footer-middle .row:first-child .col:first-child {
		width: 100%;
	}

}

@media screen and (min-width: 400px) and (max-width: 768px) {

	.owl-theme .owl-controls .owl-buttons .owl-prev {
    	left: -13%;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next {
    	right: -13%;
	}

}

@media screen and (min-width: 768px) {

	.mobile-padding {
		padding: 0;
	}

	.nav-header {
		float: right;
		margin: 0 0 10px 0;
	}

	.nav-header a {
		font-size: 13px;
		padding: 5px 15px;
		text-transform: uppercase;
	}

	.nav-main {
		float: right;
		font-size: 19px;
		margin-top: 29px;
	}

	.nav-main li {
		margin: 0 10px;
		padding-bottom: 25px;
	}

	.nav-main li.active {
		background: url("../img/nav-current.png") no-repeat bottom center;
	}

	.nav-main .search-toggle {
		display: block;
	}

}


@media screen and (min-width: 992px) {
	
	.margin-top-md {
		margin-top: 60px;
	}

	.margin-top-lg {
		margin-top: 120px;
	}

}

@media screen and (min-width: 1200px) {

}