body {
  background: #bbb4ac;
  background-attachment: fixed;
  color: #645443;
}
a {
  color: #3c3228;
}
a.link:hover {
  color: #322a21;
  text-decoration: none;
  border-bottom: 1px solid #322a21;
}
header {
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.03);
          box-shadow: 0 0 40px rgba(0,0,0,0.03);
  background: rgba(208,198,186,0.6);
}
header.full {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.full:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.fixed {
  background: rgba(208,198,186,0.85);
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.12);
          box-shadow: 0 0 60px rgba(0,0,0,0.12);
}
header.fixed:hover {
  background: rgba(208,198,186,0.95);
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.08);
          box-shadow: 0 0 40px rgba(0,0,0,0.08);
}
header:hover {
  background: rgba(208,198,186,0.35);
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.07);
          box-shadow: 0 0 60px rgba(0,0,0,0.07);
}
header nav ul li a {
  color: #645443;
}
header nav ul li a:hover {
  color: #7e5f5d;
}
header nav ul li a:focus {
  color: #7e5f5d;
}
header nav ul li a:after {
  background: #000;
}
header nav ul li.active a {
  color: #000 !important;
}
header .nav_b .nav_b_line {
  background: #645443;
}
.main:nth-child(2n) {
  background: #d6cec5;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.portfolio .thumbnail {
  background: #fff;
  border: 1px solid #fff;
}
.portfolio .thumbnail:hover {
  background: #fff;
}
.portfolio .thumbnail .active-arrow {
  border-color: transparent transparent #cec4b8 transparent;
}
.portfolio .thumbnail .description {
  background: rgba(162,132,130,0.6);
}
.portfolio .thumbnail .title {
  color: #fff;
}
.portfolio .og-expanded .thumbnail {
  border-bottom-color: #cec4b8;
}
.portfolio .og-expander .og-close::before,
.portfolio .og-expander .og-close::after {
  background: #645443;
}
.portfolio .og-expander .og-close:hover::before,
.portfolio .og-expander .og-close:hover::after {
  background: #3c3228;
}
.portfolio_2 .grid-item .bg {
  background: rgba(162,132,130,0.6);
}
.portfolio_2 .grid-item .cont .title {
  color: #fff;
}
.portfolio_2 .grid-item .cont .icons .icn {
  color: #fff;
}
.portfolio_2 .grid-item .cont .icons .icn:hover {
  background: rgba(255,255,255,0.08);
}
.portfolio_3 .sy-pager li a {
  color: #645443;
  background: rgba(255,255,255,0.5);
}
.portfolio_3 .sy-pager li.sy-active a {
  color: #000;
  background: #fff;
}
.portfolio_3 .slide_nav .s_next,
.portfolio_3 .slide_nav .s_prev {
  background: rgba(255,255,255,0.5);
}
.portfolio_3 .slide_nav .s_next:hover,
.portfolio_3 .slide_nav .s_prev:hover {
  background: rgba(255,255,255,0.8);
}
.portfolio_3 ul.slider li .slide .slide_right .title_area .title {
  background: #fff;
}
.portfolio_4 .f_nav .f_next,
.portfolio_4 .f_nav .f_prev {
  background: rgba(255,255,255,0.5);
}
.portfolio_4 .f_nav .f_next:hover,
.portfolio_4 .f_nav .f_prev:hover {
  background: rgba(255,255,255,0.9);
}
.popup {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 0 rgba(155,132,133,1.00);
	-webkit-box-shadow: 2px 2px 15px rgba(156,143,126,1.00);
	box-shadow: 2px 2px 15px rgba(156,143,126,1.00);

}
.popup .popup_content .title_area .title {
  background: #fff;
	color: #000;
	font-weight:200;
}

.h_title h2.main_h {
  color: #262626;
}
.h_title h2.main_h:before {
  background: #262626;
}
.h_title .sub_h {
  color: rgba(100,84,67,0.06);
}

