@font-face {
	font-family: 'Candara';
	src: url('font/Candara_9155.eot?#iefix') format('embedded-opentype'),
			url('font/Candara_9155.otf')	format('opentype'),
		url('font/Candara_9155.woff') format('woff'),
		url('font/Candara_9155.ttf')	format('truetype'),
		url('font/Candara_9155.svg#Candara_9155') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSans';
	src: url('font/GillSansMTPro-Book.eot?#iefix') format('embedded-opentype'),
			url('font/GillSansMTPro-Book.otf')	format('opentype'),
		url('font/GillSansMTPro-Book.woff') format('woff'),
		url('font/GillSansMTPro-Book.ttf')	format('truetype'),
		url('font/GillSansMTPro-Book.svg#GillSansMTPro-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import "animate.css";

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	outline: none;
}
body {
	background: #ffffff;
	color: #5b605f;
	font: 20px/28px 'Candara', Arial, Tahoma, Helvetica, Verdana;
	font-weight: normal;
}
header {
	font-family: 'GillSans';
	padding-top: 30px;
}
@media only screen and (max-width: 767px) {
	header {
		padding-top: 10px;
	}
}
img {
	max-width: 100%;
}
.profile_image {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
@media (max-width: 767px) {
	img {
		width: 100%;
	}
}

.services_img {
	float:right;
	max-width: 400px;
	margin:0 0 30px 20px;
}
@media only screen and (max-width: 767px) {
	.services_img {
		float:none;
		display:block;
		margin:0 auto 20px auto;
	}
}
.services_img img {
	max-width:100%;
	height:auto;
}
a {
	color: #464646;
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#content ul {
	list-style: disc;
	margin:0 0 30px 30px;
}
#content li {
	padding-left:16px;
	padding-bottom:8px;
}
/*blockquote {
	font-style:italic;
	color:#a2a19e;
	margin:0;
}*/
em, i, .italic {
	font-style: italic;
}
strong, b, .bold {
	font-weight: bold;
}
p.eclp {
	padding-top:30px;
	padding-bottom:0;
	font-size:14px;
	line-height:18px;
	text-align:right;
}
p.eclp a {
	color:inherit;
}
p.eclp a:hover {
	color:#d9101c;
}
p.eclpimg {
	padding: 3%;
	border: 1px solid #dbd7d2;
}
.small {
	font-size:90%;
	line-height: 1.5em;
}
.uppercase {
	text-transform: uppercase;
}
.notransform {
	text-transform: none;
}
.nodisplay {
	display: none;
}
.clear {
	clear: both;
}
#content {
	overflow: hidden;
}
ul.list {
	margin:0 0 30px 0 !important;
	list-style:none !important;
}
ul.list li {
	padding: 0.1em 2em;
}
ul.list li:before {
	content: '\f00c'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 2em; /* same as padding-left set on li */
	margin-left: -2em; /* same as padding-left set on li */
	color:#d9101c;
}​
.align_center {
	text-align: center;
}
.back-grey {
	background-color: #f6f6f6;
}
.back-midgrey {
	background-color: #dcd9d4;
}
.back-darkgrey {
	background-color: #c9c6c2;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'GillSans';
}
@media only screen and (max-width: 979px) {
	h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 479px) {
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
}
h3 {
	font-size: 34px;
	line-height: 46px;
	font-weight: 300;
	font-family: 'GillSans';
	margin-bottom: 10px;
}
h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	font-family: 'Candara';
	margin-bottom: 10px;
}

