/* headings */ 
@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';
*{ margin:0; padding:0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#4e4e4d;  outline:none;}
/*h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: none; outline:none;}
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight:500; margin:0; padding:0;}
ul, ol { margin-left: 0; }
html {text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important;}
body {
  /*background:url(../images/body-bg.png) center top  no-repeat #ffffff; */
  color: #5d5d5d;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  width: 100%;
}
html,body{height:100%;}
a,:focus{
	color:#4e4e4d;
	outline:none;
	border:none;
	text-decoration:none;
/*
  -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;*/
}
a:focus{outline:none;}
sup {
    font-size: 70%;
    top: -0.4em;
}
a img{border-style:none; outline:none;}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle; /*
	   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;*/
}
a:hover,a{ text-decoration:none;}
ol, ul,li {
listst-style-type: square;
} 
p{ margin:0;}
b,strong{ font-weight:500;}
label{ font-weight:normal; margin:0;}
h1,.h1 { font-size: 34px;}
h2,.h2 { font-size: 28px;}
h3,.h3 {  font-size: 24px;}
h4,.h4 {  font-size: 20px;}
h5,.h5 {  font-size: 18px;}
h6,.h6 {  font-size: 16px;}
.container{ max-width:1048px; padding:0;}
#wrapper{	 
	overflow:hidden;
	position:relative;
 	width:100%;
}
#header {
  position: relative;
  width: 100%;
  z-index: 1000;
    margin: 0 0 20px;/*0 0 20px*/
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
#header .container{ position:relative;} 
#header:before, #header:after,.head-top:before, .head-top:after{
	overflow:hidden;
	clear:both;
	content:"";
	display:block;
}
.head-top { position: relative; padding:20px 0;} 
.navbar-brand {
  height: auto;
  line-height: 1;
  margin: 27px 0 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.mag-cover{ float:right; display: none;}
.mag-cover li {  float: left;  margin-left: 10px;}
.mag-cover li a {
  display: block;
  position: relative;
}
.mag-cover li a span {
  background: url(../images/icon-a.png) 94% 50% no-repeat rgba(0, 0, 0, 0.5);
  bottom: 0;
  color:#ff1d58;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  left: 0;
  line-height: 24px;
  padding: 0 18px 0 10px;
  position: absolute;
  opacity:0;
  width: 100%;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.mag-cover li a:hover span{ opacity:1;}
.navbar{ min-height:1px; position:relative;}
.search-pane {
  float: left;
  margin: 12px 7px 0 0px;/*12px 7px 0 8px;*/
  width: 172px; /*80px; */
}
.search-pane .form-control {
  /*background-color: #a9a9a9; */
  background-color: white;

  border: medium none;
  border-radius: 2px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align: right;
}
.social-icon {float: left; font-size:16px;}
.social-icon li{ float:left; padding:0 6px;}
.social-icon li a{ display:block; line-height:45px; color:#FFFFFF;}
.navbar-default {
  /*background-color: #000000; */
  background-color: rgb(137,137,137);
  border:none;
  border-bottom:solid 4px #2d2d2d;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.navbar-default .navbar-nav:before,.navbar-default:before{
	background:url(../images/nav-bottom.png) left top no-repeat;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.navbar-default:before{ display:none;}
.navbar-collapse{ padding:0;}
.navbar-nav > li {
  color: #ffffff;
  font-size: 16px; /*18px*/
  margin: 0;
  margin: 0 8px 0 5px; /*padding*/
  letter-spacing: 1px;
  /*position: static; */
}
.navbar-default .navbar-nav > li > a {
	border-radius: 0;
	background:none;
    color: #ffffff;
    display: block;
   line-height:46px;
    padding:  0px;
    text-transform:capitalize;
	 -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
   padding: 0px 3px 0px 3px;
} 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav li a:hover,.navbar-nav .sfHover > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background:white; /*none; */  color: black; /*#00a7d4;  */}
.navbar-default .navbar-nav > .interiors.active > a { color: #666; /*#ef7263; */}
.navbar-default .navbar-nav > .objects.active > a { color: #666; /*#f8c728; */}
.navbar-default .navbar-nav > .process.active > a { color: #666; /*color: #4cb6a7; */}
.navbar-default .navbar-nav > .news.active > a { color: #666; /*#4cb6a7; */}
.navbar-default .navbar-nav > .designwall.active > a ,  .navbar-default .navbar-nav > .future.active > a ,   .navbar-default .navbar-nav > .events.active > a,  .navbar-default .navbar-nav > .comps.active > a , .navbar-default .navbar-nav > .resources.active > a ,  .navbar-default .navbar-nav > .videos.active > a { color: #666; /*black; #6c6b6b;*/ }
.navbar-nav > li:hover > *{ display:block;}
ul.navbar-nav li:hover > a { background: white; color:black; }
.mega-menu {
 display: none; 
  left: 0;
  position: absolute;
  top: 46px;
  box-shadow: 2px 2px 0 #BEBEBE;
  /*width: 100%; */
}

/*added by ardhika to align right sidebar*/
.related_content{
 font-size: 14px;
 height : 80px; 
}

/*below css code added by radhika for each menu item hover*/
.interiors .menu-inner{
/*border-top: 4px solid #ef7263; */
}

.objects .menu-inner{
/*border-top: 4px solid #f8c728; */
}

.process .menu-inner{
border-top: 4px solid #4cb6a7;
}

.resources .menu-inner, .videos .menu-inner, .mezzanine .menu-inner{
	/*border-top: 4px solid #2d2d2d; */
}
/*end*/


.menu-inner {
  background-color: white; /*#2f2f2f; */
  /*border-bottom: 8px solid #020202; */
  /*border-top: 4px solid #05a6d0; */
  color: #ffffff; 
  padding: 14px 15px 0px 35px; /*10px 20px 0;*/ /*22px 20px 0;*/
  position: relative;
}
.menu-inner:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	/*border-top-color: #2d2d2d; */
    border-style: solid;
    border-width: 10px 14px 6px 0;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: 0;
}
.menu-inner:before {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	/*border-bottom-color: #2d2d2d; */
    border-style: solid;    
   border-width: 5px 0 5px 20px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
}
.menu-inner .bnner-btn {  position: relative;  top: -19px;} 
.menu-inner ul{ text-align:left;}
.menu-inner ul li{ margin:0 0 14px; line-height:1.1;}
.menu-inner ul li a,.menu-inner a{ color:#666; /*#FFFFFF;*/ font-size: 16px; border-bottom: 1px dotted #ccc;}
.menu-inner .col-sm-3 { width: 18%;}
.menu-inner .col-sm-9 {width: 82%;}
.menu-inner .col-sm-4{ margin:0 0 20px;}
.menu-inner .col-sm-4 img{ margin:0 0 15px;}
/* slider */
#slider {
  margin: -20px 0 20px;
  overflow: hidden;
  position: relative;
  	color:#FFFFFF;
  width: 100%;
}
.slide-1{
	background:url(../images/slide-bg-1.jpg) center top;
    color: #ffffff;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
}
.slide-1 .col-sm-8 { width: 64%;}
.slide-1 .col-sm-4 { width: 36%;}
#slider h1{ font-size:48px; margin:0 0 15px;}
#slider  h2{ font-size:38px; margin:0 0 24px;}
.slide-1 h3 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 23px;
  max-width: 600px;
}
.buy-now{
	background:url(../images/icon-a4.png) 100% 50% no-repeat;
   color: #ffffff !important;
    display: inline-block;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin: 0 0 22px 90px;
    padding: 0 36px 0 0;
}
.slide-2{
	background:url(../images/slide-bg-2.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:27px 0 30px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#slider .slide-2 h1 {font-weight: 700; text-transform: uppercase; margin:0 0 25px;}
.inn-text {  float: left;  max-width: 60%;}
.inn-text h3{ margin:0 0 20px;}
.inn-text h3:first-child { margin: 0 0 30px;}
#slider .slide-2 h2 {
  color: #fc008a;
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  padding: 14px 0 0 20px;
  text-transform: uppercase;
}
.slide-2 h3.text-center {
  clear: both;
  color: #fc008a;
  margin: 0 auto;
  max-width: 600px;
  text-transform: uppercase;
}
.slide-3{
	background:#fd2860;	
	padding:20px 0 25px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100%;
}
#slider .slide-3 h2 {
  font-size: 34px;
  font-weight: 600;
  margin: 14px 0 0;
}
#slider .owl-nav{ display:none;}
#slider .owl-dots {
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 12px;
}
#slider .owl-dot {
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  opacity: 0.4;
  width: 14px;
}
#slider .owl-dot.active{ opacity:1;}
.post-text {
  overflow: hidden;
  padding: 8px 8px 8px 10px;
  position: relative;
  width: 100%;
}

/* main */
#main {
  margin: 0 0 80px;
  position: relative;
  width: 100%;
}
#main:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.top-main{ position:relative;}
.row-pane{ margin:0 -10px;}
.leftpane {
  float: left;
  padding: 0 10px;
  width: 748px;
}
.top-main .leftpane img {height: 90px;}
.rightpane {
  float: left;
  padding: 0 10px;
  width: 320px;
}
.subscribe-box {
  background: rgb(167,167,167); /*#000000; */
    border-bottom: 7px solid #2d2d2d;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
}
.subscribe-box:before{
	background:url(../images/subscribe-bot.png) left top no-repeat #2d2d2d;
    bottom: -7px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.subscribe-box:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.subscribe-inner{
	max-width:285px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.subscribe-box h4 {color: black ; /*#00a7d4;*/  margin: 0 0 8px;}
.mail-input {
  background-color: #ffffff;
  border: medium none;
  border-radius: 7px;
  float: left;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  width: 200px; /*177px; */
  margin-left: 26px;
  text-align: center;
}
.join-btn {
  background-color: #ef7263; /*#ff1d58; */
  border: medium none;
  border-radius: 7px;
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  width: 30px; /*191px; */
  margin: 0 5px; /*0 45px;*/
} 

#tick_mark1{
 cursor: pointer;
}

.subscribe-ipad .subscribe-inner{ float:left; width:292px;}
.subscribe-right { overflow: hidden;  padding: 0 0 0 33px;}
.add-box{ text-align:center; margin:0 0 20px;}
.post-box {
  background-color: #ffffff;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.post-above-ad{
  margin: 0 0 27px;
}
.post-img{ margin:0 0 5px;}
.post-img img{ width:100%;}
.post-img .owl-nav{ display:none;}
.post-img  .owl-dots {
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 12px;
}
.post-img .owl-dot {
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  opacity: 0.4;
  width: 14px;
}
.post-img .owl-dot.active{ opacity:1;}
.post-text {
  overflow: hidden;
  padding: 8px 8px 8px 10px;
  position: relative;
  width: 100%;
}
.post-text h3,.post-text h6{ color:#050505; line-height:1.1; margin:-2px 0 2px;}
.post-text h3 a,.post-text h6 a{color:#050505;}
.post-text p {  margin: 0 0 6px;  max-height: 43px;  overflow: hidden;}
.post-meta{ position:relative; font-size:12px; width: 100%;}
.post-meta:after {
  clear: both;
  content: "";
  display: block;
}
.post-meta:before {
  background-color: #00a7d4;
  clear: both;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
}
.post-meta > *{ position:relative; background:#FFFFFF; min-height:9px;}
.post-meta .pull-left:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-top-color:#FFFFFF;
    border-style: solid;
    border-width: 17px 14px 6px 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
}
.post-meta .pull-left { color:#2f2f2f;}
.post-meta .pull-left a{ color:#00a7d4;  margin-right: 2px;}
.post-meta .pull-right:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-bottom-color:#FFFFFF;
    border-style: solid;
    border-width: 0 0 11px 12px;
    content: " ";
    height: 0;
    left: -12px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}
.post-text h6{ min-height:40px; margin:0 0 4px;}
.yellow .post-meta:before{ background-color:#fac800;}
.yellow .post-meta .pull-left a{ color:#fac800;}
.green .post-meta:before{ background-color:#46b6a7;}
.green .post-meta .pull-left a{ color:#46b6a7;}
.maroon .post-meta .pull-left a{ color:#f47061;}
.maroon .post-meta:before{ background-color:#f47061;}
.pink .post-meta .pull-left a{ color:#ff1d58;}
.pink .post-meta:before{ background-color:#ff1d58;}
.balck .post-meta .pull-left a{ color:#bababa;}
.balck .post-meta:before{ background-color:#2d2d2d;}
.row-pane [class*="col"]{ padding:0 10px;}
.img-post{
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:180px;
	width:100%;
}
.owl-carousel .img-post,.big-img{ height:315px;}
.video-pane{
    /* background:url(../images/vide-bg.jpg) center top no-repeat #2facf5; */
    background-color:#5e5e5e;
    color: #ffffff;
    margin: 40px auto 10px auto; /*by radhika margin: 40px 0 60px; */
    overflow: hidden;
    position: relative;
    width:90%; /*100%;*/
}
.video-pane .container{ padding-top:13px; padding-bottom:23px; position:relative;}
.video-pane .container:after {
  /* background-color: #289ce9;*/
  background-color:#5e5e5e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
}
.video-pane h1 a {color:#ffffff;}
.video-pane h1 { margin: 0 0 26px;}
.horizontal-video ul{ overflow:hidden;}
.horizontal-video ul li{ float:left; margin-right:20px;}
.horizontal-video ul li iframe { margin-bottom: -7px;}
.titles {
  color: #ffffff;
  line-height: 50px;
  position: relative;
  margin:0 0 22px;
}
.titles:after {
/*  background-color: rgb(137,137,137); */ /*#080705; */
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
}
.titles span{ background: rgb(137,137,137); /*#080705;*/ position:relative;  display: inline-block;  padding: 0 8px 0 0;}
.titles.green span{ color: black; /*#46b5ac; */}
.titles.pink span{ color: black; /*#ff1d58; */}
.titles.yellow span{ color:#ff1d58;}
.titles span:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-top-color: rgb(137,137,137); /*#000000; */
    border-image: none;
    border-style: solid;
    border-width: 50px 12px 0 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}
.titles em {
  color: #080705;
  display: inline-block;
  font-style: normal;
  padding: 0 0 0 16px;
}
.ps2 .img-post{ height:196px;}
.ps2 h4{ font-size:18px; color:#050505; margin:0 0 2px;}
.ps2 h4 a{color:#050505;}
.ps2 p{ height:auto; margin:0 0 18px; max-height:inherit; font-size:14px; line-height:1.3;}
.label-post {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  position: absolute;
}
.label-post:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-top-color:#ffffff;
    border-image: none;
    border-style: solid;
    border-width:30px 12px 0 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}
.s-big .img-post{ height:250px;}
.s-big .post-img{margin:0 0 17px;}
.s-big h3{ min-height:34px;}


.takeover-pane{
//      background:url(../images/ider-bg.jpg) 50% 50% no-repeat #050505;
 //       background:url(https://dbd9tuf69my4k.cloudfront.net/wp-content/uploads/2017/03/06145512/takeover_1330x550.png) 50% 50% no-repeat #fff;
        position:relative;
        padding:85px 0;
        color:#FFFFFF;
        width:100%;
        margin:-20px 0 20px 3px;/*-20px 0 20px 3px*/
        height :400px;
}

.banner-container{
 /*   max-width: 1192px;
   */ margin: 0 auto;
/*-webkit-margin: 0 auto auto 18%;
-webkit-margin-start: 200px;
*/
}

.idea-pane{
//	background:url(../images/ider-bg.jpg) 50% 50% no-repeat #050505;
        background:url(https://dbd9tuf69my4k.cloudfront.net/wp-content/uploads/2017/02/17091907/IDEA_Banner_2017.jpg) 50% 50% no-repeat #fff;
	position:relative;
	padding:85px 0;
	color:#FFFFFF;
	width:100%;
	margin:0 0 20px;
}
.idea-pane h2 {  font-weight: 600;   line-height: 1.1;}
.idea-pane h2 span {
  display: block;
  font-family: arial;
  font-size: 37px;
  font-weight: 100;
  margin: 1px 0 0;
}
.idea-pane h1 {  font-weight: 600;   line-height: 1.1;}
.idea-pane h1 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  padding: 10px 15px;
}
.events-box{
	overflow:hidden;
	position:relative;
	width:100%;
	margin:0 0 20px;
}
.events-box h5{
	background:#fe1d57;
	text-align:center;
	color:#FFFFFF;
	line-height:35px;
	margin:0 0 5px;
}
.event_page_link{color:white !important;}
.event_page_link:hover{color:rgb(167,167,167) !important;}
.events-box ul li {  margin: 0 0 4px;}
.events-box ul li:last-child { margin: 0;}
.Events{background:#FFFFFF;	overflow:hidden;}
.event-date {
  background-color: #5e5e5e;
  color: #ffffff;
  float: left;
  font-size: 18px;
  padding: 0 0 4px;
  text-align: center;
  width: 50px;
}
.event-date span {
  background-color: #2f2f2f;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.event-date strong {
  background-color: #ffffff;
  color: #fe1d57;
  display: block;
  font-weight: 700;
  line-height: 26px;
  margin: 0 4px;
}
.event-text {
  color: #080705;
  font-size: 14px;
  overflow: hidden;
  padding: 0 0 0 8px;
}
.event-text p {
  height: 32px;
  line-height: 26px;
  overflow: hidden;
  padding: 2px 4px 0 0;
  text-transform: uppercase;
}
.event-text h6{ font-size:14px; color:#5e5e5e; position:relative;}
.event-text h6:after {
  background-color: #fe1d57;
  bottom: 2px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}
.event-text span {
  background-color: #ffffff;
  display: inline-block;
  min-height: 6px;
  padding: 0 4px 3px 0;
  position: relative;
  z-index: 1;
}
.event-text span:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-top-color:#ffffff;
    border-image: none;
    border-style: solid;
    border-width: 16px 12px 0 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}
.add-box.text-right { /*background-color: #009eff;*/ text-align:right;}
/* footer */
#footer {
  background-color: #2f2f2f;
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  padding: 17px 0 0;
  width: 100%;
}
#footer h5{ margin:0 0 20px;}
#footer h6{ margin:0 0 3px;}
#footer p{ margin:0 0 7px;}
.inst-like{ overflow:hidden;}
.inst-like li{ float:left;  margin:0 24px 0 0;}
.inst-like li img{ margin:0 0 5px;}
.inst-like li:last-child { margin: 0; display:none;}
.inst-like p {
  display: table;
  line-height: 18px;
  margin: 0 auto !important;
}
.foot-logo{ display:inline-block; margin:0 0 20px;}
#footer a{ color:#FFFFFF;}
#footer .rightpane{ font-size:14px;}
#footer .rightpane h3 { margin: 23px 0;}
#footer .rightpane h3 img{ margin-right:16px;}
.shwo-ipp{ display:none;}
.copy-pane {
  background: #080705;
  overflow: hidden;
  padding: 28px 0 13px;
  position: relative;
  width: 100%;
}
.copy-pane:after {
  background:url(../images/foot-bot.png) center top no-repeat;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}
.niche-text {
  left: 50%;
  margin-left: -56px;
  position: absolute;
  top: 28px;
}
.copy-pane p {
  clear: both;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
}
.copy-pane ul { float: left;  width: 50%; margin:0 0 10px;}
.copy-pane ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}
.copy-pane ul li a { color: #ffffff;  display: block;  line-height: 40px;}
.copy-pane .pull-left{ text-align:right; padding-right:100px;}
.copy-pane .pull-right{ text-align:left; padding-left:100px;}
/* modal-dialog */
.modal-backdrop{ background-color: #ff1d58;}
.modal-backdrop.in { opacity: 0.9;}
.modal-dialog{ width:100%; max-width:800px; padding:100px 0 0;}
.modal-content{
	 background:url(../images/pop-bot.jpg) left bottom no-repeat #000000; 
    border:none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    padding: 0 0 50px;
}
.modal-content:after{
	background:url(../images/pop-bot-text.png) center top no-repeat;
    bottom: 4px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: 47px;
    width: 61px;
}
.modal-body{ position:relative; overflow: hidden; padding:0;}
.close-pop {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.mag-cover-full {
  font-size: 20px;
  margin: 20px 38px 20px 35px;
  position: relative;
}
.mag-cover-full .col-sm-4{ width:40%; margin:0 0 20px;}
.mag-cover-full .col-sm-8{ width:60%; margin:0 0 20px;}
.mag-cover-full h1{ margin:0 0 23px;}
.mag-cover-full p{ margin:0 0 10px;}
.buy-btn{
	background:url(../images/icon-a2.png) right center no-repeat;
    color: #ff1d58 !important;
    display: block;
    float: right;
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin: 56px 0 0;
    padding-right: 44px;
}
.mylog {
    font-size: 20px;
    margin:40px 60px 20px 50px;
    position: relative;
}
.log{
	text-align:center;
	padding:40px 0 0;
	max-width:300px;
	margin:0 auto;
}
.log .form-control,.mysign .form-control {
  background-color: #bcbcbc;
  border: medium none;
  box-shadow: none;
  color: #2f2f2f;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin: 0 0 20px;
  padding: 0 20px;
}
.log-btn {
  background: none;
  border: 4px solid #ffffff;
  display: inline-block;
  font-size: 34px;
  height: 63px;
  line-height: 55px;
  margin: 24px 0 30px;
  text-align: center;
  width: 210px;
}
.log p{color:#bcbcbc; margin:0 0 20px;}
.log a{ color:#bcbcbc;}
.log .sig-btn{ color:#FFFFFF;}
.mysign {
  font-size: 24px;
  margin: 20px 60px;
  position: relative;
}
.mysign .row{ padding-top:40px;}
.mysign h1{ color:#01a8d4; margin:0 0 10px;}
.mysign p{ margin:0 0 20px;}
.mysign .selectBox {
  border-radius: 4px;
  color: #2f2f2f;
  height: 48px;
  margin: 0 0 20px;
}
.mysign .selectBox-dropdown .selectBox-label {
  color: #2f2f2f;
  font-size: 24px;
  text-transform:capitalize;
  line-height: 48px;
}
.mysign .selectBox-dropdown .selectBox-arrow{ width:36px;}
.mysign  .log-btn {  margin: 40px 0 20px;  width: 260px;}
/* inner pages */
.titles-page{
	position:relative;
	padding:10px 0 0;
	margin:0 0 20px;
}
.titles-page:after {
  clear: both;
  content: "";
  display: block;
}
.places-list.breadcrumbs {
  line-height: 1.2;
  margin: -13px 0 7px;
  overflow: hidden;
  position: static;
  width: 100%;
}
.places-list {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
}
.places-list li{ float:left; margin:0 5px 0 0;}
.places-list li span,.places-list li a{ color:#8d8d8d;}
.titles-page h2 {
  color: #2c2c2c;
  float: left;
  font-weight: 600;
  line-height: 40px; 
}
h2.blue{ color:#00a7d4;} 
.titles-page h2 span {
	background:url(../images/sep-bg.png) left top no-repeat;
    color: #080a09;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
	margin:0 0 0 1px;
    padding: 0 20px;
}
.add-banner {
  background-color: #080a09;
  color: #ffffff;
  float: right;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  width: 684px;
}
.add-banner a{color:#FFFFFF;}
.add-banner > *{ display:inline-block; margin-right:17px; }
.add-banner:before { 
    border-color: rgba(45, 45, 45, 0) #080a09 rgba(45, 45, 45, 0) rgba(45, 45, 45, 0);
    border-image: none;
    border-style: solid;
    border-width: 42px 14px 0 0;
    content: " ";
    height: 0;
    left: -14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}
.add-banner:after {
  background-color: #080a09;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 1000%;
}
.add-banner p img{ margin-right:5px;}
.inner-post {
  background: #ffffff;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.inner-post [class*="col"]{ padding:0;}
.inner-post .img-post{ height:115px;}
.inner-post .post-text{ padding-top:9px; padding-bottom: 4px;}
.inner-post .post-text p { font-size: 14px; overflow:hidden;  max-height: 33px; margin:0 0 7px;}
.inner-post .col-sm-3 { width: 30%;}
.inner-post .col-sm-9 { width: 70%;}
.like-be {
  background-color: white ;/*#ffffffff;*/
  color: #050505;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 10px 8px 5px 10px; /* by radhika 10px 8px 8px 10px*/
}
.like-be h3{ margin:0 0 3px;}
.rightpane .ps2 p{ font-size:12px; margin:0;}
#main > .container { position: relative;}
.pagination-post {
  bottom: 54px;
  color: #8d8d8d;
  font-size: 24px;
  font-style: italic;
  position: absolute;
  right: 0;
}
.pagination-post a{color: #8d8d8d;}
.pagination-post li{ float:left;}
.pagination-post li:after { content: "|";  padding: 0 8px;}
.pagination-post li:last-child:after { display: none;}
.next-page{
	background:url(../images/icon-a3.png) center right no-repeat;
    display: block;
    line-height: 29px;
    padding: 0 34px 0 0;
}
.artial-top{
	position:relative;
	width:100%;
	margin:0 0 15px;
}
.artial-t-text{
	background:#FFFFFF;
	color:#050505;
	overflow:hidden;
}
.artial-t-text h1 { margin: 0 0 15px;  overflow: hidden;  padding: 20px 0 0;}
.meta-artial {
  color: #5e5e5e;
  font-size: 18px;
  overflow: hidden;
  padding: 12px 13px 0 0;
  position: relative;
}
.meta-artial .pull-right{ font-size:20px; color:#5e5e5e;}
.artial-bot {
  background-color: #ffffff;
  margin: 0 0 30px;
  padding: 0 10px 30px;
  position: relative;
}
.artial-bot:after,.artial-b-text:after { clear: both;  content: "";  display: block;}
.artial-b-text { color: #2f2f2f;  padding: 0 10px;}
.bigtext{  font-size: 18px;}
.artial-info {
  border-bottom:2px solid #ececec;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 35px;
  margin: 0 -10px 14px;
  overflow: hidden;
}
.artial-info li{ float:left; margin-right:14px;}
.artial-info li a{ color: #8d8d8d;}
.artial-b-text p{ margin:0 0 20px;}
.artial-b-text img { display: block;  margin: 0 auto 14px;}
.artial-bot h2{ color:#050505; margin:0 0 10px;}
.artial-bot h4{ margin:0 0 20px;} 
.artial-bot h4 a{ color:#055693;}
.list-share{ float:right; margin:0 10px 0 0;}
.list-share li{ float:left; margin:0 1px;}
.conver-box{
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0 0 35px;
	padding:20px;
}
.conver-box{
	position:relative;
	font-size:18px;
}
.conver-top{ position:relative;}
.conver-top h2 {
  border-bottom: 1px solid #bababa;
  font-size: 30px;
  margin: 0 0 10px;
  max-width: 313px;
  padding: 0 0 1px;
}
.conver-top h2 span{ font-size:16px; margin-left:10px;}
.hide-show{
	background:url(../images/hide-show-icon.png) left top no-repeat;
    display: block;
    height: 17px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 16px;
    width: 34px;
}
.hide-show.active{ background-position:left bottom;}
.conver-form{
	position:relative;
	padding:30px 0 0;
	display:none;
	width:100%;
}
.comm-list{ margin:0 0 20px;}
.comm-list li{ margin:0 0 7px;}
.comm-list li div, .comment .media-heading{ font-size:12px;color:#5d5d5d;}
.comm-list li div a, .comment .media-heading cite{ font-size:14px; color:#5d5d5d;}
.conver-form .form-control, 
.con-form  .form-control, 
.forms-style .form-control{ 
  border: 2px solid #8d8d8d;
  box-shadow: none;
  color:#8d8d8d;
  font-size:18px;
  height: 50px;
  margin: 0 0 18px;
  padding: 10px 20px;
}
.conver-form textarea.form-control,
.con-form textarea.form-control, 
.forms-style textarea{ height:150px; min-height: 150px;}
.btn-sub {
  background-color: #5e5e5e;
  border: medium none;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.comm-inputs{ max-width:570px; margin:0 auto;}
.same-width{ min-width:170px;}
.abot-pane{
	background-color:#FFFFFF;
	margin:0 0 20px;
	position:relative;
}
.abot-pane:after {
  clear: both;
  content: "";
    overflow: hidden;
  display: block;
}
.abot-top { margin: 0 0 40px; font-size:18px;  padding: 0 10px;}
.abot-pane .add-box { margin:0 0 40px;}
.abot-pane h3{ margin:0 0 10px; padding:0 5px 0 0;} 
.abot-top p{ margin:0 0 40px;}
.adv-btn {
  background-color: #fc1e57;
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 60px;
  margin: 0 auto;
  max-width: 190px;
  padding: 0 10px;
  text-align: center;
}
.abot-bot {  margin: 0 0 40px;   padding: 0 10px;}
.con-form {
  margin: 0 0 37px;
  max-width: 410px;
  padding: 8px 0 0;
}
.con-form .btn-sub{ margin-top:20px;}
.abot-bot address {
  color: #2d2d2d;
  font-size: 18px;
  overflow: hidden;
  padding:20px 0 0;
}
.abot-bot address h3{ float:left; margin-right:60px;}
.abot-bot address p { clear: both;  margin-top: -53px;}
.resources-pane {
  background-color: #ffffff;
  margin: 0 0 20px;
  padding: 20px;
}
.resources-pane:after {
  clear: both;
  content: "";
    overflow: hidden;
  display: block;
}
.resources-pane > p { font-size: 18px;  margin: 0 0 36px;}
.bye-mag{
	background-color:#ebebeb;
	overflow:hidden;
	position:relative;
	margin:0 0 20px;
}
.bye-mag img {  float: left;}
.bye-mag > div {
  color: #2f2f2f;
  min-height: 250px;
  overflow: hidden;
  padding: 20px 20px 50px;
  position: relative;
}
.bye-mag h2 { margin: 0 0 12px;}
.btn-buy {
  background-color: #2f2f2f;
  bottom: 0;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 34px;
  padding: 0 15px 0 28px;
  position: absolute;
  right: 0;
}
.btn-buy:after {	 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(45, 45, 45, 0);
	border-bottom-color:#2f2f2f;
    border-style: solid;
    border-width: 0 0 34px 8px;
    content: " ";
    height: 0;
    left: -8px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}
.trends-list{ margin:0 -9px; overflow:hidden;}
.trends-list li {
  float: left;
  margin: 0 0 15px;
  padding: 0 9px;
  width: 25%;
}
.trends-list li div {
  background-color: #838486;
  color: #ffffff;
  margin: 0 0 12px;
  padding: 22px 0 0;
  text-align: right;
}
.trends-list li h4 {
  margin: 0 0 20px;
  max-width: 186px;
  padding: 0 16px;
  text-align: left;
}
.trends-list li p{  max-width: 148px;  color:#000000;}
.videos-box {
  margin: 0 0 34px;
  overflow: hidden;
  width: 100%;
}
.videos-pane .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:rgba(10,10,10,0.56);}
.videos-pane .mCustomScrollbar{ margin-bottom:40px;}
.ideas-box{ margin:0 0 36px;}
.videos-pane .titles em { color: #626262;}
.results-title {
  background: #ffffff;
  color: #2d2d2d;
  font-size: 34px;
  margin:0 0 20px;
  line-height: 50px;
}
.results-title .titles{float: left;  margin:0 21px 0 0;}
.pagin-year{
	background:#ff1c57;
    color: #ffffff;
    padding: 14px 20px;
	margin:0 0 20px;
    width: 100%;
}
.pagin-year a{ color: #ffffff;}
.perw-y{
	background:url(../images/prev-icon.png) left center no-repeat;
    font-size: 16px;
    font-weight: 700;
	float:left;
    line-height: 22px;
    padding: 0 0 0 23px;
}
.next-y{
	background:url(../images/next-icon.png) right center no-repeat;
    font-size: 16px;
    font-weight: 700;
	float:right;
    line-height: 22px;
    padding: 0 23px 0 0;
}
.pagin-year ul {
  float: left;
  overflow: hidden;
  padding: 0 20px;
}
.pagin-year ul li{ float:left;}
.pagin-year ul li:after { content: "|";  padding: 0 7px;}
.pagin-year ul li:last-child:after { display: none;}
.pagin-inner { width: 686px;}
.pagin-year .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.pagin-year .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 8px;}
.envnt-post .post-meta:before{ background-color:#ff1a57;}
.envnt-post .img-post{ height:220px;}
.envnt-post .event-date {
  left: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.envnt-post .event-date span{ font-size:22px; line-height:30px;}
.envnt-post .event-date strong { font-size: 28px;  line-height: 44px;}
.envnt-bot{  padding: 40px 10px 50px;}
.like-list {
  left: -50px;
  margin-top: -180px;
  display:none;
  position: absolute;
  top: 50%;
}
.book-btn{
	background:url(../images/icon-a4.png) 95% 50% no-repeat #ff1c57;
    color: #ffffff !important;
    display: inline-block;
    float: right;
    font-size: 34px;
    font-style: italic;
    font-weight: 800;
    line-height: 56px;
    padding: 0 56px 0 20px;
}
.gnwall-box{
	background:url(../images/wall-mid-bg.png) right center no-repeat #2d2d2d;
    color: #ffffff;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.sign-t-box {
  float: right;
  margin-top: -51px;
  position: relative;
  width: 278px;
}
.sign-t-box > a {
  background-color: #fe1d57;
  color: #ffffff;
  float: right;
  font-size: 20px;
  line-height: 35px;
  margin: -11px 0 0;
  padding: 0 15px;
}
.tab-box {  float: left;  width: 700px;}
.tabs-nav {  overflow: hidden; max-width:728px; position: relative;}
.tabs-nav li{ float:left; position:relative;}
.tabs-nav li:last-child { float: right; }
.tabs-nav li:last-child:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
  height:35px;
  position: absolute;
  right: 4%;
  top: 0;
 -ms-transform: skew(-12deg, 0deg); /* IE 9 */
 -webkit-transform:skew(-12deg, 0deg); /* Chrome, Safari, Opera */
  transform: skew(-12deg, 0deg);
  width: 10000px;
}
.tabs-nav li a {
  color: #ffffff;
  display: block;
  font-size: 22px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.tabs-nav .active a{ /*background-color: #2d2d2d;*/}
.tabs-nav .active a:before {
  background: #2d2d2d;
  content: " ";
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  -ms-transform: skew(-12deg, 0deg); /* IE 9 */
 -webkit-transform:skew(-12deg, 0deg); /* Chrome, Safari, Opera */
  transform: skew(-12deg, 0deg);
  width: 104%;
  z-index:-1;
}
 .tabs-nav .active:last-child a:before{ background:none;}
 .tabs-nav li.active:last-child:before{ right:100%;}
.gnwall-box .tab-content {  padding: 18px 20px 9px;}
.gnwall-box .tab-content:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.gnwall-box .search-pane{  width: 320px; margin:0; padding:0;}
.gnwall-box .search-pane .form-control {
  color: #2d2d2d;
  font-size: 19px;
  height: 36px;
  text-align: left;
}
.search-w {
  float: left;
  font-size: 22px;
  line-height: 35px;
  padding: 0 0 0 11px;
}
.log-box {
  margin: 0 auto;
  max-width: 480px;
  overflow: hidden;
}
.log-box .form-control {
  background-color: #a9a9a9;
  border: medium none;
  border-radius: 2px;
  box-shadow: none;
  color: #2d2d2d;
  float: left;
  font-size: 19px;
  height: 36px;
  line-height: 24px;
  margin: 0 16px 0 0;
  padding: 0 10px;
  text-align: left;
  width: 190px;
}
.btn-login {
  background-color: rgb(137,137,137); /*#000000; */
  border: 0 none;
  color: #ffffff;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
}
.login-text {
  float: right;
  margin-top: -54px;
  padding: 0 0 22px;
}
.login-text  ul { overflow: hidden;}
.login-text  ul li{ float:left; padding:0 16px;}
.login-text  ul li a {
  color: #ffffff;
  font-size: 22px;
  line-height: 35px;
}
.loging .tabs-nav { max-width: 628px;}
.loging .tabs-nav li:last-child:before{ right:20px;}
.new-p-link {
  background-color: #fe1d57;
  color: #ffffff !important;
  float: right;
  font-size: 20px;
  line-height: 35px;
  margin: 14px 0 0;
  padding: 0 15px;
}
.new-pro{
	background:#FFFFFF;
	padding:20px 10px 100px;
	overflow:hidden;
}
.new-pro h1{ color:#ff1d58; margin:0 0 24px;}
.new-pro ul { max-width: 745px;}
.new-pro ul li{ overflow:hidden;   }
.new-pro ul li label,
.tdomf_form label {
  color: #000000;
  float: left;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 50px;
  text-align: right;
  width: 153px;
}
.input-pane  {
  float: left; 
  overflow: hidden;
  padding: 0 0 0 24px;
  width: 590px;
}
.input-pane .form-control, 
.tdomf_form input[type="text"], 
.tdomf_form textarea, 
.gform_body .ginput_container input[type="text"], 
.gform_body .ginput_container textarea {
  /*border: 2px solid #8c8c8c;
  border-radius: 4px;
  box-shadow: none;
  height: 52px;
  line-height: 48px;
  margin: 0 0 16px;
  padding: 0 10px !important; */
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    box-shadow: none;
    height: 30px;
    line-height: 48px;
    margin: 0 0;
    padding: 0 0px !important;
}
.input-pane.haff { width: 299px;}
.left-input {
  float: left;
  padding: 4px 0 0;
  width: 470px;
}
.left-input .form-control{ margin:0 0 35px;}
div.fancy-file {
  cursor: pointer;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
div.fancy-file-name {
  background-color: #5e5e5e;
  color: #ffffff;
  font-size: 21px;
  height: 177px;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

button.fancy-file-button {
    float: left;
    border-radius: 3px;
    border: 1px solid red;
    background-color: #F5BD07;
    font-weight: bold;
    vertical-align: top;
    margin: 0 0 0 3px;
}
div.input-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.input-container input {
  height: 100%;
  opacity: 0;
  width: 100%;
}
.img-add { float: left;  width: 274px;}
.input-pane textarea.form-control {  height: 200px;  line-height: 1.2;  padding: 10px;}
.submit-btn{
    background-color: #ff1c57;
    border: medium none;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
	width:215px;
	float:right;
	text-align:right;
}
.subscribe-box.subsc-2 { height: 50px;  padding: 6px 6px 0;}
.show-mobile{ display:none;}
.post-box .col-xs-5 { width: 45%; padding:0;}
.post-box .col-xs-7 { width: 55%; padding:0;}
.post-box .col-xs-7 .post-text { padding: 10px 6px;}
.post-box .col-xs-12{ padding:0 8px 5px;}
.post-box .col-xs-5 .img-post{ height:100px;}
.hide-ipad-pc{ display:none;}
/* responsive css */  
@media (min-width:1048px){
  .navbar-brand{ margin-left:25px;}
  .navbar-default .navbar-nav{ /*margin-left:15px; */}
  .post-text p{ overflow:visible;}
  .video-pane h1{ margin-left:45px;}
  .list2 .col-sm-4 { width: 30%;}
  .list2 .col-sm-8 { width:70%;}
  .titles span{ padding-left:23px;}
  .idea-pane{margin:0 0 60px;}
  #instafeed .col-sm-4:last-child, .inst-like li:last-child { display:block;}
  .titles-page { margin-left: 20px;}
  .inner-post .col-sm-3 { width: 29%; /*16%*/ }
  .inner-post .col-sm-9 { width: 71%;}
  .artial-t-text img{ float:left;}
  .artial-t-text h1{padding:48px 10px 0 0;}
  .meta-artial{ padding-left:90px;}
  .artial-b-text{/*padding:0 70px by radhika*/}
 .artial-info { margin: 0 0 14px;}
 .abot-top,.abot-bot{ padding: 0 15px 0 34px;}
 .resources-pane .titles span,.resources-pane > p { padding-left: 14px;}
 .resources-pane > p { margin-right: -5px;}
 #slider .owl-dots { left: 50%;  margin-left: -516px;  max-width: 1048px;  right: auto;  text-align: right;  width: 100%;}
 .slide-3, .slide-2, .slide-1 { min-height: 513px;}
 .places-list.breadcrumbs{ padding-left:22px;}

 /* added by radhika*/
#title_id{
 padding: 0px 10px 0 0 !important;
}
}
@media (min-width:1100px){
  .container{ padding-left:0; padding-right:0;}
   .like-list{ display:block;}
} 
 
 
@media (min-width:990px) and (max-width:1200px) { 
   .navbar-brand { max-width: 558px;}
   .navbar-nav > li{ font-size: 16px; padding: 0 6px 0 4px;}
   .leftpane {  width: 664px;}
   #footer .leftpane .col-sm-5{ width:45%;}
   #footer .leftpane .col-sm-7{ width:55%;  padding: 0 38px;}
   .add-banner{ width:630px;}
   .inner-post .post-text h6 { margin: 0 0 6px;  max-height: 38px;  min-height: 39px;  overflow: hidden;}
   .bye-mag > div { padding: 12px 12px 50px;}
   .trends-list li h4{ padding: 0 7px;}
   .pagin-inner { width: 100%;}  
   .pagin-year ul li:after{ padding:0 2px;} 
   .tab-box{ width: 645px;}
    .search-w{ font-size:17px;}
	.tabs-nav { max-width: 643px;}
	.loging .tabs-nav {  max-width: 530px;}
}

@media (min-width: 768px) and (max-width: 990px) {
	 .navbar-brand { max-width:400px;}
	 .navbar-default .navbar-toggle{ margin:2px 15px !important;}
	.navbar-nav > li{ padding:0 10px 20px;}
  .navbar-default:before{ display:block; left:10px;}
  .leftpane { width: 430px;}
  .top-main	.leftpane{ width:100%;}
  .top-main .leftpane img{ width:100%; margin:0 0 20px;}
  .list2 .col-sm-4 { width: 44%;}
  .list2 .col-sm-8 { width:56%;}
  .hide-ipad-p{ display:none;}
  .shwo-ipp{ display:block;}
  #footer .rightpane {   margin: 40px 0 20px;}
  #footer .container {  padding-left: 88px;}
  #footer .rightpane{ margin:40px 0;}
   #footer .col-sm-5 { width: 48%;}
  #footer .col-sm-7 { width: 52%;}
  #footer .rightpane .col-sm-5 {  width: 45%;}
  #footer .copy-pane .container{ padding-left:10px;}
  .add-banner{ width:390px;}
  .inner-post .post-text h6 { margin: 0 0 6px;  max-height: 38px;  min-height: 39px;  overflow: hidden;}
 .abot-bot address h3{ float:none; margin:0 0 1px;}
 .bye-mag img { max-width: 150px;}
 .bye-mag > div { padding: 12px 12px 50px;}
 .trends-list li{ width:33.3%;    padding: 0 7px;}
 .trends-list li h4 { font-size: 16px;  padding: 0 6px;}
  .search-w{ font-size:17px;}
  .sign-t-box { padding: 10px 18px 28px;}
  .sign-t-box > p { float: left;  max-width: 467px;}
  .sign-t-box > a{ margin:0;}
  .new-pro ul{ max-width:684px;}
  .input-pane{ width:530px;}
  .left-input{  width: 455px;}
  .img-add {  width: 225px;}
  .input-pane.haff { width: 280px;}
  #slider h2 {font-size: 29px;  margin: 0 0 10px;}
  #slider h1 { font-size: 40px;  margin: 0 0 10px;}
  #slider .slide-2 h1{ font-size:38px;}
  #slider .slide-2 h2{ font-size:38px;}
  .video-pane{ margin-top:0;}
  .hide-ipad-pc{ display:block;}
   .hide-ipp{ display:none;}
}

@media (max-width: 990px) {	
.navbar-default:before{ display:block; bottom:auto;   z-index: 1;  top: 44px;}
.container{ padding:0 10px;}
.navbar-toggle .icon-bar { background-color: #000000;}
	.navbar-collapse {clear: both;}
	.navbar-nav { margin: 0;}
 	.navbar-default .navbar-toggle { background-color: transparent !important;  border: none;  margin: 2px 10px;  padding: 9px 1px;}
   .navbar-nav > li { position:relative; display: block; padding:0 10px;  text-align: left;}
    .navbar-default .navbar-toggle .icon-bar { background-color: #fefefe;  border-radius: 0;  height: 4px;  width: 30px;}
	.navbar-toggle .icon-bar + .icon-bar {  margin-top: 5px;}
	.navbar-default .navbar-collapse{ border:none; box-shadow:none;}
	.navbar-default .navbar-nav > li > a { background-color: #212121 !important;  line-height: 40px;  padding: 0 20px;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav li a:hover,.navbar-nav .sfHover > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background:#212121;   color: #00aad4; } 
	.navbar-nav > li {  float: left; margin: 0 0 1px;  padding: 0;  width: 100%;}
	.navbar-default .navbar-nav:before{ display:none;}
	.navbar-default .container { padding: 0; width:100%;}
	 .container > .navbar-collapse{ margin:0;}
	.search-pane { margin: 0;  padding: 27px 35px 13px;  width: 100%;}
	.search-pane .form-control { font-size: 17px;  height: 40px;  line-height: 40px;  padding: 0 15px;  text-align: left;}
	.social-icon {  /*font-size: 26px;*/  padding: 0 35px; float:none; text-align:center; overflow:hidden;}
	.social-icon li {  display: inline-block;  float: none;  padding: 0 10px;  text-align: center;}
	.mega-menu { position: static;}
	.menu-inner {background-color: #000000;}
	.menu-inner:after,.menu-inner:before{ display:none;}
	.menu-inner {  background-color: #000000;  border:none;  padding: 12px 0 0;}
	.menu-inner .row >*{ width:100%;}
	.menu-inner .col-sm-4 { float: none;  max-width: 338px;  padding: 0 40px;}
	.menu-inner ul li { border-bottom: 1px solid #1f1f1f;  line-height: 48px;  margin: 0px; }
	.menu-inner ul li a{ display:block; padding: 0 25px; color:#00a7d4;}
	.menu-inner ul {clear: both;}
	.menu-inner ul li:last-child { border:none;}
   .top-main .rightpane{ display:none;}
   .hide-ipadp{ display:none;}
   .full-ipadp{ width:100%;}
   .post-text h3{ font-size:20px;}
   .copy-pane:after{ background-size:100% 100%;  height: 8px; left: 1%; width: 98%;}
   .copy-pane{ text-align:center;}
    .copy-pane ul{ display:none;}
   .niche-text { display: inline-block;  margin: 0 0 10px;  position: static;}
   .modal-content{ background-size:100% 30px;}
   .modal-dialog{ width:auto;}
   .see-p { display: none;}
   .modal-content:after{  bottom: 2px; right: 17px;}
   .meta-artial{ font-size:16px;}
   .conver-box{ padding:20px 10px;}
   .conver-top h2{ font-size:20px;}
    .abot-bot address h3{ margin:0 0 5px; float:none;}
   .abot-bot address p{ margin:10px 0 0;}
   .videos-box > iframe { height: 351px;} 
   .results-title > p {  font-size: 24px;  line-height: 1.1;  overflow: hidden;}
  .tabs-nav{ max-width:600px; }
   .gnwall-box { background-size: 100% 100%;}
   .sign-t-box,.tab-box{ width:100%;}
  .sign-t-box { margin: 0;  padding: 15px 0;}
  .login-text{ margin:0;}
  .buy-now {  font-size: 34px;  line-height: 37px;}
  .slide-3 iframe { max-width: 100%;}
  .inner-post .post-text h6 {  height: 108px;  max-height: 109px;}
  .inner-post .col-sm-3 { left: 0;  position: absolute;  top: 0;  width: 40%;}
  .inner-post .col-sm-9 { width: 100%;}
  .inner-post .post-text h6 { height: 108px; overflow: hidden;  margin-left: 40%;  max-height: 109px;  padding-left: 6px;}
  .full-ipad-p{ width:100%;}
  /*.artial-t-text > div.rangit {float: none !important;}*/
  .artial-t-text h1 {   clear: both;}
}
 
@media (max-width: 767px) {	 
   .container{ padding-left:10px; padding-right:10px;}
    .mag-cover{ display:none;} /*.top-main, .hide-mobile*/
	.navbar-brand { margin: 10px 2px;}
	.show-mobile{ display:block;}
    .leftpane,.rightpane{ width:100%;}
	.horizontal-video ul li { max-width: 212px;}
    .horizontal-video ul li > *{ width:100%;}
	/*.hide-mobile{ display:none;} */
	.idea-pane .col-sm-4 { background-color: #060606;  padding: 20px 25px;}
	.idea-pane h2 {  display: table;  margin: 50px auto;}
	.idea-pane img{ max-width:120px;}
	.idea-pane h1{ display:table; margin: auto;}
	.idea-pane h1 span{ padding:10px 0 0;}
	.idea-pane { padding: 0;}
	#footer {padding: 36px 0 0;}
	#footer .col-sm-5,#footer .col-sm-7{ margin-bottom:34px;}
	.mag-cover-full {   font-size: 16px;  margin: 17px 20px 20px 18px;}
	.mag-cover-full .col-sm-4,.mag-cover-full .col-sm-8{ width:100%;}
	 .mylog { margin: 20px;}
	.close-pop { float: right; margin:0 0 10px;  position:relative;}
	.mysign { margin: 20px 20px 0;}
	.add-banner {  float: left;    white-space: nowrap;  margin: 0 -10px;  padding: 0 2px;  width: auto;}
	.titles-page h2 { white-space: nowrap; margin: 0 0 15px;  width: 100%;}
	 .inner-post .col-sm-9{ width:100%;}
	.pagination-post { display: table;  margin: 0 auto;  position: static;}
	.artial-t-text { margin:0 -10px;}
	.artial-t-text h1{ font-size:28px;  padding: 20px 10px 0;}
	.artial-b-text > img { margin: 0 -30px 12px;  max-width: inherit;  width: 124%;}
	.artial-bot h2 {  background-color: #ffffff;  margin: 0 -25px 30px;  padding: 0 24px;}
	.bye-mag img { float: none;}
	.trends-list li{ width:50%;}
	.trends-list li h4 { font-size: 16px;  padding: 0 6px;}
	.videos-box  .horizontal-video ul li iframe { height: 190px;}
	.ideas-box iframe { width:100%;}
	.results-title > p {  clear: both;  padding: 10px 0 0;}
	.results-title{ background:none;}
	.gnwall-box {  background: #2d2d2d;}
	.tabs-nav li a span{ display:none;}
	.tabs-nav li:last-child:before{ right:-10%;}
	.tabs-nav li a{ font-size:18px;}
	.sign-t-box > a{ margin:0;}
	.gnwall-box .search-pane{ width:100%;}
	.log-box .form-control{ width:100%; margin:0 0 15px;}
	.loging .tabs-nav li:last-child:before { right: -50px;}
	.new-pro ul li label{ width:100%; text-align:left;}
	.input-pane,.left-input,.input-pane.haff {  padding: 0;  width: 100%;}
	.slide-1 .col-sm-8, .slide-1 .col-sm-4 { width: 100%;}
	#slider  h2 {font-size: 24px;  margin: 0 0 10px;}
    #slider  h1 { font-size: 30px;  margin: 0 0 10px;}
   .slide-1 h3 { font-size: 18px;}
   .slide-1 .col-sm-4 {  padding-top: 23px;  text-align: center;}
     #slider .slide-2 h1{ font-size:30px;}
  #slider .slide-2 h2{ font-size:38px;}
  .inn-text{ max-width:100%;}
  #slider .slide-3 h2 {font-size: 26px;}
  .slide-3 iframe { max-height: 300px;}
  .resources-pane .post-box.ps2 ,.artial-bot .post-box.ps2.show-mobile {  border-bottom: 20px solid #ebebeb;  border-top: 20px solid #ebebeb;  margin: 0 -20px 20px;  width: auto;}
  .artial-bot .post-box.ps2.show-mobile{ margin: 0 -10px 20px;}
  .artial-bot .subscribe-box.show-mobile{  border-bottom: 20px solid #ebebeb;  border-top: 20px solid #ebebeb;  margin: 0 -20px 20px;}
  #instafeed .col-sm-4 { width: 130px;}
  body.home .post-text, body.category-architecture .post-text, body.category-news .post-text, body.category-interiors .post-text, body.category-future .post-text, body.category-process .post-text, body.category-objects .post-text, body.category-designwall .post-text { bottom:0 !important; }

}
@media (max-width: 480px) {
  .tdomf_form input[type="text"], 
.tdomf_form textarea { padding: 0  !important; width: 100%;}
.tdomf_form label { font-size: 20px !important; text-align: left; width: 100%;}
.tdomf_buttons td input { margin: 0 0 0 6px !important;}
#most_read_articles_sidebar{
	display: none;
}
.add-box.text-right{display: none;}
.mez_logo{width: 56% !important;}
}
 
@media (max-width: 479px) {
   .add-banner > *{ margin-right:4px;}
   .conver-top h2{ max-width:232px;}

/*added by radhika for takeover banner*/
.takeover-pane {
    position: relative;
    padding: 85px 0;
    color: #FFFFFF;
    width: 100%;
    margin: -20px 0 20px 0px !important;
    height: 250px !important; 
}

}

@media (max-width: 900px) {
  .takeover-pane {
    position: relative;
    padding: 85px 0;
    color: #FFFFFF;
    width: 100%;
    margin: -20px 0 20px 0px;
    height: 300px;
}

.banner-container{
margin: 0;}
}

@media (min-width:768px){
	 
}


.feat_job{
background-color: cornsilk !important;
margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.feat_job-job{
background-color: cornsilk !important;
}

.feat_job-job:after{
border-bottom-color : cornsilk !important;
border-top-color: cornsilk !important;
}


.general{
background-color: #fff !important;
margin: 0 0 20px;
  /*overflow: hidden; */
  position: relative;
  width: 100%;
}


/*by radhika for idea pane text color and logo*/
.img_bg_color{
 filter: invert(3.5);
}

.idea_txt_color{
  color : black;
}



/*Most read articles ... by Radhika*/
#most_read_articles_sidebar{
	background-color: white;
    color: #050505;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px 8px 5px 5px;
}

#most_read_articles_sidebar li.col-sm-6 {
    padding: 0 5px;
    max-height: 200px;
    min-height: 160px;

}

#most_read_articles_sidebar  li img {
    border-radius: 4px;
    margin-bottom: 5px;
}

.most_read_article_title{
  font-size: 13px !important;
}

.mez_logo{
  width: 30%;
   margin: 0px 0 15px 0;
}



.forgot_pass{
 color:white;
float: left;
margin-left: 45%;
margin-top: 1%;
}

@media (max-width: 500px){

.forgot_pass{
 margin-left: 34% !important;
}

}

/****************************Resi project******************************/
.wrap {
    margin: 0 auto;
    max-width: 728px;
}


#featured{
    overflow: hidden;
}

#featured > div.tile { 
    /*margin-right: 5px; */
    width: 225px;
}

#featured > div.tile-1, #featured > div.tile-2,#featured > div.tile-4, #featured > div.tile-5,#featured > div.tile-7, #featured > div.tile-8{
  margin-right: 26px;
}

#featured > div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    height: 150px;
   /* margin: 0 4px 4px 0; */
    overflow: hidden;
    width: 236px;
    margin-bottom: 18px;
    border-radius: 4px 4px 0px 0px;
   }

#featured a {
    display: block;
    height: 100%;
    position: relative;
}

/*
#featured > div:hover .excerpt {
    bottom: 0;
} */

#featured > div .excerpt {
    background: white;
    opacity: 0.8;
    bottom: 0px;
    color: black;
    display: block;
    height: 25px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 12px;

}
.excerpt .title {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
}

.tile-1, .tile-2, .tile-5, .tile-4 , .tile-7, .tile-8 {
 margin-right: 10px;

}

.tile{
  
   -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tile:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.resi-project-post-text{
  opacity:0.8 !important;
  height:37px !important; 
  text-align: center;
}


.animated {
            background-color: #ef7263;
            color: white;
            background-repeat: no-repeat;
            background-position: left top;
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: center;
            margin-bottom: 10px;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes shake {
            0%, 100% {-webkit-transform: translateX(0);} 
            10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
            20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
         }
         
         @keyframes shake { 
            0%, 100% {transform: translateX(0);} 
            10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
            20%, 40%, 60%, 80% {transform: translateX(10px);} 
         }
         
         .shake { 
            -webkit-animation-name: shake; 
            animation-name: shake; 
         }

.animated > a{
  color:white !important;
  font-size: 30px;
}

.img-post_resi{
  /*  background-position: 50% 50%; */
    background-repeat: no-repeat; 
    background-size: cover;
    height: 400px;
    width: 99.5%;
  }

  .secification_resi{
    margin-top: 24px;
    background: lightgrey;
    padding: 12px;
    border-radius: 7px;
    box-shadow: 10px 10px 5px #888888; 
    color: black;
  }

  .specs_inside > table {
    width: 100%;
  }
   .specs_inside > table > tr{
  line-height: 25px;
  }

  .specs_inside{
    background-color: white;
    border-radius: 7px;
    padding: 14px;
  }
  
  .the_brief{
    margin-top: 20px;
    padding: 10px 0 20px 0;
    background-color: white;
    padding-left: 10px;
  }

.the_brief > h2{
    border-bottom: 2px solid #ececec;
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
  .single-row-image-gal{
    width: 100%;
    float: left;
    margin: 0px 0 20px 0;
  }

  .each-image-in-row{
     width: 25%;
     float:left;
     position: relative;
  }

  .last-image{
    background-color: white;
    opacity: 0.8;
  }

  .last-image > span{
    color: #ef7263;
    top: 35%;
    position: absolute;
    left: 29%;
    font-size: 30px;
    }

.img-row > h2, .resi-featured-products >h2{
  padding-bottom: 5px;
}

/*-----------------------scrolling image business directory----------------------*/

* {
  box-sizing: border-box;
}

.img-row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-color: black; */
}

/* Modal Content */
.modal-content-img {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close-img {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close-img:hover,
.close-img:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev-img,
.next-img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-img {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-img:hover,
.next-img:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: black; /*#f2f2f2; */
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.column-horz{
    padding:20px;
    border:dotted 1px;
    white-space:nowrap;
    overflow-x:auto;
  }

  .cursor-horz{
    width:100px !important;
    height:100px !important;
    margin:10px;
    display:inline-block !important;
  }

  .scroll_big_img{
    width: 1200px !important;
    height: 500px !important;
  }

.last-image>img ,  .each-image-in-row>img{
  width: 155px;
  height: 195px;
}

/*featured products*/
.count1{
  width:50%;
  height:auto;
  text-align: center;
}
.count1 > a> img{
  width: 350px;
  transition: 0.3s;
  padding-bottom: 10px;
}

.featured_pdt_table{
  width: 100%;
}

.count2{
  width: 50%;
  height: 200px;
  text-align: center;
}

.count2 > a> img{
  width: 99%;
  height: 200px;
  transition: 0.3s;
  margin: 3px;
}

.count3{
  width: 32%;
  height:100px;
  text-align: center;
}

.count3 > a > img {
  width: 238px !important;
  height: 210px !important;
  transition: 0.3s;
  padding-bottom: 10px;
}

.count3 > a > img:hover,.count2 > a > img:hover,.count1 > a > img:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.resi-featured-products{
  background-color: white;
  margin-bottom: 20px;
}

.wpbdp-listing-single .listing-actions{
  margin-bottom: 0 !important;
}
.stickytag{
  display:none;
}

.wpbdp-listing-single.sticky {
    margin-top: 0px !important;
}


/***********************  Mobile view  ********************************/
@media screen and (max-width:475px){
  .img-post_resi{
    height: 260px;
  }

  .last-image>img, .each-image-in-row>img{
    height: 65px;
  }

  .img-row > .column{
    padding: 0 2px;
  }

  .last-image > span{
    font-size: 20px;
  }

  .count3 > a > img{
    padding: 2px;
    height: 113px !important;
  }
  .count2 > a> img{
    width: 163px;
    padding: 3px;
    margin: 0;
  }
  .count2{
    height: auto;
  }
  #featured > div.tile{
    width: 100%;
  }

  .scroll_big_img{
    width: 100% !important;
    height: auto!important;
  }
  .prev-img, .next-img{
    top:50%;
  }
  .modal-content-img{
    width: 95%;
  }
  .cursor-horz {
    width: 40px !important;
    height: 28px !important;
    margin: 0px;
    display: inline-block !important;
}

   .top-main{
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:768px) and (min-width:500px){

  .top-main{
    text-align: center;
    margin-bottom: 10px;
  }
}


/*toggling div*/
#toggle,#toggle_s ,#toggle_proj{
  display: none;
  visibility: hidden;
}
.toggle_label,.toggle_label_s ,.toggle_label_proj{
  display: block;
    padding: 0.5em;
    text-align: center;
    /*border: 1px solid #CCC; */
    color:white;
    background: rgb(137,137,137);
}
.toggle_label:hover , .toggle_label_s:hover , .toggle_label_proj:hover{
  color: #000;
}
.toggle_label::before , .toggle_label_s::before, .toggle_label_proj::before{

  font-weight: bold;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
  float: right;
}
#expand, #expand_s , #expand_proj {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  background-color: white;
  color: #666;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  background-position: center;
}

#expand>section ,#expand_s>section , #expand_proj>section {
  /*padding: 0 10px; */
}
#toggle:checked ~ #expand {
  height: auto; /*250px; */
}
#toggle:checked ~ label::before {
  content: "-";
}

#toggle_s:checked ~ #expand_s {
  height: auto; /*250px; */
}
#toggle_s:checked ~ label::before {
  content: "-";
}

#toggle_proj:checked ~ #expand_proj {
  height: auto; /*250px; */
}
#toggle_proj:checked ~ label::before {
  content: "-";
}

.details_directory > tbody > tr > td  {
  height: 35px;
    width: 109px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
}
 .details_directory_s > tbody > tr > td{
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
 }

 .details_directory_proj > tbody > tr > td{
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
  padding-left: 10px;
 }
 .make-resi-sidebar-sticky{
  position: -webkit-sticky;  
    position: sticky;
    top: 0; 
 }

 .toggle_label_s{
  margin-top: 15px;
 }

 .details_directory , .details_directory_s{
  width: 100%;
 }

 .supplier_td{
  padding: 0 10px;
 }


/*read more read less button */
 .read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "\2193";
}

.read-more-state:checked ~ .read-more-trigger:before {
 content:"\2191";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  /*color: #666; */
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


.read-more-trigger:hover{
  background-color: #666;
  color: #fff;
}
 

 /*by radhika*/
 .video_still>.row>.col-sm-4>a>p{

  color: white;
 }

  .video_still>.row>.col-sm-4>a>img{
    margin-bottom: 10px !important;
  }

.magazine_image_post-mags{
 height: 127px !important;
    width: 102px !important; 
}

.mag-cover-list{
  width: 16% !important;
}

.resi-sidebar-login-input > input{
  margin-bottom: 4px !important;
  width: 200px !important;

  margin: 0 17px 7px 7px !important;
}

.resi-sidebar-login-btn{
	margin-top: -17px !important;
}

.resi-sidebar-login>p{
  margin-top: 95px;
}

.resi-sidebar-login>.forgot_pass{
	margin-left: 3% !important;
	border-bottom: 1px solid #ececec;
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.resi-sidebar-login>.sign-t-box{
	margin: 18px 70px !important;
}

.resi-sidebar-loggedin{
	margin-top: 0px!important;
  text-align: center;
}

.resi-sidebar-loggedin ul li{
	float: none !important;
  border-bottom: 1px solid #CCC;

}

.resi-sidebar-loggedin{
  padding: 0 0 6px !important;
}
.new-p-link-resi-project{
	float: none !important;
	padding: 7px 21px !important;
}

/*
#wpbdp_searchwidget-2{
	background: url(../images/wall-mid-bg.png) right center no-repeat #2d2d2d;
    color: #ffffff;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

#wpbdp_searchwidget-2>.widget-title{
color: #ffffff;
font-size: 22px;
line-height: 35px;
text-align: center;
}
.wpbdp-search-filter>.wpbdp-search-field-label{
	
	float: left;
}

#wpbdp_searchwidget-2>form>.select>.inner>#wpbdp-field-13{
	
	width: 61%;
    margin-left: 29px;
}
#wpbdp_searchwidget-2>form>.textfield{
	text-align: center;
}

#wpbdp_searchwidget-2>form>.wpbdp-search-filter{
	margin-left: 13px;
}

.wpbdp-search-widget-submit{
	background-color: #000000;
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
}

#wpbdp_searchwidget-2>form>p{
	text-align: center;
    margin: 5px;
}

.wpbdp-search-filter>.field{
	color: #4e4e4d;
}
*/

.search-pane-resi , .resi-sidebar-loggedin{
	/*background: url(../images/wall-mid-bg.png) right center no-repeat #2d2d2d; */
   color: #666;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: white;
    border: 1px solid #CCC;
}


.search-pane-resi > h3, .resi-sidebar-loggedin > h3{
  background: rgb(137,137,137);
    height: auto ;/ *40px*/
    margin: 0 auto;
    padding-top: 5px;
    color: white;
}
#resiprojectsearch>div{
  padding: 0 !important;
}


.resi-sidebar-loggedin ul li a {
  color: #666 !important;
 
}
.resi-user>.inner-post>.col-sm-9>.post-text>p,.resi-user>.inner-post>.col-sm-12>.post-text>p{
	display: inline-block !important;
}
select[name="resilocation"]{
	color: #4e4e4d;
}

#resiprojectsearch>div>label{
	float: left;
	margin-right: 4px;
  font-size: 12px;
}
#resiprojectsearch>div>.form-control{
	    width: 75%;
    height: unset !important;
    font-size: 12px;
    line-height: unset;
}

#resiprojectsearch>div>select{
	width: 75%;
	height: 26px; /*30px; */
  font-size: 12px;
}

#resiprojectsearch>.select>label{
	margin-right: 8px;
}

#resiprojectsearch>div{
	margin-top: 10px;
    margin-bottom: 3px;
    margin-left: 2px;
}

.loggedin-user-name{
/*  margin-top: 5px;*/
}


/*image slider resi single page*/
.images_in_a_row>img{
  width:24.6%;  
  height: 120px;
  object-fit: cover;
}

.images_in_a_row{
  margin-top: 5px;
}

.resi-nav-bar{
  width: 55%; /*62%; */
}


/*Modal Login form by radhika*/
/* Full-width input fields */
.input-resilogin {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.button-resilogin {
  
    /* color: white; */
    /* padding: 14px 20px; */
    /* margin: 8px 0; */
    /* border: none; */
    /* cursor: pointer; */
    /* width: 100%; */
    /*background: none; */
    border: 4px solid #ffffff;
    display: inline-block;
    font-size: 19px;
    height: 42px;
    /* line-height: 17px; */
  margin: 7px 0 0px; 
    text-align: center;
}
.forgot_pass1, .resi-signup-here{
   color: #666 !important;
}

.button-resilogin:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn-resilogin {
    width: auto;
    padding: 13px 4px;
   /* background-color: #f44336; */
    float: left;
}

/* Center the image and position the close button */
.imgcontainer-resilogin {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar-resilogin {
    width: 40%;
    border-radius: 50%;
}

.container-resilogin {
    padding: 16px;
}

span.psw-resilogin {
    float: right;
    /*padding-top: 16px; */
}

/* The Modal (background) */
.modal-resilogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    
    background-color: rgba(102,102,102,0.9);
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content-resilogin {
    background-color: #fefefe;
    color: #666;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 23%; /* Could be more or less, depending on screen size */
    padding: 0 0 20px;
    background: white !important;
}

/* The Close Button (x) */
.close-resilogin {
    position: absolute;
    right: 25px;
    top: 0;
    /*color: #000; */
    font-size: 35px;
    font-weight: bold;
}

.close-resilogin:hover,
.close-resilogin:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate-resilogin {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw-resilogin {
       display: block;
       float: none;
    }
    .cancelbtn-resilogin {
       width: 100%;
    }
}

.architect-login-btn , .architect-logout-btn{
    width: 135px;
    height: 46px; /*50px; */
    border-radius: 0;
    background-color: black;
    color: white;
    margin-top: -1px;
    margin-bottom: 0px;
    text-align: center;
    -webkit-appearance: listitem;
}

.form-control-resi {
    background-color: #bcbcbc;
    border: medium none;
    box-shadow: none;
    color: #2f2f2f;
    font-size: 19px;
    height: 36px;
    line-height: 48px;
    margin: 0 0 10px;
    padding: 0 20px;
}



.log-btn-resi{
    margin: 12px 0 12px;
    width: 147px;
    background: none;
    border: 4px solid #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 44px;
    line-height: 37px;
    text-align: center;
  
}
.resi-label-question{
  font-size: 19px;
}

.mysignresi {
    font-size: 24px;
    margin: 20px 60px;
    position: relative;
}

/*submit resi project*/
/*.gfield_list_53_cell1 > input, .gfield_list_54_cell1 > input,.gfield_list_55_cell1 > input , .gfield_list_56_cell1 > input , .gfield_list_57_cell1 > input,.gfield_list_58_cell1 > input,.gfield_list_59_cell1 > input,
.gfield_list_60_cell1 > input , .gfield_list_61_cell1 > input,.gfield_list_62_cell1 > input,.gfield_list_63_cell1 > input, .gfield_list_64_cell1 > input,.gfield_list_65_cell1 > input,.gfield_list_66_cell1 > input{
  pointer-events: none;
background:rgba(0,0,0,0);
    border:none !important;
}

.gfield_list_container > thead >tr>th{ display: none !important; }
.gfield_list_52_cell1 > input ,.gfield_list_52_cell2 > input , .gfield_list_52_cell3 > input{
  pointer-events: none;
background:rgba(0,0,0,0);
    border:none !important;
}

.gfield_list_52_cell1 ,  .gfield_list_52_cell2, .gfield_list_52_cell3 {
  border-bottom: 1px solid #8c8c8c !important;
}

#field_4_53,#field_4_54 , #field_4_55, #field_4_56, #field_4_57,#field_4_58,#field_4_59,#field_4_60,#field_4_61,#field_4_62,#field_4_63,#field_4_64,#field_4_65,#field_4_66,#field_4_45,#field_4_48{
  margin-top: 0px !important;
}


#field_4_53>label,#field_4_54 >label, #field_4_55>label, #field_4_56>label, #field_4_57>label,#field_4_58>label,#field_4_59>label,#field_4_60>label,#field_4_61>label,#field_4_62>label,#field_4_63>label,#field_4_64>label,#field_4_65>label,#field_4_66>label,#field_4_45>label,#field_4_48>label{
  display: none !important;
}

.gfield_label{
  font-weight: inherit !important;
}

.ginput_container{
  margin-top: 2px !important;
}

.details_directory_proj{
  width: 100%;
}

@media screen and (max-width:500px){
 #field_4_52{
  display: none !important;
 }
 .gfield_list_53_cell1>input,
 .gfield_list_54_cell1>input,
 .gfield_list_55_cell1>input,
 .gfield_list_56_cell1>input,
 .gfield_list_57_cell1>input,
 .gfield_list_58_cell1>input,
 .gfield_list_59_cell1>input,
 .gfield_list_60_cell1>input,
 .gfield_list_61_cell1>input,
 .gfield_list_62_cell1>input,
 .gfield_list_63_cell1>input,
 .gfield_list_64_cell1>input,
 .gfield_list_65_cell1>input,
 .gfield_list_66_cell1>input{
  display: none !important;
 }

 .gfield_list_53_cell1,
 .gfield_list_54_cell1,
 .gfield_list_55_cell1,
 .gfield_list_56_cell1,
 .gfield_list_57_cell1,
 .gfield_list_58_cell1,
 .gfield_list_59_cell1,
 .gfield_list_60_cell1,
 .gfield_list_61_cell1,
 .gfield_list_62_cell1,
 .gfield_list_63_cell1,
 .gfield_list_64_cell1,
 .gfield_list_65_cell1,
 .gfield_list_66_cell1{
    border-bottom: 1px solid #8c8c8c !important;
 }

}
*/

/*submit resi project*/
.gfield_list_11_cell1 > input, .gfield_list_12_cell1 > input,.gfield_list_13_cell1 > input , .gfield_list_14_cell1 > input , .gfield_list_15_cell1 > input,.gfield_list_16_cell1 > input,.gfield_list_17_cell1 > input,
.gfield_list_18_cell1 > input , .gfield_list_19_cell1 > input,.gfield_list_20_cell1 > input,.gfield_list_21_cell1 > input, .gfield_list_22_cell1 > input,.gfield_list_23_cell1 > input,.gfield_list_24_cell1 > input{
  pointer-events: none;
background:rgba(0,0,0,0);
    border:none !important;
}

.gfield_list_container > thead >tr>th{ display: none !important; }
.gfield_list_10_cell1 > input ,.gfield_list_10_cell2 > input , .gfield_list_10_cell3 > input{
  pointer-events: none;
background:rgba(0,0,0,0);
    border:none !important;
}

.gfield_list_10_cell1 ,  .gfield_list_10_cell2, .gfield_list_10_cell3 {
  border-bottom: 1px solid #8c8c8c !important;
}

#field_3_11,#field_3_12,#field_3_13,#field_3_14,#field_3_15,#field_3_16,
#field_3_17,#field_3_18,#field_3_19,#field_3_20,#field_3_21,#field_3_22,#field_3_23,#field_3_24{
margin-top: 0px !important;
}

#field_3_11>label, 
#field_3_12>label,
#field_3_13>label,
#field_3_14>label,
#field_3_15>label,
#field_3_16>label,
#field_3_17>label,
#field_3_18>label,
#field_3_19>label,
#field_3_20>label,
#field_3_21>label,
#field_3_22>label,
#field_3_23>label,
#field_3_24>label{
display: none !important;
}

.gfield_label{
  font-weight: inherit !important;
}

.ginput_container{
  margin-top: 2px !important;
}

.details_directory_proj{
  width: 100%;
}

@media screen and (max-width:500px){
 #field_3_10{
  display: none !important;
 }
 .gfield_list_11_cell1>input,
 .gfield_list_12_cell1>input,
 .gfield_list_13_cell1>input,
 .gfield_list_14_cell1>input,
 .gfield_list_15_cell1>input,
 .gfield_list_16_cell1>input,
 .gfield_list_17_cell1>input,
 .gfield_list_18_cell1>input,
 .gfield_list_19_cell1>input,
 .gfield_list_20_cell1>input,
 .gfield_list_21_cell1>input,
 .gfield_list_22_cell1>input,
 .gfield_list_23_cell1>input,
 .gfield_list_24_cell1>input{
  display: none !important;
 }

 .gfield_list_11_cell1,
 .gfield_list_12_cell1,
 .gfield_list_13_cell1,
 .gfield_list_14_cell1,
 .gfield_list_15_cell1,
 .gfield_list_16_cell1,
 .gfield_list_17_cell1,
 .gfield_list_18_cell1,
 .gfield_list_19_cell1,
 .gfield_list_20_cell1,
 .gfield_list_21_cell1,
 .gfield_list_22_cell1,
 .gfield_list_23_cell1,
 .gfield_list_24_cell1{
    border-bottom: 1px solid #8c8c8c !important;
 }

}
.subscribe-resi-h4{
   color: white !important;
   display: block;
    padding: 0.5em;
    text-align: center;
   
    background: rgb(137,137,137);
}

.resi-subscribebox{
  color: #666;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: white;
    border: 1px solid #CCC;
    padding:0px;
}

.subscribe-inner-resi{
  max-width: 100% !important;
}


.resi-sub-email-input{
    display: block;
    width: 76%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.subscribe-inner-resi>#sub_sidebar_email{
  margin-top:10px !important;
}

#show_slider_hotspot{
  display: none;
}
#show_hotshpot_slider>div{
  margin: 5% auto 5% auto; 
}

.btn-imfinished{
    background-color: rgb(137,137,137);
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 21px !important;
}



/* For Idea shortlist 2018 page */
.idea-shortlist-text{
  text-align: center;
    margin: 5px 0 5px 0;
}

.idea-shortlis-grid{
  margin-bottom: 8px;
}
.idea-proj-title-by{
  font-size: 14px;
}


/*dyson datawall*/
.dyson-img-logo{
  width: 250px;
}

