* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 
font-family: 'Muli', sans-serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
 */
html,
body,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}

html.home {
	overflow-x: visible;
}

body {
	/*position:relative;*/
	background: rgb(238, 238, 238);
	color: #737271;
	background-size: cover;
	margin: 0;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

img {
	border: none;
}

a {
	border: none;
	text-decoration: none;
	color: #d29339;
	outline: none;
	font-weight: normal;
}

h1 {
	display: block;
	color: #d29339;
	font-size: 36px;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0 37px 0;
	text-align: center;
}

h2 {
	font-size: 27px;
	margin: 25px 0 13px 0;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	margin: 17px 0 0 0;
	line-height: 25px;
}

p {
	margin: 15px 0;
	font-size: 19px;
	line-height: 26px;
}

table {
	font-size: 15px;
}

hr {
	border: none;
	margin: 30px 0;
	border-bottom: 2px solid #5C9D43;
}

input {
	outline: none;
}

.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.clickable,
.clickable2 {
	cursor: pointer;
}

::selection {
	background: #ffffff;
	color: #d19339;
}

::-moz-selection {
	background: #ffffff;
	color: #d19339;
}

::-webkit-selection {
	background: #ffffff;
	color: #d19339;
}

.clear {
	clear: both;
}

.right {
	float: right
}

.left {
	float: left
}

.tel,
.tel:hover {
	text-decoration: none !important;
	cursor: default;
	color: white;
}

/*HEADER===================================================*/
header {
	position: relative;
	z-index: 100;
	background: white;
}

header .inner {
	position: relative;
	z-index: 10;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 3% 18px 3%;
	background: white;
}

header .logo {
	display: block;
	max-width: 490px;
}

header .logo img {
	width: 225px;
	height: auto;
	float: left;
	margin-right: 20px;
}

header .logo span {
	display: block;
	margin-top: 30px;
	color: #3b3a39;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.social {
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -15px;
}

.social .facebook,
.social .twitter,
.social .googleplus {
	float: right;
	display: inline-block;
	border-radius: 2px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #3b3a39;
	text-indent: -300px;
	overflow: hidden;
	font-size: 25px;
	margin: 0 0 0 5px;
	text-align: center;
	transition: 0.3s;
}

.social .fa {
	text-indent: 300px;
}

.social .fa span {
	font-size: 16px;
	padding: 0 4px;
}

/*.social  .facebook:hover {background-color:#204385;}
	.social  .twitter:hover {background-color:#32CDFD; }
	.social  .googleplus:hover {background-color:#d3492c;}*/
@media screen and (max-width: 1440px) {
	.social {
		right: 4%;
	}
}

@media screen and (max-width: 1100px) {
	.social {
		right: 3%;
	}
}

@media screen and (max-width: 570px) {
	header .inner {
		padding: 15px 3% 6px 3%;
	}

	header .logo {
		text-align: center;
	}

	header .logo img {
		float: none;
		margin: 0 auto;
		display: block;
	}

	header .logo span {
		display: block;
		margin-top: 7px;
	}

	.social {
		position: relative;
		right: inherit;
		top: inherit;
		margin-top: 10px;
		text-align: center;
	}

	.social a {
		float: none !important;
	}
}

@media screen and (max-width: 320px) {
	header .inner {
		text-align: center;
		padding: 15px 8px;
	}

	header .inner .logo {
		display: block;
		margin-bottom: 5px;
	}

	header .inner .social {
		float: none;
	}

	header .inner .social a {
		float: none;
	}
}

/*NAV*/
nav {
	position: absolute;
	width: 100%;
}

nav.sticky {
	position: fixed;
	top: 0px;
}

nav.sticky>ul>li>a {
	padding-top: 13px !important;
}

nav.sticky>ul>li:hover>a {
	padding-top: 17px !important;
}

nav:after {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	box-shadow: inset 0 5px 4px -3px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

nav:before {
	z-index: 0;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	background: #d4953a;
	pointer-events: none;
}

nav .mobileMenu {
	display: none;
}

nav>ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	z-index: 10;
	list-style: none;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 3%;
}

nav>ul>li {
	position: relative;
	display: inline-block;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	margin: 0 4px;
	animation-duration: 0.5s !important;
}

nav>ul>li:nth-child(2) {
	animation-delay: 0.1s;
}

nav>ul>li:nth-child(3) {
	animation-delay: 0.2s;
}

nav>ul>li:nth-child(4) {
	animation-delay: 0.3s;
}

nav>ul>li:nth-child(5) {
	animation-delay: 0.4s;
}

nav>ul>li:first-child {
	/* margin-left: 0px; */
}

nav>ul>li:last-child {
	/* margin-right: 0px; */
}

nav>ul>li>a {
	display: block;
	color: #f5f3f2;
	font-size: 16px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	padding: 27px 5px 9px;
	background: #1a244f;
	box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.39);
	transition: 0.25s;
}

