@charset "utf-8";
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- modal Section
----------------------------------------------------------------------*/
.modal-content {
	-webkit-box-shadow: 0 0px 15px rgba(255,255,255,.4);
    box-shadow: 0 0px 15px rgba(255,255,255,.4);
}
.modal-header {
	background-color:#2c2d2c;
	border-bottom: 1px solid #2c2d2c;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.modal-title {
	font-size:28px;
	font-size:2.8rem;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
}
.modal-header .close {
	color:#fff;
}
.modal-body {
	background-color:#f1f1f1;
}
.modal-footer {
	background-color:#2c2d2c;
	border-top: 1px solid #2c2d2c;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2c2d2c;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.selection-box {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
.selection-box:last-child {
	border-bottom: 0 solid #999;
}

#page-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height:20vh;
	min-height: 200px;
	position: relative;
	width: 100%;
}
#page-img h1 {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: #f1f1f1;
	padding: 10px 15px;
	font-size: 1.6em;
}
.this-is-a-class {
	display: block;
}
.owl-item .this-is-a-class div {
	padding: 0;	
}

.header-box h1 {
	margin-top: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cdcdcd;
}

#carousel-gallery {
	margin-bottom: 15px;
}

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#page-img {
	height:25vh;
}
#page-img h1 {
	right: 30px;
	font-size: 2em;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
#page-img {
	height:30vh;
}
#page-img h1 {
	right: 30px;
	font-size: 2em;
}
.this-is-a-class div {
	padding: 10px;
}
.blinds-flex-container .this-is-a-class p {
	font-size: 12px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#page-img {
	height:35vh;
}
#page-img h1 {
	right: 8.3333%;
	font-size: 2.4em;
}

.this-is-a-class div {
	padding: 15px;
	
}
.blinds-flex-container .this-is-a-class p {
	font-size: 14px;
}
}

/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */