.panel-group {
	margin-bottom: 0
}

	.panel-group .panel {
		border-radius: 0
	}

		.panel-group .panel img {
			display: block;
			max-width: 100%;
			height: auto
		}

.panel-default {
	border-color: transparent
}

.panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel-heading {
	text-align: center;
	padding: 5px 15px;
	background-color: #f5f5f5
}

.btn {
	border-radius: 0;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: raleway,sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	border: 1px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pagination {
	border-radius: 0
}

	.pagination > li:first-child > a, .pagination > li:first-child > span {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
		background-color: #000;
		border-color: #000
	}

	.pagination > li:last-child > a, .pagination > li:last-child > span {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
		color: #282828
	}

	.pagination > li > a, .pagination > li > span {
		color: #282828
	}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #000;
	border-color: #000
}

.form-control {
	height: 46px;
	padding: 12px 18px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none
}

	.form-control:focus {
		border-color: #999;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

.progress {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	border: none
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 25px 25px 15px
}

.navbar-default .navbar-brand {
	font-family: raleway,sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #333
}

.navbar-brand {
	float: none;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar {
	border: none
}

.navbar-default .navbar-nav > li > a {
	color: #999;
	font-family: raleway,sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 4px
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: transparent
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: transparent;
	-webkit-transition: background-color .2s linear,color .2s linear;
	-moz-transition: background-color .2s linear,color .2s linear;
	-o-transition: background-color .2s linear,color .2s linear;
	-ms-transition: background-color .2s linear,color .2s linear;
	transition: background-color .2s linear,color .2s linear
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000
}

.navbar-default .navbar-toggle {
	border-color: transparent
}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent
	}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 100%
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 15px
}

.modal-header {
	min-height: 16.43px;
	padding: 25px;
	border-bottom: none
}

.modal {
	top: 10%
}

.modal-body {
	padding: 10px 50px 50px
}

.modal-content {
	position: relative;
	background-color: #f2f2f2;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.thumbnail {
	margin-bottom: 0;
	border: none
}

.close {
	float: right;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: none;
	filter: none;
	opacity: 100
}

html {
	min-height: 100%
}

body {
	font-size: 15px;
	font-family: open sans,sans-serif;
	font-weight: 300;
	line-height: 22px;
	color: #4c4c4c
}

a {
	color: #aaa;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .2s linear,color .2s linear;
	-moz-transition: background-color .2s linear,color .2s linear;
	-o-transition: background-color .2s linear,color .2s linear;
	-ms-transition: background-color .2s linear,color .2s linear;
	transition: background-color .2s linear,color .2s linear
}

li {
	padding: 0 0 10px
}

a:hover, a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	outline-offset: none
}

.bg-color {
	background-color: #f5f5f5
}

.general-title h2 {
	font-family: raleway,sans-serif;
	line-height: 31px;
	font-size: 21px;
	font-weight: lighter;
	letter-spacing: 7px;
	color: #696969;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0
}

.head-title h2 {
	text-align: center;
	font-family: raleway,sans-serif;
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0
}

.service-title h3 {
	font-family: raleway,sans-serif;
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 500
}

.project-title h3 {
	font-family: raleway,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600
}

.title-devider {
	border-bottom: 2px solid silver;
	display: block;
	width: 100px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 40px
}

.title-devider-left {
	border-bottom: 2px solid silver;
	display: block;
	width: 100px
}

.space {
	margin-top: 20px
}

.space-bottom {
	padding-bottom: 20px
}

.space-bottom-2x {
	padding-bottom: 40px
}

.padding-top {
	padding-top: 40px
}

.padding-2x {
	padding: 40px 0
}

.padding-bottom {
	padding-bottom: 80px
}

.padding-top-x2 {
	padding-top: 80px
}

.margin-top {
	margin-top: 25px
}

.margin-top-x2 {
	margin-top: 40px
}

.bg-color {
	background-color: #f2f2f2
}

.white-btn {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

	.white-btn:hover {
		color: #000;
		background-color: #fff;
		border-color: #fff
	}

.black-btn {
	color: #666;
	background-color: transparent;
	border-color: #eaeaea;
	margin: 5px
}

	.black-btn:hover {
		color: #fff;
		background-color: #666;
		border-color: #666
	}

.gold-btn {
	color: #fff;
	background-color: #000;
	border-color: #000
}

	.gold-btn:hover {
		color: #fff;
		background-color: #666;
		border-color: #666
	}

.small_text {
	font-size: 12px
}

.spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center
}

	.spinner > div {
		width: 18px;
		height: 18px;
		background-color: #333;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
		animation: bouncedelay 1.4s infinite ease-in-out;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both
	}

	.spinner .bounce1 {
		-webkit-animation-delay: -.32s;
		animation-delay: -.32s
	}

	.spinner .bounce2 {
		-webkit-animation-delay: -.16s;
		animation-delay: -.16s
	}

@-webkit-keyframes bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes bouncedelay {
	0%,80%,100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

#preloader {
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index: 9999
}

.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center
}

.header-nav {
	text-align: center;
	background: #fff;
	border-color: transparent;
	border-radius: 0;
	margin: 0
}

.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
	width: 100%
}

	.navbar-nav > li {
		float: none;
		display: inline-block
	}

#header {
	width: 100%;
	z-index: 9999
}

.navbar-header {
	float: left;
	width: 100%;
	padding: 30px 0 0;
	text-align: center
}

.navbar-brand img {
	max-width: 510px
}

#disqus_thread {
	position: relative
}

	#disqus_thread:after {
		content: "";
		display: block;
		height: 55px;
		width: 100%;
		position: absolute;
		bottom: 0;
		background: #fff
	}

#about_bg {
	background: url(../img/header_bg/image1.jpg) 50% 0 no-repeat fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover
}

#service_bg {
	background: url(../img/header_bg/image2.jpg) 50% 0 no-repeat fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover
}

#projects_bg {
	background: url(../img/header_bg/image3.jpg) 50% 0 no-repeat fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover
}

#blog_bg {
	color: #fff;
	background: url(../img/header_bg/image4.jpg) 50% 0 no-repeat fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover
}

#blog2_bg {
	color: #fff;
	background: url(../img/header_bg/image5.html) 50% 0 no-repeat fixed;
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover
}

#service_inner {
	color: #fff;
	background: url(../img/header_bg/service_bg.html) 50% 0 no-repeat fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover
}

.price-table {
	background-color: #f2f2f2;
	border: 3px solid #f2f2f2;
	border-radius: 0;
	padding-bottom: 20px
}

	.price-table:hover {
		border: 3px solid #000
	}

	.price-table h3 {
		text-transform: uppercase;
		font-family: raleway,sans-serif;
		font-size: 22px;
		font-weight: 300;
		letter-spacing: 5px
	}

	.price-table h1 {
		text-transform: uppercase;
		margin: 0;
		font-family: raleway,sans-serif;
		font-weight: 700;
		letter-spacing: 5px
	}

	.price-table small {
		text-transform: uppercase;
		font-family: raleway,sans-serif;
		font-weight: 500;
		letter-spacing: 3px
	}

	.price-table p {
		color: #999;
		line-height: 40px
	}

.service-box p {
	margin-left: 25px;
	margin-right: 25px
}

.service-box-none p {
	margin-left: 25px;
	margin-right: 25px
}

.service-box-none h3 {
	padding: 10px 0
}

.service-box-none i {
	color: #000
}

.service-box-none {
	padding-top: 50px;
	padding-bottom: 50px
}

.service-box h3 {
	padding: 10px 0
}

.service-box i {
	color: #000
}

.service-box {
	padding-top: 25px;
	padding-bottom: 25px
}

.service-box-l {
}

.site-wrapper {
	padding-top: 180px
}

.about-caption p {
	margin: 0 0 20px
}

.about-caption h3 {
	font-family: raleway,sans-serif;
	color: #282828;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 13px;
	line-height: 20px;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500
}

.about-caption h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0;
	text-transform: none;
	color: #333;
	margin: 0;
	padding: 0
}

.about-caption .col-sm-10 {
	padding-left: 10px
}

.about-caption i {
	color: #000;
	font-size: 36px
}

.projects .col-md-4 {
	padding-right: 0;
	padding-left: 0
}

.project-inner {
	position: relative;
	padding: 0;
	margin: 10px;
	overflow: visible
}

	.project-inner > img, .project-inner > a img, .project-caption > img {
		display: block;
		max-width: 100%;
		height: auto
	}

	.project-inner .project-caption {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.25);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		visibility: visible;
		opacity: .6
	}

	.project-inner:hover .project-caption, .project-inner:focus .project-caption {
		visibility: visible;
		opacity: 1
	}

.project-caption h3 {
	font-family: raleway,sans-serif;
	text-transform: uppercase;
	font-weight: 400
}

.project-caption {
	color: #fff;
	text-align: center
}

.project-details {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px
}

	.project-details p {
		color: #000
	}

.all-projects {
	background-color: transparent;
	padding: 50px 0
}