nav>ul>li:hover>a {
	padding-top: 31px;
	background: #2b3b7d;
}

/*subnav*/
nav>ul>li ul {
	position: absolute;
	min-width: 100%;
	list-style: none;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	transition: 0.3s
}

nav>ul>li:hover ul {
	height: 180px;
	padding-top: 1px;
}

nav>ul>li:hover ul li a {
	line-height: 15px;
}

nav>ul>li ul li {
	margin-top: 2px;
}

nav>ul>li ul li a {
	display: block;
	padding: 9px 9px;
	line-height: 3px;
	font-size: 14px;
	background: #1a244f;
	color: #f5f3f2;
	transition: 0.3s;
}

nav>ul>li ul li a:hover {
	background: #2b3b7d;
}

@media screen and (max-width: 750px) {
	nav {
		min-height: 41px;
		height: inherit;
		bottom: inherit;
		padding: 0 0;
	}

	nav:before {
		display: none !important;
	}

	nav>ul {
		display: block;
		float: right;
		width: 0%;
		padding: 0px !important;
		overflow: hidden;
		clear: both;
		transition: 0.3s;
	}

	nav>ul li {
		display: block;
		margin: 0px !important;
	}

	nav>ul>li.parent>a:before {
		/* display:none; */
		position: absolute;
		z-index: 10;
		content: "\f0d8";
		font-family: fontAwesome;
		right: 22px;
		top: 40px;
		text-shadow: none;
		font-size: 27px;
		color: #405299;
	}

	nav>ul>li.parent a:before,
	nav>ul>li.opened a:before {
		display: block;
	}

	nav>ul li a {
		padding: 0px !important;
		text-align: right;
	}

	nav.selected>ul {
		width: 100%;
		box-shadow: 0 6px 12px -6px black;
	}

	nav.selected>ul li {
		margin: 0 0;
		float: left;
		width: 100%;
	}

	nav.selected>ul li a {
		font-size: 17px;
		background: #2b3b7d !important;
		padding: 17px 8px 19px 5px !important;
	}

	nav.selected>ul li ul {
		position: relative;
		height: inherit !important;
		padding: 2px 0;
		background: #2b3b7d;
		/* min-width: 96%; */
		/* width: initial; */
		/* margin: 0 2%; */
		/* border-left: 1px solid #4D7D3A; */
		/* border-right: 1px solid #4D7D3A; */
		box-shadow: inset 0 8px 13px -10px rgba(0, 0, 0, 0.63);
	}

	nav.selected>ul li ul li {
		margin: 0 0;
	}

	nav.selected>ul li ul li a {
		line-height: 16px;
		text-align: right;
		padding: 10px 16px 10px 10px !important;
		border-top: 1px solid #1a244f;
		background: #40529a !important;
	}

	nav.selected>ul li ul li:first-child a {
		border-top: none;
	}

	nav .mobileMenu {
		display: block;
		margin-right: 3%;
		padding: 13px 14px 17px 31px;
		color: white;
		line-height: 12px;
		float: right;
		background: #1a244f;
		cursor: pointer;
		text-align: right;
		box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.65);
	}

	/*hamburger*/
	nav.selected .mobileMenu {
		box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.65), inset 0px -7px 16px -8px rgba(0, 0, 0, 0.39);
	}

	.nav__icon {
		display: inline-block;
		width: 25px;
		top: 24px;
		margin-left: -17px;
		height: 4px;
		background-color: #f5f3f2;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms
	}

	.nav__icon:before,
	.nav__icon:after {
		content: '';
		display: block;
		width: 25px;
		height: 4px;
		position: absolute;
		background: #f5f3f2;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms
	}

	.nav__icon:before {
		margin-top: -8px;
	}

	.nav__icon:after {
		margin-top: 8px;
	}





	nav.selected .nav__icon {
		background: rgba(0, 0, 0, 0)
	}

	nav.selected .nav__icon:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	nav.selected .nav__icon:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

}

