.filteredOut{
	z-index:-999999;
}
/*=======================
		SOCIAL
=========================*/
ul li.pagesocial{
	list-style:none;
	padding:0;
	margin:6px;
	float: left;
}
.likesocial{
	width:100%;
	padding:10px;
	float:left;
	line-height: 10px !important;
}
/*=======================
		HEADER
=========================*/
.glyphicon i{
	font-size:28px;
}
.menutop{
	width:100%;
	background-color: rgba(18,15,15, 0.82) !important;
	position: fixed;
    z-index: 999;
}
.no-bg{
	background:none !important;
}
.w3l-home-banner{
	margin-top:60px;
	margin-right:5%;
	width:43%;
	float:right;
	background:rgba(0,0,0,.65);
	color:#fff;
	padding:5px 10px 15px;
	overflow:hidden;
}
.w3l-home-banner p{
	line-height:25px;
}
.w3l-home-banner h2{
	margin-bottom:10px;
}
.w3l-home-banner p span{
	text-align:right !important;
	padding:5px 10px;
	font-size:16px;
	cursor:pointer;
}
.w3l-home-banner p span:hover{
	background:rgba(255,255,255,.6);
	color:#000;
}

/*#bs-example-navbar-collapse-1 {
    position: relative;
}*/
.navbar-default {
    position: relative;
}
.sb-icon-search {
    color: #fff;
    background: #f53753 url(../images/search.png) no-repeat 10px 10px;
}
.sb-icon-search, .sb-search-submit {
    width: 40px;
    height: 37px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}