.projects-title {
	padding-top: 15px;
	padding-bottom: 5px
}

	.projects-title h2 {
		text-transform: uppercase;
		color: #333;
		padding-top: 10px;
		font-family: raleway,sans-serif;
		font-size: 1.3em;
		font-weight: 600
	}

.project-title-devider {
	border-top: 1px solid #999;
	width: 65px;
	margin: 0 auto
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.cbp-l-filters-alignRight .cbp-filter-counter {
	background: #000
}

	.cbp-l-filters-alignRight .cbp-filter-counter:before {
		border-top: 4px solid #000
	}

.cbp-l-filters-alignRight {
	text-align: center
}

	.cbp-l-filters-alignRight .cbp-filter-item {
		background-color: #f2f2f2;
		border: none;
		font: 400 12px/35px "Open Sans",sans-serif;
		margin: 0;
		margin-right: 10px
	}

.cbp-l-filters-list {
	margin: 0 auto;
	padding-bottom: 40px
}

	.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
		color: #fff;
		background-color: #000;
		border-color: #000
	}

	.cbp-l-filters-list .cbp-filter-item {
		background-color: transparent;
		color: #888;
		cursor: pointer;
		font: 400 12px/35px "Open Sans",sans-serif;
		text-transform: uppercase;
		padding: 0 18px;
		position: relative;
		overflow: visible;
		margin-top: 0;
		float: left;
		border: 1px solid #f2f2f2;
		border-right-width: 0;
		-webkit-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out
	}

.cbp-l-filters-list-last {
	border-radius: 0
}

.cbp-l-filters-list-first {
	border-radius: 0
}

.cbp-l-grid-blog-comments {
	color: #aaa
}

.cbp-l-grid-blog-title {
	font: 300 18px/28px "Raleway",sans-serif
}

	.cbp-l-grid-blog-title:hover {
		color: #000
	}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background-color: #2a2a2a
}

.cbp-popup-singlePage .cbp-l-project-title {
	color: #454444;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: raleway,sans-serif;
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased
}

.cbp-popup-singlePage-counter {
	color: #000
}

.cbp-l-grid-blog-desc {
	font: 300 14px open sans,sans-serif;
	line-height: 22px;
	color: #4c4c4c;
	margin-top: 9px
}

.cbp-popup-singlePage .cbp-l-project-subtitle {
	margin: 0 auto 40px
}

.cbp-slider .cbp-slider-item-current {
	left: -20px;
	margin: -20px
}

.cbp-slider .cbp-slider-item {
	width: auto
}

.cbp-l-grid-masonry .cbp-l-grid-masonry-height3 {
	height: 370px
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
	z-index: 99999999
}

.cbp-popup-singlePageInline .cbp-popup-close {
	top: 0
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important
}

#testimonials {
	background-color: #f2f2f2
}

.t-info b {
	font-family: raleway,sans-serif;
	font-weight: 600
}

.testimonial {
	padding: 20px 25px;
	background-color: #fff;
	float: left;
	font-family: open sans,sans-serif;
	color: #666;
	font-size: 15px;
	border: 1px solid #dedede
}

.author-wrapper {
	width: 100%;
	margin-bottom: 20px;
	float: left
}

.arrow {
	float: left;
	margin-left: 25px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 30px solid #dedede;
	border-left: 30px solid transparent;
	border-right: 0 solid transparent
}

.testimonial-name {
	float: left;
	margin: 0 8px;
	color: #999;
	padding-top: 5px;
	font-family: open sans,sans-serif;
	font-size: 15px
}

	.testimonial-name > span {
		color: #999;
		font-size: 15px
	}

.blog-inner {
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 0
}

	.blog-inner .caption {
		padding: 0
	}

	.blog-inner h3 {
		font-family: raleway,sans-serif;
		font-size: 18px;
		font-weight: 600
	}

.blog-meta i {
	color: #000;
	margin-bottom: 15px
}

.blog-meta span {
	color: #000;
	font-size: 13px;
	margin-right: 7px
}

.blog-inner-title a {
	color: #333
}

	.blog-inner-title a:hover {
		color: #000
	}

.blog-btn {
	color: #fff;
	background-color: #000;
	border-color: #000;
	width: 100%
}

	.blog-btn:hover {
		border-color: #666;
		background-color: #666;
		color: #fff
	}

.media-left {
	margin-left: 100px
}

.left-comment input, textarea {
	margin-bottom: 25px
}

.blog-meta-inner span {
	font-weight: 700;
	color: #000
}

.blog-post-details blockquote {
	color: #999
}

.noborderradius {
	border-radius: 0 !important
}