@media screen and (max-width: 450px) {
	nav .mobileMenu {
		margin-right: 0;
	}
}

@media screen and (max-width: 450px) {
	nav.selected>ul li {
		width: 100%;
	}
}

/*BANNER IMAGES========================*/
.dynamic-headers {
	position: relative;
	background: #000;
}

.rslides {
	margin: 0 auto !important;
}

.rslides li {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.home .rslides img {
	min-height: 250px;
	max-height: 654px;
	height: auto;
}

.rslides img {
	min-height: 215px;
	max-height: 400px;
	height: auto;
}

.overlay {
	position: absolute;
	z-index: 30;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	text-align: right;
	padding: 0 3%;
	transition: 0.3s;
}

.overlay .center {
	display: inline-block;
	max-width: 289px;
	padding: 20px 25px;
	font-size: 23px;
	line-height: 20px;
	color: #f5f3f2;
	font-style: italic;
	background: rgba(26, 36, 79, 0.75);
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.39);
}

.overlay .center strong {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}

.overlay .center span {}

@media screen and (max-width: 1125px) {
	.overlay {
		width: 100%;
		left: 0%;
		margin-left: 0px;
	}

}

@media screen and (max-width: 650px) {
	.overlay {
		display: none;
	}
}


/*CTA*/
.home_aside {
	position: relative;
	background: #1a244f;
}

.home_aside:before {
	content: '';
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	box-shadow: inset 0 -5px 4px -3px rgba(0, 0, 0, 0.2);
	background: #d4953a;
	pointer-events: none;
}

.home_aside-headers:after {
	z-index: 10;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	background: #d4953a;
}

.home_aside .inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 4px;
	overflow: hidden;
}

.home_aside .inner section {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	float: left;
	position: relative;
	display: block;
	width: 33.33%;
	margin: 0 0px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 17px;
	font-weight: 300;
	line-height: 13px;
	text-decoration: none;
	padding: 30px 46px 35px 4%;
	background: #1a244f;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.17);
	box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.39);
	overflow: hidden;
	transition: 0.3s;
	animation-duration: 0.5s !important;
}

.home_aside .inner section:nth-child(1) {
	animation-delay: 0.6s;
}

.home_aside .inner section:nth-child(2) {
	animation-delay: 0.4s;
}

.home_aside .inner section:nth-child(3) {
	animation-delay: 0.2s;
}

.home_aside .inner section:hover {
	background: #2b3b7d;
}

.home_aside .inner section:after {
	content: '\f054';
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -16px;
	width: 40px;
	height: 27px;
	line-height: 31px;
	font-size: 33px;
	opacity: 0.5;
	transition: 0.3s;
}

.home_aside .inner section:before {
	content: '\f054';
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	right: -5%;
	margin-top: -16px;
	width: 40px;
	height: 27px;
	line-height: 31px;
	font-size: 33px;
	opacity: 0;
	transition: 0.3s;
}

.home_aside .inner section:hover:after {
	right: 9%;
	opacity: 0;
}

.home_aside .inner section:hover:before {
	right: 3%;
	opacity: 1;
}

.home_aside .inner section a {
	display: block;
	text-transform: uppercase;
	color: #f5f3f2;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom: 10px;
}


@media screen and (max-width: 630px) {
	.home_aside {
		position: relative;
	}

	.home_aside .inner {
		display: block;
		padding: 0px;
	}

	.home_aside .inner section {
		margin: 0;
		width: 100%;
		padding: 20px 46px 20px 4%;
		animation-duration: 0s !important;
	}

	.home_aside .inner section:nth-child(1) {
		animation-delay: 0s;
	}

	.home_aside .inner section:nth-child(2) {
		animation-delay: 0s;
	}

	.home_aside .inner section:nth-child(3) {
		animation-delay: 0s;
	}
}


/*HOMEPAGE SPECIFIC*/
.home h1 {
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	color: #737271;
	text-transform: none;
	display: inline;
}

.home article p:nth-child(2) {
	display: inline;
}

.home .content:after {
	display: none;
}


/*NEWS home==================*/
.news {
	position: relative;
	background: url(../images/news.jpg) center no-repeat;
	background-size: cover;
}

