/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:500,900italic,900,400italic,100,700italic,300,700,500italic,100italic,300italic,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700);
/* Global properties ======================================================== */
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
::selection {
	background: #482918!important;
	color: #fff
}
::-moz-selection {
background:#482918!important;
color:#fff
}
a {
	color: #262428;
	text-decoration: underline;
	outline: none
}
a:hover {
	color: #262428;
	text-decoration: none;
	outline: none
}
body {
	background: #482918;
	border: 0;
	font: 14px 'Roboto', Arial, Helvetica, sans-serif;
	color: #262428;
	line-height: 1.571429;
	min-width: 320px;
}
.container {
	position: relative;
	min-width: 320px;
}
#main {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/* Page Animated item Styles */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ============================= header ====================== */

#top {
	position: relative;
	z-index: 60;
	min-height: 134px;
	background: url(../images/wave1.png) 0 0 repeat-x;
}
.top_inner {
	position: relative;
}
header {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 5px;
}
/* ============================= content ====================== */
.breadcrumbs1_wrapper {
	background: #fffdf2;
	padding: 30px 0;
}
.breadcrumbs1 {
	padding: 0;
	margin-top: 0px;
	line-height: 20px;
	color: #343434;
	font-size: 14px;
	font-weight: 700;
	background: none;
}
.breadcrumbs1 a {
	color: #940101;
	text-decoration: none;
}
.breadcrumbs1 a:hover {
	color: #940101;
	text-decoration: underline;
}
.breadcrumbs1 span {
	display: inline-block;
	margin: 0 5px;
	color: #343434;
}
#content {
	position: relative;
	background: #fffdf2;
	padding-top: 0px;
	padding-bottom: 50px;
}
/* ============================= blog ====================== */
.content-part {
}
.post {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.post .post-header {
	position: relative;
}
.post .post-header .post-image {
	position: relative;
}
.post .post-header .post-image a {
	display: block;
	text-decoration: none;
	background: #b1714e;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.post .post-header .post-image a img {
	position: relative;
	width: 100%;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.post .post-header .post-image a:hover img {
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.post .post-header .post-image a em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/zoom1.png) center center no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.post .post-header .post-image a:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post .post-header .post-slide {
	position: relative;
}
.post .post-header .post-video {
	position: relative;
	padding-bottom: 56%;
}
.post .post-header .post-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.post .post-header .post-link {
	padding: 70px 25px;
	background: url(../images/post_link.jpg) center center no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	color: #fffdf2;
	font-style: italic;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
	word-wrap: break-word;
}
.post .post-header .post-link-dark {
	padding: 70px 25px;
	background: url(../images/post_link2.jpg) center center no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	font-style: italic;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
	word-wrap: break-word;
}
.post .post-story {
}
.post .post-story .by {
	font-weight: 700;
	color: #141414;
	padding-bottom: 15px;
}
.post .post-story .by a {
	color: #940101;
}
.post .post-story .additional {
	padding-bottom: 15px;
}
.post .post-story .additional .date {
	float: right;
	background: #940101;
	padding: 10px 5px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	min-width: 55px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.post .post-story .additional .more {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding: 7px 0;
	margin-top: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #6f6f6f;
}
.post .post-story .additional .more .more-comments {
	padding-left: 25px;
	background: url(../images/ic-comments.png) left center no-repeat;
	padding-right: 15px;
}
.post .post-story .additional .more .more-view {
	padding-left: 25px;
	background: url(../images/ic-view.png) left center no-repeat;
	padding-right: 15px;
}
.post .post-story .additional .more .more-type {
	padding-left: 25px;
	background: url(../images/ic-type.png) left center no-repeat;
}
.post .post-story .post-story-body {
}
.post .post-story .post-story-link {
	text-align: right;
	padding-bottom: 10px;
}
.pager-wrapper {
	text-align: right;
}
.pager {
	display: inline-block;
	text-align: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	font-style: none;
}
.pager li {
	margin-right: 5px;
	float: left;
}
.pager li > a {
	border: none;
	padding: 3px;
	border-radius: 0px;
	background: #fff;
	color: #141414;
	text-align: center;
	min-width: 40px;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #ececec;
}
.pager li > a:hover {
	color: #fff;
	background: #940101;
	border-color: #940101;
}
.pager li.active > a {
	background: #fff;
	color: #940101;
	cursor: default;
	border-color: #ececec;
}
.pager .next > a {
	float: none;
}
.sidebar-part {
}
.sidebar-block {
	margin-bottom: 30px;
	position: relative;
}
.sidebar-block .sidebar-block-title {
	background: url(../images/sidebar_bg.png) left center no-repeat;
	border-bottom: 1px solid #482918;
	padding: 15px 0 15px 30px;
	margin-bottom: 30px;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 24px;
	line-height: 1;
	color: #482918;
	font-weight: 700;
}
.sidebar-block .sidebar-block-content {
}
.sidebar-block-about {
}
.sidebar-block-about .sidebar-block-content {
	text-align: center;
}
.sidebar-block-about .sidebar-block-content figure {
	display: inline-block;
	margin-bottom: 5px;
}
.sidebar-block-about .sidebar-block-content figure img {
	border: 5px solid #b1714e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.sidebar-block-about .sidebar-block-content .txt1 {
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-block-about .sidebar-block-content .txt2 {
	font-style: italic;
	padding-bottom: 30px;
}
.sidebar-block-about .sidebar-block-content .txt3 {
	border-top: 1px solid #ececec;
	padding-top: 15px;
	font-style: italic;
	font-size: 16px;
	color: #6f6f6f;
	padding-bottom: 15px;
}
.social2 {
	display: inline-block;
	margin: 0;
	padding: 0px 0;
	list-style: none;
}
.social2 li {
	display: inline-block;
	margin: 0 8px 5px 0;
	width: 29px;
	height: 28px;
	float: left;
}
.social2 li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fef9da;
	line-height: 28px;
	text-align: center;
	background: url(../images/social2_ic_bg.png) 0 0 no-repeat;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social2 li a:hover {
	background: url(../images/social2_ic_bg_over.png) 0 0 no-repeat;
	color: #fef9da;
}
.latest {
	margin-bottom: 35px;
}
.latest a {
	display: block;
	text-decoration: none;
}
.latest a figure {
	float: left;
	margin-right: 15px;
	position: relative;
}
.latest a figure img {
	position: relative;
}
.latest a figure em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.latest a:hover figure em {
	opacity: 1;
	filter: alpha(opacity=100);
}
.latest a .caption {
	display: table;
}
.latest a .caption .txt1 {
	color: #141414;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 1;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.latest a:hover .caption .txt1 {
	color: #6f6f6f;
}
.latest a .caption .txt2 {
	color: #6f6f6f;
	font-style: italic;
}
.ul1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ul1 > li {
	font-size: 14px;
	font-family: 'Roboto Slab';
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 20px;
	color: #6f6f6f;
}
.ul1 > li a {
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 30px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover {
	color: #940101;
	text-decoration: none;
}
.flickr {
	padding: 0;
	margin: 0;
	list-style: none;
}
.flickr li {
	display: block;
	float: left;
	padding: 0 17px 17px 0;
}
.flickr li a {
	display: block;
	text-decoration: none;
}
.flickr li a figure {
	position: relative;
}
.flickr li a figure img {
	position: relative;
}
.flickr li a figure em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #482918;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.flickr li a:hover figure em {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tags {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.tags li {
	display: inline-block;
	margin: 0 4px 4px 0px;
	float: left;
}
.tags li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ececec;
	padding: 6px 12px;
	font-weight: 400;
	color: #6f6f6f;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto Slab';
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.tags li a:hover {
	background: #8b4f2e;
	color: #fff;
}
blockquote {
	background: #fffdf2;
	border: 1px solid #e9e9e8;
	font-size: 16px;
	color: #272727;
	font-style: italic;
	padding: 50px 40px;
	box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
	moz-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.num-comments {
	background: url(../images/sidebar_bg.png) left center no-repeat;
	border-bottom: 1px solid #482918;
	padding: 15px 0 15px 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 24px;
	line-height: 1;
	color: #482918;
	font-weight: 700;
}
.comment-block {
	margin-bottom: 30px;
}
.comment-block.left1 {
	margin-left: 90px;
}
.comment-block figure {
	float: left;
	margin-right: 20px;
}
.comment-block figure img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comment-block .caption {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px;
}
.comment-block .caption .top {
	padding-bottom: 20px;
}
.comment-block .caption .top .txt1 {
	float: left;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 12px;
	color: #940101;
	text-transform: uppercase;
	padding-right: 10px;
}
.comment-block .caption .top .txt2 {
	float: left;
	color: #6f6f6f;
	font-size: 12px;
}
.comment-block .caption .txt3 {
	font-style: italic;
	font-size: 16px;
}
.comment-block .caption .txt4 {
	text-align: right;
}
.load-more-comments {
	padding: 20px 0;
}
.live-comment {
	margin-top: 30px;
}
.live-comment .live-comment-title {
	background: url(../images/sidebar_bg.png) left center no-repeat;
	border-bottom: 1px solid #482918;
	padding: 15px 0 15px 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 24px;
	line-height: 1;
	color: #482918;
	font-weight: 700;
}
/* ============================= blog end ====================== */

/* ============================= sl ====================== */
#sl {
	position: relative;
}
.sl_prev, .sl_next {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -17px;
	background: url(../images/prev3.png) 0 0 no-repeat;
	z-index: 2;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.sl_prev:hover, .sl_next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sl_next {
	background: url(../images/next3.png) center center no-repeat;
	left: auto;
	right: 20px;
}
#sl .carousel-box {
	position: relative;
}
#sl .carousel-box .inner {
	position: relative;
	overflow: hidden;
	max-width: none;
	margin: 0;
}
#sl .carousel.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: 0px;
}
#sl .caroufredsel_wrapper {
	padding: 0;
	margin: 0;
}
#sl .caroufredsel_wrapper ul {
	padding: 0;
	margin: 0;
}
#sl .carousel-box ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 300px;
	overflow: hidden;
	padding-right: 0px
}
.sl {
}
.sl .sl_inner {
}
.sl .sl_inner img {
	width: 100%;
}
/* ============================= sl end ====================== */

