@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
		url('../fonts/roboto-regular-webfont.woff') format('woff'),
		url('../fonts/roboto-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.655;
	color: #3d3d3d;
	overflow-x: hidden;
}

:focus {
	outline: none !important;
}

a {
	cursor: pointer;
	outline: none;
}

textarea {
	resize: none;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
	{
	border-bottom: 1px solid #ddd;
	border-top: none;
	padding: 3px 8px;
}

.icon {
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.icon-mail {
	background-position: 0 0;
	width: 22px;
	height: 17px;
}

p {
	margin-bottom: 15px;
}

h2 {
	font-size: 34px;
	margin-bottom: 19px;
}

h3.style-1 {
	text-align: center;
	margin-top: 59px;
	margin-bottom: 19px;
	overflow: hidden;
	font-size: 26px;
	color: #f1592a;
}

h3.style-1 span {
	padding: 0 15px;
	position: relative;
}

h3.style-1 span::before,h3.style-1 span::after {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	top: 50%;
	border-top: 1px solid #f1592a;
}

h3.style-1 span::before {
	left: 100%;
}

h3.style-1 span::after {
	left: -200%;
}
.page-admin h3{
	color: #27a9e3;
	font-size: 22px;
}

h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.page-admin h4 {
	font-size: 18px;
	color: #f1592a;
	margin-top: 25px;
}

.page-admin h5 {
	font-size: 16px;font-weight:bold;
}
.page-admin .content {padding-bottom: 100px;}
.container-main {
	max-width: 1600px;
	margin: 0 auto;
	width: auto;
}

.container-content {
	width: auto;
	max-width: 1486px;
	margin: 0 auto;
}

.header {
	border: none;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
}

.page-site-index .header {
	background: url(../images/bg_home.jpg) center top no-repeat;
	min-height: 1002px;
}

.header-top {
	background: url(../images/header.png) left top no-repeat;
	color: #ffffff;
	text-align: right;
	height: 35px;
	padding: 5px 0 0;
}

.page-admin .header-top {
	margin-top: -17px;
}

.header-top i {
	margin-right: 19px;
	position: relative;
	top: -1px;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 19px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
	{
	background-color: transparent;
	font-weight: bold;
	color: #ffffff;
}

.page-admin .navbar-default .navbar-nav li>a {
	font-size: 18px;
	color: #000000;
	padding-bottom: 8px;
	padding-top: 6px;
}

.page-admin .navbar-default .navbar-nav>.active>a,
.page-admin .navbar-default .navbar-nav>.active>a:hover,
.page-admin .navbar-default .navbar-nav>.active>a:focus,
.page-admin .navbar-default .navbar-nav>li>a:hover
	{
	background-color: #f1592a;
	color: #ffffff;
	font-weight: normal;
}

.breadcrumb {
	background-color: transparent;
	padding: 60px 0 8px;
}

.breadcrumb>li+li::before {
	content: "// ";
	color: #f1592a;
}

.breadcrumb li, .breadcrumb>.active,.breadcrumb a {
	color: #f1592a;
}

.navbar-brand {
	height: auto;
}

.section-1 {
	background-color: rgba(230, 230, 230, 0.93);
	padding: 12px 20px 17px 23px;
	margin-bottom: 25px;
}

.section-2 {
	background: url(../images/light.png) center top no-repeat #000000;
	font-size: 22px;
	color: #ffffff;
}

.section-2 .content {
	max-width: 580px;
	margin: 0 auto;
	padding: 107px 15px 20px;
}
.display-inline {display: inline-block;}
.btn {
	border-color: inherit;
	font-size: 19px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-width: 100px;
	padding-top: 4px;
}
.btn-link {
    border: none;
    padding: 0;
    min-width: 0;
}
.btn-primary {
	color: #27a9e3;
	background-color: transparent;min-width: 150px;
}
.btn-primary +.btn-primary {margin-left: 10px;}
a.link-icon {text-decoration: none;margin-right: 5px;}
.color-blue {
	color: #25aae1;
}
.color-gray {
color:#b6b6b6;
}
.color-orange {
	color: #f1592a;
}

.color-inherit {
	color: inherit;
}

.col-eq-height {
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}

.errorSummary {
	color: red;
}

.property-image {
	border: 1px solid #636363;
	padding: 5px;
}

.footer {
	background-color: #e9e9e9;
	font-size: 15px;
	padding: 47px 0 41px;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.home-properties {
	padding-top: 45px;
	padding-bottom: 30px;
}

.menu-admin-wrapper {
	background-color: #e8e8e8;
}

.slogan {
	float: right;
	padding: 0 15px 15px 0;
}

label {
	font-weight: normal;
}

.form-horizontal .control-label {
	text-align: left;
}

.input-group-addon,.form-control {
	border-color: #424242;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #27a9e3;
}

.input-group-addon {
	border-color: #424242;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.text-note {font-size: 13px;}

@media ( min-width : 768px) {
	.home-intro {
		padding-top: 50px;
	}
	.properties {
		padding: 0 15px;
	}
	.slogan {
		padding-top: 50px;
	}
	.menu-admin-wrapper {
		min-height: 34px;
	}
	.page-admin .navbar-default .navbar-nav>li {
		position: static;
	}
	.page-admin .navbar-default .navbar-nav>li+li {
		margin-left: 5px;
	}
	.navbar-nav>li .sub-menu {
		list-style: none;
	}
	.navbar-nav>li .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		background-color: #f1592a;
		z-index: 1;
		padding: 5px 15px 5px 93px;
	}
	.navbar-nav>li .sub-menu li {
		white-space: nowrap;
		display: inline-block;
		margin: 0 15px;
	}
	.page-admin .navbar-default .navbar-nav .sub-menu li>a {
		color: #ffffff;
	}
	.navbar-nav>li:hover .sub-menu,.navbar-nav>li.active .sub-menu {
		display: block;
	}
	.navbar-nav>li:hover .sub-menu {
		z-index: 2;
	}
	.radio-inline + .text-note {margin-left: 20px;display: inline-block;}
}

@media ( min-width : 992px) {
	.row-eq-height-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.menu {
		padding-top: 16px;
	}
	.navbar-header {
		margin-top: 26px;
	}
	.page-admin .navbar-header {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.home-intro {
		padding-top: 150px;
	}
}

@media ( min-width : 1200px) {
	.home-intro {
		padding: 378px 100px 0;
	}
	.section-2 p+p,.section-2 .btn {
		margin-top: 20px;
	}
	.header-top {
		padding-left: 15px;
		padding-right: 15px;
	}
}