
.breadcrumb { position: static; }
.title_subtitle_holder .title_subtitle_holder_left { width: 60%; float: left; }
.title_subtitle_holder .title_subtitle_holder_right { width: 35%; float: right; text-align: right;}

.filter_holder ul { width: auto; }
.drop_down .wide .second .inner>ul>li>a { color:#ffffff; }
.go_to_shop a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	font-style: normal;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #049cd4;
	background: #009ad4;
	background: #00aeef -ms-linear-gradient(bottom,#009ad4 0,#00aeef 100%);
	background: #00aeef -moz-linear-gradient(bottom,#009ad4 0,#00aeef 100%);
	background: #00aeef -o-linear-gradient(bottom,#009ad4 0,#00aeef 100%);
	background: #00aeef -webkit-gradient(linear,left bottom,left top,color-stop(0,#009ad4),color-stop(1,#00aeef));
	background: #00aeef -webkit-linear-gradient(bottom,#009ad4 0,#00aeef 100%);
	background: #00aeef linear-gradient(to top,#009ad4 0,#00aeef 100%);
}
.go_to_shop a:hover {
	background-image: url('img/button-bg-px.png')!important;
	color: #fff;
	text-decoration: none;
}

.projects_holder article .image_holder {
	border: 1px solid #eaeaea;
	border-bottom: 0;
}

.projects_holder article .portfolio_description {
	padding: 12px 4%;
}

#back_to_top span { border-color: #cccccc; }

.content.content_top_margin { margin-top: 85px !important; }
@media only screen and (max-width: 1000px) {
.content.content_top_margin { margin-top: 0 !important; }
}

.about-us-top-box {
	min-height: 500px;
}

.about-us-h2-white-big h2{
	font-size: 46px;
	line-height: 50px;
	font-style: normal;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 2px 2px 10px #000;
	padding: 0;
	margin: 0;
	text-align: center;
}
.about-us-h4-white-big h4 {
	font-size: 24px;
	line-height: 28px;
	font-style: normal;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 2px 2px 8px #000;
	padding: 0;
	margin: 0;
	text-align: center;
}

.footer_bottom { font-size: 12px; line-height:20px; padding: 15px 0; height: auto; text-shadow: 1px 1px 2px #000; }
.footer_bottom a:hover { color: #fff; }

.container_inner.content_search { margin: 30px auto; }
.one_float { width: 23%; margin: 0 1% 2%; float: left; }

@media only screen and (max-width: 1000px) {
.one_float { width: 29.2%; margin: 0 2% 4%; float: left; }
}

@media only screen and (max-width: 768px) {
.one_float { width: 46%; margin: 0 2% 4%; float: left; }
}

@media only screen and (max-width: 480px) {
.one_float { width: 80%; margin: 0 10% 8%; float: left; }
}

.blog_holder .one_float article { margin: 0; }
.one_float .post_content_holder { width: auto !important; border: 1px solid #ccc; padding: 20px; }
.one_float .post_content_holder h2 { font-size: 18px; line-height: 24px; height: 96px; overflow: hidden; }

.portfolio-filters {
  height: auto;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 43px;
  line-height: 34px;
}
.portfolio-filters li {
  float: left;
  margin-right: 30px;
}
.portfolio-filters li a {
  display: block;
  color: #333;
}
.portfolio-filters li a:hover {
  color: #00aeef;
}

.portfolio-filters li.active {
  line-height: 31px;
}
.portfolio-filters li.active a {
  color: #00aeef;
  font-weight: 700;
  border-bottom: 3px solid #00aeef;
}

.portfolio_images { text-align: center; }

span.footer_separator { margin: 0 6px; }
span.footer_separator:before { content: "|"; color: #555; }

table.data-table {
  border: 1px solid #eaeaea;
  margin: 15px 0 30px;
}
table.data-table th, table.data-table td {
  border: 1px solid #eaeaea;
  padding: 4px 6px;
  text-align: left;
}