.news:before {
	z-index: 0;
	content: '';
	position: absolute;
	top: -7px;
	left: 0px;
	width: 100%;
	height: 7px;
	background: #d4953a;
	box-shadow: inset 0 5px 4px -3px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.news:after {
	content: '';
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	box-shadow: inset 0 -5px 4px -3px rgba(0, 0, 0, 0.2);
	background: #d4953a;
	pointer-events: none;
}

.news .center {
	position: relative;
	text-align: center;
	padding: 55px 0px;
}

.news .center .diagonal {
	opacity: .7;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/diagonal.png) center center no-repeat;
	background-size: 1580px;
	transition: 0.9s;
}

.news .center:hover .diagonal {
	opacity: 0.85;
	transition: 0.3s;
}

.news .center h2 {
	position: relative;
	color: #525151;
	text-transform: uppercase;
	max-width: 780px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 3%;
	line-height: 47px;
	margin-bottom: 25px !important;
}

.news .center h2 a {
	position: relative;
	color: #1a244f;
	font-size: 38px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.whitebox {
	padding: 17px 3%;
	background: rgba(255, 255, 255, 0.5);
}

.news p {
	position: relative;
	color: #000000;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
	font-size: 17px;
	line-height: 22px;
	max-width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 5%;
}

.news img {
	float: left;
	margin-right: 20px;
	border-radius: 3px;
	height: auto;
}

.news a.read {
	position: relative;
	display: inline-block;
	color: black;
	background: #f7af40;
	text-transform: uppercase;
	padding: 7px 21px;
	border-radius: 3px;
	font-weight: bold;
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.32);
	margin-top: 40px;
}

@media screen and (max-width: 1500px) {
	.news .center .diagonal {
		background-size: cover;
	}

	.news p {}
}



/*CONTENT MAIN*/
.content {
	position: relative;
	background: white;
}

.content:before {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	box-shadow: inset 0 -5px 4px -3px rgba(0, 0, 0, 0.2);
	background: #d4953a;
	pointer-events: none;
}

.content:after {
	content: '';
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	box-shadow: inset 0 5px 4px -3px rgba(0, 0, 0, 0.2);
	background: #d4953a;
	pointer-events: none;
}

.home .content:before,
.home .content:after {
	display: none;
}

.content article {
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 3% 70px 3%;
	overflow: hidden;
	animation-delay: 0.5s;
}

.home .content article {
	padding: 60px 3% 50px 3%;
}

article ul {
	list-style: none;
	padding: 0px;
}

article ul li {
	position: relative;
	line-height: 22px;
	padding: 4px 10px 4px 28px;
	background: #f4f4f4;
	border-radius: 3px;
	margin-bottom: 6px;
	font-size: 17px;
	color: #5C5C60;
	box-shadow: 0px 13px 8px -12px rgba(0, 0, 0, 0.27);
	box-shadow: none;
}

article ul li:before {
	position: absolute;
	content: '';
	top: 10px;
	left: 9px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #d4953a;
}

.button {
	position: relative;
	background: #1b2550;
	border-radius: 3px;
	padding: 4px 35px 4px 15px;
	color: white;
	transition: 0.3s;
}

.button:after {
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -13px;
	content: '\f105';
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	color: white;
}

.button:hover {
	background: #d69d4c;
}

.b2 {
	padding: 4px 15px 4px 35px !important;
}

.b2:after {
	left: 9px;
	right: inherit;
	margin-top: -9px;
	content: '\f104' !important;
}

/*TEAM PAGE =================================================================== */
table.team {
	display: block;
}

table.team tbody {
	display: block;
}

table.team tr {
	display: block;
}

table.team td {
	position: relative;
	display: block;
	float: left;
	width: 32.83%;
	margin: 0px 0.25% 5px 0.25%;
	min-height: 490px;
}

table.team tr:nth-child(2n) td {
	background: #f4f4f4;
}

table.team td img {
	width: 100%;
	max-width: 366px;
	height: auto;
}

table.team td h2 {
	margin: 0px;
	padding: 10px 3% 0px 3%;
	font-size: 23px;
}

table.team td h3 {
	margin: 0px;
	padding: 0px 3%;
	color: #d2933a;
}

table.team td p {
	margin: 0px;
	padding: 10px 3%;
	font-style: italic;
}

table.team td a {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	background: #1a2550;
	color: white;
	margin: 10px 3%;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	text-indent: -410px;
	font-style: normal;
	transition: 0.3s;
}