.more-link {
	display: inline-block;
	background-color: #464646;
	text-transform: uppercase;
	font-family: 'GillSans';
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	cursor: pointer;
}
.more-link .fa {
	display: inline-block;
	background-color: #d9101c;
	line-height: 30px;
	padding: 10px 18px;
}
.more-link span.more {
	display: inline-block;
	padding-top: 10px;
	padding-left: 21px;
	padding-right: 27px;
}
@media only screen and (max-width: 979px) {
	.more-link span.more {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.more-link:hover {
	background-color: #d9101c;
}
hr {
	clear:both;
	border-color:#5b605f;
	border-width:2px;
	border-top:none;
	margin:30px 0;
	height:0px;
}
/*========================================================
										header
=========================================================*/
.header-logo {
	float: left;
}
.header-logo h1 {
	color: #5b605f;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin:0;
}
.header-logo a {
	display: inline-block;
	background:url(../images/logo.jpg) no-repeat;
	width:630px;
	height:140px;
	text-indent:-9999px;
}
@media only screen and (max-width: 767px) {
	.header-logo {
		float: none;
	}
	.header-logo a {
	width:100%;
	height:100px;
	background-size: contain;
	}
	.header-contacts {
	display:none;
	}
}
.header-contacts {
	float: right;
	/*padding-top: 50px;*/
}
.header-contacts .contact-info {
	overflow: hidden;
}
.header-contacts .facebook {
	text-align: right;
	display: block;
	height: 53px;
	line-height: 53px;
	padding-right: 68px;
	background: url(../images/icon-facebook.jpg) right no-repeat;
}
@media only screen and (max-width: 767px) {
	.header-contacts .contact-info {
		margin-left: 0;
	}
}
.header-contacts .orange {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 0 !important;
}
facebook
@media only screen and (max-width: 767px) {
	.header-contacts {
		float: none;
		text-align: center;
	}
}
.orange, p a {
	color: #d9101c;
}
p a:hover {
	color:#5b605f;
}
.orange a {
	color:inherit;
}
.light {
	color:#aaa8a5;
}
fs80 {
	font-size:80%;
}
.dark {
	color: #5b605f;
}
.dark1 {
	color: #464646;
}
.header-top {
	padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.header-top {
		padding-top: 5px;
	padding-bottom:15px;
	}
}
.header-bottom {
	background-color: #dbd7d2;
}
.lh40 {
	line-height: 40px;
}
/*========================================================
									 menu
=========================================================*/
nav ul {
	display: inline-block;
}
.sf-menu {
	background-color: #dbd7d2;
	border-left: 1px #b4b0ab solid;
	border-right: 1px #b4b0ab solid;
	width:100%;
	display:table;
}
@media only screen and (max-width: 767px) {
	.sf-menu {
		background-color: #ffffff;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}
.sf-menu > li {
	display: table-cell;
	position: relative;
	margin: 0;
	border-right: 1px #b4b0ab solid;
	height:70px;
	width:auto;
}
.sf-menu > li:last-child {
	border: none;
}
.sf-menu > li > a {
	display: block;
	height:30px;
	line-height: 30px;
	padding: 20px 15px;
	color: #464646;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-family: 'GillSans', Tahoma;
}
/*.sf-menu > li.twolines a {
	padding: 15px 0;
	height: 58px;
}*/
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
	/*background-color: #c9c6c2;*/
	color:#d9101c;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu > li:nth-child(odd) > a {
	background-color: #c9c6c2;
}
.sf-menu > li.current > a {
	color:#d9101c;
}
.sf-menu > li.sfHover > a:after {
	visibility: visible;
	opacity: 100;
	top: 0;
	bottom: 0;
}
.sf-menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
	position: absolute;
	top: 89px;
	left: 0px;
	background: #dbd7d2;
	padding: 9px -2px;
	width: 228px;
	z-index: 2;
	display: none;
	padding-top: 36px;
	padding-bottom: 29px;
	padding-left: -4px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
	.sf-menu ul {
		left: -47px;
	}
}
.sf-menu ul li {
	line-height: 28px;
	position: relative;
}
.sf-menu ul li.sfHover > a {
	color: light_blue;
}
.sf-menu ul li a {
	font-size: 14px;
	line-height: 15px;
	color: #464646;
	text-decoration: none;
	font-family: 'GillSans', Tahoma, Helvetica, Arial, Verdana;
	font-weight: 600;
}
.sf-menu ul li a:hover {
	color: #d9101c;
}
.sf-menu ul li a:hover {
	color: #d9101c;
}
.sf-menu ul li.sfHover > a {
	text-decoration: none;
	color: #d9101c;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
	position: absolute;
	top: -9px;
	left: 246px;
	background-color: #d9101c;
	z-index: 1;
	padding-top: 31px;
	padding-left: -12px;
	padding-bottom: 22px;
}
.sf-menu ul ul:before {
	content: "";
	display: block;
	position: absolute;
	border: 7px solid transparent;
	border-right: 7px solid #d9101c;
	left: -14px;
	top: 20px;
}
.sf-menu ul ul li {
	line-height: 28px;
}
.sf-menu ul ul li a {
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'GillSans', Tahoma, Helvetica, Arial, Verdana;
	font-weight: 600;
}
.sf-menu ul ul li a:hover {
	color: #5b605f;
}
/*.current {
	background-color: #d9101c;
}*/
@media only screen and (max-width: 1199px) {
	.sf-menu > li > a {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 979px) {
	.sf-menu > li > a {
		padding: 15px 0;
	font-size:90%;
	}
}
@media only screen and (max-width: 767px) {
	.sf-menu {
		display: none;
		float: none;
	}
	.select-menu {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
}
/* Stuck menu styles
========================================================*/
.isStuck {
	padding: 0px 0;
	padding-bottom: 5px;
	z-index: 999;
	height: 36px;
	background-color: #dbd7d2;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
	line-height: 79px;
}
.isStuck .header_logo_slogan {
	top: 69px;
}
.isStuck .header-navigation {
	margin-top: 0px;
}
/*.isStuck .sf-menu > li > a {
	padding: 0px 79px;
	margin-top: -3px;
}*/
.isStuck .sf-menu ul {
	position: absolute;
	top: 41px;
}
.isStuck .sf-menu ul ul {
	top: -18px;
}
.isStuck .sf-menu {
	border-bottom: none;
}
.isStuck .sf-menu ul {
	width: 218px;
}
@media only screen and (max-width: 1199px) {
	.isStuck {
		display: none !important;
	}
}
/*========================================================
									 carousel
=========================================================*/
#owl {
	overflow: hidden;
	z-index: 1;
	color: #fff;
	position: relative;
	margin-top: -1px;
	padding: 0px 0px 68px;
	display: none;
	border-bottom: 1px #ececec solid;
}
#owl .owl-item {
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-top: 69px;
}
#owl .item {
	overflow: hidden;
	position: relative;
}
#owl .item .item-title {
	margin-bottom: 5px;
	padding-top: 10px;
	color: #5b605f;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 80px;
	font-family: 'GillSans';
	font-weight: 300 !important;
}
@media only screen and (max-width: 979px) {
	#owl .item .item-title {
		font-size: 60px;
		line-height: 60px;
	}
}
@media only screen and (max-width: 479px) {
	#owl .item .item-title {
		font-size: 40px;
		line-height: 40px;
	}
}
#owl .item .item-quote {
	margin-bottom: 14px;
	padding-top: 21px;
	color: #5b605f;
	font-size: 20px;
	line-height: 25px;
	font-family: 'GillSans';
	text-transform: uppercase;
	font-weight: 300;
}
.owl-wrapper-outer {
	overflow: hidden;
	padding-top: 0px;
}
.owl-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#owl .owl-prev,
#owl .owl-next {
	position: absolute;
	padding-top: 18px;
	top: 94px;
	height: 36px;
	width: 42px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	color: #464646;
}
#owl .owl-prev:before,
#owl .owl-next:before {
	display: block;
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 24px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}
#owl .owl-prev:hover,
#owl .owl-next:hover {
	color: #d9101c;
}
@media only screen and (max-width: 767px) {
	#owl .owl-prev,
	#owl .owl-next {
		position: relative;
		top: auto;
	}
}
#owl .owl-prev {
	right: 59px;
}
#owl .owl-prev:before {
	content: '\f053';
}
@media only screen and (max-width: 767px) {
	#owl .owl-prev {
		float: left;
		right: auto;
		margin-right: 10px;
	}
}
#owl .owl-next {
	right: 2px;
}
#owl .owl-next:before {
	content: '\f054';
}
/* Owl content */
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
/*========================================================
										block wrap3
=========================================================*/
.wrap3 p.orange {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.wrap3 p.orange {
		padding-bottom: 0;
	}
}
.wrap3 .more-link {
	margin-top: 19px;
}
@media only screen and (max-width: 767px) {
	.wrap3 .more-link {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.wrap3 .grid_4 {
		padding-bottom: 40px;
	}
}
.pt87 {
	padding-top: 87px;
}
@media only screen and (max-width: 767px) {
	.pt87 {
		padding-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	h2.pt87 {
		padding-top: 0;
	}
}
/*========================================================
									 block label post
=========================================================*/
.label-post {
	padding-top: 51px;
	padding-bottom: 51px;
}
.label-post .label {
	width: 170px;
	height: 170px;
	border-radius: 500px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.label-post .label {
		margin-bottom: 10px;
		float: none;
	}
}
.label-post .post-info h3 {
	margin-top: -6px;
}
@media only screen and (max-width: 767px) {
	.label-post {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
.pb92 {
	padding-bottom: 92px;
}
.pb24 {
	padding-bottom: 24px;
}
.pb32 {
	padding-bottom: 32px;
}
.pb39 {
	padding-bottom: 39px;
}
p {
	padding-bottom: 15px;
}
.pb0 {
	padding-bottom: 0px;
}
.pb16 {
	padding-bottom: 16px;
}
.circle {
	width: 90px;
	height: 90px;
	border-radius: 500px;
	background-color: #464646;
	color: #ffffff;
	text-align: center;
	line-height: 90px;
	font-family: 'GillSans';
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
	.circle {
		margin-bottom: 0;
	}
}
.regular {
	font-weight: 400;
}
.pt12 {
	padding-top: 12px;
}
.pt18 {
	padding-top: 18px;
}
.pt32 {
	padding-top: 32px;
}
.mt25 {
	margin-top: 25px;
}
.pt43 {
	padding-top: 43px;
}
.pt63 {
	padding-top: 63px;
}
.pr15 {
	padding-right: 15px;
}
.listing ul {
	padding-top: 4px;
	padding-left: 29px;
	padding-bottom: 43px;
}
.listing ul li {
	position: relative;
}
.listing ul li a {
	color: #b2b5b4;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 35px;
	font-weight: 300;
	font-family: 'GillSans';
}
.listing ul li a:hover {
	color: #d9101c;
}
.listing ul li:before {
	position: absolute;
	top: -1px;
	left: -29px;
	text-align: center;
	line-height: 36px;
	content: '\f00c';
	font-size: 13px;
	font-weight: 400;
	font-family: 'FontAwesome';
	color: #d9101c;
}
.pb39 {
	padding-bottom: 39px;
}
.pb60 {
	padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.pb60 {
		padding-bottom: 30px;
	}
}
.pb48 {
	padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
	.pb48 {
		padding-bottom: 0;
	}
}
.pt37 {
	padding-top: 37px;
}
.mt26 {
	margin-top: 26px;
}
.ml0 {
	margin-left: 0px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb115 {
	margin-bottom: 115px;
}
@media only screen and (max-width: 767px) {
	.mb115 {
		margin-bottom: 40px !important;
	}
}
.pb45 {
	padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
	.pb45 {
		padding-bottom: 20px;
	}
}
.picture-post {
	padding-bottom: 68px;
}
.picture-post .picture {
	position: relative;
}
.picture-post .picture .picture-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #464646;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'GillSans';
	font-size: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 12px;
	display: block;
}
.picture-post .picture .picture-info:hover {
	background-color: #d9101c;
}
.bb {
	border-bottom: 1px #ececec solid;
}
.pt61 {
	padding-top: 61px;
}
@media only screen and (max-width: 767px) {
	.pt61 {
		padding-top: 31px;
	}
}
.circle2 {
	width: 70px !important;
	height: 70px !important;
	line-height: 70px;
}
.pl16 {
	padding-left: 16px;
}
.pb61 {
	padding-bottom: 61px;
}
.pb37 {
	padding-bottom: 37px;
}
.pb8 {
	padding-bottom: 8px;
}
.pb64 {
	padding-bottom: 64px;
}
.pt45 {
	padding-top: 45px;
}
.pb0 {
	padding-bottom: 0;
}
/*.orange {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.orange {
		padding-bottom: 0;
	}
}*/
.pb8 {
	padding-bottom: 8px;
}
.conf-pad-p {
	padding-top: 7px;
	padding-bottom: 43px;
}
.lable-big {
	width: 270px !important;
	height: 270px !important;
}
.pb116 {
	padding-bottom: 116px;
}
@media only screen and (max-width: 767px) {
	.pb116 {
		padding-bottom: 20px;
	}
}
.pb122 {
	padding-bottom: 122px;
}
/*========================================================
										map
=========================================================*/
.block-map {
	position: relative;
	float: left;
}
@media only screen and (max-width: 1530px) {
	.block-map {
		float: none;
	}
}
.block-map {
	height: 411px;
	width: 100%;
	margin-bottom: 24px;
}
@media only screen and (max-width: 1530px) {
	.block-map {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.block-map {
		height: 300px;
	}
}
.map {
	padding-top: 11px;
	padding-bottom: 12px;
}
.map img {
	max-width: inherit;
}
.map #map-canvas {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.map #map-canvas {
		height: 300px;
	}
}
.map figure {
	display: block;
	padding-top: 56px;
	margin-bottom: 24px;
}
.map figure iframe {
	width: 100%;
	height: 430px;
	max-width: 100%;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.contact-text {
	padding-bottom: 66px;
}
.contact-text a {
	color: #bbbaba;
	text-decoration: underline;
}
.contact-text a:hover {
	color: #d9101c;
}
.pt24 {
	padding-top: 24px;
}
@media only screen and (max-width: 979px) {
	.contact-item .f_right {
		float: left;
	}
}
@media only screen and (max-width: 767px) {
	.contact-item .f_right {
		float: right;
	}
}
/*========================================================
										contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
	position: relative;
}
#contact-form .inline {
	display: inline;
	line-height: 50px;
	padding: 0;
}
#contact-form .inline input[type="radio"], #contact-form input[type="checkbox"] {
	margin-top: 20px;
}
#contact-form .half {
	width: 48%;
	margin-bottom: 8px;
}
#contact-form .full {
	width: 100%;
	margin-bottom: 8px;
}
#contact-form label, #contact-form .label {
	width: 39%;
	line-height: 30px;
	padding: 10px 0;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form label.textarea {
	width:100%;
}
#contact-form fieldset {
	border: none;
}
label.cb {
	margin-left: 30px;
	width: 100% !important;
	line-height: 24px !important;
	padding: 4px 0;
}
label.cb input {
	float: left;
	margin-left: -30px;
	margin-right: 10px;
	margin-top: 6px !important;
}
p.success {
	background: green;
	color: #fff;
	text-align:center;
}
p.error {
	background: #d9101c;
	color: #fff;
	text-align:center;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
	width: 100% !important;
	color: #464646;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-family: 'Candara';
	padding: 14px 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
}
#contact-form ._placeholder.focused {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form .file ._placeholder {
	display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
	width: 60%;
	color: #464646;
	padding: 14px 17px;
	outline: none;
	height: 50px;
	font-size: 20px;
	font-family: 'Candara';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background-color: #ffffff;
	border: 1px #cacaca solid;
}
/*#contact-form .half {
	width: 49% !important;
	color: #464646;
	padding: 14px 17px;
	outline: none;
	font-weight: 400;
	height: 50px;
	font-size: 20px;
	font-family: 'Candara';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 8px 0;
	background-color: #ffffff;
	border: 1px #cacaca solid;
	position: relative;
	display: inline-block;
}
#contact-form .full {
	width: 100% !important;
	color: #464646;
	padding: 14px 17px;
	outline: none;
	font-weight: 400;
	height: 50px;
	font-size: 20px;
	font-family: 'Candara';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 8px 0;
	background-color: #ffffff;
	border: 1px #cacaca solid;
	position: relative;
	display: inline-block;
}*/
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
#contact-form input.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 6px 12px;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
	display: table-cell;
	border-collapse: separate;
	float: none !important;
}
#contact-form .input-group-btn label {
	width: auto;
	margin-left: -1px;
}
#contact-form .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
#contact-form .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form .btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
#contact-form .btn-default:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
	outline-offset: -2px;
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
	width: 100%;
	font-weight: 400;
	font-family: Arial;
	padding: 14px 17px;
	font-size: 20px;
	color: #464646;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	min-height: 129px;
	background-color: #ffffff;
	border: 1px #cacaca solid;
}
#contact-form textarea ._placeholder {
	padding:0 !important;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
	position: absolute;
	right: 3px;
	top: 2px;
	color: red;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
	height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	background-image: url('../images/form-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
}
#contact-form.processing .contact-form-loader {
	opacity: 1;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
	overflow: hidden;
}
#contact-form .modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	font-family: Arial, "Times New Roman", sans-serif;
	font-size: 13px;
}
#contact-form .modal h4 {
	font-weight: bold !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #000 !important;
	font-size: 15px;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px;
	color: #525151 !important;
}
.modal-dialog {
	width: 600px;
	margin: 10px auto;
}
@media only screen and (max-width: 768px) {
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}
}
/* Contact Form Close icon 
========================================================*/
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000 !important;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000 !important;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.contact-form-body {
	padding-bottom: 114px;
}
.contact-form-body .dark-2-title {
	padding-bottom: 25px;
}
label.name,
label.email {
	width: 32% !important;
}
/*label.half {
	width: 49% !important;
}
label.full {
	width: 100% !important;
}*/
@media only screen and (max-width: 1199px) {
	label.name,
	label.email {
		width: 100% !important;
	}
}
.f_right {
	float: right;
}
.button-send {
	padding-top: 11px;
	text-align: center;
}
.button-send a {
	margin-right: 15px;
}
@media only screen and (max-width: 479px) {
	.button-send a {
		margin-bottom: 15px;
	}
}
.button {
	display: inline-block;
	background-color: #464646;
	padding: 12px 15px;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	font-size:18px;
	line-height:20px;
}
.button:hover {
	background-color: #d9101c;
}
.button-light {
	display: inline-block;
	background-color: #dbd7d2;
	padding: 14px 23px;
	color: #ffffff;
	border: none;
	font-size:18px;
	line-height:20px;
}
.button-light:hover {
	background-color: #d9101c;
	color: #ffffff;
}
input[type="reset"] {
	margin-right: 15px;
}
.textarea span.empty-message,
.textarea span.error-message {
	top: 21px !important;
}