.team-inner {
	position: relative;
	padding: 0;
	overflow: hidden;
	border: none;
	border-radius: 50%;
	margin: 0
}

	.team-inner > img, .team-inner > a img, .team-caption > img {
		display: block;
		width: 100%;
		height: auto
	}

	.team-inner .team-caption {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		border-radius: 50%;
		display: table-cell;
		vertical-align: middle;
		background: rgba(40,40,40,.9);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		visibility: hidden;
		opacity: 0
	}

	.team-inner:hover .team-caption, .team-inner:focus .team-caption {
		visibility: visible;
		opacity: 1
	}

.team-details h5 {
	font-family: raleway,sans-serif;
	font-weight: 300;
	color: #000;
	margin-top: 20px
}

.team-details p {
	margin: 0
}

.team-details h3 {
	font-family: raleway,sans-serif;
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px
}

.t-social-holder {
	display: table;
	width: 100%;
	height: 100%
}

.team-social {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

	.team-social a {
		font-size: 16px
	}

.blog-img {
	overflow: hidden;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0
}

	.blog-img img {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

		.blog-img img:hover {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1)
		}

#our-clients {
	background-color: #f2f2f2
}

.cbp-popup-singlePage .cbp-popup-content {
	margin-top: 75px
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	height: 70px
}

.cbp-popup-singlePage .cbp-popup-next {
	top: 15px;
	background-position: -48px -2px
}

.cbp-popup-singlePage .cbp-popup-prev {
	top: 15px;
	background-position: -2px -2px
}

.cbp-popup-singlePage .cbp-popup-close {
	background-position: -94px 0;
	top: 15px
}

.contact-icon i {
	font-size: 26px;
	color: #000;
	margin-top: 5px
}

.contact-icon.col-sm-2 {
	padding-left: 0;
	padding-right: 0
}

.contact-icon.col-sm-10 {
	padding-left: 0;
	padding-right: 0
}

ul.contact-social {
	padding: 0
}

.contact-social li {
	display: inline-block
}

.btn-submit {
	text-transform: uppercase;
	font-family: raleway,sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	width: 185px;
	margin: 15px 0;
	padding: 12.9px;
	border-color: #000;
	background-color: #000;
	border-radius: 0;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

	.btn-submit:hover {
		border-color: #666;
		background-color: #666;
		color: #fff
	}

#map-canvas {
	height: 400px;
	width: auto
}

#contact input, select {
	width: 100%;
	padding: 12.9px;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	margin: 7px 0;
	font-weight: 100
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
	box-shadow: none;
	outline: 0
}

textarea {
	width: 100%;
	height: 175px;
	padding: 13px;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 7px;
	margin-right: 15px;
	font-weight: 100
}

	#contact input:focus, textarea:focus, select:focus {
		border: 1px solid #000;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		color: #444
	}

#contact span.required {
	font-size: 13px;
	color: red
}

#message {
	margin: 10px 0;
	padding: 0
}

.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	text-align: center;
	font-weight: 700;
	padding: 3px 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	background-color: #000;
	background-position: 10px center;
	background-repeat: no-repeat
}

.loader {
	padding: 0 10px
}

acronym {
	border-bottom: 1px dotted #ccc
}

#success_page {
	text-align: center
}

	#success_page strong {
		color: #000
	}

.footer-big {
	color: #333;
	font-size: 15px;
	border-top: solid 1px #fefefe
}

#footer {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px
}

