body {
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}
@media (min-width: 992px) {
  .container {
    width: 1300px;
  }
}

h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 28px;
}
.header {
	margin-top: 80px;
}
.header .logo img {
	width: 171px;
}
.header .text {
	padding-top: 14px;
	font-weight: 600;
}
.header .phone {
	font-size: 24px;
	/* font-weight: 500; */
	font-family: 'Russo One', sans-serif;
}

.navbar .phone {
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    color: #ccc;
    float: right;
    margin-top: 12px;
    display: none;
    /* opacity: 0;
    transition: opacity 0.3s; */
}

.row.header-1 {
    margin-bottom: 10px;
    font-family: 'Russo One', sans-serif;
}

.row.header-2 {
	margin-top: 0px;
	margin-bottom: 2px;
	/* font-family: 'Russo One', sans-serif; */
	font-weight: 700;
}

.card {
	text-align: center;
}
.card img {
    box-shadow: 1px 1px 5px #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.card .title {
	display: block;
	margin-top: 10px;
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
}
.card .title.complect {
	margin-top: 0px;
}
.card .info {
	margin-top: 5px;
	/* font-size: 14px; */
}
.card .info td {
	border-top: 0;
	border-bottom: 1px solid #ddd;
	padding: 4px 8px;
}
.card .info td.text-left {
	font-weight: 600;
}
.card .name {
	margin-top: 5px;
	height: 44px;
	font-weight: bold;
}
.card .price {
	margin-top: 0px;
}
.card .price b {
	font-size: 22px;
}
.card table.info {
	margin: 5px 0 12px 0;
}
.card .link {
	margin-top: 15px;
}
.card .image-title {
	float: left;
}

.filter	{
}
.filter .btn {
	margin-bottom: 3px;
}
.filter .btn .badge {
	padding: 1px 2px 1px;
	font-size: 12px;
	font-weight: 600;
	min-width: 15px;
	text-align: center;
	margin: -2px 0 0 0;
	border-radius: 3px;
}
.filter ul.tags {
	
}
.filter ul.tags li{
	
}
.filter ul.tags li a{
	
}
.filter ul.tags li a .badge{
	border-radius: 4px;
    background-color: transparent;
    color: #666;
    border: 1px solid #ccc;
    font-weight: normal;
}
.btn-default .badge {
    color: #ff0300;
    background-color: #ffffff;
    font-weight: 600;
}

.slider-wrap {
    padding: 15px 49px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 4px;
}
.slider-previews {
}
.slider-previews .preview img {
	width: 180px;
	height: 136px!important;
}
.slider-previews .card-preview-text {
    text-align: left;
    margin: 0px 0 2px 0;
    font-weight: 600;
}

.project-table-details {
    width: 100%;
}
.project-table-details tr {

}
.project-table-details td {
	padding: 0;
	background: url('/img/dots.png') repeat-x 0 14px;
}
.project-table-details td span {
	background: #fff;
}
.project-table-details td.project-property span {
	float: left;
	padding: 0 6px 6px 0;
}
.project-table-details td.project-value span {
	float: right;
	text-align: right;
	padding: 0 0 6px 6px;
}

.project-info {
    background: #f5f5f5;
    padding: 12px 0 0;
    border-radius: 4px;
    margin: 32px 0 10px;
}
.project-info-icon {
	float: left;
	font-size: 24px;
	height: 100%;
	margin: 5px 10px 20px 0;
	color: #777;
}
.project-price-row {
    margin: 10px 0 12px;
}
.project-price {
    /* text-align: right; */
    margin-top: 4px;
    margin-bottom: 8px;
}
.project-price i {
    font-size: 18px;
}
.project-price b {
	font-family: 'Russo One', sans-serif;
	font-size: 32px;
	line-height: 32px;
	/* color: #4ea64e; */
	margin: 0px 4px 0px;
}
.project-price span {
    font-size: 24px;
}

.modal-lg .modal-content {
	padding: 15px;
}

.footer {
	font-size: 14px;
}

.form-technology {
    margin-top: -37px;
    background: #f5f5f5;
    padding: 15px 15px 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.promo-header {
	margin: 20px 0 10px 0;
}
.promo-header .h1 {
	font-family: 'Russo One', sans-serif;
}

#delivery_calc_map {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.delivery-calc input {
	width: 100%;
}
#form-delivery {
    margin-top: 66px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    width: 433px;
    border: 1px solid #ddd;
}
#form-delivery.fixed {
	margin: 0;
	position: fixed;
	z-index: 999;
}

.delivery-price-result .table td {
	border-top: 0;
	border-bottom: 1px solid #ddd;
}
.delivery-price-result b.value {
	/* font-family: 'Russo One', sans-serif; */
}

.delivery-form-sticky-wrapper {
	height: 763px;
}

/* h1 span {
border: 1px dotted #999;
border-radius: 4px;
padding: 0 3px;
    position: relative;
}
h1 span .badge {
    position: absolute;
    right: -14px;
    top: -3px;
    padding: 2px 4px 2px;
    font-weight: normal;
    font-size: 14px;
    background: #428bca;
    opacity: 0;
    border: 0;
    color: #333;
}
h1>span:hover {
	border-bottom: 1px dotted #333;
	color: #428bca;
}
h1 span:hover .badge {
	opacity: 1;
}
h1 span .badge:hover {
	cursor: pointer;
} */


.fancybox-nav span {
    visibility: visible!important;
}

.img-100 {
	width: 100%;
}

.detail_text table {
	
}
.detail_text table tr:nth-child(2n+1){
	background-color: #f5f5f5;
}
.detail_text table tr td {
	padding: 15px;
}
