@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext);
@import url(base.css);
@import url(components.css);
@import url(font-awesome.min.css);

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 400 13px 'Ubuntu', Arial, sans-serif;
	color: #353a48;
	overflow: auto;
	border-top:2px solid #e06a29;
}


.full-section {
	padding: 38px 0 0 0;
}

.full-section .section-content {
	margin-top: 10px;
}

.middle-content{}
.middle-content .container{ border-bottom:1px solid #8b8b8b; }
.middle-content h2.title-line{ margin:11px 0px 15px 0px; background:#e6e6e6; height:2px; color:#626262; }
.middle-content h2 span{ background:#fff; padding-right:12px; position:relative; top:-17px; font-size:20px; font-weight:500; }
.middle-content p{ font-size:13px; color:#888; line-height:20px; text-align:justify; }
.middle-content .container .row > div:last-child{ background:url(../images/middle-content-img.png) right bottom no-repeat; min-height:161px; position:relative; }

p {
	font: 400 13px/20px 'Ubuntu', Arial, sans-serif;
}
h2.slide-title, h1.gallery-title, h3.gallery-title,
h6.head-title, h4.title, h6.widget-title {
	font-family: 'Ubuntu', Arial, sans-serif;
	text-align: center;
	font-weight: 500;
}
h2.slide-title {
	font-size: 40px;
	font-weight: 500;
	letter-spacing:-1.5px;
	line-height: 45px;
}

h2.single-title{
	margin:22px 0px 19px 0px;
	background:#e1e1e1;
	height:2px;
	letter-spacing:-1px;
	color:#3b5166;
}
h2.single-title span {
	background:#fff;
	padding-right:10px;
	position:relative;
	top:-19px;
	font-size:23px;
	font-weight:500;
	line-height:100%;
}

h3.single-title{
	margin:50px 0px 19px 0px;
	background:#e1e1e1;
	height:2px;
	letter-spacing:-1px;
	color:#3b5166;
}
h3.single-title span {
	background:#fff;
	padding-right:10px;
	position:relative;
	top:-19px;
	font-size:23px;
	font-weight:500;
}

.content blockquote{
	width: 100%;
	padding:0px 0px 0px 30px;
	position: relative;
	border-left: none;
}
.content blockquote p{
	font-style: italic;
}
.content blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0px;
	top: -4px;
	width: 7px;
	height: 100%;
	font-size:45px;
	color:#c8c8c8;
}
h1.gallery-title, h3.gallery-title {
	font-size: 16px;
	font-weight: 500;
}

h5.sidebar-widget-title{
	margin:11px 0px 15px 0px;
	background:#e1e1e1;
	height:2px;
	letter-spacing:-1px;
	color:#3b5166;
}
h5.sidebar-widget-title span {
	background:#fff;
	padding-right:10px;
	position:relative;
	top:-16px;
	font-size:19px;
	font-weight:400;
}
header {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
	border-bottom:1px solid #b2b2b2;
}
header .logo-container {
	padding-top: 23px;
}
header .logo-container img {
	max-width:215px;
}

header .logo-container .slogan {
	font-size: 12px;
	margin-left: 3px;
	color: #a9abb0;
}
header.alt {
	position: relative;
	background: #fafafa;
}

.top-bar {
	height: 38px;
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e7;
	overflow: hidden;
}
.top-bar .top-social-icons ul li {
	float: left;
	margin-right: 7px;
	padding-top: 6px;
}
.top-bar .top-social-icons ul li a {
	display: block;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #a9abb0;
}
.top-bar .top-social-icons ul li a:hover {
	background: #a9abb0;
	color: #fff;
	border:1px solid #a9abb0;
}
.top-bar .slogan span {
	line-height: 37px;
	font-size:13px;
	color:#888;
	text-shadow:1px 1px 0px #FFF;
}





header > .container {
	position: relative;
}
header .main-navigation > ul > li {
	float: left;
	margin-right: 17px;
	position: relative;
}
header .main-navigation > ul > li:last-child {
	margin: 0;
}
header .main-navigation > ul > li:last-child a {
	padding-right: 0;
}
header .main-navigation > ul > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 100px;
	padding: 0 10px;
	display: block;
	position: relative;
}
header .main-navigation > ul > li > a:focus {
	outline: 0;
}
header .main-navigation ul li a:hover,
header.alt .main-navigation ul li a:hover,
header .main-navigation li.parent-item ul.submenu li:hover > a {
	color: #ef7c00;
}

header.alt .main-navigation > ul > li:after{
	content: '';
	background: #ef7c00;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 110px;
	height: 3px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
header.alt .main-navigation > ul > li:hover:after {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
header.alt .main-navigation > ul > li > a {
	color: #888;
}

header .main-navigation li.parent-item ul.submenu,
header .main-navigation li.parent-item ul.submenu ul {
	position: absolute;
	left: 11px;
	top: 80px;
	z-index: 2;
	min-width: 230px;
	background: #fafafa;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
	border-top: 3px solid #ef7c00;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out;
	   -moz-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	     -o-transition: all .25s ease-out;
	        transition: all .25s ease-out;
	-webkit-transform: scaleY(0);
	   -moz-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	     -o-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
header.alt .main-navigation li.parent-item ul.submenu {
	left: 0;
	top: 100%;
}
header .main-navigation li.parent-item ul.submenu ul {
	left: 100%;
	top: -3px;
	overflow: hidden;
	border-left: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu ul.left-submenu {
	left: auto;
	right: 100%;
	border-left: 0;
	border-right: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu li a {
	position: relative;
	display: block;
	color: #888;
	padding: 11px 20px;
	border-bottom: 1px solid #e6e6e7;
}
header .main-navigation li.parent-item ul.submenu li.haschild,
header .mobile-navigation .mobile-container li.haschild {
	position: relative;
}
header .main-navigation li.parent-item ul.submenu li.haschild > a:after,
header .mobile-navigation .mobile-container li.haschild > a:after {
	content: '\f107';
	font: 400 normal normal 14px/1 "FontAwesome";
	float: right;
}
header .main-navigation li.parent-item ul.submenu li:hover > a {
	background: #f4f4f4;
}
header .main-navigation li.parent-item:hover ul.submenu,
header .main-navigation li.parent-item ul.submenu li.haschild:hover ul {
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}


.mobile-navigation,
.mobile-navigation .mobile-btn,
.mobile-navigation .mobile-container {
	display: none;
}
.mobile-navigation {
	margin-top: 38px;
	cursor: pointer;
}
.mobile-navigation .mobile-btn {
	position: relative;
	display: block;
	height: 26px;
	width: 35px;
	padding-top: 10px;
}
.mobile-navigation .mobile-btn span,
.mobile-navigation .mobile-btn span:before,
.mobile-navigation .mobile-btn span:after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 1px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
header.alt .mobile-navigation .mobile-btn span,
header.alt .mobile-navigation .mobile-btn span:before,
header.alt .mobile-navigation .mobile-btn span:after {
	background: #383c4b;
	border-radius: 2px;
}
.mobile-navigation .mobile-btn span:before {
	top: -10px;
}
.mobile-navigation .mobile-btn span:after {
	bottom: -10px;
}

.mobile-navigation .mobile-btn.show-menu span {
	background-color: transparent;
}
.mobile-navigation .mobile-btn.show-menu span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mobile-navigation .mobile-btn.show-menu span:after {
	top: 10px;
	-webkit-transform: translateY(-10px) rotate(-45deg);
	   -moz-transform: translateY(-10px) rotate(-45deg);
	    -ms-transform: translateY(-10px) rotate(-45deg);
	     -o-transform: translateY(-10px) rotate(-45deg);
	        transform: translateY(-10px) rotate(-45deg);
}
.mobile-navigation .mobile-container {
	background: #fff;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	z-index: 999;
}

.mobile-navigation .mobile-container li.parent-item a {
	display: block;
	color: #a9abb0;
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e7;
}
.mobile-navigation .mobile-container li.parent-item a:hover {
	background: #f4f4f4;
	color: #ef7c00;
}
.mobile-navigation .mobile-container li.parent-item a span {
	background: none;
	box-shadow: none;
}

.mobile-navigation .mobile-container li.haschild > ul {
	display: none;
}
.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > a {
	padding-left: 40px;
}
.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > ul > li > a {
	padding-left: 60px;
}
.mobile-navigation .mobile-container li.haschild > ul.submenu > li.sub-item > a:after {
	margin-right: 10px;
}

.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner {
	width:100%;
	position:relative;
}
.tp-banner > ul li:after {
/*	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;*/
}
.tp-banner > ul li .tp-caption {
	z-index: 22 !important;
}
.tp-banner > ul li .slide-title{
	color: #343434;
	position: relative;
}

.tp-banner ul li .slide-description {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	color: #343434;
	margin-top: 35px;
	letter-spacing:-1px;
	text-align: center;
	max-width: 950px;
}

.mobile_nav-open .tp-banner-container,
.mobile_nav-open .tp-banner {
	z-index: -1;
}



.contact-form .input .submit-input {
	background-color: #383c4b;
	height: 38px;
	padding: 0 15px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.contact-form .input .submit-input:hover {
	background-color: #ef7c00;
}


.gallery-section {
	background: #f5f5f5;
	text-align: center;
}

.index-gallery{
	background:url(../images/section-pattern.png) center top repeat;
	border-bottom:1px solid #a6a6a6;
}

.index-categories{
	background:#FFF !important;
	border-bottom:1px solid #a6a6a6;
}

.reference-section{
	background:url(../images/section-pattern.png) center top repeat;
}

.gallery-section .latest-gallery-content {
	margin-top: 8px;
	padding-bottom:92px;
}
.gallery-section .gallery-item {
	position: relative;
	background: #fff;
	margin: 4px 0 3px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
}

.gallery-section .gallery-image {
	position: relative;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	z-index: 1;
}
.gallery-section .gallery-image:after {
	content: '';
	background: rgba(0, 0, 0, .25);
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gallery-section .gallery-info .gallery-title a {
	display: block;
	color: #888;
	padding:15px 0px;
}
.gallery-section .gallery-info .gallery-title a:hover{
	color: #343434;
}

.categories-section {
	background: #eee;
	padding-bottom: 20px;
}

.categories-section .cat-box {
	background: #fff;
	text-align: left;
	border-radius: 4px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
}
.categories-section .cat-box .cat-image {
	position: relative;
}
.categories-section .cat-box .cat-image img {
	border-radius: 4px;
}
.categories-section .cat-box .cat-title a {
	display: block;
	color: #ef7c00;
	text-align: left;
	padding: 24px 15px 0;
}
.categories-section .cat-box .cat-title a:hover {
	color: #383c4b;
}

.our-clients {
	margin-top: -6px;
}
.our-clients h5{ font-size:19px; font-weight:500; color:#626262; margin-bottom:17px; }

.our-clients .client{ margin-bottom:30px; border:1px solid #e4e4e4; }
#clients-slider .flex-direction-nav a {
	top: -28px;
}
#clients-slider .flex-direction-nav .flex-next {
	right: 15px;
}
#clients-slider .flex-direction-nav .flex-prev {
	left: auto;
	right: 57px;
}

.tp-banner-container.has-btns .slider-btns a {
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	box-shadow: none;
	color: #fff;
}
.tp-banner-container.has-btns .slider-btns a.more {
	background-color: #21242e;
}
.tp-banner-container.has-btns .slider-btns a:hover {
	opacity: 1;
	background: #fff;
	color: #383c4b;
}
.tp-banner-container.has-btns .tp-bullets {
	top: auto !important;
	bottom: 30px;
}
.tp-banner-container.has-btns .tp-bullets .bullet {
	margin-top: 0;
}

.latest-gallery-content.alt #gallery-slider {
	margin-bottom: 37px;
}


.pagination {
	margin-top: 47px;
	overflow: hidden;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	margin: 0 1px;
}
.pagination li.arrow {
	margin: 0 6px;
}
.pagination li a {
	display: block;
	background: #e6e6e6;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #5a5e6a;
	border-radius: 1px;
}
.pagination li.arrow a {
	background: #ef7c00;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.pagination li a:hover {
	background: #383c4b;
	color: #fff;
}

.inner-head {
	background-image: url(../images/breadcrumb-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 36px 0;
	border-bottom:1px solid #d6d6d6;
}

.inner-head .container {
	position: relative;
	z-index: 1;
}
.inner-head h1.entry-title {
	font: 500 25px/20px 'Ubuntu', Arial, sans-serif;
	color: #666;
	text-shadow:1px 1px 0px #fff;
	float:left;
	display:inline-block;
}
.inner-head .breadcrumb {
	float:right;
	display:inline-block;
	margin-top:2px;
}
.inner-head .breadcrumb li {
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}
.inner-head .breadcrumb li:last-child{ margin-right:0px; padding-right:0px; }
.inner-head .breadcrumb li:after {
	content: '\f105';
    font: 400 normal normal 13px/1 "FontAwesome";
	display: block;
	position: absolute;
	left: 100%;
	top: 0px;
	color: #9b9b9b;
}
.inner-head .breadcrumb li:last-child:after {
	display: none;
}
.inner-head .breadcrumb li a {
	display: block;
	color: #777;
	text-shadow:1px 1px 0px #fff;	
	font-size:13px;
}
.inner-head .breadcrumb li.current-page a,
.inner-head .breadcrumb li:hover a  {
	color: #333;
}

.post {
	padding-top: 40px;
	background: #f5f5f5;
}
.post #single-slider {
	margin-bottom: 30px;
}
.post #single-slider .image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.post #single-slider .image:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, .25);
}
.post #single-slider .flex-direction-nav a {
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
}
.post #single-slider .flex-direction-nav .flex-prev {
	right: 62px;
}
.post .entry, .post .gallery-details, .contact .contact-left {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
}
.post .gallery-details {
	margin-bottom: 30px;
}
.post .entry h4 {
	font: 500 18px 'Ubuntu', Arial, sans-serif;
}
.post .entry h5 {
	font: 400 15px 'Ubuntu', Arial, sans-serif;
	letter-spacing:-0.5px;
	padding-bottom:4px;
}
.post .entry .content p {
	color: #777;
	margin-bottom: 20px;
}
.share-icons {
	background: #ffe1d1;
	border-radius: 4px;
	padding: 12px;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .03);
}

.share-icons .icons { border-top:1px dotted #d3d3d3; padding-top:15px; }
.post .entry .icons ul li, .share-icons ul li {
	float: left;
	margin-right: 10px;
}
.post .entry .icons ul li:first-child, .share-icons ul li:first-child { margin-left:3px;
}
.post .entry .icons ul li:last-child, .share-icons ul li:last-child { margin-right:0px;
}
.post .entry .icons ul li a, .share-icons ul li a {
	background: #5d82d1;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
}
.post .entry .icons ul li a.tw-icon, .share-icons ul li a.tw-icon {
	background: #40bff5;
}
.post .entry .icons ul li a.gp-icon, .share-icons ul li a.gp-icon {
	background: #eb5e4c;
}
.post .entry .icons ul li a.in-icon, .share-icons ul li a.in-icon {
	background: #238cc8;
}
.post .entry .icons ul li a.pi-icon, .share-icons ul li a.pi-icon {
	background: #e13138;
}
.post .entry .icons ul li a.tm-icon, .share-icons ul li a.tm-icon {
	background: #426d9b;
}
.post .entry .icons ul li a:hover {
	background: #383c4b;
}
.post .entry .icons ul li a i, .share-icons ul li a i {
	color: #fff;
	font-size: 14px;
}

.post.single .single-title a {
	display: inline-block;
	padding-bottom: 11px;
	color: #fa9964;
}
.post.single .single-title a:hover,
.post.single .meta div a:hover {
	color: #383c4b;
}

.post.single .single-title .post-type-icon i {
	color: #fff;
}
.post.single .meta div {
	background: #efefef;
	padding: 7px 10px;
	border-radius: 4px;
	min-width: 115px;
	font-size: 12px;
	color: #909090;
	margin-right: 16px;
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
}
.post.single .meta .comments {
	margin-right: 0;
}
.post.single .meta div .icon i {
	font-size: 15px;
	margin-right: 6px;
}
.post.single .meta div a {
	color: #ef7c00;
}

.post .entry-sidebar .gallery-details h4 {
	font-size: 18px;
	font-weight: 500;
}
.post .entry-sidebar .gallery-details div {
	background: #efefef;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	color: #909090;
	border-radius: 4px;
	margin-bottom: 20px;
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
}
.post .entry-sidebar .gallery-details div .icon {
	margin-right: 12px;
}
.sidebar {
	margin-top: 30px;
}

.sidebar .sidebar-widget {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.13), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
	overflow: hidden;
}

.sidebar .sidebar-widget:last-child {
	margin-bottom: 0px;
}
.sidebar .sidebar-widget.cats ul li{ border-top:1px dotted #d3d3d3; }
.sidebar .sidebar-widget.cats ul li a {
	background: url(../images/sidebar-link-arrow.png) no-repeat 3px center;
	display: block;
	padding: 8px 0 8px 15px;
	color: #3b5166;
	font-size:14px;
	font-weight:400;
	letter-spacing:-0.5px;
}

.sidebar .sidebar-widget p{ border-top:1px dotted #d3d3d3; padding-top:5px; font-size:13px; color:#777; letter-spacing:-0.5px; text-align:justify; font-weight:400; line-height:140%; }
.sidebar .sidebar-widget p:last-child{ margin-bottom:0px; border:none }

.sidebar .contact-info{}
.sidebar .contact-info ul{ border-top:1px dotted #d3d3d3; }
.sidebar .contact-info ul li{ padding:6px 0px; font-size:18px; display:block; clear:both; }
.sidebar .contact-info ul li i{ font-size:25px; color:#bbb; float:left; margin:4px 10px 0px 0px; display:inline-block; }
.sidebar .contact-info ul li:first-child i{ margin-bottom:25px; }
.sidebar .contact-info ul li span{ font-size:14px; color:#777; margin:0px; padding:0px; line-height:15px; }
.sidebar .contact-info ul li a{ font-size:28px; color:#777; font-weight:500; letter-spacing:-1px; margin:0px 0px 0px 0px; padding:0px; }
.sidebar .contact-info ul li span a{ font-size:16px; font-weight:400; letter-spacing:0px; padding:10px 0px 0px 0px; float:left; }

.post.alt {
	padding-bottom: 70px;
}

.post.single {
	padding-bottom: 40px;
}
.post.single .sidebar {
	margin-top: 0;
}
.post .featured-image {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 1;
}
.post .featured-image:after {
	content: '';
	background: rgba(0, 0, 0, .25);
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.post .entry .content {
	clear: both;
	margin-top: 10px;
}

.contact-form .input {
	position: relative;
}
.contact-form{ margin-top:30px; display:block; }
.contact-form label{
	font-size:14px; color:#777; margin-top:5px; padding-top:10px; display:block;
}
.contact-form .input input:not([type=submit]), .contact-form .input textarea {
	display: block;
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #d7d8db;
	border-radius: 2px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom:20px;
	color: #5a5e6a;
}
.contact-form .input input:focus:not([type=submit]), .contact-form .input textarea:focus{
	border-color: #5a5e6a;
}
.contact-form .input textarea {
	min-height: 132px;
	resize: vertical;
}
.contact-form .input .submit-input {
	padding: 0 32px;
	float:right;
}

.portfolio-grid {
	padding: 11px 0px 37px 0px;
}

.portfolio-overlay .portfolio-row {
	margin-right: -14.99px;
}
.portfolio-overlay .portfolio-items .gallery-item {
	margin-top: 29px;
}


.portfolio-overlay .gallery-info {
	padding: 0px;
}
.portfolio-overlay .gallery-info .gallery-title {
	line-height: 14px;
	font-size: 16px;
	color: #888;
	padding: 15px 0px;
	display:block;
}

.gallery-section .portfolio-overlay .gallery-info .gallery-title a:hover {
	color: #383c4b;
}

.gallery-section .gallery .gallery-item {
	padding-bottom: 0;
}
.gallery-section .gallery .gallery-image {
	border-radius: 4px;
}

.content-gallery{ margin-top:-24px; }
.content-gallery img{ border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; margin:28px 0px 2px 0px; }

.custom-checkbox:not(#foo) .checkbox-input {
	position: absolute;
	opacity: 0;
}
.custom-checkbox:not(#foo) .checkbox-input + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.custom-checkbox:not(#foo) .checkbox-input + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 22px;
	height: 22px;
	background: #d7d8db;
	border-radius: 1px;
}
.custom-checkbox:not(#foo) .checkbox-input.disabled + label,
.custom-checkbox:not(#foo) .checkbox-input[disabled] + label {
	color: #b8b8b8;
}
.custom-checkbox:not(#foo) .checkbox-input.disabled + label:before,
.custom-checkbox:not(#foo) .checkbox-input[disabled] + label:before {
	box-shadow: none;
	background: #ddd;
}
.custom-checkbox:not(#foo) .checkbox-input:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 4px;
	height: 4px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -3px 0 white, 4px -8px 0 white, 4px -6px 0 white;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact {
	background: #f5f5f5;
	padding-bottom: 100px;
}

.contact .big-map .fixed-map {
    height:359px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin: 0px;
}

.contact .big-map .fixed-map:after {
	content: '';
	background: rgba(0, 0, 0, .25);
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact.contact-detail {
	padding: 40px 0;
}
.contact.contact-detail .fixed-map {
	margin-top: 0;
}

.contact .sidebar, .contact .sidebar .contact-info {
	margin-top: 0;
}


blockquote {
	display: block;
	position: relative;
	padding: 23px 30px 25px 30px;
	margin: 6px 0;
}


.list ul li, .list ol li {
	color: #5a5e6a;
	line-height: 22px;
}
.ul-list ul li, .ol-list ol li {
	list-style: inside;
}
.ol-list ol li {
	list-style-type: decimal;
}
[class^="list-"] li:before,
[class*="list-"] li:before {
	color: #ef7c00;
	margin-right: 10px;
    font: 400 normal normal 15px/1 "FontAwesome";
}
.list-normal-caret ul li:before {
	content: '\f105';
}

footer {
	background: #555;
}

footer #bottom {
	background: #555;
	line-height: 56px;
}
footer #bottom .copyright p {
	color: #dedede;
	line-height: 56px;
}

footer .webmaster a{
	background:url(../images/webmaster-icon.png) left top no-repeat;
	color:#dedede;
	padding:1px 0px 3px 21px;
}

footer #bottom .copyright a {
	color: #ef7c00;
}
footer #bottom .copyright a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

header .main-navigation li.parent-item ul.submenu li.haschild > a:after,
header .mobile-navigation .mobile-container li.haschild > a:after,
.inner-head .breadcrumb li:after, [class^="list-"] li:before, [class*="list-"] li:before {
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
header .main-navigation ul li:after {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.categories-section .cat-box {
	-webkit-transition: transform .25s ease;
	-moz-transition: transform .25s ease;
	-ms-transition: transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
}