#home {
	position: relative;
	overflow: hidden;
	margin-top: -35px;
}
.wave2 {
	position: relative;
	margin-top: -21px;
	height: 21px;
	background: url(../images/wave2.png) left top repeat-x;
}
.wave3 {
	position: relative;
	margin-top: -21px;
	height: 21px;
	background: url(../images/wave3.png) left top repeat-x;
}
#history {
	position: relative;
	background: #fffdf2;
	padding: 30px 0 60px;
}
/* ============================= banner ====================== */
#banner_wrapper {
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
}
#banner_inner {
}
#banner {
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
}
.banner_prev {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/prev2.png) left top no-repeat;
	position: absolute;
	left: 2%;
	margin-top: -17px;
	top: 50%;
	z-index: 10;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.banner_prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner_next {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/next2.png) left top no-repeat;
	position: absolute;
	right: 2%;
	margin-top: -17px;
	top: 50%;
	z-index: 10;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.banner_next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#banner .carousel-box {
	position: relative;
}
#banner .carousel-box .inner {
	position: relative;
	overflow: hidden;
	max-width: none;
	margin: 0;
}
#banner .carousel.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: -30px;
}
#banner .caroufredsel_wrapper {
	padding: 0;
	margin: 0;
}
#banner .caroufredsel_wrapper ul {
	padding: 0;
	margin: 0;
}
#banner .carousel-box ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 300px;
	overflow: hidden;
	padding-right: 30px
}
.banner {
}
.banner .banner_inner {
	text-align: center;
}
.banner .banner_inner a {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 0px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover {
	padding-top: 0px;
	padding-bottom: 20px;
}
.banner .banner_inner a img {
	margin-left: auto;
	margin-right: auto;
}
/* ============================= banner end ====================== */

#services {
	position: relative;
	background: url(../images/services_bg.jpg) center bottom no-repeat #fff;
	padding: 50px 0 330px;
}
.hl1 {
	height: 9px;
	background: url(../images/hl1.jpg) 0 0 repeat-x;
}
#gallery {
	position: relative;
	background: #fffcea;
	padding: 50px 0 50px;
}
#team {
	position: relative;
	background: #fff;
	padding: 50px 0 50px;
}
#contacts {
	position: relative;
	background: #fffcea;
	padding: 50px 0 50px;
}
#google_map {
	position: relative;
	width: 100%;
	height: 480px;
}
/* ============================= footer ====================== */
.bot1_wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #482918;
	color: #fff;
}
.phone1 {
	font-family: "Roboto Slab";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
.social {
	display: inline-block;
	margin: 0;
	padding: 0px 0;
	list-style: none;
}
.social li {
	display: inline-block;
	margin: 0 8px 5px 0;
	width: 41px;
	height: 40px;
	float: left;
}
.social li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #fef9da;
	line-height: 40px;
	text-align: center;
	background: url(../images/social_ic_bg.png) 0 0 no-repeat;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social li a:hover {
	background: url(../images/social_ic_bg_over.png) 0 0 no-repeat;
	color: #482918;
}
.bot2_wrapper {
	padding: 30px 0;
	background: #351d10;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.logo2_wrapper {
}
.logo2_wrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ============================= parallax ====================== */
.parallax {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: none;
	padding-top: 60px;
	padding-bottom: 140px;
}
.parallax, .parallax .parallax-content, .parallax .overlay {
	height: 100%;
}
.parallax-bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center center;
}
.parallax-bg.bg-fixed {
	background-attachment: fixed;
}
.parallax .overlay {
	background: none;
	width: 100%;
	position: absolute;
	overflow: hidden;
	background: url(../images/pattern1.png);
	left: 0;
	top: 0;
}
.parallax .container {
}
.parallax-content {
	color: #fff;
	text-align: center;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.parallax-content .txt1 {
	font-family: 'Roboto Slab';
	font-size: 48px;
	line-height: 1.1;
	font-weight: 100;
	padding-bottom: 15px;
}
.parallax-content .txt1 span {
	font-weight: 700;
}
.parallax-content .txt2 {
	font-family: 'Lobster';
	font-size: 32px;
	line-height: 1.1;
}
.kand1 {
	width: 119px;
	height: 51px;
	background: url(../images/kand1.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.bg1 {
	background-image: url(../images/parallax1.jpg);
}
.bg2 {
	background-image: url(../images/parallax2.jpg);
}
.bg3 {
	background-image: url(../images/parallax3.jpg);
}
#parallax1 .txt1 {
	font-size: 57px;
}
#parallax3 {
	position: relative;
	margin-top: -35px;
}
/* ============================= main menu ====================== */
.navbar_ {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	position: relative;
	z-index: 30;
	min-height: 0;
}
.navbar_ .navbar-toggle {
	background: #ead08f;
	border: none;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 5px;
}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
	background: #8b4f2e;
}
.navbar_ .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-collapse_ {
	padding-left: 0;
	padding-right: 0;
	border: none;
}
.navbar_ .nav {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	width: 50%;
	text-align: center;
	padding-top: 24px;
}
.navbar_ .nav.left {
	float: left;
	padding-right: 70px;
}
.navbar_ .nav.right {
	float: right;
	padding-left: 70px;
}
.navbar_ .nav > li {
	position: relative;
	display: inline-block;
	float: none;
	white-space: nowrap;
	background: url(../images/divider.png) left center no-repeat;
	padding-left: 16px;
}
.navbar_ .nav > li:first-child {
	padding-left: 0;
	background: none;
}
.navbar_ .nav > li > a {
	display: block;
	text-decoration: none;
	background: none;
	font-family: 'Lobster';
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
	color: #ead08f;
	text-shadow: none;
	padding: 0px 24px;
	border: none;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a:before {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: url(../images/caret1.png) 0 0 repeat-x;
	position: absolute;
	left: 50%;
	margin-left: 0;
	top: 0;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: url(../images/caret1.png) 0 0 repeat-x;
	position: absolute;
	left: 50%;
	margin-left: 0;
	bottom: 0;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover, .navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus {
	color: #fef9da;
	text-decoration: none;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
}
.navbar_ .nav > li > a:hover:before, .navbar_ .nav > li > a:focus:before, .navbar_ .nav > li.sfHover > a:before, .navbar_ .nav > li.sfHover > a:hover:before, .navbar_ .nav > li.active > a:before, .navbar_ .nav > li.active > a:hover:before, .navbar_ .nav > li.active > a:focus:before {
	width: 32px;
	margin-left: -16px;
}
.navbar_ .nav > li > a:hover:after, .navbar_ .nav > li > a:focus:after, .navbar_ .nav > li.sfHover > a:after, .navbar_ .nav > li.sfHover > a:hover:after, .navbar_ .nav > li.active > a:after, .navbar_ .nav > li.active > a:hover:after, .navbar_ .nav > li.active > a:focus:after {
	width: 32px;
	margin-left: -16px;
}
.sub-menu ul {
	position: absolute;
	display: none;
	left: 4px;
	top: 100%;
	list-style: none;
	zoom: 1;
	z-index: 1;
	margin: 0;
	padding: 20px;
	background: #8b4f2e;
	text-align: left;
	border: none;
	min-width: 170px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 10px;
}
.sub-menu ul:before {
	content: '';
	width: 22px;
	height: 13px;
	background: url(../images/corner1.png);
	position: absolute;
	left: 40px;
	top: -13px;
}
.sub-menu li {
	margin: 0;
	position: relative;
	zoom: 1;
	display: block;
	border-top: 1px dashed #ae846d;
}
.sub-menu li:first-child {
	border-top: none;
}
.sub-menu li a {
	display: block;
	position: relative;
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #ead08f;
	text-decoration: none;
	padding: 0;
	background: none;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover {
	text-decoration: none;
	color: #fef9da;
}
.sub-menu-1 > ul {
}
.sub-menu-2 > ul {
	left: 100%;
	top: -1px;
	margin-left: 0px;
	background: #568919;
}
/* ============================= search-form ====================== */
.search-form-wrapper {
	position: relative;
}
.search-form-wrapper .form-control {
	border: 1px solid #b4b4b4;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 40px;
	color: #b4b4b4;
	font-style: italic;
}
.search-form-wrapper .form-control:focus {
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #000000;
}
.search-form-wrapper a {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 40px;
	line-height: 40px;
	color: #aaaaaa;
}
.search-form-wrapper a:hover {
	color: #000;
}
.search-form-wrapper a i {
	font-size: 16px;
	line-height: 40px;
}
/* ============================= toTop ====================== */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	overflow: hidden;
	width: 35px;
	height: 36px;
	border: none;
	text-indent: 100%;
	background: url(../images/totop.png) no-repeat left top;
}
#toTopHover {
	background: url(../images/totop.png) no-repeat right top;
	width: 35px;
	height: 36px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/* ============================= main layout ====================== */
.page_title {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 36px;
	line-height: 1.1;
	font-family: 'Lobster';
	font-weight: 400;
	color: #5e2e02;
	position: relative;
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
.page_title:before {
	content: '';
	display: block;
	width: 37px;
	height: 21px;
	background: url(../images/px1.png) 0 0 repeat-x;
	position: absolute;
	left: 0;
	margin-top: -10px;
	top: 50%;
}
.page_title:after {
	content: '';
	display: block;
	width: 37px;
	height: 21px;
	background: url(../images/px1.png) 0 0 repeat-x;
	position: absolute;
	right: 0;
	margin-top: -10px;
	top: 50%;
}
.page_title2 {
	display: block;
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-size: 16px;
	color: #262428;
	line-height: 1.75;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
}
.page_title3 {
	display: block;
	font-family: 'Cabin Sketch';
	font-weight: 700;
	font-size: 34px;
	color: #57343a;
	line-height: 1;
	padding: 0;
	margin: 20px 0 30px;
	text-transform: uppercase;
}
.page_title4 {
	display: block;
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	padding: 0;
	margin: 40px 0 25px;
	text-transform: uppercase;
}
h2 {
	display: block;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 26px;
	color: #141414;
	line-height: 1;
	padding: 20px 0 15px 0;
	margin: 0 0 0px;
}
h3 {
	display: block;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 22px;
	color: #141414;
	line-height: 1;
	padding: 20px 0 25px 0;
	margin: 0 0 0px;
}
h5 {
	display: block;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	padding: 0px 0 10px 0;
	margin: 0 0 0px;
}
.img-responsive-old {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-responsive {
	width: auto \9;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* === */
.img-right1 {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
.text-author {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.text-author-type {
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
}
.social3_wrapper {
	text-align: right;
}
.social3 {
	display: inline-block;
	margin: 0;
	padding: 0px 0;
	list-style: none;
}
.social3 li {
	display: inline-block;
	margin: 0 8px 5px 0;
	width: 41px;
	height: 40px;
	float: left;
}
.social3 li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #fef9da;
	line-height: 40px;
	text-align: center;
	background: url(../images/social_ic_bg.png) 0 0 no-repeat;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social3 li a:hover {
	background: url(../images/social_ic_bg_over2.png) 0 0 no-repeat;
	color: #fef9da;
}
.prev_next {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	background: #fffdf2;
	border: 1px solid #e9e9e8;
	box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
	moz-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05);
}
.prev_next li {
	display: block;
}
.prev_next .prev {
	float: left;
}
.prev_next .next {
	float: right;
}
.prev_next a {
	display: block;
	padding: 7px 10px;
	list-style: 20px;
	color: #141414;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
}
.prev_next a:hover {
	color: #000;
}
/*-----btn-----*/
.btn-default.btn1 {
	position: relative;
	font-family: 'Roboto';
	display: inline-block;
	background: url(../images/button1_px.png) 0 0 repeat-x;
	color: #fef9da;
	border: none;
	font-size: 16px;
	line-height: 52px;
	font-weight: 700;
	padding: 5px 20px 13px;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 28px;
	margin-right: 33px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-default.btn1:before {
	content: '';
	display: block;
	width: 28px;
	height: 70px;
	background: url(../images/button1_left.png) 0 0 no-repeat;
	position: absolute;
	left: -28px;
	top: 0;
}
.btn-default.btn1:after {
	content: '';
	display: block;
	width: 33px;
	height: 70px;
	background: url(../images/button1_right.png) 0 0 no-repeat;
	position: absolute;
	right: -33px;
	top: 0;
}
.btn-default.btn1:hover {
	background-image: url(../images/button1_px_over.png);
}
.btn-default.btn1:hover:before {
	background-image: url(../images/button1_left_over.png);
}
.btn-default.btn1:hover:after {
	background-image: url(../images/button1_right_over.png);
}
.btn-default.btn2 {
	font-family: 'Roboto';
	display: inline-block;
	color: #141414;
	border: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 15px 25px;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: none;
	position: relative;
	border: 2px solid #482918;
	letter-spacing: 1px;
}
.btn-default.btn2:hover {
	color: #fff;
	background: #8b4f2e;
	border-color: #000;
}
.btn-default.btn3 {
	font-family: 'Roboto';
	display: inline-block;
	color: #141414;
	border: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 0px 20px 0 0;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: url(../images/btn3.png) right center no-repeat;
	position: relative;
}
.btn-default.btn3:hover {
	color: #940101;
}
.btn-default.btn4 {
	display: block;
	text-align: center;
	font-family: 'Roboto';
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 20px 25px;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: #8b4f2e;
	position: relative;
	;
	letter-spacing: 1px;
}
.btn-default.btn4:hover {
	color: #fff;
	background: #940101;
}
.btn-default.btn4:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 5px;
	background: url(../images/btn4.png) center center no-repeat;
	vertical-align: middle;
	margin-left: 25px;
}
/* ============================= thumbnail ====================== */
.img-polaroid {
	position: relative;
	padding: 5px;
	background: none;
	border: 1px solid #cfcfcf;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.thumbnail .caption {
	padding: 0;
	color: inherit;
}
.thumb0 {
	margin-bottom: 20px;
}
.thumb0.last {
	margin-bottom: 0px;
}
.thumb0 .thumbnail {
	padding: 0px;
	border: 4px solid #fcf8f5;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
	background: #fff;
}
.thumb0 .thumbnail a {
	display: block;
	text-decoration: none;
	background: #fff;
}
.thumb0 .thumbnail a figure {
	margin: 0;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}
.thumb0 .thumbnail a figure img {
	width: 100%;
}
.thumb0 .thumbnail a .caption {
	margin: 4px;
	background: #fcf8f5;
	padding: 10px;
}
.thumb0 .thumbnail a:hover .caption {
	background: #fff;
}
.thumb0 .thumbnail a .caption .txt1 {
	font-weight: 700;
	color: #57343a;
	padding-bottom: 15px;
}
.thumb0 .thumbnail a:hover .caption .txt1 {
	color: #000;
}
.thumb0 .thumbnail a .caption .txt2 {
	background: url(../images/date1.png) left 4px no-repeat;
	padding: 4px 0 4px 20px;
	font-size: 12px;
	color: #666666;
}
.thumb1 {
	margin-bottom: 30px;
	margin-top: 0px;
}
.thumb1.last {
	margin-bottom: 0px;
}
.thumb1 .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	background: none;
	text-align: center;
}
.thumb1 .thumbnail figure {
	display: inline-block;
	margin: 0 auto 25px;
	float: none;
	position: relative;
	border: 10px solid #8b4f2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #000;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail:hover figure {
	border-color: #b1714e;
}
.thumb1 .thumbnail figure img {
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.thumb1 .thumbnail:hover figure img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.thumb1 .thumbnail .caption {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	text-align: center;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
}
.thumb1 .thumbnail .caption .txt1 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 12px;
	color: #161616;
}
.thumb1 .thumbnail .caption .txt2 {
	color: #727272;
	font-size: 10px;
}
.social_media_wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.thumbnail:hover .social_media_wrapper {
	opacity: 1;
	filter: alpha(opacity=100);
}
.social_media {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.social_media li {
	display: inline-block;
	margin: 2px 1px;
	width: 30px;
	height: 30px;
}
.social_media li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	line-height: 30px;
	text-align: center;
	background: #fef9da;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social_media li a:hover {
	color: #fff;
	background: #ef7e8f;
}
.thumb2 {
	margin-bottom: 0px;
}
.thumb2.last {
	margin-bottom: 0px;
}
.thumb2 .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	background: none;
}
.thumb2 figure {
	margin: 0;
	float: none;
	margin: 0px 0px 20px 0px;
}
.thumb2 figure img {
	border: 1px solid #cfcfcf;
	padding: 5px;
}
.thumb2 .caption {
}
/*================= queryLoader =========================*/
#load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #482918;
}
#qLoverlay {
	background: #482918!important;
}
#qLbar {
	background: #fff!important;
}
#qLpercentage {
	color: #fff!important;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 40px!important;
	line-height: 1;
}
/*================= Contacts =========================*/
#note {
}
.notification_error {
	color: #f00;
	padding-bottom: 10px;
}
.notification_ok {
	text-align: left;
	padding-bottom: 10px;
}
#ajax-contact-form .form-group {
	margin-left: 0;
	margin-right: 0;
}
#ajax-contact-form .form-group label {
	color: #333333;
	text-transform: uppercase;
}
#ajax-contact-form .form-control {
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#ajax-contact-form .form-control:focus {
	border-color: #66afe9;
}
#ajax-contact-form textarea.form-control {
	height: auto;
}
#ajax-contact-form .form-group.capthca {
	float: left;
	margin-right: 30px;
}
#ajax-contact-form .form-group.capthca input {
	width: 170px;
}
#ajax-contact-form .form-group.img {
	float: left;
}
#ajax-contact-form .form-group.img img {
	width: 170px;
	height: 38px;
}
.btn-default.btn-cf-submit {
	position: relative;
	font-family: 'Roboto';
	display: inline-block;
	background: url(../images/button2_px.png) 0 0 repeat-x;
	color: #fff;
	border: none;
	font-size: 12px;
	line-height: 33px;
	font-weight: 400;
	padding: 6px 20px 13px;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 23px;
	margin-right: 26px;
	text-transform: uppercase;
}
.btn-default.btn-cf-submit:before {
	content: '';
	display: block;
	width: 23px;
	height: 52px;
	background: url(../images/button2_left.png) 0 0 no-repeat;
	position: absolute;
	left: -23px;
	top: 0;
}
.btn-default.btn-cf-submit:after {
	content: '';
	display: block;
	width: 26px;
	height: 52px;
	background: url(../images/button2_right.png) 0 0 no-repeat;
	position: absolute;
	right: -26px;
	top: 0;
}
.btn-default.btn-cf-submit:hover {
	background-image: url(../images/button2_px_over.png);
}
.btn-default.btn-cf-submit:hover:before {
	background-image: url(../images/button2_left_over.png);
}
.btn-default.btn-cf-submit:hover:after {
	background-image: url(../images/button2_right_over.png);
}
/*================= Contacts3 =========================*/
#note3 {
}
.notification_error3 {
	color: #f00;
	padding-bottom: 10px;
}
.notification_ok3 {
	text-align: left;
	padding-bottom: 10px;
}
#ajax-contact-form3 .form-group {
	margin-left: 0;
	margin-right: 0;
}
#ajax-contact-form3 .form-group label {
	color: #141414;
	font-weight: 400;
	text-transform: uppercase;
}
#ajax-contact-form3 .form-control {
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #8c8c8c;
	background: #fff;
	;
	border: 1px solid #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#ajax-contact-form3 .form-control:focus {
	border-color: #ad8268;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(246, 99, 1, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(246, 99, 1, 0);
}
#ajax-contact-form3 textarea.form-control {
	height: auto;
}
#ajax-contact-form3 .form-group.capthca {
	float: left;
	margin-right: 20px;
}
#ajax-contact-form3 .form-group.capthca input {
	width: 170px;
}
#ajax-contact-form3 .form-group.img {
	float: left;
}
#ajax-contact-form3 .form-group.img img {
	width: 170px;
	height: 38px;
}
.btn-default.btn-cf-submit3 {
	display: block;
	margin-left: auto;
	background: none;
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	letter-spacing: 0px;
	background: #8b4f2e;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.btn-default.btn-cf-submit3:hover {
	background: #940101;
	color: #fff;
}

