@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);
body { background:#ecf0f1; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { background:url(images/main_tail.gif) repeat-y 50% 0%; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#ecf0f1;
	min-height:52px;
	margin:0;
	padding:16px 20px !important;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#7f8c8d;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
	min-height:20px;
	line-height:20px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#00a1f1;
	height:38px;
	margin:0 10px 0 0;
	padding:0 14px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#00a1f1;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#f65314;
	color:#fff;
}
.main-holder .search-form {
	display:inline-block;
	border:1px solid #d4d4d4;
	vertical-align:top;
}
.main-holder .search-form input[type="text"] {
	background:none;
	float:left;
	width:171px;
	min-height:34px;
	padding:7px !important;
}
.main-holder .search-form input[type="submit"] {
	background:url(images/search_submit.png) no-repeat 0% 0%;
	float:left;
	width:37px;
	height:34px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
.main-holder .search-form input[type="submit"]:hover { background-position:0% -34px; }
h1 { font-weight:300 !important; }
h2 {
	margin-bottom:21px;
	font-weight:300 !important;
}
h2 a {
	text-decoration:none;
	color:#323434;
}
h2 a:hover {
	text-decoration:none;
	color:#00a1f1;
}
h2 em {
	display:block;
	margin:0 0 -2px 0;
	font-style:normal;
}
h3 {
	margin-bottom:21px;
	font-weight:300 !important;
}
h3 a {
	text-decoration:none;
	color:#323434;
}
h3 a:hover {
	text-decoration:none;
	color:#00a1f1;
}
h4 {
	margin-bottom:37px;
	text-transform:uppercase;
}
h4 a {
	text-decoration:none;
	color:#00a1f1;
}
h4 a:hover {
	text-decoration:none;
	color:#f65314;
}
h5 { text-transform:uppercase; }
h5 a {
	text-decoration:none;
	color:#f65314;
}
h5 a:hover {
	text-decoration:none;
	color:#00a1f1;
}
p { margin:0 0 21px 0; }
.header {
	background:none;
	margin:0;
	padding:37px 0 31px 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:20px 20px 31px 20px;
		text-align:center;
	}
}
.header:before {
	background:#00a1f1;
	display:block;
	width:100%;
	height:8px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.header:after {
	background:#ecf0f1;
	display:block;
	width:100%;
	height:58px;
	overflow:hidden;
	position:absolute;
	top:8px;
	left:0;
	z-index:1;
	content:'';
}
.header .container {
	position:relative;
	z-index:99;
}
.header .site_tagline {
	line-height:18px;
	font-size:11px;
	color:#9a9a9a;
}
@media (max-width: 767px) {
	.header .site_tagline {
		min-height:36px;
		margin:0 0 20px 0;
	}
}
.header .header-widget {
	width:100%;
	overflow:hidden;
}
.header .header-widget h4 {
	float:right;
	margin:0 1px 0 22px;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	color:#9f9f9f;
}
@media (max-width: 767px) {
	.header .header-widget h4 {
		display:block;
		float:none;
		margin:0;
	}
}
.header .header-widget .textwidget { float:right; }
@media (max-width: 767px) {
	.header .header-widget .textwidget {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
.header .header-widget .textwidget ul {
	float:right;
	margin:0;
	padding:1px 0 0 0;
}
@media (max-width: 767px) {
	.header .header-widget .textwidget ul { padding:1px 2px 0 0; }
}
.header .header-widget .textwidget ul li {
	background:url(images/divider.png) no-repeat 0% 50%;
	display:inline-block;
	margin:0 0 0 16px;
	padding:0 0 0 18px;
	vertical-align:top;
	list-style:none;
	line-height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#9a9a9a;
}
@media (max-width: 767px) {
	.header .header-widget .textwidget ul li { margin:0 16px 0 0; }
}
.header .header-widget .textwidget ul li:first-child {
	background:none;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.header .header-widget .textwidget ul li:first-child {
		margin:0 16px 0 0;
		padding:0 0 0 18px;
	}
}
.header .header-widget .textwidget ul li a {
	text-decoration:none;
	color:#9a9a9a;
}
.header .header-widget .textwidget ul li a:hover {
	text-decoration:none;
	color:#00a1f1;
}
.header .indent-top { margin-top:41px; }
@media (max-width: 767px) {
	.header .indent-top { margin-top:20px; }
}
.header .logo {
	background:#f65314;
	float:none;
	min-height:110px;
	padding:24px 0 36px 0;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo {
		display:inline-block;
		padding:24px 34px 36px 34px;
		vertical-align:top;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo img {
		max-width:80%;
		height:auto;
		margin:10px 0 0 0;
	}
}
.header .logo .logo_h__txt {
	min-height:110px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.header .logo .logo_h__txt a { text-decoration:none; }
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .search-form {
	float:right;
	margin:30px 2px 0 32px;
}
.header .social-nets-wrapper {
	float:right;
	margin:36px 0 0 0;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper {
		float:none;
		margin:20px 0 0 0;
	}
}
.header .social-nets-wrapper ul {
	float:right;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul { float:none; }
}
.header .social-nets-wrapper ul li {
	display:inline-block;
	margin:0 0 0 18px;
	padding:0;
	vertical-align:top;
	list-style:none;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li { margin:0 9px 0 9px; }
}
.header .social-nets-wrapper ul li a { text-decoration:none !important; }
.header .social-nets-wrapper ul li a:hover:before { color:#f65314; }
.header .social-nets-wrapper ul li a:before {
	display:inline-block;
	vertical-align:top;
	line-height:24px;
	font-family:FontAwesome;
	font-size:24px;
	color:#d4d4d4;
}
.header .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d5'; }
.header .social-nets-wrapper ul li a[title="twitter"]:before { content:'\f099'; }
.header .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f09a'; }
.header .social-nets-wrapper ul li a[title="pinterest"]:before { content:'\f0d2'; }
.header .social-nets-wrapper ul li a[title="linkedin"]:before { content:'\f0e1'; }
.header .social-nets-wrapper ul li a[title="rss"]:before { content:'\f09e'; }
.header .social-nets-wrapper ul li a img { display:none; }
.header .nav__primary {
	background:#ecf0f1;
	margin:19px 0 0 0;
	padding:34px 0 31px 0;
}
@media (max-width: 767px) {
	.header .nav__primary {
		margin:20px -20px 0 -20px;
		padding:20px;
	}
}
.header .nav__primary .sf-menu { margin:0 85px 0 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu { margin:0 37px 0 0; }
}
html.ie8 .header .nav__primary .sf-menu { margin:0 37px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu { margin:0 27px 0 0; }
}
.header .nav__primary .sf-menu ul {
	background:#00a1f1;
	width:175px;
	padding:25px 0;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 67px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 37px; }
}
html.ie8 .header .nav__primary .sf-menu > li { margin:0 0 0 37px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 27px; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	font-weight:300 !important;
	text-transform:uppercase;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { font-size:14px; }
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:17px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0 15px;
	border:none;
	line-height:18px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:0;
	top:4px;
	right:5px;
}
.header .nav__primary .sf-menu > li li li a { color:#424242; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -87px;
	top:51px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:#fff;
	margin:0;
	top:-25px;
	left:176px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	color:#00a1f1;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#333;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:none;
	color:#00a1f1;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:25px;
	right:50%;
}
#slider-wrapper { margin:0 0 67px 0; }
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_wrap .camera_target_content:before {
	background:url(images/slider_bg.png) repeat 50% 0%;
	width:100%;
	height:84px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:90;
	content:'';
}
@media (max-width: 767px) {
	#slider-wrapper .camera_wrap .camera_target_content:before { height:42px; }
}
#slider-wrapper .camera_caption {
	width:454px;
	position:absolute;
	top:153px;
	left:71px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption { top:71px; }
}
html.ie8 #slider-wrapper .camera_caption { top:71px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		top:30px;
		left:30px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:350px;
		top:20px;
		left:20px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption { width:auto; }
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
}
#slider-wrapper .camera_caption div em {
	background:url(images/bg_1.png) repeat 0% 0%;
	display:inline-block;
	padding:18px 24px 18px 24px;
	vertical-align:top;
	line-height:32px;
	font-size:32px;
	font-weight:300;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div em {
		padding:12px;
		line-height:16px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div em { display:none; }
}
#slider-wrapper .camera_caption div p {
	background:url(images/bg_2.png) repeat 0% 0%;
	margin:0;
	padding:15px 25px 21px 25px;
	line-height:16px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div p {
		padding:12px;
		line-height:14px;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div p { display:none; }
}
#slider-wrapper .camera_caption div a {
	background:#f65314;
	float:right;
	padding:14px 22px 15px 22px;
	vertical-align:top;
	line-height:21px;
	font-size:21px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div a {
		padding:12px;
		line-height:16px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div a {
		float:left;
		padding:8px 12px;
		line-height:12px;
		font-size:12px;
	}
}
#slider-wrapper .camera_caption div a:hover {
	background:#00a1f1;
	text-decoration:none;
}
#slider-wrapper .camera_pag {
	width:100%;
	position:absolute;
	left:0;
	bottom:104px;
}
#slider-wrapper .camera_prev {
	background:none;
	width:69px;
	height:84px;
	margin:0;
	top:auto;
	bottom:0;
	left:0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev { height:42px; }
}
#slider-wrapper .camera_prev span {
	background:none;
	width:69px;
	height:84px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev span { height:42px; }
}
#slider-wrapper .camera_prev span:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
}
#slider-wrapper .camera_prev span:before {
	display:block;
	opacity:0.5;
	filter:alpha(opacity=50);
	line-height:84px;
	font-family:FontAwesome;
	font-size:36px;
	text-align:center;
	color:#fff;
	content:'\f104';
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev span:before { line-height:42px; }
}
#slider-wrapper .camera_next {
	background:none;
	width:69px;
	height:84px;
	margin:0;
	top:auto;
	bottom:0;
	right:0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next { height:42px; }
}
#slider-wrapper .camera_next span {
	background:none;
	width:69px;
	height:84px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next span { height:42px; }
}
#slider-wrapper .camera_next span:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
}
#slider-wrapper .camera_next span:before {
	display:block;
	opacity:0.5;
	filter:alpha(opacity=50);
	line-height:84px;
	font-family:FontAwesome;
	font-size:36px;
	text-align:center;
	color:#fff;
	content:'\f105';
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next span:before { line-height:42px; }
}
#slider-wrapper .camera_commands {
	margin:0;
	top:15px;
	right:15px;
}
#slider-wrapper .camera_thumbs {
	overflow:hidden;
	text-align:left;
	position:absolute;
	left:70px;
	right:70px;
	bottom:0;
}
@media (max-width: 480px) {
	#slider-wrapper .camera_thumbs { display:none !important; }
}
html.ie8 #slider-wrapper .camera_thumbs { bottom:1px; }
#slider-wrapper .camera_thumbs .camera_thumbs_cont {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul {
	margin:0 !important;
	padding:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
	margin:0 -1px 0 0;
	padding:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
	margin:0;
	border:1px solid rgba(0,0,0,0.2);
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		max-width:176px !important;
		height:auto;
	}
}
html.ie8 #slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
	max-width:176px !important;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		max-width:176px !important;
		height:auto;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		max-width:86px !important;
		height:auto;
	}
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img:hover { border-color:#f65314; }
.content-holder {
	overflow:hidden;
	margin:0;
	padding:0 0 71px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 71px 20px; }
}
body.home .content-holder { padding:0 0 1px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px 1px 20px; }
}
#sidebar { padding-top:27px; }
#sidebar .widget { margin:0 0 47px 0; }
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:0 0 14px 0;
	padding:0;
	list-style:none;
	line-height:24px;
	font-size:17px;
	font-weight:300;
	color:#00a1f1;
}
#sidebar ul li a {
	text-decoration:none;
	color:#00a1f1;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#f65314;
}
#sidebar ul li ul {
	margin:0;
	padding:14px 0 0 21px;
}
#sidebar ul.post-list { padding:2px 0 0 0; }
#sidebar ul.post-list li {
	padding:24px 0 0 0;
	line-height:21px;
	font-size:14px;
	color:#7f8c8d;
}
#sidebar ul.post-list li:first-child { padding:0; }
#sidebar ul.post-list li .thumbnail { margin:3px 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail {
		float:none;
		margin:3px 0 20px 0;
	}
}
#sidebar ul.post-list li h4 {
	margin:0 0 11px 0;
	line-height:19px;
	font-size:19px;
	font-weight:300;
	text-transform:uppercase;
	color:#f65314;
}
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#f65314;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#00a1f1;
}
#sidebar ul.post-list li a.btn-primary {
	background:#00a1f1;
	color:#fff;
}
#sidebar ul.post-list li a.btn-primary:hover { background:#f65314; }
#sidebar ul.post-list li .excerpt { margin:0 0 25px 0; }
#sidebar #wp-calendar caption { color:#00a1f1; }
#sidebar #wp-calendar thead tr th { color:#00a1f1; }
.service-box {
	background:#f65314;
	margin:0 0 49px 0;
	padding:30px 29px 23px 30px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box { padding:15px; }
}
.service-box.color_1 { background:#7cbb00; }
.service-box.color_2 { background:#00a1f1; }
.service-box.color_3 { background:#ffbb00; }
.service-box figure.icon {
	display:block;
	float:none;
	margin:0 0 29px 0;
}
.service-box h2 {
	margin:0 0 20px 0;
	line-height:32px;
	font-size:32px;
	color:#fff;
}
.service-box .service-box_txt {
	margin:0 0 13px 0;
	font-weight:400;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .service-box_txt { font-size:13px; }
}
.service-box a.btn {
	background:none;
	width:43px;
	height:43px;
	margin:0;
	padding:0;
	border:2px solid #fff;
	-webkit-border-radius:47px;
	-moz-border-radius:47px;
	border-radius:47px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:0;
	font-size:0;
	text-align:center;
}
.service-box a.btn:hover {
	background:none;
	border-color:#323434;
}
.service-box a.btn:hover:before { color:#323434; }
.service-box a.btn:before {
	line-height:40px;
	font-family:FontAwesome;
	font-size:27px;
	color:#fff;
	content:'\f061';
}
@media (max-width: 767px) {
	div.list.unstyled { padding:0 0 20px 0; }
}
div.list.unstyled ul {
	margin:0;
	padding:0;
}
div.list.unstyled ul li {
	margin:0 0 14px 0;
	padding:0;
	list-style:none;
	line-height:24px;
	font-size:17px;
	font-weight:300;
	color:#00a1f1;
}
div.list.unstyled ul li a {
	text-decoration:none;
	color:#00a1f1;
}
div.list.unstyled ul li a:hover {
	text-decoration:none;
	color:#f65314;
}
ul.projects { margin-bottom:42px; }
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.projects li {
		width:270px !important;
		margin-left:30px !important;
	}
}
@media (max-width: 767px) {
	ul.projects li {
		width:100%;
		overflow:hidden;
	}
}
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.projects li:first-child { margin-left:0 !important; }
}
ul.projects li:nth-child(2n) a.btn-primary { background:#00a1f1; }
ul.projects li.item_2 a.btn-primary { background:#00a1f1; }
ul.projects li:nth-child(3n) a.btn-primary { background:#ffbb00; }
ul.projects li.item_3 a.btn-primary { background:#ffbb00; }
@media (max-width: 767px) {
	ul.projects li .clear { display:none; }
}
ul.projects li h5 { display:none; }
ul.projects li .thumbnail { margin:0 0 15px 0; }
@media (max-width: 767px) {
	ul.projects li .thumbnail { margin:0 20px 10px 0; }
}
@media (max-width: 480px) {
	ul.projects li .thumbnail { width:40%; }
}
ul.projects li p.excerpt { margin:0 0 28px 0; }
ul.projects li a.btn-primary { background:#7cbb00; }
ul.projects li a.btn-primary:hover { background:#f65314; }
article.services .thumbnail {
	float:left;
	width:auto;
	height:auto;
	margin:0 20px 10px 0;
}
article.services .thumbnail img {
	background:#fff;
	width:auto;
	height:auto;
}
article.clients .thumbnail {
	float:left;
	width:auto;
	height:auto;
	margin:0 20px 10px 0;
}
article.clients .thumbnail img {
	background:#fff;
	width:auto;
	height:auto;
}
ul.services {
	margin:0 0 0 -30px !important;
	padding:3px 0 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.services { margin:0 0 0 -15px !important; }
}
html.ie8 ul.services { margin:0 0 0 -15px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.services { margin:0 0 0 -15px !important; }
}
ul.services li {
	display:inline-block;
	width:270px;
	margin:0 0 23px 30px;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.services li {
		width:220px;
		margin:0 0 15px 15px;
	}
}
html.ie8 ul.services li {
	width:220px;
	margin:0 0 15px 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li {
		width:166px;
		margin:0 0 15px 15px;
		line-height:18px;
		font-size:12px;
	}
}
ul.services li .thumbnail {
	background:none;
	margin:0 12px 10px 0;
}
ul.services li h5 {
	margin:6px 0 11px 0;
	font-size:19px;
	font-weight:400;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li h5 {
		margin:0 0 11px 0;
		line-height:14px;
		font-size:13px;
	}
}
ul.services li div.excerpt { overflow:hidden; }
@media (min-width: 979px) and (max-width: 1200px) {
	ul.services li div.excerpt { margin:0; }
}
html.ie8 ul.services li div.excerpt { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li div.excerpt {
		margin:0;
		overflow:visible;
	}
}
ul.clients {
	margin:0 !important;
	padding:0;
	text-align:center;
}
ul.clients li {
	display:inline-block;
	margin:0;
	padding:0 39px;
	vertical-align:top;
	list-style:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.clients li { padding:0 35px; }
}
html.ie8 ul.clients li { padding:0 35px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.clients li { padding:0 15px; }
}
@media (max-width: 767px) {
	ul.clients li { padding:0 15px; }
}
ul.clients li .thumbnail { background:none; }
@media (min-width: 979px) and (max-width: 1200px) {
	ul.clients li .thumbnail { margin:0; }
}
html.ie8 ul.clients li .thumbnail { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.clients li .thumbnail { margin:0; }
}
@media (max-width: 767px) {
	ul.clients li .thumbnail { margin:0; }
}
ul.clients li h5 { display:none; }
ul.proj { padding:5px 0 0 0; }
ul.proj li { margin-bottom:35px; }
@media (max-width: 767px) {
	ul.proj li {
		width:100%;
		overflow:hidden;
	}
}
ul.proj li .thumbnail { margin:0 0 28px 0; }
@media (max-width: 767px) {
	ul.proj li .thumbnail {
		width:50%;
		margin:0 20px 10px 0;
	}
}
@media (max-width: 767px) {
	ul.proj li .clear { display:none; }
}
ul.proj li h5 {
	margin:0 0 10px 0;
	font-weight:300;
}
ul.proj li p.excerpt { margin:0 0 25px 0; }
a.btn-primary {
	background:#f65314;
	padding:10px 14px 10px 14px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
a.btn-primary:focus {
	background:#f65314;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
a.btn-primary:hover {
	background:#323434;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
a.btn-info {
	background:#323434;
	padding:11px 28px 12px 28px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:24px;
	font-size:20px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
a.btn-info:focus {
	background:#f65314;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
a.btn-info:hover {
	background:#f65314;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
.hero-unit {
	background:#ecf0f1;
	width:100%;
	overflow:hidden;
	margin:0 0 49px 0;
	padding:22px 25px 21px 31px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.hero-unit h1 {
	margin:0;
	padding:8px 0 0 0;
	word-spacing:1px;
	letter-spacing:normal;
	line-height:28px;
	font-size:24px;
	font-weight:300;
	color:#5b6364;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit h1 {
		padding:12px 0 0 0;
		line-height:22px;
		font-size:18px;
	}
}
html.ie8 .hero-unit h1 {
	padding:12px 0 0 0;
	line-height:22px;
	font-size:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		padding:0;
		line-height:22px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.hero-unit h1 {
		padding:0;
		line-height:22px;
		font-size:18px;
	}
}
@media (max-width: 480px) {
	.hero-unit h1 {
		line-height:18px;
		font-size:14px;
	}
}
.hero-unit .btn-align {
	float:right;
	margin:0 0 0 25px;
}
@media (max-width: 480px) {
	.hero-unit .btn-align { margin:0 0 5px 15px; }
}
@media (max-width: 480px) {
	.hero-unit .btn-align a {
		padding:8px 12px;
		line-height:18px;
		font-size:14px;
	}
}
.banner-wrap.extra {
	overflow:visible;
	margin:0;
}
.banner-wrap.extra .featured-thumbnail {
	display:block;
	float:none;
	overflow:visible;
	margin:-33px 0 0 0;
	padding:0 0 0 30px;
	text-align:center;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.extra .featured-thumbnail {
		padding:0;
		text-align:left;
	}
}
html.ie8 .banner-wrap.extra .featured-thumbnail {
	padding:0;
	text-align:left;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra .featured-thumbnail {
		padding:0;
		text-align:left;
	}
}
@media (max-width: 767px) {
	.banner-wrap.extra .featured-thumbnail {
		padding:0;
		text-align:left;
	}
}
.banner-wrap.extra .featured-thumbnail img { margin:0; }
.box {
	background:#ecf0f1;
	position:relative;
	padding:29px 0 28px 0;
}
.box:before {
	background:#ecf0f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.box:after {
	background:#ecf0f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.footer {
	background:none;
	position:relative;
	margin:0;
	padding:82px 0 120px 0;
	border:none;
	line-height:21px;
	font-size:12px;
	color:#7f8c8d;
}
@media (max-width: 767px) {
	.footer { padding:82px 20px 120px 20px; }
}
body.home .footer { padding:52px 0 120px 0; }
@media (max-width: 767px) {
	body.home .footer { padding:52px 20px 120px 20px; }
}
@media (max-width: 767px) {
	.footer .span3 { margin-top:30px; }
}
@media (max-width: 767px) {
	.footer .span3:first-child { margin-top:0; }
}
.footer:before {
	background:#ecf0f1;
	display:block;
	width:100%;
	height:66px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
.footer:after {
	background:#ecf0f1;
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
body.home .footer:after { display:none; }
.footer p {
	margin:0 0 18px 0;
	padding:0 20px 0 0;
	line-height:18px;
}
.footer .textwidget em {
	display:block;
	padding:2px 0 0 0;
	font-style:normal;
}
.footer .textwidget em:before {
	margin:0 5px 0 0;
	line-height:18px;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f101';
}
.footer .textwidget em a {
	text-decoration:underline;
	color:#7f8c8d;
}
.footer .textwidget em a:hover {
	text-decoration:none;
	color:#7f8c8d;
}
.footer .textwidget strong {
	display:block;
	margin:21px 0 0 0;
	font-weight:400;
}
.footer .textwidget span { margin:0 0 0 3px; }
.footer a {
	text-decoration:none;
	color:#7f8c8d;
}
.footer a:hover {
	text-decoration:none;
	color:#f65314;
}
.footer ul#flickr { padding:4px 0 0 0; }
@media (min-width: 1200px) and (max-width: 2200px) {
	.footer ul#flickr li {
		width:80px !important;
		margin:0 6px 0 0;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer ul#flickr li {
		width:30% !important;
		margin:0 3% 0 0;
	}
}
html.ie8 .footer ul#flickr li {
	width:30% !important;
	margin:0 3% 0 0;
}
@media (min-width: 1200px) and (max-width: 2200px) {
	.footer ul#flickr li a {
		width:80px !important;
		height:80px !important;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer ul#flickr li a {
		width:100% !important;
		height:auto !important;
	}
}
html.ie8 .footer ul#flickr li a {
	width:100% !important;
	height:auto !important;
}
.footer ul#flickr li a img {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
@media (min-width: 1200px) and (max-width: 2200px) {
	.footer ul#flickr li a img {
		width:80px !important;
		height:80px !important;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer ul#flickr li a img {
		width:100% !important;
		height:auto !important;
	}
}
html.ie8 .footer ul#flickr li a img {
	width:100% !important;
	height:auto !important;
}
.footer ul#flickr li a span.zoom-icon {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.footer ul.comments-custom li {
	background:url(images/line_hor.gif) repeat-x 0% 0%;
	margin:0 0 21px 0;
	padding:19px 0 0 0;
	line-height:18px;
	font-size:12px;
	color:#7f8c8d;
}
.footer ul.comments-custom li:first-child {
	background:none;
	padding:0;
}
.footer ul.comments-custom li .comments-custom_txt {
	margin:0;
	padding:0;
	border:none;
}
.footer ul.comments-custom li .meta_format { margin:0; }
.footer ul.comments-custom li h4 {
	margin:0 0 1px 0;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-transform:none;
	color:#f65314;
}
.footer ul.comments-custom li h4 a {
	text-decoration:none;
	color:#f65314;
}
.footer ul.comments-custom li h4 a:hover {
	text-decoration:none;
	color:#00a1f1;
}
.footer ul.comments-custom li time {
	display:block;
	line-height:18px;
	font-size:11px;
	color:#7f8c8d;
}
.footer .copyright { padding:34px 0 0 0; }
.footer .footer-text {
	line-height:16px;
	font-size:14px;
	color:#3f3f3f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text { font-size:13px; }
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
.footer .footer-text a {
	text-decoration:none;
	color:#3f3f3f;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#f65314;
}
.footer nav.footer-nav { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer nav.footer-nav ul { text-align:right; }
}
@media (max-width: 767px) {
	.footer nav.footer-nav ul { text-align:left; }
}
.footer nav.footer-nav ul li { line-height:16px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer nav.footer-nav ul li { padding:0 7px; }
}
@media (max-width: 767px) {
	.footer nav.footer-nav ul li { padding:0 12px 0 0; }
}
.footer nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#f65314;
}
.footer nav.footer-nav ul li a { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer nav.footer-nav ul li a { font-size:13px; }
}
.footer nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#f65314;
}
#back-top-wrapper {
	right:31px;
	bottom:88px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a {
	background:none;
	width:auto;
}
#back-top-wrapper p#back-top a:hover:before { color:#00a1f1; }
#back-top-wrapper p#back-top a:before {
	line-height:28px;
	font-family:FontAwesome;
	font-size:28px;
	color:#818185;
	content:'\f0aa';
}
#back-top-wrapper p#back-top a span {
	background:none;
	width:auto;
	height:auto;
	margin:0;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail.large { margin:0 0 25px 0; }
.title-section { padding:28px 0 0 0; }
.title-section h1 {
	margin:0 0 14px 0;
	padding:0 0 10px 0;
}
.title-section ul.breadcrumb {
	background:#ecf0f1;
	margin:0;
	padding:14px 30px 15px 30px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul.breadcrumb li {
	line-height:30px;
	font-size:24px;
	font-weight:300;
	color:#5b6364;
}
@media (max-width: 767px) {
	.title-section ul.breadcrumb li {
		line-height:24px;
		font-size:18px;
	}
}
.title-section ul.breadcrumb li.divider { margin:0 18px; }
@media (max-width: 767px) {
	.title-section ul.breadcrumb li.divider { margin:0 6px; }
}
.title-section ul.breadcrumb li.active { color:#00a1f1; }
.title-section ul.breadcrumb li a {
	text-decoration:none;
	color:#5b6364;
}
.title-section ul.breadcrumb li a:hover {
	text-decoration:none;
	color:#00a1f1;
}
.post_meta {
	line-height:16px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#8b8b8b;
}
.post_meta a {
	text-decoration:none;
	color:#1b1b1b;
}
.post_meta a:hover {
	text-decoration:none;
	color:#00a1f1;
}
div.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
div.post-author {
	background:#f1f1f1;
	margin:0 0 50px 0;
	padding:20px 30px;
	border:none;
}
div.post-author h3 {
	margin:0 0 15px 0;
	padding:0;
}
div.post-author p.post-author_gravatar img {
	background:none;
	margin:3px 0 10px 0;
	padding:0;
	border:none;
}
div.post-author .post-author_link { margin:15px 0 0 0; }
div.post-author .post-author_link p { margin:0; }
div.post-author .post-author_link p a {
	text-transform:capitalize;
	text-decoration:none;
	color:#7f8c8d;
}
div.post-author .post-author_link p a:hover {
	text-decoration:none;
	color:#f65314;
}
.related-posts { margin:0 0 50px 0; }
.related-posts ul li {
	line-height:19px;
	font-family:'Roboto', sans-serif;
	font-size:19px;
	font-weight:300;
	text-transform:uppercase;
	color:#f65314;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.related-posts ul li {
		line-height:15px;
		font-size:15px;
	}
}
html.ie8 .related-posts ul li {
	line-height:15px;
	font-size:15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts ul li {
		line-height:13px;
		font-size:13px;
	}
}
@media (max-width: 767px) {
	.related-posts ul li {
		line-height:14px;
		font-size:14px;
	}
}
.related-posts ul li a {
	text-decoration:none;
	color:#f65314;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#00a1f1;
}
ol.comment-list li {
	font-family:'Roboto', sans-serif;
	font-weight:300;
}
ol.comment-list li .comment-body {
	background:#f1f1f1 !important;
	border:none;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .author {
	padding:8px 0 0 0;
	line-height:16px;
	font-family:'Roboto', sans-serif;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	color:#818181;
}
ol.comment-list li .comment-body .reply {
	margin:0 0 0 42px;
	line-height:16px;
}
ol.comment-list li .comment-body .reply a {
	line-height:16px;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	color:#f93b01;
}
ol.comment-list li .comment-body .reply a:hover {
	text-decoration:none;
	color:#00a1f1;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:16px;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	color:#818181;
}
.cancel-comment-reply { padding:0 0 12px 0; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:40px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip { line-height:20px; }
}
.wpcf7-form .ajax-loader { margin:8px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper { padding:5px 7px 9px 0; }
.filter-wrapper strong {
	margin:0 10px 0 0;
	padding:8px 0 12px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	color:#7f8c8d;
}
.filter-wrapper ul li { margin:0 0 0 7px; }
.filter-wrapper ul li a {
	margin:0;
	padding:8px 14px 12px 14px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#7f8c8d;
}
#portfolio-grid li .thumbnail { margin:0 0 25px 0; }
#portfolio-grid li h3 {
	margin:0 0 10px 0;
	line-height:19px;
	font-size:19px;
	font-weight:300;
	text-transform:uppercase;
	color:#f65314;
}
#portfolio-grid li h3 a {
	text-decoration:none;
	color:#f65314;
}
#portfolio-grid li h3 a:hover {
	text-decoration:none;
	color:#323434;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	background:#f65314;
	padding:10px 14px 10px 14px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
ul.pager li a:focus {
	background:#f65314;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
ul.pager li a:hover {
	background:#323434;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
.faq-list dt h4 {
	margin:0;
	font-weight:300;
}
.faq-list dt h4.marker {
	margin:0;
	font-weight:300;
}
.faq-list dd h4 {
	margin:0;
	font-weight:300;
}
.faq-list dd h4.marker {
	margin:0;
	font-weight:300;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#f65314; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:240px; }
}
.error404-holder h4 { font-weight:400; }
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:35px;
		font-size:30px;
	}
}
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
