.error-msg{
  color: red;
}

.header {
  background: rgba(255,255,255,0.8) !important;
}
.menu {
  background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.carousel-caption {
  text-shadow:none;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  top: 40%;
}
.carousel-caption h1 {
  font-size: 60px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
}
.carousel-caption h1 span {  
  color: rgba(0,0,0,0);
  text-shadow:0px 0px 1px ;
}
.carousel-caption p {
  font-size: 26px;
  line-height: 30px;
}
::selection {
    color: #000000;
    background: #ffffff;
}
.title-cus {
	font-size: 48px;
	color: #e4097f;
	border-right: 5px solid;
}
.more {
  background: #feff00;
  color: #000;
  font-size: 18px;
}
.section {
  position: relative;
  padding: 60px 0px;
}
.section img.shadow {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.section_quote {
  background: #f1f1f1;
}
.section-pink {
    /*background: #e3097e;
    color: #fff;*/
	padding: 100px 0px;
}
.big_name {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
}
.big_name div {
  color: rgba(255,255,255,0.2);
  font-size: 300px;
  line-height: 300px;
  white-space: nowrap;
}
.section-purple {
    /*background: #8e1d5d;
    color: #fff;*/
  padding: 100px 0px;
  position: relative;
}
.section-purple .big_name {
    background: #0055a4;
}
.section-yellow .big_name {
    background: #feff00;
}
.section-yellow .big_name div {
  color: rgba(0,0,0,0.2);
  font-size: 300px;
  line-height: 300px;
}
.bottom-strip {
	max-width: 200px;
	height: 5px;
	margin-bottom: 20px;
}
.pink {
	background: #e4097f;
}
.purple {
	background: #0055a4;
}
.rednew {
	background: #e31e25;
}
.orangenew {
	background: #ef7f1b;
}

.banner {
	min-height: 75vh;
	background: url('../../../../assets/images/banner.jpg') no-repeat right;
	background-size: auto 100%;
	margin-top: -25px;
	/*margin-bottom: 50px;*/
	color: #fff;
}
.banner img {
	width: 100%;
}
.banner h2 {
	/*font-size: 36px;*/
}
.banner p {
	/*font-size: 18px;*/
}

.home-page .service-box .service-box-heading {
  color: #000000;
  font-family: 'Oswald', sans-serif;
}
.home-page .service-box .service-box-heading h2 {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
}
.home-page .service-box img {
	margin: auto;
}
.home-page .service-box p {
	font-size: 18px;
}
.swatch-pink .home-page .service-box .service-box-heading {
    color: #ffffff;
}
.swatch-pink .home-page .service-box p {
    color: #ffffff;
}

.swatch-purple .home-page .service-box .service-box-heading {
    color: #ffffff;
}
.swatch-purple .home-page .service-box p {
    color: #ffffff;
}

/*.mapbg {
	background: url('../../../../assets/images/map.jpg') no-repeat center -60%;
	padding-bottom: 150px;
}*/
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.5);
	display: none;
}
#loader img {
	position: fixed;
	width: 100px;
	height: 100px;
	left: 50%;
	top:50%;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 50%;
}


.merchant-page p {
	font-size: 18px;
}
.list {
	font-size: 18px;
}

/* Facts block */
.facts-block {
  position: relative;
  min-height: 470px;
  height: auto;
  padding: 100px 0 0;
  z-index: 0;
  /*background: #fff url(../../../../assets/images/background.jpg) no-repeat fixed;*/
  position: relative;
  color: #fff;
}



/* animated elements */
.animateblock {
  /*padding: 8px 0;*/
  /*color: #fff;*/
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
  width: 100%;
}
.animateblock img {
  max-width: 100%;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -12%;
}
.animateblock.left.animated {
  /*margin-left: 12%;*/
  margin-left: 0%;
}

.animateblock.right {
  display: block;
  /*margin-left: 100%;*/
  margin-left: 15%;
}
.animateblock.right.animated {
  /*margin-left: 70%;*/
  margin-left: 0%;
}

.animateblock.top {
  display: block;
  width: auto;
  /*text-align: center;*/
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}

.animateblock.btm {
  display: block;
  width: auto;
  /*text-align: center;*/
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}

.animateblock.centerleft {
  display: block;
  width: auto;
  /*text-align: center;*/
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  display: block;
  width: auto;
  /*text-align: center;*/
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
	.banner img.banner-img {
	width: 100%;
	margin-top: 100px;
	}
	.banner h2 {
		margin-top: 100px;
		font-size: 36px;
	}
	.banner p {
		margin-top: 30px;
		font-size: 18px;
	}
	.swatch-white {
		padding: 50px 0px;
	}
	.home-page .service-box img {
		/*margin: -50px auto;*/
	}
}
@media (max-width: 600px) {
	.site-logo {
		width: 50%;
	}
  .section {
    overflow: hidden;
  }
}

.pre-footer ul {
  list-style: none;
  padding: 0px;
}
.pre-footer ul li {
  margin-bottom: 10px;
}
.pre-footer a {
  color: #000000;
}
.pre-footer ul li a {
  color: #000000;
}
.header-navigation > ul > li > a {
  text-transform: uppercase;
}
.pre-footer h2, .ecommerce .pre-footer h2 {
    margin-bottom: 20px;
}
/*.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .055em;
    content: "";
    border-top: .5em solid #666666;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}*/
.holland_blinds {
  background: url('../../../../images/blinds/01bg.jpg') no-repeat center center;
}
.border-box {
    /*background: #ff0;
    padding: 20px 20px;
    right: -77px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 35px;*/
}
.inner-page .service-box .service-box-heading h2 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 300;
}
.inner-page .service-box p {
    color: #000000;    
    font-size: 14px;
}
.cus_list {
  padding-left: 15px;    
    font-size: 14px;
    margin-bottom: 40px;
}
.cus_list li {
  margin-bottom: 10px;
}
.inner-page .service-box img {
  max-width: 500px;
  width: 100%;
  box-shadow: 10px 10px 0px #0055a4;
  margin-bottom: 50px;
}
address {
    line-height: 2.428571;
}
.product_list a {
  color: #000000;
}
.product_list a:hover {
  color: #000000;
  text-decoration: none;
}
.product_list img {
  margin-bottom: 80px;
}
.product_page img {
  margin-bottom: 20px;
  margin-top: 30px;
  box-shadow: none !important;
}

.mt-checkbox-list {
    padding: 10px 0;
}
.mt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
/*.mt-checkbox.mt-checkbox-outline>span{
    border: 1px solid #d9d9d9;
    background: 0 0;
}*/
.mt-checkbox>span {
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>span:after {
    content: '';
    position: absolute;
    display: none;
}
.mt-checkbox.mt-checkbox-outline>input:checked~span {
    border: 1px solid #d9d9d9;
    background: 0 0;
}
.mt-checkbox>input:checked~span:after{
    display: block;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.map_top a {
  visibility: hidden;
}