/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {
}

/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
.navbar_ .nav.left {
	padding-right: 50px;
}
.navbar_ .nav.right {
	padding-left: 50px;
}
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
header {
	max-width: 120px;
	margin-left: -60px;
}
.navbar_ .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
.flickr li {
	display: block;
	float: left;
	padding: 0 8px 8px 0;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
header {
	max-width: 110px;
	margin-left: 0;
	left: 0;
	z-index: 31;
}
.navbar_ .nav.right {
	padding: 0;
	float: none;
	width: auto;
}
.navbar_ .nav.left {
	padding: 0;
	float: none;
	width: auto;
}
.navbar_ {
	float: none;
	margin-bottom: 0;
}
.navbar-collapse_ {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar_ .nav {
	display: block;
	background: none;
	border-right: none;
	background: #8b4f2e;
	border: none;
}
.navbar_ .nav > li {
	float: none;
	display: block;
	background: none;
	border-left: none;
	margin-right: 0;
	border-top: 1px dashed #ae846d;
	background: none;
	padding-left: 0;
}
.navbar_ .nav > li > a {
	margin-bottom: 0;
	border: none;
	line-height: 40px;
}
.navbar_ .nav > li > a:before, .navbar_ .nav > li > a:after {
	display: none;
}
.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover {
}
.sub-menu ul {
	position: relative;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
.sub-menu ul:before {
	display: none;
}
.page_title {
	font-size: 30px;
}
.parallax-content .txt1 {
	font-size: 38px;
}
.parallax-content .txt2 {
	font-size: 22px;
}
#parallax1 .txt1 {
	font-size: 37px;
}
.content-part {
	padding-bottom: 25px;
}
.sidebar-part {
	padding-bottom: 25px;
}
.comment-block.left1 {
	margin-left: 0;
}
}

@media (min-width: 481px) and (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
#banner {
	padding-left: 15%;
	padding-right: 15%;
}
#google_map {
	height: 240px;
}
}