.sb-search {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 0%;
    min-width: 40px;
    font-family: 'Roboto', sans-serif;
    height: 37px;
    float: left;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
	z-index:9999;
}
.sb-search-input {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: rgb(255,255,255);
    width: 67%;
    height: 37px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 5px 20px;
    font-size: 13px;
    color: #212121;
}
.sb-search-input::-webkit-input-placeholder {
	color: #4a4a4a;
}
.sb-search-input:-moz-placeholder {
	color: #4a4a4a;
}
.sb-search-input::-moz-placeholder {
	color: #4a4a4a;
}
.sb-search-input:-ms-input-placeholder {
	color: #4a4a4a;
}
.logan marquee{
	padding:5px 10px;
	font-size:24px;
	color:#d80433;
	margin-bottom:10px;
	background:#f5f5f5;
	border-radius:3px;
}
/*=======================
		CONTENT
=========================*/
.text-red span{
	color:#212121 !important;
}
.poplular{
	margin:0 !important;
}
.mores, .moress{
	text-align:center;
	padding: 5px 15px 0;
}
.mores p{
	font-size:12px;
	padding: 10px 0 0;
	color:#4a4a4a;
}
.mores p span{
	color:#f53753;
}
.mores a{
	padding:3px 7px;
	background:#f53753;
	border-radius:2px;
	color:#fff;
}
.mores a:hover{
	color:#f53753;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.moress a{
	color: rgba(0,0,0,.75);
}
.moress a:hover{
	text-decoration:underline;
	color:#f53753;
}
.f-left{
	text-align:left !important;
}
.f-right{
	text-align:right !important;
}
.p-none{
	padding:0 !important;
}
/* Underline From Center */
.hvr-mores {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-mores:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 100%;
  bottom: 0;
  background: #fff;
  height:100%;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-mores:hover:before, .hvr-mores:focus:before, .hvr-mores:active:before {
  left: 0;
  right: 0;
}
h3.about{
	color: #212121;
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 0 0 1em;
    padding: 10px 5px;
	border-bottom:1px solid #999;
}
h3.about-right{
	color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 0 1em;
    background: rgb(85, 85, 85);
    padding: 10px 5px;
}
.single-grid-left{
	padding:15px;
}
.single-grid-right{
	background:rgba(221, 221, 221, 0.41);
	padding:15px;
}
/*----content galarry ---*/
.g1 {
	position: relative;
	display: block;
}  
.agile-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.78);
    padding: 1em 0.5em;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transform-style: preserve-3d; 
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.agile-caption h4 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 0.5em;
}
.agile-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-caption span {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
}
.g1:hover .agile-caption {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
} 
/*==================================================*/
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.effect:after
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
}
/*==================================================*/
/*------ MEDIA -------*/
.w3layouts-slider {
    height: 100%;
    position: relative;
    height: 750px;
}
/*-----------PAGE SYSTEM  -------*/
.w3-agileits-interior-design{
	padding: 20px 0 10px;
	background: rgba(204, 204, 204, 0.09);
}
.w3ls-interior-design-grids {
	background:#fff;
	margin:20px 0 10px;
    padding: 10px 0 15px;
	-webkit-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	-moz-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
}
ul li.apps{
	list-style:none;
	float:left;
	padding:10px;
}
.apps h4{
	padding: 0 10px 10px;	
}
.apps span img{
	max-width:80%;
	max-height:60px;
}
ul li.manual{
	list-style:none;
	float:left;
	padding:15px 10px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.62);
}
.manual .content-manual{
	padding:5px;	
}
.manual .content-manual h4{
	margin-bottom:10px;
	padding:2px 0;
	font-size:16px;
	text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.manual .content-manual h4:hover{ 
    overflow: visible;
    white-space: pre-line;
	z-index:99;
}
.manual .content-manual span{
	display:block;
	height:80px;
	overflow:hidden;
}
/*--  interior-designs --*/
/*-- effect --*/
.w3ls-interior-design-grid-left {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.w3ls-interior-design-grid-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
    min-width: 100%;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.w3ls-interior-design-grid-left figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.w3ls-interior-design-grid-left figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.w3ls-interior-design-grid-left figure figcaption::before,
.w3ls-interior-design-grid-left figure figcaption::after {
	pointer-events: none;
}

.w3ls-interior-design-grid-left figure figcaption,
.w3ls-interior-design-grid-left figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	background: rgba(33, 33, 33, 0.75);
	right: -100px;
	bottom: -100px;
	width: 285px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1em 1em 0em;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	font-size: .8em;
    line-height: 1.8em;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //effect --*/
.w3ls-interior-design-grid-right h3{
	font-size: 25px;
    color: #02A0C3;
    margin-top: 13px;
	margin-bottom:25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-bottom-info {
    padding-top: 3em;
    border-top: 1px solid #c0c0c0;
}
.w3ls-interior-design-grid-right p{
	display: block;
    font-size: 1em;
    line-height: 28px;
    color: #212121;
}
.w3ls-interior-design-grid-right p span{
	display: block;
    margin: 20px 0 0;
    font-size: 12.5px;
    line-height: 28px;
    color: #969696;
}
.w3ls-interior-design-grid-right p.icons{
    font-size: 14px;
    line-height: 28px;
    color: rgba(22, 122, 198, 0.88);
}
.w3ls-interior-design-grid-right p.icons span{
     margin: 0 0 0 25px;
	 display:inline-block;
	 color: rgba(22, 122, 198, 0.88);
}
/*----------// PAGE SYSTEM  -------*/
/*------PAGE CERTIFY -------*/
.certify{
    margin: 1em 0 !important;
}
.flex-certify-page .pi {
    width: 50%;
	height: 151px;
    float: left;
    padding-bottom: 30px;
}
.flex-certify-page .piWrap {
    position: relative;
    height: 100%;
    padding: 0 15px;
}
.pi .piimg {
    position: absolute;
    width: 53px;
    height: 50px;
    top: 42px;
    left: 24px;
    cursor: pointer;
	padding:2px;
	box-shadow: 2px 1px 20px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 1px 20px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 1px 20px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 1px 20px 1px rgba(0,0,0,0.2);
}
.flex-certify-page .piP {
    padding-left: 80px;
    border: 1px solid rgba(85, 85, 85, 0.35);
    height: 100%;
    overflow: hidden;
    padding-right: 4px;
    cursor: pointer;
}
.flex-certify-page .line {
    width: 36px;
    height: 0px;
    padding-top: 30px;
    border-bottom: 5px solid #f53753;
    margin: 0;
}
.flex-certify-page p {
    text-align: left;
    color: #212121;
    font-size: 12px;
    line-height: 26px;
    padding-top: 10px;
	height:62px;
	overflow:hidden;
}
.readMor{
	width:100%;
	float:left;
	height: 50px;
    background: #eee;
    margin: 0 auto;
    margin: 30px 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.readMor a {
    font-size: 12px;
    color: #212121;
}
.readMor a:hover{
	color:#f53753;
}
/*------// PAGE CERTIFY -------*/
/*------PAGE PRODUCT -------*/
.pageproducts{
	/*background: #fff url(../images/bg.png) repeat top left;*/
	padding: 2em 0 0;
}
.filtr-item {
    padding: 1%;
    width: 25%;
    float: left;
}
.item-pro{
	padding:0.5em;
	border: 1px solid rgba(51, 51, 51, 0.12);
	background: rgba(204, 204, 204, 0.19);
}
.item-pro img{
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;	
}
.item-pro:hover img{
    -webkit-transform:rotate(7deg);
    -moz-transform:rotate(7deg);
    -ms-transform:rotate(7deg);
    -o-transform:rotate(7deg);
     transform:rotate(7deg);
}
.filtr-item:hover{
	box-shadow:none !important;
}
.filtr-container {
	width:100%;
}
.figcaption p {
	color:#0589fb;
	font-weight:600;
	padding:5px;
	font-size:16px;
	text-transform:uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.figcaption p:hover { 
    overflow: visible;
    white-space: pre-line;
	z-index:99;
}
.figcaption h3{
	font-weight:300;
	font-size:14px;
	color: #212121;
    font-family: 'Roboto', sans-serif;
	padding: 5px;
	overflow:hidden;
	height:65px;
	line-height:1.4em;
}
/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1em;
    margin: 0.4em;
}
.simplefilter li {
   font-size:13px;
   color: #282A2E;
   font-family: 'Roboto', sans-serif;
   text-transform:uppercase;
   border-bottom: 5px solid #282A2E;
}
.simplefilter li.active {
    border-bottom: 5px solid #f53753;
    color: #f53753;
    font-family: 'Roboto', sans-serif;
}
.catgories-news li.active {
    color: #7fbe25 !important;
	border-bottom: 5px solid #7fbe25 !important;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);   
    transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 3em;
}
ul.catgories-news{
	margin-bottom:1em !important;
}
/*------EDIT PRODUCT -------*/
.info-page{
	padding-top: 35px;
}
.edit-products{
	padding:2em 0;
}
.editpro-left, .editpro-right{
	float:left;
}
.editpro-right{
	padding: 0 4em 1em !important;
}
.edit-content{
	padding:35px 0;
}
.editdemo{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.edit-content .edit {
	padding:5px 0;
    font-size:13px;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
    border-bottom: 5px solid #f53753;
	color: #212121;
}
.editpro-right h1{
	line-height:1.5em;
	text-transform: capitalize;
    font-size: 28px;
    color: #333;
    margin-bottom: .3em;
    font-family: 'Yantramanav', sans-serif;
}
.editpro-right span{
	font-size: 24px;
    color: #0589fb;
    font-weight: 600;
}
.editpro-right ul{
	margin-top:10px;
}
.editpro-right ul li{
	line-height:25px;
	color:#313030;
}
.single-rating{
    margin: 10px 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.rating-home{
	margin: 15px !important;
    padding-bottom: 20px !important;
}
.single-rating ul li {
    display: inline-block;
    margin-left: 3px;
	color:#08cae2;
}
.editpro-right ul li.w3act {
    color: #999;
}
.single-rating ul li.rating{
	color: #666;
    margin: 0 1.5em;
}
a.catalogs{
	margin-left:10px;
	padding: 3px 10px;
	color:#f53753;
}
.edit-pro-order,. edit-news-order, .edit-pro-comment{
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	-moz-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
}
.edit-pro-order span{
	width:100%;
	padding:5px 0;
    font-size:13px;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
    border-bottom: 3px solid #f53753;
	color: #212121;
}
.edit-news-order span.neworders{
	text-transform:uppercase;
    border-bottom: 3px solid #f53753;
	color: #212121;
}
.list-order{
	margin:25px 0 10px;
}
/*------ GALERY -------*/
/*.galery{
	margin: 30px 0 !important;
}*/
/*------ FAQ -------*/

.w3ls-wapper{
	background:#fff;
}
.w3ls-faq, .w3ls-news, .w3ls-system, .w3ls-search {
	background:#fff;
	margin:20px 0 10px;
    padding: 10px;
	-webkit-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	-moz-box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
	box-shadow: 0px 5px 30px -10px rgba(97,97,97,0.65);
}
.w3ls-faq ul li{
	width:100%;
	list-style:none;
	float:left;
	padding:0;
	margin:10px 0;
}
.w3ls-faq ul li .icons{
	width: 3%;
    float: left;
    padding-top: 3px;
    font-size: 16px;
}
.w3ls-faq ul li .icons i{
	color:#212121;
	font-size:24px;
}
.w3ls-faq ul li .content{
	width:96%;
	float:left;
	padding-left:1%;
}
.w3ls-faq ul li .content p{
	color: rgb(17, 125, 189);
	font-size:18px;
	padding-bottom: 15px;
}
.w3ls-faq ul li .content span{
	color: #212121;
	font-size:16px;
	line-height: 30px;
}
.w3ls-news ul li.list-news{
	list-style:none;
	float:left;
}
li.list-news span img:hover{
	opacity:0.85;
}
li.list-news span h3{
	line-height:20px;
	height:39px;
	margin:10px 0 5px;
	font-size:16px;
	color:#212121;
	font-weight:600;
	overflow:hidden;
}
li.list-news span h3 a{
	color:#212121;
}
li.list-news span h3 a:hover{
	color: #337ab7;
}
li.list-news span p.des{
	height:60px;
	margin:5px 0 35px;
	font-size:14px;
	color: rgba(33, 33, 33, 0.86);
	overflow:hidden;
}
li.list-news span p.des:after {
    content: "...";
}
/*------ EDIT NEWS -------*/
.edit-news h1{
	color:#212121;
	font-size:1.7em;
	padding: 20px 20px 10px;
}
.edit-news div.des-new{
	font-size: 1em;
    padding: 0px 20px 10px;
    line-height: 23px;
    font-weight: 600;
}
.edit-news div.content-new{
	color:#212121;
	font-size: 0.8em;
    padding: 10px 20px 10px;
    line-height: 21px;
}
.edit-news div.content-new p{
	margin: 0 0 10px;
}
/*------ SYSTEM CONTENT -------*/
.system-content{
	padding:10px 0 ;
}
.system-content .system-title {
	padding:10px;
	font-size: 22px;
}
.system-content .system-title i {
	color:#f53753;
	font-size: 32px;
	padding-right:15px;
}
.system-content p{
	margin:5px;
	line-height:25px;
}
iframe{
	width:560px;
	height:315px;
}
/*------ SYSTEM VIDEO -------*/
.system-video{
	padding:10px 0 ;
}
.system-video ul li{
	position:relative;
	list-style:none;
	float:left;
	margin:15px 0;
}
span.system-video-caption{
	position:absolute;
	top:3em;
	left:3em;
	right:3em;
	bottom:3em;
	max-width:100%;
	max-height:100%;
	background: rgba(255, 255, 255, 0.88);
    padding: 2em;
	overflow:hidden;
}
.system-video-caption h3{
	color: #000000;
    font-size: 1.7em;
    margin: 0;
    letter-spacing: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
}
.system-video-caption p{
	color: #333;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 1em 0 0 0;
    letter-spacing: 1px;
}
.system-video-caption .play-icon i {
    bottom: 45%;
    left: 45%;
}
.system-video-caption:hover .play-icon i {
	opacity:0.7;
}
/*=======================
		FOOTER
=========================*/
.map-grids{
	-webkit-box-shadow: 0 3px 15px 7px rgba(85, 85, 85, 0.6);
    -moz-box-shadow: 0 3px 15px 7px rgba(85, 85, 85, 0.6);
    -o-box-shadow: 0 3px 15px 7px rgba(85, 85, 85, 0.6);
    -ms-box-shadow: 0 3px 15px 7px rgba(85, 85, 85, 0.6);
    box-shadow: 0 3px 15px 7px rgba(85, 85, 85, 0.6);
}
.w3l-footer span{
	color:#0accff;
}
/*address{
	background-color: rgba(25, 24, 24, 0.35);
	padding:25px 5px 25px 15px;
	border-radius:3px;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}*/
address ul li{
	color:#fff !important;
}
/*=======================
		MOBILE DESIGN
=========================*/
@media (max-width: 1440px){
	.w3layouts-slider {
		height:600px;
	}
}
@media (max-width: 1366px){
	.w3layouts-slider {
		height:600px;
	}
}
@media (max-width: 1280px){
	.w3layouts-slider {
		height:570px;
	}
	.sb-search-input {
		width: 80%;
	}
}
@media (max-width: 1080px){
	.w3layouts-slider {
		height:500px;
	}
	.w3l-home-banner{
		margin-top:55px;
		width:45%;	
	}
	.w3l-home-banner p{
		line-height:23px;
	}
	.w3l-home-banner h2{
		margin-bottom:7px;
		font-size:20px;
	}
	.w3l-home-banner p span{
		padding:5px 10px;
		font-size:14px;
	}
}
@media (max-width: 1050px){
	.w3l-home-banner{
		width:47%;	
	}
}
@media (max-width: 1024px){
	.editpro-right{
		padding: 0 1em 1em 2.5em !important;
	}
	span.system-video-caption{
		top:2em;
		left:2em;
		right:2em;
		bottom:2em;
		padding: 1.5em;
	}
	.system-video-caption h3{
		font-size: 1.5em;
    	letter-spacing: 6px;
    	line-height: 1.5em;
	}
	.system-video-caption p{
		font-size: 1em;
   		line-height: 1.5em;
    	letter-spacing: 0.5px;
	}
	.w3l-home-banner{
		width:45%;	
	}
	.w3l-home-banner p{
		font-size:13px;
	}
}
@media (max-width: 991px){
	.w3l-home-banner{
		margin-top:50px;
	}
	.w3l-home-banner p{
		line-height:22px;
	}
	.w3l-home-banner h2{
		margin-bottom:5px;
		font-size:18px;
	}
	.w3l-home-banner p span{
		padding:5px 10px;
		font-size:14px;
	}
	.w3layouts-slider {
		height:500px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 390px;
		margin-top: 3%;
	}
	.editpro-left{
		width:40%;
		padding: 1em 1em 1em 0;
	}
	.editpro-right{
		width:60%;
		padding: 0 0em 1em 2em !important;
	}
	.filtr-item{
		float:left;
		width:33.33%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
	span.system-video-caption{
		top:1em;
		left:2em;
		right:2em;
		bottom:1em;
		padding: 1em;
	}
	.system-video-caption h3{
		font-size: 1.2em;
    	letter-spacing: 3px;
    	line-height: 1.5em;
	}
	.system-video-caption p{
		font-size: 0.9em;
	}
	#id-certify{
		display:none;
	}
}
@media (max-width: 900px){
	.w3layouts-slider {
		height:490px;
	}
	.w3l-home-banner{
		width:55%;
	}
}
@media (max-width: 800px){
	.w3layouts-slider {
		height:480px;
	}
	.w3l-home-banner{
		width:60%;	
	}
}
@media (max-width: 768px){
	.filtr-item{
		float:left;
		width:50%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
		margin: 0 .2em;
	}
}
@media (max-width: 767px){
	.sb-search-input{
		width:60%;
	}
	span.system-video-caption{
		top:4em;
		left:4em;
		right:4em;
		bottom:4em;
		padding: 3em;
	}
	.system-video-caption h3{
		font-size: 1.7em;
    	letter-spacing: 6px;
    	line-height: 1.7em;
	}
	.w3l-home-banner{
		margin-top:55px;
	}
}
@media (max-width: 736px){
	.w3l-home-banner{
		width:65%;	
	}
}
@media (max-width: 667px){
	.w3ls-faq ul li .icons{
		width:3%;
		padding-top:2px;
	}
	.w3ls-faq ul li .icons i{
		font-size:22px;
	}
	.w3ls-faq ul li .content{
		width:96%;
	}
	span.system-video-caption{
		padding: 2em;
	}
	.system-video-caption h3{
		font-size: 1.5em;
   	 	letter-spacing: 5px;
    	line-height: 1.5em;
	}
	.w3layouts-slider {
		height:400px;
	}
	.w3l-home-banner{
		width:90%;
		margin-right:5%;
	}
	.w3l-home-banner h2{
		font-size:18px;
		margin-bottom:5px;
	}
	.w3l-home-banner p{
		line-height:21px;
		font-size:13px;
	}
	.w3l-home-banner p span{
		padding:5px;
		font-size:13px;
	}
}
@media (max-width: 640px){
	.flex-certify-page .pi {
    	width: 100%;
	}
	.w3layouts-slider {
		height:380px;
	}
	.w3l-home-banner{
		width:92%;	
		margin-right:4%;
	}
	.w3l-home-banner h2{
		font-size:16px;
		margin-bottom:5px;
	}
	.w3l-home-banner p{
		line-height:22px;
		font-size:12px;
	}
	.w3l-home-banner p span{
		padding:5px;
		font-size:12px;
	}
}
@media (max-width: 600px){
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}
	.w3ls-faq ul li .icons{
		width:4%;
		padding-top:4px;
	}
	.w3ls-faq ul li .icons i{
		font-size:20px;
	}
	.w3ls-faq ul li .content{
		width:95%;
	}
	iframe{
		width:500px;
		height:281px;
	}
	.system-content .system-title i {
		font-size: 24px;
		padding-right:7px;
	}
	.system-content .system-title {
		padding: 7px;
		font-size: 18px;
	}
	.system-video-caption h3{
		font-size: 1.4em;
    	letter-spacing: 4px;
    	line-height: 1.5em;
	}
	.system-video-caption p {
		font-size: 1em;
	}
	.w3layouts-slider {
		height:340px;
	}
	.w3l-home-banner{
		width:96%;	
		margin-right:2%;
	}
	.w3l-home-banner h2{
		font-size:16px;
		margin-bottom:3px;
	}
	.w3l-home-banner p{
		line-height:20px;
		font-size:12px;
	}
	.w3l-home-banner p span{
		padding:5px;
		font-size:12px;
	}
}
@media (max-width: 568px){
	.sb-search-input{
		width:100%;
	}
	.sb-search {
    	right: 0px;
	}
	.w3ls-interior-design-grid-left {
		min-height: 360px;
	}
	.w3l-home-banner{
		width:98%;	
		margin-right:1%;
		padding:0 3px 3px;
	}
	.w3l-home-banner h2{
		font-size:16px;
		margin-bottom:3px;
	}
	.w3l-home-banner p{
		line-height:18px;
		font-size:12px;
	}
	.w3l-home-banner p span{
		padding:3px;
		font-size:12px;
	}
}
@media (max-width: 540px){
	.editpro-left,.editpro-right{
		width:100%;
	}
	.w3ls-faq ul li .icons{
		width:4%;
		padding-top:3px;
	}
	.w3ls-faq ul li .icons i{
		font-size:22px;
	}
	.w3ls-faq ul li .content{
		width:95%;
	}
	iframe{
		width:480px;
		height:270px;
	}
	span.system-video-caption {
		top:2.5em;
		left:2.5em;
		right:2.5em;
		bottom:2.5em;
		padding: 1.5em;
	}
	.system-video-caption h3 {
		font-size: 1.3em;
		letter-spacing: 3px;
		line-height: 1.3em;
	}
	.w3l-home-banner{
		width:98%;	
		margin-right:1%;
		padding:0 3px 3px;
	}
	.w3l-home-banner h2{
		font-size:15px;
		margin-bottom:2px;
	}
	.w3l-home-banner p{
		line-height:17px;
		font-size:12px;
	}
	.w3l-home-banner p span{
		padding:3px;
		font-size:12px;
	}
}
@media (max-width: 480px){
	.w3layouts-slider {
		height:320px;
	}
	.w3l-home-banner{
		display:none;
	}
	.w3ls-interior-design-grid-left {
		min-height: 300px;
	}
	.editpro-right{
		padding: 0 0em 1em 1.5em !important;
	}
	.w3ls-faq ul li .icons{
		width:5%;
	}
	.w3ls-faq ul li .icons i{
		font-size:18px;
	}
	.w3ls-faq ul li .content{
		width:94%;
	}
	iframe{
		width:360px;
		height:202px;
	}
	span.system-video-caption {
		top: 2em;
		left: 2.5em;
		right: 2.5em;
		bottom: 2em;
		padding: 1em;
	}
	.system-video-caption p {
		font-size: .9em;
	}
}
@media (max-width: 414px){
	.w3ls-interior-design-grid-left {
		min-height: 250px;
		padding: 0;
	}
	ul.simplefilter {
		margin-bottom: 1em;
	}
	.filtr-item{
		width:100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
		margin: 0.2em;
	}
	.w3ls-faq ul li .icons{
		width:6%;
		padding-top:5px;
	}
	.w3ls-faq ul li .icons i{
		font-size:18px;
	}
	.w3ls-faq ul li .content{
		width:93%;
	}
	.system-content .system-title i {
		font-size: 18px;
		padding-right:5px;
	}
	.system-content .system-title {
		padding: 5px;
	}
	.w3layouts-slider {
		height:300px;
	}
	.w3l-home-banner{
		margin-right:0%;
		width:100%;	
		padding:0 3px 5px;
	}
	.w3l-home-banner h2{
		font-size:17px;
		margin-bottom:3px;
	}
	.w3l-home-banner p{
		font-size:11px;
		line-height:16px;
	}
}
@media (max-width: 384px){
	.w3ls-interior-design-grid-left {
		min-height: 240px;
	}
	iframe{
		width:320px;
		height:180px;
	}
	.w3layouts-slider {
		height:290px;
	}
	.w3l-home-banner{
		margin-right:0%;
		width:100%;	
		padding:0 3px 5px;
	}
	.w3l-home-banner h2{
		font-size:16px;
		margin-bottom:2px;
	}
	.w3l-home-banner p{
		font-size:11px;
		line-height:15px;
	}
}
@media (max-width: 375px){
	span.system-video-caption {
		top: 1em;
		left: 1.5em;
		right: 1.5em;
		bottom: 1em;
		padding: 0.7em;
	}
	.system-video-caption h3 {
		font-size: 1.1em;
		letter-spacing: 2px;
		line-height: 1.3em;
	}
	.system-video-caption p {
		font-size: .9em;
	}

}
@media (max-width: 325px){
	iframe{
		width:270px;
		height:151px;
	}
	.system-video-caption h3 {
		font-size: 1em;
		line-height: 1.2em;
	}
	.w3layouts-slider {
		height:290px;
	}
	.w3l-home-banner{
		margin-right:0%;
		width:100%;	
		padding:0 3px 5px;
	}
	.w3l-home-banner h2{
		font-size:16px;
		margin-bottom:2px;
	}
	.w3l-home-banner p{
		font-size:11px;
		line-height:14px;
	}
}
@media (max-width: 320px){
	.w3ls-interior-design-grid-left {
		min-height: 210px;
	}
}
/*=======================
		PAGINATION
=========================*/
nav.text-xs-right{
	position: relative;
    margin: 0;
}
p.waitting{
	margin:25px 0 0 15%;
	color: rgba(51, 51, 51, 0.9);
}
/*=======================
hover full set of products
=========================*/
input[class="fullset"]{
	outline: none;
    border: none;
    background: none;
    color: rgba(0,0,0,0.75);
    margin-right: 3px;
}
input[class="fullset"]:hover{
	text-decoration:underline;
	color:#f53753;
}
.full-products{
	padding:0.5em 0 0;
}
.figcaption:hover h3{
	text-decoration:underline;
}
.more-full{
	padding-right:10px;
}
.more-full:hover{
	text-decoration:underline;
}
.more-top{
	color:#FFF;
	padding-left:5px;
	font-size:13px;
}
.more-top:hover{
	color:#CCC;
	text-decoration:underline;
}
.tags{
	padding-top:20px;
}
.tags a{
	font-size: 14px;
    padding: 5px 10px;
    background: rgba(40, 158, 177, 0.9);
    color: #fff;
    border-radius: 3px;
}
.tags a:hover{
	text-decoration:underline;
}
.blink{
	padding-top: 10px;
	font-size:14px;
	font-weight:300;
	border-top: 1px double #353b44;
	float:left;
}
.blink a{
	color:#fff;
}