table.team td a:after {
	position: absolute;
	content: '\f0e0';
	top: 50%;
	text-align: center;
	left: 50%;
	margin: -11px 0px 0px -20px;
	font-family: FontAwesome;
	width: 41px;
	height: 41px;
	color: white;
	text-indent: 0px;
	font-size: 21px;
}

table.team td a:hover {
	background: #d2933a;
}

@media screen and (max-width: 700px) {
	table.team td {
		width: 49.5%;
	}

	table.team tr td {
		background: white !important;
	}

	table.team tr:nth-child(4n+2) td,
	table.team tr:nth-child(4n+3) td {
		background: #f4f4f4 !important;
	}
}

@media screen and (max-width: 500px) {
	table.team {
		max-width: 366px;
		margin: 0 auto;
	}

	table.team tr td {
		width: 100%;
		min-height: 310px;
		padding-bottom: 71px;
	}

	table.team tr:nth-child(2n+1) td {
		background: #f4f4f4 !important;
	}

	table.team tr:nth-child(2n+2) td {
		background: white !important;
	}
}


/*MEMBERS PAGE =================================================================== */
table.members {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

table.members tbody {}

table.members th,
table.members tfoot td {
	background: #1b2550 !important;
	text-align: left;
	padding: 10px 10px;
	color: white;
}

table.members tr {}

table.members td {
	padding: 10px 10px;
}

table.members td:nth-child(odd) {
	font-weight: bold;
}

table.members tr:nth-child(2n+1) td {
	background: #f4f4f4;
}

/*CONTACT PAGE =============================================================== */

.form {
	margin-top: 25px;
	/*background:rgba(255, 255, 255, 0.75);*/
	transition: 3s;
	transition: 0.3s;
}

::-webkit-input-placeholder {
	color: #A8A8A8;
}

:-moz-placeholder {
	color: #A8A8A8;
}

::-moz-placeholder {
	color: #A8A8A8;
}

:-ms-input-placeholder {
	color: #A8A8A8;
}

.form ul {
	padding: 0 !important;
}

.form ul li {
	padding-left: 0 !important;
	border: 0px;
	background: #ffffff !important;
}

.form ul li:before {
	display: none;
}

.form input {
	padding: 5px 2%;
}

.form .inputText {
	width: 100%;
}

.form img {
	border: none !important;
	border-radius: 3px;
	margin: 0px !important;
	padding: 1px 0px 2px 0px;
	position: absolute;
	top: 0px;
	right: 0;
	width: 100px !important;
}

.form input,
.form select,
.form textarea {
	outline: 0;
	border: none;
	background-color: #e2e2e2;
	padding: 9px 2%;
	margin: 0;
	border-right: none;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
	transition: 0.3s;
	/* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
	box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.form textarea {
	margin-top: 5px;
	padding: 5px 1%;
	width: 100%;
	height: 70px;
	resize: vertical;
}

/*.form input[type="radio"], .form input[type="checkbox"]  {border: none !important; background:none !important; -moz-box-shadow:none !important;  -webkit-box-shadow:none !important;  box-shadow:none !important;}*/

.form button,
.form input[type="submit"] {
	position: relative;
	width: 100%;
	border: none;
	padding: 8px 20px;
	font-size: 19px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	margin-top: 0;
	outline: 0;
	background: #de9e3b;
	color: #fff;
	cursor: pointer;
	vertical-align: top;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 3px rgba(117, 116, 116, 0.32);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.22);
	transition: 0.4s, margin-top 0.0s;
}

.form button:hover,
.form input[type="submit"]:hover {
	background: #eca639;
	color: white;
}

.form button:active,
.form input[type="submit"]:active {}

.form button:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 17px;
	color: #fff;
}

.form label {
	display: none;
	margin-top: -20px;
	color: #53320C
}

.catcha {
	height: 32px;
}

.form .captchaText {
	border-radius: 0px;
	margin: 0px !important;
	padding: 6px 4px 7px 4px;
	border-radius: 1px;
	position: absolute;
	top: 4px;
	text-align: center;
	right: 0;
	color: #d2933a;
	font-weight: bold;
	width: 95px !important;
	background: #e4e4e4;
	box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.form img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.inputsFull {
	padding: 0;
	list-style: none !important
}

.inputsFull label {
	margin-top: 10px;
}

.inputsFull li {
	width: 47.5%;
	float: left;
}

/*.inputsFull li:nth-child(odd) {margin-left:5%; }*/


/* FORM VALIDATION */
div.formErrors {
	display: none !important;
}

.error {
	background: url(/templates/client/images/asterisc.png) no-repeat right -26px !important;
	background-color: #f15555 !important;
	color: white;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
	transition: 0.3s, background-color 0.3s !important;
	box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.26);
}

