/* ----------------------------------
#. Global
---------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
	-webkit-font-smoothing: antialiased;
}

img {
	border: none;
}

/* ----------------------------------
#. Body
---------------------------------- */

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font: 13px "Open Sans", Helvetica, Arial, sans-serif;
	background: #e9eaed;

	position: relative;
}

/* ----------------------------------
#. General
---------------------------------- */

.clear {
	clear: both;
}

hr {
	margin: 20px 0;
	border: none;
	height: 3px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.list {
	margin: 20px 0;
	padding: 0;
}

.list li {
	list-style: none;
	padding: 3px 0 3px 20px;
	background: url("../img/li.png") left center no-repeat;
}

.list2 li {
	list-style: none;
	padding: 3px 0 3px 20px;
	background: url("../img/li2.jpg") left center no-repeat;
}

.captions {
	display: none;
}

.img-fluid {
	max-width: 100%;
}

/* ----------------------------------
#. Typography
---------------------------------- */

a {
	color: #222;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
}

a:hover {
	color: green;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

/* ----------------------------------
#. Messages
---------------------------------- */

.error {
	/* padding: 10px 20px; */
	color: #c3474b;

	/* background: #c3474b; */

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	/* box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15); */

	/* border: 1px solid #7b2526; */
}

.error ul {
	margin: 0;
	padding: 0;
}

.error ul li {
	list-style: none;
	padding: 3px 0;
}

.success {
	padding: 10px 20px;
	color: #fff;

	background: #60be5e;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);

	border: 1px solid #227737;
}

/* ----------------------------------
#. Form
---------------------------------- */

form {
}

form label {
	display: block;
	margin: 10px 0;
}

form input,
form textarea {
	padding: 7px;
}

form input {
	width: 200px;
}

form textarea {
	width: 400px;
	height: 100px;
	min-height: 100px;
}

form input[type="submit"] {
	margin-top: 20px;
	padding: 10px 15px;

	background: #222;
	border: 1px solid #111;

	color: #fff;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

form input[type="submit"]:hover {
	cursor: pointer;
}

/* ----------------------------------
#. Container
---------------------------------- */

.container {
	width: 940px;
	margin: 0 auto;
}

.wrapper {
	width: 940px;
	background: url("../img/bg.jpg") repeat;
	margin: 0 auto;
	box-shadow: 6px 0px 5px -5px #555, -6px 0px 5px -5px #999;
}

/* ----------------------------------
#. Contact Modal
---------------------------------- */

.contact-modal {
	position: fixed;
	top: -1px;
	left: 0;
	z-index: 9999;

	width: 100%;

	background: #222;
	color: #a8d463;

	border-bottom: 1px solid #a8d463;
}

.contact-modal .container {
	position: relative;
}

.contact-modal .modal-inner {
	display: none;
	padding: 25px 0;
}

.contact-modal .modal-inner h3 {
	margin-top: 0;
	color: #fff;
}

.contact-modal .modal-inner a {
	color: #fff;
	text-decoration: underline;
}

.contact-modal .modal-inner .col {
	width: 300px;
	margin-right: 20px;
	float: left;
}

.contact-modal .modal-inner .col.last {
	margin-right: 0;
}

.contact-modal .modal-inner .col input[type="text"] {
	margin-bottom: 5px;
}

.contact-modal .modal-inner .col textarea {
	margin-bottom: 0;
	height: 50px;
	min-height: 50px;
	resize: vertical;
}

.contact-modal .modal-inner .col input[type="text"],
.contact-modal .modal-inner .col textarea {
	width: 278px;
	padding: 10px;

	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);

	border: 1px solid #7b4033;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact-modal #modal-toggle {
	position: absolute;
	right: 0;
	bottom: -39px;
	padding: 10px;

	background: #222;
	border: 1px solid #a8d463;
	border-top: none;

	color: #a8d463;

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.contact-modal #modal-toggle:hover {
	cursor: pointer;
}
.thank-you-blk {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
}
.thank-you-icon {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 30px;
	background: #a8d463;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ----------------------------------
#. Header
---------------------------------- */

.header {
	padding: 50px 25px 30px;
	box-shadow: inset 0 5px 50px #bbb;
}

.header .logo {
	float: left;
}

.header .contact {
	float: right;
	font-size: 30px;
	text-align: right;
	line-height: 30px;
}

.header .contact p {
	margin: 0;
}

.header .contact .cta {
	font-size: 16px;
	padding: 5px 15px;
}

.cta {
	color: #222;
	display: inline-block;

	margin-top: 10px;
	padding: 10px 15px;

	border: 1px solid #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);

	background-color: #a8d463;
}

.navigation {
	margin-left: -5px;
	width: 950px;
	background: #222;
	position: relative;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9998;
	box-shadow: 0 3px 5px #333;
	border-bottom: 1px solid #999;
}

.navigation .nav-left,
.navigation .nav-right {
	position: absolute;
	bottom: -5px;
	width: 5px;
	height: 5px;
}

.navigation .nav-left {
	left: 0;
	background: url("../img/nav-left.png");
}

.navigation .nav-right {
	right: 0;
	background: url("../img/nav-right.png");
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	float: left;
	list-style: none;
}

.navigation ul li.has_children {
	position: relative;
}

.navigation ul li.has_children > a {
	padding-right: 30px;
	background: url("../img/has_children.png") right center no-repeat;

	-webkit-transition: color 0.3s ease, background-image 0.3s ease;
}

.navigation ul li.has_children:hover ul {
	display: block;
}

.navigation ul li.has_children ul {
	display: none;

	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 9999;
	padding: 10px;
	background: #000;
	border-bottom: 2px solid #a8d463;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.navigation ul li.has_children ul li {
	float: none;
}

.navigation ul li.has_children ul li a {
	padding: 10px 20px;
	width: 100px;
	margin-bottom: 3px;
}

.navigation ul li.has_children ul li a:hover {
	background: #fff;
	border-radius: 3px;
	color: #222;
}

.navigation ul li a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	padding: 15px 20px;
}

.navigation ul li.current a,
.navigation ul li a:hover {
	color: #fff;
	background-color: #000;
}

.navigation ul li.hovered a {
	background-color: #000;
}

.navigation ul li.current a {
	background: url("../img/10-opac.png");
}

/* ----------------------------------
#. Slider
---------------------------------- */
.slider-shadow {
	height: 36px;
	background: url("../img/shadow.fw.png") center center no-repeat;
}

/* ----------------------------------
#. Content
---------------------------------- */

.content {
	padding: 50px 25px;
	width: 890px;
}

.content p {
	line-height: 20px;
}

.content.full-width {
}

.content.full-width .inner {
	width: 848px;
	padding: 20px;
}

.content.full-width .sidebar {
	display: none;
}

/* ----------------------------------
#. Columns
---------------------------------- */

.columns {
}

.columns .column {
	float: left;
	width: 424px;
	margin-right: 50px;
}

.columns .column.last {
	margin-right: 0;
}

/* ----------------------------------
#. Inner
---------------------------------- */

.inner {
	width: 498px;
	float: left;

	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.inner h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 22px;
}

/* ----------------------------------
#. Sidebar
---------------------------------- */

.sidebar {
	float: left;
	width: 300px;
	margin-left: 40px;
}

.sidebar h2:first-child {
	margin-top: 0;
	font-size: 22px;
	margin-bottom: 30px;
}

.sidebar input[type="text"],
.sidebar textarea {
	width: 284px;
}

/* ----------------------------------
#. Content Slider
---------------------------------- */

.content-slider-wrapper {
	padding: 50px 0;
	background: #d8d9db;
}

.content-slider-wrapper li {
	background: #fff;
	padding-bottom: 15px;
}

.content-slider-wrapper li .slide-content {
	padding: 15px;
	text-align: center;
	position: relative;
}

.content-slider-wrapper li .slide-content .slide-caption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 210px;
	font-size: 13px;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.6);
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-viewport {
	background: none !important;
	left: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.bx-controls-direction {
}

.bx-controls-direction .bx-next {
	right: -50px !important;
}

.bx-controls-direction .bx-prev {
	left: -50px !important;
}

/* ----------------------------------
#. Gallery
---------------------------------- */

.gallery {
	margin: 0px;
	padding: 0;
}

.gallery li {
	list-style: none;
	width: 197px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery li.last {
	margin-right: 0;
}

.gallery li img {
	max-width: 100%;
	min-height: 100%;
}

/* ----------------------------------
#. Footer
---------------------------------- */

.footer {
	color: #fff;
	background: #222;
}

.footer .upper {
	font-size: 16px;
	padding: 30px 0;
	font-weight: 600;
}

.footer .lower {
	padding: 30px 0;
	background: url("../img/10-opac.png");
}

.footer .lower .col {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.footer .lower .col.last {
	width: 460px;
	margin-right: 0;
}

.footer .lower .col h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.footer .lower .col ul {
	margin: 0;
	padding: 0;
}

.footer .lower .col ul li {
	list-style: none;
	padding: 3px 0;
}

.footer .lower .col ul li.has_children {
}

.footer .lower .col ul li.has_children ul {
	display: none;
}

.footer .lower .col ul li a {
	color: rgba(255, 255, 255, 0.4);
}

.footer .lower .col ul li.current a,
.footer .lower .col ul li a:hover {
	color: #fff;
}

/* ----------------------------------
#. Extra
---------------------------------- */

#toggle {
	cursor: pointer;
}

.extra {
	display: none;
	margin-top: 25px;
	padding: 25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.extra ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.extra ul li {
	list-style: none;
	display: inline-block;
	padding: 5px 7px;
}

.extra ul li a {
	color: rgba(255, 255, 255, 0.5);
}

.extra ul li a:hover {
	color: #fff;
}
