@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(GTWalsheim.css);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
	margin : 0;
	padding : 0;
	border : 0;
	vertical-align : baseline;
	font-weight : normal;
}

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	position: relative;
	min-height: 100%;
}

body {
  background-color: #fff;
  color: #555;
  font-family: 'GTWalsheimRegular';
  font-size:14px;
  font-weight:normal;
}

a{
	text-decoration:none;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
a:hover{
	color: #ff0066;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
	font-weight:normal;
}

p{
	font-size:16px;
	line-height:1.6;
	margin-bottom:15px;
}

.more-link1{color:#ff8636}
.more-link1 a{color:#ff8636}
.noPadding{padding:0px;}
.noLeft-pad{padding-left:0px;}
.noRight-pad{padding-right:0px;}

.logo{
	padding:15px 0;
}

.logo img{
	max-height:45px;
}

header nav .container-fluid{padding:0 90px;}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0px;
	margin:0px !important;
    font-size: 18px;
    line-height: 20px;
}

.navbar-collapse{padding-right:0px;}
.navbar {margin-bottom:0px;}
.navbar-default {
    background:#FFFFFF;
	min-height:50px;
    border-radius:0px;
	border:0px;
	border-bottom:0px solid #F1373A;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li{
	display:block;
}

.navbar-default .navbar-nav > li > a {
	color:#333;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.navbar-nav > li > a {
	padding:28px 20px;
}

.navbar-nav > li.last > a {
	background-color:#ff8636;
	color:#FFF;
}

.navbar-default .navbar-nav > li.last > a:hover {
	background-color:#666666;
	color:#FFF;
}

.navbar-nav{float:right;}

.navbar-default .navbar-nav > li > a:hover {color:#ff8636; background:none;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: none; 	
	color: #ff8636;
}
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#ff8636;
    background:none;
}	

.affixTop {
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
	max-height: 60px;
	z-index: 100;
	background-color: rgba(0,0,0,0.8);
	webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	
}
.affixTop.navbar-default {
	min-height: 70px;
	
}

.affixTop.navbar-default .navbar-collapse {
	border-top: 0px solid rgba(255,255,255,0.4);
}

.affixTop.navbar-default .navbar-nav > li > a {
	color:#fff;
}

.affixTop .navbar-nav > li > a {
	padding: 25px 20px;
}

.navbar-brand .logo-w {
	display:none;
}

.affixTop .navbar-brand .logo-b {
	display:none;
}

.affixTop .navbar-brand .logo-w {
	display:block;
}

.dropdown-menu {
	padding:0px;
	background:#fff;
	border:0px;
	border-radius:0px;
	}

.dropdown-menu li{
	border-bottom:1px solid #CCCCCC;
	display:block;
	}
.dropdown-menu li a{color:#333; font-size:14px; padding:10px 15px;}
.dropdown-menu li:last-child{border-bottom: 0px solid #28ccf8;}
.dropdown-menu li a:hover{background:none; color:#ff8636;}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:0px;
	margin-left:-1px;
	border-radius:0px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}

.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
	color:#777777;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:0px 0 0px 0px;
	-moz-border-radius:0px 0 0px 0px;
	border-radius:0px 0 0px 0px;
}

@media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}

main{padding:0 90px;}
.txt-orange{color:#ff8636 !important;}

.welcome-wrapper{
	text-align:center;
	padding:30px 0;
}

.welcome-wrapper h1{
	font-size:36px;
	font-weight:300;
	line-height:1.2;
	margin-bottom:30px;
}

.intro-widget{
	margin-bottom:30px;
}
.intro-widget img{
	max-width:80px;
	margin:0 auto 10px;
}
.intro-widget h4{
	position:relative;
	font-size:24px;
	padding-bottom:10px;
	margin-bottom:15px;
}

.intro-widget h4:after{
	background-color: #ff8636;
	width:80px;
	height:3px;
	position:absolute;
	bottom:0;
	left:calc(50% - 40px);
	content:"";
}

.intro-widget p{
	width:90%;
	margin:0 auto;
}

.btn-alt, .btn-alt:link, .btn-alt:visited {
	font-size:18px;
	text-transform:uppercase;
    background: transparent;
	padding:10px 30px;
    color: #424242;
	border: 3px solid #424242;
}

.btn-alt:hover, .btn-alt:focus, .btn-alt:active {
    background: #ff8636;
    border-color: #ff8636;
    color: #fff;
}

.btn-alt-white, .btn-alt-white:link, .btn-alt-white:visited {
	text-transform:uppercase;
    background: transparent;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.btn-alt-white:hover, .btn-alt-white:focus, .btn-alt-white:active {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000;
}



.product-wrapper{
	padding:30px 0 0;
}

.product-wrap{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-content-wrap{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

.product-content-wrap:hover{
	background-color: rgba(255,134,54,0.8);
}
.product-content-wrap:after {
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.product-content-wrap:hover:before,
.product-content-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-content-wrap:before {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.product-content-wrap:before,
.product-content-wrap:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.35s linear;
  transition: opacity 0.35s linear, transform 0.35s linear;
}

.product-title{
	font-family: 'GTWalsheimLight';
	font-size:28px;
	font-weight:300;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:35%;
	left:calc(50% - 200px);
	width:400px;
	height:auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-content-wrap:hover .product-title{
	top:37%;
}

.on-hover-text{
	opacity:0;
	position:absolute;
	bottom:20%;
	left:calc(50% - 200px);
	width:400px;
	height:auto;
	text-align:center;
	z-index:10;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-content-wrap:hover .on-hover-text{
	opacity:1;
	bottom:28%;
}


.on-hover-text p{
	font-size:16px;
	color: #FFF;
}


.custom-design{
	background-image:url(../images/wardrobe.png);
	background-repeat:no-repeat;
	background-position:10% 80%;
	background-size:15%;
	background-color:#67cdbf;
	padding:30px;
	text-align:center;
	position:relative;
}
.custom-design h2{
	margin-bottom:15px;
	color:#FFF;
}
.custom-design:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px solid #000;
	z-index:-1;
}

.custom-design a.btn{
	font-size:18px;
	cursor:pointer;
}
.stats-wrap{
	text-align:center;
	margin-top:30px;
	padding:60px 30px;
    background-color: #f2f3f2;
}

.stats-wrap h3{
	font-family: 'GTWalsheimRegular';
	font-size:22px;
	margin-bottom:15px;
	line-height:1.2;
}

.stats-wrap h3 span{
	font-family: 'GTWalsheimBold';
	font-size:26px;
	color:#ff8636;
	display:block;
}

.about-wrapper{
}

.about-wrapper h2{
	margin-bottom:30px;
}
.about-wrapper .privacy-policy h3{
	padding:0 0 10px 0;
}
.about-wrapper .faq h5{
	padding:0 0 8px 0;
	font-weight:bold;
}
.about-wrapper .faq p{
	padding:0 0 0 3px;
}

.about-wrap{
	margin-bottom:30px;
	position:relative;
}

.about-wrap .about-img{
	
}

.about-wrap .about-desc{
	padding:15px 15px 0px;
}
.about-wrap .about-desc .post {
    position: absolute;
    top: 220px;
    float: left;
    width: 70px;
	text-align:center;
    padding: 15px 0;
    background-color: #ff8636;
}

.about-wrap .about-desc .post h2{
	color:#FFF;
	font-size:36px;
	font-family: 'GTWalsheimBold';
	margin:0;
}

.about-wrap .about-desc h4{
	text-align:center;
	color:#404040;
	font-size:24px;
	margin-bottom:10px;
}

.about-wrap .about-desc .more-link a{
	color:#ff8636;
}
.about-wrap .about-desc .more-link:hover a{
	color:#333333;
}

/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.overlay {
	background: rgba(0,0,0,0.75);
	padding: 30px 0px;
}

.overlay h2{
	color:#FFF;
	position:relative;
	text-align:center;
	padding-bottom: 10px;
	margin-bottom:30px;
}

.overlay h2:after{
	background-color: #ff8636;
	width:60px;
	height:3px;
	position:absolute;
	bottom:0;
	left:calc(50% - 30px);
	content:"";
}

blockquote {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 15px;
	color: #fff;
	border-left: 0;
	line-height: 28px;
	text-align: center;
}
blockquote:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url(../images/quote-left.png) center center no-repeat;
	left: 6%;
	top: 5%;
}
blockquote:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url(../images/quote-right.png) center center no-repeat;
	right: 6%;
	top: 5%;
}
blockquote h5 {
	font-size: 18px;
	color: #ff8636;
	margin-top:30px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	width:40px;
	height:40px;
	text-align: center;
	font-size: 24px;
	vertical-align:middle;
	line-height:36px;
	color: #FFF;
	border:2px solid #ff8636;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color: #ff8636;
	color: #FFFFFF;
}

.gallery-wrapper{
	padding:30px 0;
}

.gallery-wrapper .gallery-wrap{
	border:1px solid rgba(0,0,0,0.1);
	margin-left:-1px;
	margin-top:-1px;
	padding:7px;
	background-color:#FFF;
}

.gallery-content{
	height:100%;
	border:2px solid transparent;
	transition: all 0.7s ease;
	text-align:center;
	overflow:hidden;
	position:relative;
	padding:10px 10px 0;
}

.gallery-content:hover{
	border-color: #ff8636;
}

.gallery-content h4{
	font-weight:400;
	font-size:16px;
	margin-bottom:0px;
}

.img-wrap{position:relative; width:100%; height:auto; margin:0 auto 10px;}
.img-wrap img{width:100%; height:auto;}

.gallery-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: 0;
	right:0;
    top: 0;
	bottom:0;
    z-index: 1;
}

.gallery-overlay > span{
	display: block;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.gallery-overlay > span:before,
.gallery-overlay > span:after {
	content: "";
	height: 37px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out .2s;
	-moz-transition: all .3s ease-out .2s;
	-ms-transition: all .3s ease-out .2s;
	-o-transition: all .3s ease-out .2s;
	transition: all .3s ease-out .2s;
	width: 37px;
}
.gallery-overlay > span:before {
	border-top: 1px solid #fff;
	margin-left: -18px;
	width: 0;
}

.gallery-overlay > span:after {
	border-left: 1px solid #fff;
	height: 0;
	margin-top: -18px;
}

.gallery-content:hover .gallery-overlay > span {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-content:hover .gallery-overlay > span:before {
	width: 37px;
}
.gallery-content:hover .gallery-overlay > span:after {
	height: 37px;
}

ul.fancy-list { list-style-type:none; list-style-position:outside; }
ul.fancy-list li { display:block; position:relative; padding-left:20px; line-height:24px; }
ul.fancy-list li ul { padding-left:0px; }
	
ul.fancy-list.arrow li { padding-left:15px; }
ul.fancy-list.double-arrow li { padding-left:15px; }

ul.fancy-list li:before { font-family: 'FontAwesome'; font-style:normal; color:#ff8636; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:1px; left:0px; }

ul.fancy-list.arrow li:before { content:"\f105";}
ul.fancy-list.double-arrow li:before { content:"\f101";}

/*------inner pages----*/

/*----*****---- << Breadcrumb >> ----*****----*/

.breadcrumb-wrapper{
}
.breadcrumb-wrapper h2{
	margin-bottom:30px;
}

.breadcrumb {
	padding: 0;
	border-radius:0;
	background: #f2f4f4;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
	height: 30px;
	text-transform: capitalize
}
.breadcrumb>li+li:before {
	padding: 0
}
.breadcrumb li {
	float: left;
}
.breadcrumb li.active a {
	background: none;
	color: #ff3200
}
.breadcrumb li.completed a {
	background: none
}
.breadcrumb li.active a:after, .breadcrumb li.active a:before {
	border-left: 30px solid #f2f4f4;
	margin-left: 0
}
.breadcrumb li.completed a:after {
	border-left: 30px solid #f2f4f4
}
.breadcrumb li a {
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 45px;
	position: relative;
	display: block;
	float: left
}
.breadcrumb li a:after {
	border-left: 30px solid #f2f4f4;
	z-index: 2
}
.breadcrumb li a:after, .breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%
}
.breadcrumb li a:before {
	border-left: 30px solid #fff;
	margin-left: 4px;
	z-index: 1
}
.breadcrumb li:first-child a {
	padding-left: 15px
}
.breadcrumb li:last-child a {
	/*cursor: default;*/
	text-decoration: none!important
}

.img-block {
	display: block;
		padding: 35px;

	margin-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 40px #999;
	
}

.img-wrap {
	display:block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.img-wrap img {
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;		
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari */
	transform: scale(1,1); /* Standard syntax */
}

.img-wrap img:hover{	
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */
}

.img-block h3{
	text-align:center;
	margin-top:30px;
	font-size:19px;
	text-transform:uppercase;
}

.product-details{
	width:70%;
}

.product-details h4{
	padding:30px 0;
	font-weight:bold;
	
}
.product-details h5{padding:30px 0;}
.product-details h4 span{font-size:24px;}
.product-details .btn-orange{
	background-color:#ff8636;
	color:#fff;
	border-radius:0;
}
.customized {}
.customized h4{padding:30px 0;}

.form-group {}
.form-group span {font-family: 'GTWalsheimRegular';}
.form-group select {border-radius:0}

.price{background-color:#f2f4f4; border:1px solid #E3E0E0; }
.price p{padding:10px 15px 10px 60px;}
.price input{border-radius:0;}
ul.colors {margin:0; list-style-type:none;}
ul.colors li{display:inline-block; padding:15px; height:40px; width:40px; background-color:none}
ul.colors li.wood{background-color:#b79572}
ul.colors li.red{background-color:#b42d31}
ul.colors li.perl-white{background-color:#541800}
ul.colors li.green{background-color:#3d7a4e}
ul.colors li.voilet{background-color:#712033}
ul.colors li.blue{background-color:#04469a}

ul.images{margin:0; list-style-type:none;}
ul.images li{display:inline-block; max-width:80px;}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
	font-size:16px;
}

.nav-tabs > li a{
    float: left;
    margin-bottom: -1px;
	font-size:16px;
	color:#666;
}

.tab-content{padding-bottom:20px;}

.tab-content > .tab-pane h3{
  margin:15px 0;
}
.tab-content > .tab-pane p{
 font-size:14px;
}

.facility-wrapper{
	padding:45px 0 0;
	background-color:#FFF;
	background-image:url(../images/img-2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:32.5%;
}

.facility-wrapper h1{	
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:0px;
	color:#253444;
}

.facility-wrap{
	padding-left:80px;
	margin-bottom:45px;
	position:relative;
}

.facility-wrap .icon{
	position:absolute;
	top: 0;
	left: 0;
}

.facility-wrap .icon img{
	max-width:64px;
}

.facility-desc{
	padding-top:0px;
}
.facility-desc h3{	
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	color:#666;
	padding-bottom:10px;
	padding-top:10px;
}

.facility-desc h3:after{
	width:50px;
	height:2px;
	background-color:#666;
	position:absolute;
	left:0;
	bottom:0;
	content:"";
}

.facility-desc p{
	font-size:17px;
	padding-top:10px;
}

.contact-box {
	text-align: center;
	margin: 30px 0px;
}
.contact-box h3 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	text-align:center;
}
.contact-box i {
	text-align: center;
	display: inline-table;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #6b422b;
	background: none;
	font-size: 36px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.contact-box .content p {
	font-size: 13px;
	font-style: italic;
	color: #666;
}
.contact-box [class^="flaticon-"]:before, .contact-box [class*=" flaticon-"]:before, .contact-box [class^="flaticon-"]:after, .contact-box [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 42px;
	font-style: normal;
}
.contact-wrapper {
	background-color: #ea803b;
}
.contact-inner {
	padding: 0px 30px 0px 200px;
}
.contact-inner h2 {
	font-weight: normal;
	font-size: 36px;
	color: #FFF;
	margin:7px 0;
}
.form-box .form-control {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(255,255,255,0.5);
}
::-webkit-input-placeholder {
 color: #f2f2f2 !important;
 font-size:11px;
 letter-spacing:1px;
}
::-moz-placeholder {
 color: #f2f2f2 !important;
 font-size:12px;
 letter-spacing:1px;
}



.map {
	position: relative;
	padding-bottom: 43%;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-page-wrapper{
	padding:20px 0;
}

.contact-page-wrapper h2{
	 text-align:center;
	 font-size:30px;
	 padding-bottom:30px;
	 
 }
 .contact-page-wrapper h4{text-align:center; padding:10px;}
.contact-item {
	margin: 30px 0 15px
}
.dotted-line {
	position: absolute;
	top: 15%;
	right: -51%;
	overflow: hidden;
	width: 100%
}
.dotted-line:after {
	font-size: 30px;
	line-height: 100px;
	content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022';
	letter-spacing: 10px;
	color: #CCC
}
.striped-icon {
	font-size: 36px;
	font-weight: 700;
	line-height: 100px;
	position: relative;
	width: 100px;
	height: 100px;
	margin: auto;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: rgba(255,134,54,0.6)
}
.striped-icon:after {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	border-radius: 50%;
	background-color:#ff8636;
}
.striped-icon span {
	vertical-align: middle
}
.contact-item h5, .contact-item p {
	color: #666;
	text-align: center!important
}
.contact-item h5 {
	margin-top: 25px;
	font-size: 20px;
	padding-bottom:10px;
}
.contact-item p {
	font-size: 16px
}

.modal-content {background:none}
.modal-header {background: #fff;}
.modal-body {padding:0}
.modal-title{color:#ff8636; text-align:center; font-size:24px;}
.booking {
	background: rgba(0,0,0,0.8);
	padding: 60px 30px;
}
.booking h1 {
	color: #cfa670;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
}
.booking .slogan {
	color: white;
	padding-bottom: 35px;
	text-align: center;
}
.booking input.form-control {
	margin-bottom: 30px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
}
textarea.form-control {
	height: auto;
	background-color: rgba(255,255,255,0.6);
	margin-bottom: 30px;
}
.btn-gold {
	background: #ff8636;
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: capitalize;
}
.btn-gold:hover {
	background: #ff8636;
	color: #f0efee;
	box-shadow: none;
}



footer {
	margin-top: 0px;
}

footer .top-footer {
	background-color:#2b2c2f;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .top-footer hr{border-color: rgba(255,255,255,0.2);}

.footer-title {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.footer-title:before {
    background: #ff8636;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 20px;
}

footer .top-footer ul.info{padding-left: 0px !important;}

footer .top-footer .info li {
	list-style-type:none;
	color: #8f8f8f;
	font-size: 14px;
	line-height: 25px;
}
footer .top-footer .info li a{color:#FFF;}
footer .top-footer .info li > i {
	margin-right: 6px;
}

.footer-logo{ margin-bottom:5px;}
.footer-logo img{max-height:30px;}

footer .bottom-footer {
    background-color: #000000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .bottom-footer p {
	color: #CCC;
}
footer .bottom-footer a, footer .top-footer a {
	color: #666;
}
footer .bottom-footer p a:hover {
	color: #CCCCCC;
}

.fb,.linkedin,.google,.twitter {
	padding:5px 10px;
	position:relative;
	margin-bottom:10px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.fb a,.linkedin a,.google a,.twitter a{
	display:block;
	color: #fff !important;
}

.fb a span,.linkedin a span,.google a span,.twitter a span {
	position:absolute;
	display:block;
	height: 30px;
    width: 40px;
	line-height:30px;
	top:0;
	left:0;
	color:#FFF;
	text-align:center;
}
.lable{
	font-size: 16px;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding:0 15px;
	margin-left:35px;
}
.fb{
	background: #3c66c4;
}
.fb:hover{
	background:#335FA4;
}

.linkedin{
	background: #0086b6;
}
.linkedin:hover{
	background: #0e7498;
}

.google{
	background: #cf4332;
}
.google:hover{
	background: #bb3828;
}

.twitter{
	background: #33ccff;
}
.twitter:hover{
	background: #29A6D0;
}


.designed {
	text-align: right;
}
.designed a {
	color: #CCCCCC;
}
.designed a:hover {
	color: #636B7B;
}
/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #636B7B;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	background: #636B7B;
	text-decoration: none;
}

#accountlogin a {
	background:  #ff8636;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.toolbar-wrapp {
	position: fixed;
	display: block;
	top: 30%;
	right: 0;
	z-index: 99;
}
div.toolbar-wrapp ul li {
	list-style: none;
}
div.sticky-toolbar {
	position: relative;
	top: 30%;
	padding: .1em;
	float: right;
	-moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
	-webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
	box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}
div.sticky-toolbar ul li a {
	display: block;
	font-size: 16px;
	font-family: 'GTWalsheimMedium';
	line-height: 1;
	height: auto;
	margin: 0px;
	padding: 10px 18px;
	text-align: center;
	transition: all 0.1s ease-in-out 0s;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
div.loginpopup {
	max-width: 250px;
	background-color: #ffffff;
	border-radius: 0;
	display: none;
	float: left;
	padding: 20px;
	left: 0;
	position: relative;
	border: 1px solid #F0F0F0;
	-moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
	-webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
	box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}

div.loginpopup .btn-alt{
	border-width:1px;
	font-size:14px;
	padding:5px 15px;
}

@media only screen and (min-width: 1356px) and (max-width:1919px) {
  /*.about-wrap .about-desc .post {
    position: absolute;
    top: 180px;
    float: left;
    width: 70px;
    text-align: center;
    padding: 15px 0;
    background-color: #ff8636;
}
.about-wrap .about-desc h4 {
	text-align:center;
    color: #404040;
    font-size: 18px;
	
}
.product-title {
    font-family: 'GTWalsheimLight';
    font-size: 18px;
	
}

.on-hover-text p {
    font-size: 14px;
    color: #FFF;
	
	}

.on-hover-text .one{
	font-size: 16px;
    color: #FFF;

}*/
.add img{width:100%; position:absolute;}


}


@media only screen and (min-width: 1200px) and (max-width:1355px) {
	.about-wrap .about-desc .post {
    position: absolute;
    top: 170px;
    float: left;
    width: 70px;
    text-align: center;
    padding: 15px 0;
    background-color: #ff8636;
}
.about-wrap .about-desc h4 {
	text-align:center;
    color: #404040;
    font-size: 20px;
	
}
.product-title {
    font-family: 'GTWalsheimLight';
    font-size: 18px;
	
}

.on-hover-text p {
    font-size: 14px;
    color: #FFF;
	margin:0;
	}

.on-hover-text .one{
	font-size: 16px;
    color: #FFF;

}
.add img{width:100%}

}



@media only screen and (min-width: 1024px) and (max-width:1199px) {
	main{padding:0px 30px;}
	header nav .container-fluid{padding:0 30px;}
	.navbar-nav > li > a {
		padding:25px 15px;
	}
	
	.affixTop .navbar-nav > li > a {
		padding: 25px 15px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
	.logo{
		padding:10px 0;
	}
	
	.logo img{
		max-height:30px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
	}
	.navbar-nav > li > a {
		padding:15px 10px;
	}
	
	.affixTop.navbar-default {
		min-height: 50px;
	}

	.affixTop .navbar-nav > li > a {
		padding: 15px 10px;
	}
	.welcome-wrapper h1 {
		font-size: 36px;
	}
	.product-title {
		width:300px;
		font-family: 'GTWalsheimMedium';
		font-size:18px;
		font-weight:500;
		left: calc(50% - 150px);
	}
	.on-hover-text p {
		font-size: 14px;
		color: #FFF;
	}
	.stats-wrap{
		margin-top:15px;
		padding:15px 30px;
	}
	
	.stats-wrap h3{
		font-size:16px;
	}
	
	.stats-wrap h3 span{
		font-size:20px;
	}
	
 .about-wrap .about-desc .post {
    position: absolute;
	top: 120px;
	float: left;
	width: 50px;
	text-align: center;
	padding: 5px 0;
	background-color: #ff8636;
}
.about-wrap .about-desc h4 {
	text-align:right;
    color: #404040;
    font-size: 20px;
    margin-bottom: 10px;
}
.about-wrap .about-desc h4 span{
	text-align:right;
    color: #404040;
    font-size: 18px;
    margin-bottom: 10px;
	
}

.welcome-wrapper h1{font-size:30px;}

.add img{width:100%}

.contact-inner {
	padding: 0px 30px 0px 50px;
}
.contact-inner h2 {
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
	margin:7px 0;
}
.form-box .form-control {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(255,255,255,0.5);
}
::-webkit-input-placeholder {
 color: #f2f2f2 !important;
 font-size:11px;
 letter-spacing:1px;
}
::-moz-placeholder {
 color: #f2f2f2 !important;
 font-size:12px;
 letter-spacing:1px;
}


.map {
	position: relative;
	padding-bottom: 83%;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



}

@media only screen and (min-width: 320px) and (max-width:1023px) {
	main{padding:0px;}
	header nav .container-fluid{padding:0 15px;}
}

.btn-cnter {
	padding-left: 25%;
}

.pos-relativ {
	position: relative;
	float: left;
}

.fb-btn > img {
	margin-top: -5px; 
	width: 55%;
	position: relative;
	float: left;
}



/*--------------------- how-it-works -------------*/
.how-it-workds-container{margin:0; padding:50px 0; border-top:0px solid #cfcdcd; text-align:center}
.how-it-workds-container h2{color:#ff8636; font-size:35px; font-family: 'aileronlight'; text-transform:uppercase;font-weight:bold; text-align:center; margin:0;padding-bottom:5px;}
.how-it-workds-container .head_sep{width:50px;height:5px;border-bottom:5px solid #ff8636;margin:0 auto 5px;}
.subtext{margin:0; padding:10px 0 0; color:#727171; font-family: 'aileronlight'; font-size:22px;}
.how-it-workds-container .subtext{border-bottom:none;}
.how-it-workds-container {font-size:22px;}
.tab-container{ margin-top:40px;}
.tab-container .nav-tabs > li > a{background:#f7f5f5; border-radius:0; border-top:0; border-left:1px slid #ddd; border-right:1px solid #ddd; border-bottom:0 }
.tab-container .nav-tabs > li { width: 33.33% !important;}
.tab-container .nav-tabs > li > a:hover{border-top:0 !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border-style:none; border-bottom:3px solid #3f3e3e;}
.tab-text{ font-size:18px; color:#73767a;}
.tab-2-title-txt{ font-size:28px; color:#3a3838;}
.tab-2-title-txt-2{ font-size:34px; font-family: "aileronsemibold";}
.tab-2-title { margin-top: 80px;}
.round-img{ margin-top:40px;}
.tab-2-text-3{font-family: 'aileronlight'; font-size:25px; margin-top:25px; color:#3a3a39; letter-spacing:1px;}
.rs-bold{font-family: 'aileronbold_italic';}
.tab-2-text-4{ font-size:17px; font-family:'aileronitalic'; margin-top:40px; letter-spacing:1px; }

.tab-add-img{ margin-top:2200px;}
.click-continue.btn{background-color:#474746; color:#fff; font-size:20px;  text-align:center; border-radius:0; padding:3px; margin-top:40px;}
/* .tab1-div{ border-right-image:url:} */
.left-step{ float:right; margin-top:133px;}
.step-img{margin-top: 80px;}
.select-city{ font-size:35px; color:#353535; margin-top:133px; text-transform:uppercase; float:left;}
.select-city-txt2{ font-size:22px; color:#727171; float:left; text-align:justify;}
.select-furniture{ font-size:35px; color:#353535; margin-top:251px; text-transform:uppercase; float:right;}
.select-furniture-txt2{ font-size:22px; color:#727171; float:right; text-align:justify;}

.border-div-left.clearfix {left: 90px;position: absolute;top: 50%; width: 100%; border-top:5px dashed #000;}
.border-div-left2.clearfix {left: 90px;position: absolute;top: 108%; width: 100%; border-top:5px dashed #000;}
.border-div-right.clearfix {right: 88px;position: absolute;top: 117%; width: 100%; border-top:5px dashed #000;}



.border-right-thick{border-right:none;}
.border-left-thick{border-left:none;}
.border-bottom-dotted{border-bottom:1px solid #ccc;}
.left-img-div{padding-bottom:60px;}
.tab-pane-two p.step-title{font-size:30px; font-family: 'aileronregular'; text-transform:uppercase; color:#67CDBF;margin:0 0 5px;font-weight:bold;line-height:1.2;}
.tab-pane-two .sep{width:50px;height:5px;border-bottom:5px solid #67CDBF;margin:0 0 10px 0;}
.tab-pane-two p.step-desc{font-size:18px; font-family: 'aileronregular'; text-align:left; margin-bottom:0; color:#727171;}
.step-div{text-align:left; padding-left:67px; padding-top:20px;}
.step{font-size:30px; margin:0; padding:20px 0 0 0 !important;font-family: 'Agency FB', arial; }
.step-number{margin:0; padding:0; font-family: 'Agency FB', arial; font-size:70px;line-height:68px;}
.nopt{padding-top:0 !important;}
.pb51{/*padding-bottom:51px;*/padding: 51px 0px;}
.pb44{/*padding-bottom:35px !important;*/padding: 39px 0px 40px 67px;}
.mr11{margin-right:11px;}
.ml-1{margin-left:-1px;}
.right-img{float:right;width: 150px;}
.left-img{float:left;width: 150px;}
.pb83{padding-bottom:48px;}
.ptl25{padding-top:25px; padding-left:25px;}
.border-left-solid{border:1px solid #ddd; height:1px; width:47%; position:relative; top:19px;}
.or-txt{ border: 1px solid #ddd;border-radius:38px;height: 38px;left: 47%; line-height: 38px; position: absolute;text-align: center; width: 38px; font-size:18px;}
.border-right-solid{border: 1px solid #ddd; height: 1px;left: 306px;position: relative;top: 18px; width: 45%;}
.or-div{padding-top:20px; margin-bottom:37px;}
.pb231{/*padding-bottom:170px !important;*/    padding: 70px 0px 70px 60px;}
.marginauto{margin:0 auto;}
.pb12{padding-bottom:12px;}
.pb19{padding-bottom:19px;}
.pb60{/*padding-bottom:36px;*/padding: 30px 0px 29px 60px;}
.click-continue.btn i{ padding-left:15px;}
.tab-pane-two p.step{font-size:35px;color:#FF8636;}
.tab-pane-two p.step-number{font-size:100px;color:#FF8636;}

/*--------------------- individual wardrobes -------------*/
.tab-content > .tab-pane .desc{margin:20px 0 0;}
.tab-content > .tab-pane .desc p{font-size:18px;background:url("../images/check.png")no-repeat 0 3px;padding-left:25px;}
.tab-content > .tab-pane .desc p strong{font-weight:bold;}
.tab-content > .tab-pane h3.warranty{background:url("../images/warranty.png")no-repeat 0 5px;padding:20px 0 0 60px;height:70px;margin:0;}
.product-details .book_a_consult{width:100%;float:left;padding:3px 0;text-align:center;background:#FF8636;margin:10px 0;}
.product-details .book_a_consult a{color:#000;font-size:25px;display:block;}
.img-block p{text-align:center;margin:10px 0 0;text-transform:uppercase;}