.error::-webkit-input-placeholder {
	color: #fff;
}

.error:-moz-placeholder {
	color: #fff;
}

.error::-moz-placeholder {
	color: #fff;
}

.error:-ms-input-placeholder {
	color: #fff;
}

.required {
	background: url(/templates/client/images/asterisc.png) no-repeat right 5px;
}

.form label.error {
	display: none !important;
}

.form select.required {
	background-position: right 29px top 1px;
}

.form select.error {
	background-position: right 29px top -30px !important;
}

.form textarea.error {
	background: url(/templates/client/images/asterisc.png) no-repeat right -30px;
}

/* FORM HIGHLIGHT */
.highlight {}

.highlight label {
	text-shadow: 1px 1px 10px black;
}

.highlight-selected {
	background-color: #FF0;
}

@media screen and (max-width: 700px) {
	.inputsFull li {
		width: 100% !important;
		margin: 0 !important;
	}

	.form .captchaText {
		padding: 5px 4px 3px 4px;
	}
}


/*BLOG=============================================*/
.blogitem {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 22px;
}

.date {
	display: inline-block;
	color: #939393;
	border: 1px solid #d2933a;
	padding: 0 9px 2px 9px;
	font-size: 15px;
}

.category {
	display: inline-block;
	background: #d2933a;
	color: white !important;
	border: 1px solid #d2933a;
	padding: 0 7px 2px 7px;
	text-decoration: none !important;
	font-size: 15px;
	transition: 0.3s;
}

.category:hover {
	background: black;
	border: 1px solid black;
}

.blog_thumb {
	text-decoration: none !important;
}

.blog_thumb img {
	float: left;
	display: inline-block;
	margin-right: 15px;
	border-radius: 3px;
}

.pageContainer {
	margin-top: 10px;
}

.pageContainer span {
	color: #B7B7B7;
	margin: 0 3px;
	font-size: 23px;
}

.pageContainer a {
	display: inline-block;
	margin: 0 3px;
	font-size: 23px;
}

.datecatText {
	display: inline-block;
	color: #939393;
	border: 1px solid #d2933a;
	padding: 0 5px 2px 5px;
	border-radius: 3px;
}

.datecatText a {
	font-weight: bold;
}

.back {
	background: #34b7b2;
	color: white !important;
	padding: 0 9px 2px 9px;
	border-radius: 3px;
	text-decoration: none !important;
	transition: 0.3s;
}

.back:hover {
	background: black;
}

@media screen and (max-width: 450px) {
	.blog_thumb img {
		float: none;
		width: 100%;
		height: auto;
		max-width: 260px;
	}
}



/* Gallery============================ */
#gallery-categories {
	list-style: none !important;
	padding: 0;
	margin: 0 0 10px 0;
}

#gallery-categories li {
	float: left;
	position: relative;
	width: 33.33%;
	margin: 0;
	padding: 15px 10px 45px 10px !important;
	box-sizing: border-box;
	border: none;
}

#gallery-categories li:before {
	display: none;
}

#gallery-categories li a {
	position: relative;
	display: block;
}

#gallery-categories li a span {
	position: relative;
	display: block;
	width: 100%;
	margin: 2px 0 0 0;
	line-height: 25px;
	padding: 3px 9px 3px 9px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #5C9D43;
	box-sizing: border-box;
	transition: 0.3s;
}

#gallery-categories li a span:after {
	content: '\f105';
	position: absolute;
	right: 12px;
	top: 50%;
	font-size: 28px;
	margin-top: -13px;
	font-family: fontAwesome;
	transition: 0.3s;
}

#gallery-categories li:hover a span {
	background: #5EB33D;
}

#gallery-categories li a img {
	display: block;
	width: 100%;
	height: auto;
}

#gallery-pager {
	position: relative;
}

#gallery-pager ul {
	list-style: none;
	padding: 0 0 40px 0;
	margin: 0 0 -40px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

#gallery-pager ul li {
	display: inline-block;
	margin: 0.2em;
	padding: 0 0 3px 0 !important;
	border-left: none;
	border-bottom: 1px solid transparent;
	border-bottom: white 3px solid;
	border-bottom: rgba(255, 255, 255, 0) 3px solid;
}