.blog_area .blog_item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
          box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.blog_area .blog_item .bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255,255,255,0.3)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0.3) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0.3) 100%);
}
.blog_area .blog_item .title {
  color: #645443;
  background: #fff;
}
.blog_area_2 .blog_item {
  border-bottom: 1px solid #a08c74;
}
.blog_area_2 .blog_item.right .img:after {
  border-color: transparent transparent transparent #cec4b8;
  display: none;
}
.blog_area_2 .blog_item .img:after {
  border-color: transparent #cec4b8 transparent transparent;
}
.blog_area_2 .blog_item .txt .desc {
  color: #6e5d4a;
}
.blog_area_3 .blog_item .desc {
  opacity: 0.9;
}
.loader_area {
  background: #d0c6ba;
}
.loader_area .loader {
  border-top: 1px solid #866664;
  border-left: 1px solid #866664;
}
.services_area .service_item {
  background: rgba(255,255,255,0.7);
}
.services_area .service_item:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.05);
          box-shadow: 0 0 40px rgba(0,0,0,0.05);
}
.services_area .service_item .icon {
  background: #a28482;
  color: #fff;
}
.slidee li {
  background: #ccc;
}
.slidee li .img {
  border: 1px solid #fff;
}
.slidee li .port_desc {
  background: #fff;
}
.f_scroll {
  background: #b8a997;
}
.f_scroll .handle {
  background: #463c30;
}
.team_area .team_item .img .bg {
  background: rgba(162,132,130,0.7);
}
.team_area .team_item .img .social .fa {
  color: #fff;
  border: 1px solid #fff;
}
.team_area .team_item .img .name {
  color: #fff;
}
.team_area_2 .team_item {
  background: rgba(176,159,139,0.4);
}
.team_area_2 .team_item .name {
  color: #645443;
}
.team_area_2 .team_item .img {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
          box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.testimonials_area .testimonials_item:hover {
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.1);
          box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.testimonials_area .testimonials_item .txt {
  background: #fff;
  color: #645443;
}
.testimonials_area_2 ul.sl .s_next,
.testimonials_area_2 .slide_nav .s_next,
.testimonials_area_2 ul.sl .s_prev,
.testimonials_area_2 .slide_nav .s_prev {
  background: rgba(255,255,255,0.5);
}
.testimonials_area_2 ul.sl .s_next:hover,
.testimonials_area_2 .slide_nav .s_next:hover,
.testimonials_area_2 ul.sl .s_prev:hover,
.testimonials_area_2 .slide_nav .s_prev:hover {
  background: rgba(255,255,255,0.8);
}
.testimonials_area_2 .test_item .txt {
  background: #fff;
}
.about_area section.ex {
  border-left: 1px solid #a28482;
}
.about_area section.ex .desc {
  background: #fff;
}
.about_area section.ex .desc:before {
  border-color: transparent #fff transparent transparent;
}
.about_area section.ex .desc span.pr {
  color: #2f2f2f;
}
.about_area section.ex h5 {
  color: #fff;
}
.about_area section.ex h5 span {
  background: #a18280;
}
.about_area section.ex h5 span:last-child {
  background: #644c4b;
}
.about_area section.ex h5:before {
  background: #cec4b8;
  border: 2px solid #645443;
}
.about_area section.skills .skill_item .skill {
  background: transparent;
  outline: 1px solid #a39078;
}
.about_area section.skills .skill_item .skill .skill_in {
  background: #644c4b;
  height: 12px;
}
.darken .about_area section.ex h5:before {
  -webkit-box-shadow: 0 0 0px 10px #c8bcae;
          box-shadow: 0 0 0px 10px #c8bcae;
  /*box-shadow: 0 0 0px 10px #c8bcae;*/
}
.mfp-bg {
  background: #d0c6ba;
  opacity: 0.9;
}
.mfp-figure:after {
  -webkit-box-shadow: 0 0 100px #d0c6ba;
          box-shadow: 0 0 100px #d0c6ba;
}
button.mfp-close::before,
button.mfp-close::after {
  background: #555;
}
button.mfp-close:hover::before,
button.mfp-close:hover::after {
  background: #333;
}
.contact_area .contact_input_item:after {
  border-bottom: 1px solid #262626;
}
.contact_area .contact_input_item:before {
  border-bottom: 2px solid #665644;
}
.contact_area .contact_input_item.focus .placeholder {
  font-size: 18px;
}
.contact_area .contact_input_item .placeholder {
  opacity: 0.55;
}
.contact_area .contact_input_item .in {
  background: transparent;
}
.btn_c {
  background: #2f2f2f;
  color: #fff;
}
.btn_c:hover {
  background: #755957;
  color: #fff;
}
.btn_c .bg {
  background: #755957;
}
.btn_c:focus,
.btn_c:active {
  color: #fff;
}
.me_block .me_bg {
  background: #d0c6ba;
}
.me_block .txt .name {
  background: rgba(208,198,186,0.6);
}
.me_block .txt .desc {
  background: rgba(208,198,186,0.8);
}
.me_block:hover .txt .name {
  background: rgba(208,198,186,.5) !important;
}
.back-to-top {
  background: #fff;
  color: #a18280;
}
.about_area_2 section.ex h5 span:after {
  color: #645443;
}
.about_area_2 section.ex .desc {
  background: #fff;
}
.about_area_2 section.ex .desc:before {
  border-color: transparent #fff transparent transparent;
}
.demo_changer i {
  color: #645443 !important;
}
.demo_changer .demo-icon {
  background: rgba(255,255,255,0.3) !important;
}
.demo_changer .form_holder {
  background: rgba(255,255,255,0.3) !important;
}
.demo_changer .form_holder p {
  color: #645443 !important;
  border-top: 1px solid rgba(100,84,67,0.2) !important;
}
footer .social a {
  background: #a28482;
  color: #fff;
}
.portfolio li .thumbnail:before,
.portfolio_2 .grid-item:before,
.portfolio_3 ul.slider li .slide .slide_left:before,
.portfolio_4_1 .slidee li.active:before,
.blog_area .blog_item .blog_item_in:before,
.blog_area_2 .blog_item .img .img_in:before,
.blog_area_3 .blog_item .img:before,
.team_area .team_item:before,
.testimonials_area .testimonials_item .img:before,
.testimonials_area_2 .test_item .info .img:before {
	background-color: #d0c6ba;
	background-position: 0% 0%;
/*	-webkit-box-shadow: 0x 0px;
	box-shadow: 0x 0px;*/
}