/*========================================================
										footer
=========================================================*/
.page-text {
	padding-top: 39px;
	padding-bottom: 98px;
}
.page-text p {
	padding-bottom: 21px;
}
.page-text a {
	color: #bbbaba;
	text-decoration: underline;
}
.page-text a:hover {
	color: #d9101c;
}
footer {
	height: 113px;
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.home footer {
	border-top: 35px solid #e5e3df;
}
@media only screen and (max-width: 479px) {
	footer p {
		padding-top: 15px;
	}
}
footer span,
footer a {
	color: #a1a194;
	font-size: 15px;
	font-family: 'GillSans';
	font-weight: 300;
}
footer a:hover {
	color: #d9101c;
}
footer .footer-logo {
	float: left;
	padding-top: 85px;
	padding-right: 27px;
}
footer .footer-logo .logo-icon {
	float: left;
	color: #ffffff;
	font-size: 29px;
	width: 52px;
	height: 52px;
	background-color: #d9101c;
	text-align: center;
	border-radius: 500px;
}
footer .footer-logo .logo-icon .fa {
	line-height: 52px;
}
footer .footer-logo .logo-text {
	float: right;
	padding-left: 21px;
	padding-top: 9px;
}
footer .footer-logo .logo-quote {
	font-size: 9px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'GillSans';
	padding-top: 0px;
}
footer .footer-logo h1 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 300;
	font-family: 'GillSans';
}
footer .footer-logo a {
	display: inline-block;
}
@media only screen and (max-width: 479px) {
	footer .footer-logo {
		float: none;
	}
}
footer .footer-socials {
	padding-top: 86px;
}
footer .footer-socials li {
	float: left;
	margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
	footer .footer-socials li {
		margin-bottom: 12px;
	}
}
footer .footer-socials li a {
	display: inline-block;
	width: 51px;
	height: 51px;
	border-radius: 500px;
	background-color: #28282a;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
}
footer .footer-socials li a .fa {
	line-height: 51px;
}
footer .footer-socials li a:hover {
	background-color: #d9101c;
}
@media only screen and (max-width: 767px) {
	footer .footer-socials {
		float: none;
	}
}
@media only screen and (max-width: 479px) {
	footer .footer-socials {
		padding-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	footer img {
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	footer .align_center {
		text-align: left;
		padding-top: 10px;
	}
}
.mb115 {
	margin-bottom: 115px;
}
.pl9 {
	padding-left: 9px;
}
/*========================================================
										totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 50px !important;
	border-radius: 50px;
	height: 45px;
	width: 45px;
	background-color: #ccc;
	text-align: center;
	color: #ffffff;
	z-index: 999;
	color: white;
	font-size: 22px;
	line-height: 45px;
}
#toTop:hover {
	background-color: #d9101c;
}
@media only screen and (max-width: 1199px) {
	#toTop {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	#toTop {
		display: none !important;
	}
}
@media only screen and (max-width: 320px) {
	#toTop {
		display: none !important;
	}
}
.slide-bg {
	height: 600px;
}
@media only screen and (max-width: 1400px) {
	.slide-bg {
		height: 405px;
	}
}
@media only screen and (max-width: 1199px) {
	.slide-bg {
		height: 330px;
	}
}
@media only screen and (max-width: 979px) {
	.slide-bg {
		height: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.pt-res {
		margin-top: 15px !important;
	}
}
@media only screen and (max-width: 979px) {
	.pl-res {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.pl-res {
		padding-left: 0;
	}
}

blockquote:before {
	content:'"';
    float: left;
    position: relative;
    width: 0px;
	font-size: 100px;
    color: #c9c6c2;
    left: -55px;
    top: 20px;
    opacity: 0.3;
}
blockquote:after {
	content:'"';
    float: right;
    position: relative;
    width: 0px;
	font-size: 100px;
    color: #c9c6c2;
    right: 0px;
    bottom: 20px;
    opacity: 0.2;
}

.w_65 {
	clear:both;
	float:left;
	width:65%;
}
.w_65 ul {
	margin-bottom:10px !important;
}
.w_65 span {
	color:#d9101c;
}
.w_30 {
	float:right;
	width:30%;
	margin-left:5%;
	color:#c9c6c2;
}

.h_20 {
	height:20px;
}