@charset"utf-8";

/* CSS Document */
* {
	outline: none !important;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
	from {
		opacity: 1;
	}

	to {
		opacity: 1;
	}
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img,
iframe {
	max-width: 100%;
	height: auto;
	display: block;
}

a:hover,
a:focus {
	outline: none;
}

.clear {
	clear: both;
}

.top-header {
	background-color: #272727;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	/* padding: 8px 0 11px 0; */
}

.top-header ul {
	padding: 10px 0;
}

.top-header ul li {
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	line-height: 15px;
}

.top-header ul li i {
	display: inline-block;
	padding-right: 5px;
	color: #FFFFFF;
}

.top-header ul li a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	padding: 4px 8px 4px 0px;
	line-height: 10px;
}

.top-header ul.social-links {
	padding: 0;
}

.top-header ul.social-links li {
	margin: 0 0 0 2px;
}

.top-header ul.social-links li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	background-color: #515050;
	font-size: 17px;
}

.top-header ul.social-links li a i {
	padding: 0;
}

.top-header ul.social-links li.facebook:hover a {
	background-color: #3B5A9B;
}

.top-header ul.social-links li.twitter:hover a {
	background-color: rgb(43, 170, 255);
}

.top-header ul.social-links li.linkedin:hover a {
	background-color: rgb(0, 114, 178);
}

.top-header ul.social-links li.instagram:hover a {
	background-color: rgb(53, 80, 107);
}

/*Bottom Start*/
.bottom-header {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

a.logo {
	font-size: 30px;
	color: #98a1a8;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	line-height: 30px;
}

a.logo strong {
	font-weight: 900;
	color: #4f6168;
}

a.logo img {
	margin-right: 13px;
	display: inline-block;
}

/*Navigation Start*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin: 0;
}

.navbar-default .navbar-brand {
	line-height: 60px;
	margin-top: 10px;
	padding: 0;
	width: 125px;
}

.navbar .nav>li>a i.fa-angle-down {
	top: 0px;
	left: 4px;
	font-size: 12px;
	position: relative;
	margin: 0 !important;
}

.navbar-collapse {
	padding-right: 17px;
}

.navbar-nav>li {
	margin-right: 6px;
}

.navbar-nav>li>a {
	font: normal 16px'Lato', sans-serif;
	color: #6d7a83;
	line-height: 60px;
	padding: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	background: url(img/nav-head.png) no-repeat center 12px;
	color: #095183;
}

.navbar-nav>li>.dropdown-menu {
	box-shadow: none;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: inset 0px -4px 0px 0px #21c2f8;
	-moz-box-shadow: inset 0px -4px 0px 0px #21c2f8;
	box-shadow: inset 0px -4px 0px 0px #21c2f8;
	min-width: 500px;
	border-radius: 0;
	padding: 0;
	top: 100%;
}

.navbar-nav>li>.dropdown-menu li {
	border-bottom: solid 1px #eee;
	float: left;
	width: 50%;
	position: relative;
}

.navbar-nav>li>.dropdown-menu li:before {
	content: "";
	background: url(img/icon.png) no-repeat;
	position: absolute;
	left: 17px;
	width: 16px;
	height: 17px;
	top: 9px;
}

.navbar-nav>li>.dropdown-menu li a {
	color: #939598;
	font-size: 13px;
	padding: 8px 42px;
}

.navbar-nav>li>.dropdown-menu li>a:hover {
	background-color: #687074;
	color: #fff;
}

.navbar-nav>li.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}

/*Search box*/
#search-box {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 25px;
}

#search-box input {
	outline: none;
}

#search-box input::-webkit-search-decoration,
#search-box input::-webkit-search-cancel-button {
	display: none;
}

#search-box input[type=search] {
	background: url(img/search-icon.png) no-repeat 4px center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	border: none;
}

#search-box input[type=search]:focus {
	width: 582px;
	color: #000;
	background-color: #fff;
	border-color: #76beea;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: auto;
	padding: 4px 31px 8px 31px;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#search-box input:-moz-placeholder {
	color: #6d7a83;
}

#search-box input::-webkit-input-placeholder {
	color: #6d7a83;
}

#search-box input[type=search] {
	width: 30px;
	padding-left: 0px;
	color: transparent;
	cursor: pointer;
}

#search-box input[type=search]:hover {
	background-color: #fff;
}

#search-box input:-moz-placeholder {
	color: transparent;
}

#search-box input::-webkit-input-placeholder {
	color: transparent;
}

/*Navigation End*/

/*Bottom End*/

/*Slider Start*/

/*Titlebar Start*/
.title-bar {
	background-color: #eff5f7;
	padding: 40px 0;
	font-family: 'Lato', sans-serif;
	border-top: 1px solid #e6e9ea;
	border-bottom: 1px solid #e6e9ea;
}

.title-bar h2,
.latest-post h2 {
	font-size: 30px;
	line-height: 21px;
	color: #2f383d;
	font-weight: 300;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb>li {
	padding: 0px 0px 0px 12px;
}

.breadcrumb>li+li:before {
	content: "";
	padding: 0 15px;
	color: #ccc;
	background: url(img/breadcum-icon.png) no-repeat;
	width: 16px;
	height: 16px;
}

.breadcrumb a {
	color: #095183;
	text-decoration: none;
}

.breadcrumb>.active {
	color: #9aa7af;
}

/*Titlebar End*/

/*Mainbody Start*/
.mainbody {
	margin-top: 100px;
	padding-bottom: 76px;
	border-bottom: 1px solid #c5c9cb;
}

/*Sidebar End*/



/*Mainbody End*/

/*Footer Start*/
footer {
	background-color: #2f383d;
	margin-top: 1px;
}

.top-footer {
	padding: 19px 0;
	border-bottom: 1px solid#293136;
}

.social-tag ul {
	list-style: none;
}

.social-tag ul li {
	display: inline-block;
	padding: 10px 5px;
}

.social-tag ul li a {
	width: 23px;
	height: 23px;
	background: url(img/social-icon.png) no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0 33px;
}

.social-tag ul li.google-plus a {
	background-position: 23px 0px;
}

.social-tag ul li.flicker a {
	background-position: -61px 0px;
}

.social-tag ul li.last-fm a {
	background-position: -148px 0px;
}

.social-tag ul li.xbox a {
	background-position: -228px 0px;
}

.social-tag ul li.pin-interest a {
	background-position: -309px 0px;
}

.social-tag ul li.delicious a {
	background-position: -390px 0px;
}

.social-tag ul li.you-tube a {
	background-position: -481px 0px;
}

.social-tag ul li.facebook a {
	background-position: -567px 0px;
}

.social-tag ul li.twitter a {
	background-position: -652px 0px;
}

.social-tag ul li.tumbler a {
	background-position: -735px 0px;
}

.social-tag ul li.linked-in a {
	background-position: -818px 0px;
}

.social-tag ul li.envato a {
	background-position: -899px 0px;
}

.footer-content {
	border-top: 1px solid #3a464d;
	padding: 38px 8px 41px 0px;
}

.footer-content a.footer-logo {
	color: #98a1a8;
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	line-height: 52px;
	width: 100px;
	display: block;
}

.footer-content a.footer-logo strong {
	color: #d5e9f8;
}

.footer-content a.footer-logo img {
	padding-right: 12px;
}

.footer-content p {
	color: #8a9ca9;
	font-size: 13px;
	line-height: 20px;
	margin: 11px 0 10px 3px;
}

.footer-content a.learn-more {
	color: #6d7a83;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 3px;
}

.footer-content h3 {
	font-size: 16px;
	color: #d5e9f8;
	line-height: 46px;
	font-weight: 700;
	padding-left: 2px;
	margin-bottom: 12px;
}

.footer-content .recent-post {
	margin: 0 2px 20px 2px;
	cursor: pointer;
	position: relative;
	min-height: 54px;
}

.recent-post .footer-thumb-img {
	width: 54px;
	height: 54px;
	background-color: #cccccc;
	position: absolute;
	top: 0;
	left: 0
}

.recent-post .footer-thumb-img span.footer-overlay-img {
	background: url(img/footer-overlay-img.jpg) no-repeat;
	display: block;
	width: 54px;
	height: 54px;
	opacity: 0;
}

.recent-post p {
	margin: 0;
	line-height: 18px;
	padding-left: 65px;
}

.recent-post p span.date {
	color: #6d7a83;
	font-size: 12px;
	display: block;
}

.recent-post:hover .footer-thumb-img span.footer-overlay-img {
	opacity: 1;
}

.recent-post:hover p {
	color: #feffff;
}

.footer-tags ul {
	list-style: none;
}

.footer-tags ul li {
	display: inline-block;
	background-color: #202629;
	margin-bottom: 4px;
	margin-left: 2px;
}

.footer-tags ul li a {
	color: #697782;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px 6px 13px;
	display: block;
}

.flicker-widget a {
	width: 70px;
	height: 70px;
	background-color: #202629;
	display: inline-block;
	margin-left: 1px;
}

.bottom-footer {
	background-color: #202629;
	padding: 10px 0;
}

.bottom-footer p {
	color: #6d7a83;
	font-size: 13px;
	padding: 10px 0;
}

.footer-nav {
	padding: 10px 0;
}

.bottom-footer ul {
	list-style: none;
}

.bottom-footer ul li {
	display: inline-block;
	margin-left: 3px;
}

.bottom-footer ul li a {
	font-size: 13px;
	color: #6d7a83;
	text-decoration: none;
	padding-left: 8px;
}

.bottom-footer ul li:first-child a {
	padding-left: 0;
}

.bottom-footer ul li.active a {
	color: #a8b8c3;
}

.footer-content a.footer-logo img {
	display: inline-block;
	/* width: 40%; */
}

/*Footer End*/

/*Smart Cart css Start*/
.content-wrapper {
	padding-top: 19px;
	padding-bottom: 22px;
}

.search-form .navbar-form {
	padding: 0;
	margin-top: 0;
}

.search-form {
	position: relative;
	margin-bottom: 42px;
	/*border: 1px solid #d7e2e6;
margin: 13px 0 56px;*/
}

input.search_input {
	background: none;
	border: 1px solid #d7e2e6;
	border-radius: 0;
	font-weight: 300;
	font-size: 13px;
	font-style: italic;
	color: #cecece;
	margin: 0;
	padding: 5px 32px 5px 11px;
	width: 222px !important;
	height: auto;
	box-shadow: none;
}

.search_submit {
	top: 0px;
	right: 0px;
	position: absolute;
	border-color: transparent;
	background-color: transparent;
	color: #cecece;
}

.search_submit:hover {
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
	color: #cecece;
}

.search-form .search_submit:focus,
.search_submit:active {
	border-color: transparent;
	background-color: transparent;
	outline: none;
	box-shadow: none;
	color: #cecece;
}

.search-form .form-control:focus,
.search-form .form-control:hover {
	border-color: #d7e2e6;
	outline: none;
	box-shadow: none;
}

/*Flex Slider Css Start*/
.slider {
	/*margin-bottom: 40px;*/
	position: relative;
}

.flexslider {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

.flex-direction-nav a {
	width: 40px;
	height: 40px;
	background: #000000;
	display: block;
	text-indent: 0;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	display: inline-block;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev {
	left: 20px;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-next {
	right: 20px;
}

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 1;
}

#carousel ul li {
	margin-right: 12px;
	cursor: pointer;
}

.slider-caption {
	background-color: #737373;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	color: #fff;
}

.slider-caption .cap-desc h3 {
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin-bottom: 7px;
}

.slider-caption .cap-desc p {
	font-size: 13px;
	line-height: 20px;
}

.slider-caption .cap-desc {
	width: 87%;
	padding: 22px;
}

.slider-caption .cap-link {
	width: 13%;
}

.slider-caption .cap-link,
.slider-caption .cap-desc {
	float: left;
}

.slider-caption .cap-link a {
	display: block;
	background-color: #21c2f8;
	text-align: center;
	font-size: 60px;
	color: #fff;
	text-decoration: none;
	line-height: 92px;
	padding: 22px;
}

.slider-caption .cap-link a:hover {
	background-color: #000;
}

/*Filter styles*/
.grayscale:hover {
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

#carousel ul li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

#carousel ul li.flex-active-slide img {
	filter: none;
	/* Firefox 3.5+ */
	filter: none;
	/* IE6-9 */
	-webkit-filter: none;
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

.flexslider .slides>li {
	position: relative;
}

#carousel ul li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

#carousel ul li:hover img {
	filter: none;
	/* Firefox 3.5+ */
	filter: none;
	/* IE6-9 */
	-webkit-filter: none;
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

#carousel ul li.flex-active-slide img {
	filter: none;
	/* Firefox 3.5+ */
	filter: none;
	/* IE6-9 */
	-webkit-filter: none;
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

.flexslider .slides>li {
	position: relative;
	max-height: 450px;
}

.find-sec {
	background: #E2E2E2;
	padding: 10px;
	display: inline-block;
	width: 100%;
	/* margin-top: 80px; */
	position: relative;
	/* border: 1px solid #E8E2E2; */
}

.find-sec .side-square {}

.find-sec:before,
.find-sec:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}

.find-sec:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.find-sec ul li {
	list-style: none;
	padding: 0 7px;
	margin: 5px 0;
}

.find-sec ul li input.form-control {}

/*.find-sec:before {
	content: "";
	position: absolute;
	right: 0px;
	background: none;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43px 43px 0;
	border-color: transparent #095183 transparent transparent;
}*/
.find-sec label {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

.find-sec select {
	width: 100%;
	height: 39px;
	display: none;
}

.bootstrap-select .btn:focus {
	outline: none !important;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	background: #f8f8f8;
}

.bootstrap-select>.btn,
.find-sec ul li input.form-control {
	background: #FFFfff;
	padding: 9px;
	margin: 0;
	border: 1px solid #dddddd;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	height: 35px;
	font-size: 15px;
	color: #9c9c9c;
	font-weight: normal;
}

.bootstrap-select {}

.bootstrap-select.btn-group .btn .caret {
	background: #f8f8f8;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	border-left: 1px solid #dddddd;
}

.find-sec .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.find-sec a:focus {
	outline: none !important;
}

.find-sec .selected a {
	background: #095183;
	color: #fff;
	font-size: 12px;
}

.find-sec .dropdown-menu a {
	font-size: 14px;
	line-height: 26px;
}

.find-sec .dropdown-menu a:hover {
	background: #095183;
	color: #fff;
	font-size: 14px;
}

.find-sec .dropdown-menu {
	padding: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-top: 0px;
	z-index: 9;
}

.bootstrap-select.btn-group .btn .caret:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #777777;
	float: right;
	font-size: 16px;
	font-weight: 100;
	line-height: 34px;
	width: 100%;
	text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.sel-style:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}

span#range-price {
	color: #fff;
	margin-top: 7px;
	display: block;
	font-size: 16px;
}

.inner-wrapper {
	padding: 50px 0;
}

.inner-wrapper h2 {
	color: #000000;
	font-weight: 900;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 30px;
}

.inner-wrapper h3 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.find-sec h2,
.featured_listing h2,
.content-wrapper h2,
.mission h2,
h2.title {
	color: #000;
	font-size: 21px;
	position: relative;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.find-sec h2:before,
.featured_listing h2:before,
.content-wrapper h2:before,
.mission h2:before,
h2.title:before {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #095183;
	display: block;
	position: absolute;
	bottom: -7px;
}

.find-sec form button i {
	padding-right: 10px;
}

.featured_list {
	/* padding: 20px 0; */
	margin-bottom: 5px;
}

.featured_list .thumb-image {
	width: 160px;
	float: left;
	margin-right: 11px;
}

.featured_list .property-content .count-room {
	font-weight: 900;
	color: #095183;
	font-size: 13px;
}

.featured_list .property-content h3.entry-title a {
	color: #000;
	text-decoration: none;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0;
	display: block;
}

.featured_list .property-content .property-address a {}

.featured_list .property-content .property-address .entry-title-sub {}

.inner-wrapper strong {
	margin: 10px 0;
	display: block;
}

ul.list {}

ul.list li {
	list-style: none;
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
}

ul.list li:before {
	content: "\f046";
	font: normal normal normal 15px/1 FontAwesome;
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
}

.featured_listing a.btn,
.find-sec form button,
form .btn {
	background-color: #FF6200;
	border-radius: 0;
	border-color: #C14A01;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 7px 0;
}

.gray-bg {
	background-color: #E2E2E2;
}

.box-style {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	max-height: 175px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.box-style article {}

.box-style .style-name {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.box-style img {
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box-style:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.mission {
	padding: 30px 0;
}

.mission h2 {}

.mission-img img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	cursor: pointer;
}

.lead {
	font-weight: 300;
}

.content-wrapper h3 {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 20px;
}

.page-intro {
	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background-color: #fafafa;
	border-bottom: 1px solid #dadada;
}

.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}

.sidebar form {
	margin: 5px 0 20px 0;
}

.form-control {
	border-radius: 0;
	background: #ffffff;
	height: 40px;
	padding-right: 30px;
	/* border-color: #acacac; */
	color: #666666;
	position: relative;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

.form-control:focus {
	border-color: #666666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

select.form-control {
	padding-right: 5px;
}

.form-control::-moz-placeholder {
	color: inherit;
}

.form-control:-ms-input-placeholder {
	color: inherit;
}

.form-control::-webkit-input-placeholder {
	color: inherit;
}

.input-group-addon {
	background-color: #cacaca;
	border-color: #acacac;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.form-list>div {
	padding: 7px 15px;
	border-bottom: 1px solid #dddddd;
	background-color: #f3f3f3;
	margin: 6px 0;
	display: block;
}

fieldset {
	padding: 10px 25px;
	margin: 15px 0px;
	border: 1px solid #dddddd;
	background-color: #fafafa;
}

fieldset legend {
	display: block;
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: inherit;
	color: #333;
	border: 1px solid #ddd;
	background-color: #ffffff;
}

fieldset .form-control,
fieldset .form-control:focus {
	webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f3f3f3;
}

.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #084168;
}

.tabs-style-2 .nav-tabs>li.active>a,
.tabs-style-2 .nav-tabs>li.active>a:hover,
.tabs-style-2 .nav-tabs>li.active>a:focus,
.tabs-style-2 .nav-tabs>li>a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #07426C;
	background-color: #084168;
	color: #fff;
}

.tabs-style-2 .nav-tabs>li.active>a:after {
	width: 0;
	height: 0;
	background-color: transparent;
}

.tabs-style-2 .tab-content {
	border: none;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.tabs-style-2 .tab-content:after {
	width: 0px;
	background-color: transparent;
	height: 0;
}

.tabs-style-2 .nav-tabs>li>a:hover:after {
	width: 0;
	background-color: transparent;
	height: 0;
}

.main {
	padding: 20px 0;
}

.tabs-style-2 {
	margin-top: 30px;
}

.panel-body ol {
	padding-left: 19px;
}

.main ul li {
	list-style: none;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

.panel-default>.panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}

.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #e84c3d;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}

.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
	background-color: #333333;
}

.panel-transparent .panel-default>.panel-heading,
.panel-transparent .panel-default>.panel-heading+.panel-collapse>.panel-body {
	background-color: transparent;
	color: inherit;
}

.panel-transparent .panel-heading a {
	border: 1px solid #f1f1f1;
}

.panel-transparent .panel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}

.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #999999;
}

.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f196";
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #666;
}

.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

#map-canvas {
	height: 260px;
}

ul.contact-list {
	margin: 25px 0;
}

ul.contact-list li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	display: block;
	margin: 7px 0;
}

ul.contact-list li i {
	position: absolute;
	top: 0;
	left: 0;
}

ul.contact-list li abbr {
	font-weight: bold;
	padding-right: 6px;
}

ul.contact-list li a {}

ul.social-media {
	margin-bottom: 20px;
}

ul.social-media li {
	list-style: none;
	display: inline-block;
	margin-right: 4px;
}

ul.social-media li a {
	width: 40px;
	height: 40px;
	background-color: #095183;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid #02375C;
}

ul.social-media li a:hover {
	background-color: #FF6200;
}

.pt {
	padding-top: 20px;
}

h2.text-center::before {
	left: 50%;
	transform: translateX(-50%);
}

table.table.price-list-table td {
	width: 33.33%;
	vertical-align: middle;
}

table.table.price-list-table tr.colored {
	background-color: rgba(7, 19, 27, 0.1);
}