.f-inner {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center
}

	.f-inner:hover {
		background-color: #fff;
		color: #000;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

	.f-inner .col-sm-10 {
		padding-left: 0
	}

.f-logo {
	margin-top: 70px
}

	.f-logo h2 {
		font-family: raleway,sans-serif;
		font-size: 30px;
		line-height: 31px;
		font-weight: 300;
		letter-spacing: 3px;
		color: #333;
		-webkit-font-smoothing: antialiased
	}

.f-space {
	padding: 8px 0
}

.f-inner strong {
	font-family: raleway,sans-serif;
	color: #333 !important;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.f-inner address {
	font-size: .8em;
	line-height: 1.8em;
	margin: 0
}

.f-inner i {
	color: #000
}

.f-copyright {
	margin-top: 6px
}

	.f-copyright span {
		color: #aaa;
		font-size: 12px
	}

ul.footer-social {
	float: right;
	padding: 0;
	margin: 0
}

.footer-social li {
	display: inline-block
}

.f-cta {
	width: 100%;
	padding: 30px 0;
	font-family: raleway,sans-serif;
	font-weight: 500;
	background-color: #000;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

	.f-cta:hover {
		background-color: #222
	}

.f-action a:focus {
	color: #fff
}

.cta-section h2 {
	margin-bottom: 30px
}

.cta-section {
	color: #fff;
	background: url(../img/header_bg/bg1.jpg) 50% 0 no-repeat fixed;
	background-size: cover
}

.cta-title-2 h2 {
	font-family: raleway,sans-serif;
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #333;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0
}

.cta-title h2 {
	font-family: raleway,sans-serif;
	font-size: 30px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0
}

.canvas-nav li {
	padding-top: 30px;
	font-weight: 400;
	font-size: 1em;
	line-height: 2.4em;
	text-align: center;
	text-transform: uppercase;
	list-style: none
}

.canvas-nav a {
	color: #999
}

	.canvas-nav a:hover {
		color: #000;
		background-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

.canvas-nav-social li {
	float: right;
	list-style: none;
	display: inline
}

.nav-logo {
	margin-top: 10px
}

	.nav-logo a {
		font-family: raleway,sans-serif;
		font-weight: 700;
		font-size: 22px;
		text-transform: uppercase;
		color: #333
	}

.offcanvas-nav {
	background: rgba(255,255,255,.9);
	border-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	color: #fff
}

.mm-menu {
	background: #2a2a2a;
	color: #aaa
}

	.mm-menu .mm-list > li:after {
		border-color: transparent !important
	}

	.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
		background: 0 0
	}

.topBar {
	margin-top: 6px
}

.mm-menu > .mm-panel.mm-opened {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.shrink .navbar-header {
	width: auto;
	padding: 20px 0 0
}

.shrink .navbar-brand img {
	max-width: 280px
}

.shrink .nav > li > a {
	font-size: 13px;
	letter-spacing: 3px;
	padding: 25px 10px 10px
}

.slider-text {
	font-family: raleway,sans-serif;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: 0 1px 1px #000
}

.tp-loader.spinner0 {
	display: none
}

.span-title {
	background: #fff;
	display: inline-block;
	padding: 0 10px 0 20px
}

.line-title {
	border-bottom: 1px solid #eaeaea;
	position: relative;
	z-index: 10;
	top: 56px
}

@media(max-width:467px) {
	.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
		top: 15% !important
	}

	.shrink .navbar-brand img, .navbar-brand img {
		max-width: 200px !important
	}

	.owl-theme .owl-controls .owl-nav [class*=owl-] {
		padding: 15px 10px
	}

	.navbar .container {
		width: 100%;
		padding: 0
	}
}

@media(max-width:700px) {
	.nav-logo {
		float: right
	}

	.navbar-brand img {
		margin-top: 15px;
		max-width: 200px
	}

	.shrink .navbar-brand img {
		margin-top: -15px;
		max-width: 180px
	}

	.nav > li > a {
		padding: 15px 5px
	}

	.shrink .nav > li > a {
		font-size: 13px;
		letter-spacing: 3px;
		padding: 25px 25px 10px
	}

	.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
		top: 33%
	}
}

@media(max-width:768px) {
	#footer {
		text-align: center
	}

	ul.footer-social {
		float: none;
		margin-top: 20px
	}

	.f-inner {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center
	}

		.f-inner .col-sm-10 {
			padding-left: 15px
		}

	.f-logo h2 {
		text-align: center
	}

	.f-logo {
		margin-top: 0
	}

	.price-table {
		margin-bottom: 20px
	}

	.about-caption {
		margin-bottom: 20px;
		text-align: center
	}

	.bg-color {
		text-align: center
	}

	.team-details {
		margin-bottom: 30px
	}

	.nav-logo {
		float: right
	}

	#bs-navbar-collapse-1 {
		float: left;
		width: 100%
	}

		#bs-navbar-collapse-1 .nav > li {
			display: block;
			position: relative
		}

	.shrink .navbar-header {
		width: 100%
	}

	.shrink .navbar-brand img {
		margin-top: 13px !important;
		max-width: 240px !important
	}

	.owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
		top: 25% !important
	}

	.nav > li > a {
		display: block;
		padding: 25px 6px 11px;
		position: relative
	}

	.site-wrapper {
		padding-top: 105px
	}
}

@media(max-width:992px) {
	.nav-logo {
		float: right
	}

	.navbar-brand img {
	}

	.shrink .navbar-brand img {
		margin-top: 5px;
		max-width: 180px
	}

	.nav > li > a {
		padding: 15px 5px;
		font-size: 10px !important;
	}

	.shrink .nav > li > a {
		font-size: 13px;
		letter-spacing: 3px;
		padding: 25px 5px 10px
	}

	.owl-theme .owl-controls .owl-nav .owl-next {
		top: 33%
	}
}