#gallery-pager ul li:before {
	display: none !important;
}

#gallery-pager ul li.rslides_here {
	border-bottom: #5C9D43 3px solid;
}

#gallery-pager ul li a {
	display: block;
}

#gallery-pager ul li a img {
	display: block;
}

#gallery-pager .prev,
#gallery-pager .next {
	position: absolute;
	width: 25px;
	height: 40px;
	line-height: 40px;
	top: 33px;
	margin-bottom: 0;
	font-size: 31px;
	text-align: center;
	z-index: 2;
	text-decoration: none;
	font-family: FontAwesome;
	background: #F5F3F2;
	border-radius: 2px;
	transition: 0.2s;
}

#gallery-pager .prev {
	left: -2%;
	box-shadow: 4px 0 6px -3px rgba(0, 0, 0, 0.45);
}

#gallery-pager .next {
	right: -2%;
	box-shadow: -4px 0 6px -3px rgba(0, 0, 0, 0.45);
}

#gallery-pager .prev:hover,
#gallery-pager .next:hover {
	width: 35px;
}

#gallery-pager ul.js::-webkit-scrollbar {
	display: none;
}

#gallery-photos {
	position: relative;
}

#gallery-photos ul li {
	padding: 0 !important;
	border-left: none;
}

#gallery-photos ul li:active,
#gallery-photos ul li:target {
	display: block !important;
}

#gallery-photos ul li:before {
	display: none !important;
}

#gallery-photos .prev,
#gallery-photos .next {
	text-shadow: 2px 0 1px #FFF, 0 2px 1px #FFF, -2px 0 1px #FFF, 0 -2px 1px #FFF;
	background: #F5F3F2;
	border-radius: 2px;
	position: absolute;
	width: 50px;
	height: 200px;
	line-height: 200px;
	top: 50%;
	margin-top: -100px;
	bottom: 0;
	font-size: 45px;
	text-align: center;
	z-index: 2;
	font-family: FontAwesome;
	text-decoration: none;
	transition: 0.2s;
}

#gallery-photos .prev {
	left: -4%;
	box-shadow: 4px 0 7px -3px rgba(0, 0, 0, 0.45);
}

#gallery-photos .next {
	right: -4%;
	box-shadow: -4px 0 7px -3px rgba(0, 0, 0, 0.45);
}

#gallery-photos .prev:hover {
	width: 60px;
	box-shadow: 4px 0 11px -3px rgba(0, 0, 0, 0.55);
}

#gallery-photos .next:hover {
	width: 60px;
	box-shadow: -4px 0 11px -3px rgba(0, 0, 0, 0.55);
}

#gallery-caption {
	display: block;
	margin: 2px 0 0 0;
	background: #5C9D43;
	text-align: center;
	font-size: 17px;
	padding: 3px 0;
	color: #FFF;
	box-sizing: border-box;
}

.back {
	position: absolute;
	top: 24px;
	right: 0;
	margin-left: -65px;
	width: 154px;
	z-index: 10;
	background: #CB1D20;
	border-radius: 0 0 2px 2px;
	padding: 2px 3px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	text-decoration: none !important;
	border: none;
}

.back:hover {
	background: #E4171B;
}

@media screen and (max-width: 750px) {
	#gallery-categories li {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	#gallery-pager {
		display: none;
	}

	#gallery-categories li {
		float: none;
		display: block;
		margin: 0px auto -46px auto;
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (max-width: 360px) {

	#gallery-photos .prev,
	#gallery-photos .next {
		height: 80px;
		line-height: 80px;
		margin-top: -40px;
	}
}



/* ResponsiveSlides */
ul.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

ul.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

ul.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}


/* FOOTER*/
footer {
	overflow: hidden;
	text-align: center;
	padding: 30px 3%;
}

footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 23px 8px;
	font-size: 13px;
	line-height: 19px;
}

footer .inner .logo {
	margin-top: 5px;
	display: inline-block;
}

.schema {
	display: inline;
	float: right;
	text-align: right
}

.name {
	font-weight: bold;
}

.phones a {
	color: #737271 !important;
}

@media screen and (max-width: 670px) {
	footer .inner {
		text-align: center;
	}

	footer .inner .logo {
		margin: 5px auto 10px;
		display: inline-block;
	}

	.schema {
		display: block;
		float: none;
		text-align: center
	}
}