/* CSS Document */
/*
Complete class, overwritten .row-fluid with add .no-space.
 * Bootstrap Grid System without space
 *
 * Overwrite Bootstrap grid system, removing margin
 * Usage : 
 * Simple add no-space class with row-fluid
 * <ul class="row-fluid no-space"> ... </ul>
 */
.row-fluid.no-space [class*="span"] {
  margin-left: 0%;
  *margin-left: -0.06944%;
}
.row-fluid.no-space [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid.no-space .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid.no-space .span12 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid.no-space .span11 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid.no-space .span10 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid.no-space .span9 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid.no-space .span8 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid.no-space .span7 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid.no-space .span6 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid.no-space .span5 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid.no-space .span4 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid.no-space .span3 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid.no-space .span2 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid.no-space .span1 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
.row-fluid.no-space .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
.row-fluid.no-space .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}

body{ font-family:"Signika", Arial, Sans-Serif;}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th, .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th{ background-color:#f3f3f3;}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{ border-color:#ffffff;}
/*modal header*/
.modal-header h3{ color:#C3262D; font-size: 18px;}
#modal_575033273 h4 {
color:#586BBF;
margin:0px;
padding:2px;
/*border-bottom: 1px solid #E0DADF;*/
   }
   
/*search page*/
.bordertopradius{
-moz-border-radius-topleft: 4px;border-top-left-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px;
}
#searchresult .Premium.btn{  padding: 0px 12px;}

#searchresult .Premium.btn:hover{ text-decoration:none;}

.wrapper {
 /* margin: 50px auto;*/
/*  width: 280px;
*/ /* height: 370px;*/
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
/*  border-radius: 10px;*/
  /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.6);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.6);*/
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow:1px -1px 3px rgba(0,0,0,0.5) ;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.ribbon-wrapper-blue {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-blue {  
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  letter-spacing:1px;
  text-shadow:1px -1px 3px rgba(0,0,0,0.5) ;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background: rgb(167,207,223);
  background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1)));
  background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
  content: "";
  border-top:   3px solid #23538a;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-blue:before {left: 0;}
.ribbon-blue:after {right: 0;}


/*search page end*/
#tab input[type="text"]
{
    background-color: #FFFFFF;
    border-color: #C4C4C4;
    border-style: solid solid solid solid;
    box-shadow: 0 5px 7px -5px #CCCCCC inset;
    color: #5C5B5B;
    font-size: 12px;
 }
#tab input[type="text"]:focus
{
 border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.left-nav-list{ list-style-type:none; margin-left:0px;}
.left-nav-list li{ border-bottom: 1px dashed #E5E5E5; padding:5px 0px 5px 0px;}
#leftimg .left-nav-list li a{ color:#005AB6; font-weight:500;}
.left-nav-list li i{ color:#e95621;}
.left-nav-list .bottomline1{ border-bottom: 0 none;}
.bordertop{border-top:1px dashed #E5E5E5; padding:0px; margin:0px; margin-bottom:5px;}

.post-list .list-item, .post-list .panel{ padding:0 10px 7px 4px;}

#main-menu-wrapper1 .nav-tabs{ 
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
 }
#random .box1, #main-menu-wrapper1 .box1{
min-height:180px;
-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
 border-radius: 0px 0px 10px 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
 box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#logo .toppad{ padding:3px 0px 3px 0px; }
.accordion-toggle:hover {
      text-decoration: none;
    }
#leftimg .breadcrumb{
background-color:#FEF0EB;
margin:5px 0px 0px 0px;}

#leftimg .breadcrumb > .active{ color:#F15922;}
#leftimg .main-loop .excerpt a{ color:#F15922;}
/*left side category*/
.main-content #leftimg label{ display:block;}
#leftimg .selectBox-dropdown{ margin-top:0px; float:right; margin-right:15px;}
.brnd_name {
margin-left:0px;
    color: #616161;
    font-size: 12px;
    line-height: 24px;
	border-bottom:1px dashed #fabca5;
	padding-left:25px;
}
.brnd_name:hover {
margin-left:0px;
    color: #000000;
    font-size: 12px;
    line-height: 24px;
	background:#fabca5;
}
.utopia-widget {
    border: 0px solid #fabca5;
    margin: 0 0 5px 0;
}
.utopia-widget .utopia-widget-title {
    border-bottom: 1px solid #fabca5;
    height: 30px;
    background: #f7f7f7;
    /* Old browsers */

    background: -moz-linear-gradient(top, #fabca5 0%, #fabca5 45%, #fabca5 59%, #fabca5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabca5), color-stop(45%, #fabca5), color-stop(59%, #fabca5), color-stop(100%, #fabca5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fabca5 0%, #fabca5 45%, #fabca5 59%, #fabca5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fabca5 0%, #fabca5 45%, #fabca5 59%, #fabca5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fabca5 0%, #fabca5 45%, #fabca5 59%, #fabca5 100%);
    /* IE10+ */

    background: linear-gradient(top, #fabca5 0%, #fabca5 45%, #fabca5 59%, #fabca5 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fabca5', endColorstr='#fabca5', GradientType=0);
    /* IE6-9 */

}
#leftimg .block-subheading{
 padding: 0 1em;
  margin: 1px 0px 10px;;
}
#leftimg .no-marginbtm{ margin-bottom:0px !important;}
#leftimg h3{margin:0px;
font-family:Signika, Arial, Sans-Serif;font-weight:300;font-size:15px;color:#000;
    color: #333333;
    cursor: pointer;
    display: block;
    filter: none;
    font-size: 15px;
    line-height: 35px;;
}

/*end*/

.carousel-inner{ overflow:visible;}
#main-menu-wrapper1.searchbox{
padding:20px;
box-shadow: 0 0 28px #f58458 inset;
 -webkit-box-shadow: 0 0 27px #f58458 inset;
     -moz-box-shadow: 0 0 27px #f58458 inset;
          box-shadow: 0 0 27px #f58458 inset;}
#footer .nav > li > a:hover, #footer .nav > li > a:focus, #footer .nav-list > li > a:hover, #footer .nav-list > li > a:focus{ background-color:none; background:none;
text-decoration:underline; text-shadow:none;}
#footer a {
    color: #FD9A13;
	
}

.nav-tabs{ border: 1px solid #FEF0EB;
background:#FEF0EB; background-color:#FEF0EB;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
}
#tab .nav-tabs > li > a{ margin-top:8px;}
#footer .nav-header{ text-transform:none; font-size:18px; font-weight:400;}
#rightimg .block-heading, #leftimg .block-heading{
  -webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
 padding: 0 1em;
  margin: 0px 0px 10px;;
  background:#FEF0EB; background-color:#FEF0EB;
}
 #leftimg .red h3{color: #f89406;font-weight:600;}
#rightimg h3, #leftimg h3{margin:0px;
font-family:Signika, Arial, Sans-Serif;font-weight:400;font-size:15px;color:#000;
    color: #333333;
    cursor: pointer;
    display: block;
    filter: none;
    font-size: 15px;
    line-height: 35px;;
}
#leftsidebar h3{ color:#BB0C13;}
#leftimg .footer-block-heading:hover{text-decoration:underline;}
#leftimg .footer-block-heading .icon-caret-right{ color:#F15922;}
#leftimg .footer-block-heading{
  -webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
 border-radius: 0px 0px 10px 10px;
 padding: 0 1em;
  margin: 0px 0px 10px;;
  background:#FEF0EB; background-color:#FEF0EB;
   color: #005AB6;
  
}
#leftimg .footer-block-heading h3{margin:0px;
font-family:Signika, Arial, Sans-Serif;font-weight:400;font-size:15px;color:#000;
    color: #005AB6;
    cursor: pointer;
    display: block;
    filter: none;
    font-size: 15px;
    line-height: 35px;;
}
#leftimg .thumbnails > li{ margin-bottom:14px;}
#leftimg .thumbnails{ text-align:center; }
#leftimg .thumbnail { text-align:center; margin-bottom:5px; border:0px;box-shadow:none; line-height:normal; padding:0px; border-radius:0px}
#top-menu .menu ul#menu-top-menu li a.btn-header
{
	background: #4f484f;
	background: -moz-linear-gradient(top, #4f484f 0%, #3e393e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f484f), color-stop(100%,#3e393e));
	background: -webkit-linear-gradient(top, #4f484f 0%,#3e393e 100%);
	background: -o-linear-gradient(top, #4f484f 0%,#3e393e 100%);
	background: -ms-linear-gradient(top, #4f484f 0%,#3e393e 100%); 
	background: linear-gradient(to bottom, #4f484f 0%,#3e393e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f484f', endColorstr='#3e393e',GradientType=0 );
	border: 1px solid #13161b;
	border-radius: 6px;
	 display: inline-block;
	height: 7px;
	line-height: 8px;
	position: relative;
	top: 4px;
	margin-left: 8px;
	color: #F8F8F8;
    font-size: 12px;
    font-weight: 550;
    text-shadow: none;
    transition: all 0.2s linear 0s;
	float: none;
    padding: 6px 11px;
    text-decoration: none;
}

#top-menu .menu ul#menu-top-menu li a.btn-header:hover
{
	background: #575157;
	background: -moz-linear-gradient(top, #575157 0%, #494349 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575157), color-stop(100%,#494349));
	background: -webkit-linear-gradient(top, #575157 0%,#494349 100%);
	background: -o-linear-gradient(top, #575157 0%,#494349 100%);
	background: -ms-linear-gradient(top, #575157 0%,#494349 100%); 
	background: linear-gradient(to bottom, #575157 0%,#494349 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575157', endColorstr='#494349',GradientType=0 );
}

[class^="icon-"]:before,
[class*=" icon-"]:before 
{
 /*margin-left: 0.2em;*/
/* padding: 0 6px 9px;
*/}

.trending-icon a {
    height: 16px;
    margin-top: 1px;
    padding: 5px 10px;
}
.trending-icon a{
    color: #645665;
    display: block;
    float: left;
    font-size: 16px;}
#top-menu ul li a i{
font-size:33px;
}

.loc-search-bar
{margin:3px auto 3px;
}

form#searchform .tbox{box-shadow:none;}
.full-search-bar{/*width:72%;*/margin:3px 3px 3px;position:relative}.full-search-bar form{padding:0;margin:0;position:relative;overflow:hidden}.full-search-bar form .clearfix{margin:0}.full-search-bar form input[type=text]{/*float:left;*/height:30px;font-size:20px;line-height:24px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;/*width:95%;*/margin-bottom:0}

.full-search-bar form button[type=submit]{position:absolute;right:0;top:0;width:46px;height:40px;-webkit-border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0}.full-search-bar .search-input-item{padding:10px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.search-input-stream{margin-bottom:0}.search-status{text-align:center;display:none;margin-top:10px;position:absolute;width:100%}.search-loader{height:22px}.loading .search-status{display:block}.with-results .ui-menu-item:last-of-type,.with-results .ui-menu-item:last-of-type a{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.with-results .ui-menu-item:first-of-type{border-top:1px solid #d8d8d8}.with-results .ui-menu-item:last-of-type{border-bottom:1px solid #d8d8d8}.with-results .search-input-item,.with-results .search-input-stream{-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.content-inner{padding:25px 20px 25px;background-color:#fff;*zoom:1}.content-inner:before,.content-inner:after{display:table;content:"";line-height:0}.content-inner:after{clear:both}.artist-gallery{position:relative;overflow:hidden}
.full-search-bar .search-input-item {
    border-radius: 9px 9px 9px 9px;
    padding: 10px;
}
.stream-item, .ui-menu-item {
    /*background-color: #F5F5F5;*/
    padding: 6px;
    position: relative;
}
li {
    line-height: 20px;
}
ul.unstyled, ol.unstyled {
    list-style: none outside none;
}
.marginbtm{ margin-bottom:5px;}
.wel-pad{ 
background-color: #F5F5F5;
margin-bottom:11px;
 border-radius: 9px 9px 9px 9px;
    padding: 13px;
}
#location form{ margin:0px;}
#location .btn-group .btn:focus, .btn-group .btn:active, .btn.active, .btn-group .btn.disabled, .btn[disabled]{ background-color:#f15922; color:#ffffff !important; font-weight:bold; text-shadow:none;}
#location .btn{ 
font-family:"Signika", Arial, Sans-Serif;
vertical-align:top;
padding: 6px 12px;}
#location .tab-content label{padding:6px; margin-bottom:0px; font-family: Signika,Arial,Sans-Serif; font-size:15px; font-weight:600; padding-left:20px;}
#location .selectBox-dropdown{ margin:5px 3px 4px; margin-left:0px;}
#location input.span7 {/*background:#F3EFF2;*/ margin-left:20px;}

/*project gallery*/
#proj-gal .main-loop.list .article-excerpt-wrapper {float:left;width:48%;}
#feature-project .main-loop.list .article-excerpt-wrapper {float:left;width:25%;}
#feature-project .StateName{
border-bottom: 1px solid #EEEEEE;
padding:0px 10px 1px;
color:#F15922;
font-weight:600;
}
#feature-project .PropertyType{
padding:3px 10px 12px;
color:#333333;
font-weight:600;
}
#feature-project .PropertyType a{ color:#005AB6;}
#feature-project .header-icon{margin-right: 6px;}
#feature-project .main-loop.list .article-excerpt{ padding:0 2px 15px 15px;}
#proj-gal .main-loop.list .article-logo-wrapper {float:left;width:18%;}
.main-loop.list .article-logo {margin-bottom:18px;margin-left:16px;}
#feature-project h4
{
color:#F15922 !important;
font-size:13px;
font-weight:500;
text-decoration:underline;
margin:0px;
padding:0px;
}

#feature-project h4 a{color:#F15922 !important;}
   
#proj-gal h4 {
font-size:13px;
text-decoration:underline;
margin:0px;
padding:0px;
   }
#proj-gal h6 {
text-align:center;
margin:0px;
   }
#proj-gal .main-loop.list .article-image-wrapper{float:left;width:34%;}
#feature-project .main-loop.list .excerpt, 
#proj-gal .main-loop.list .excerpt {font-size:13px;line-height:1.3em;}

#feature-project .main-loop .excerpt a{ color:#948A94;}
.adv-search-title{width:30%; float:left;}

@media only screen and (max-width: 480px) {
.adv-search-title{width:100%; float:left;}
#main-menu-wrapper1 .tab-content{
margin-bottom:10px;}
#location input.span7 {/*background:#F3EFF2;*/ margin-left:0px;}

}
#tab ul li.heading
{
color: #ffffff;
    font-family: Signika,Arial,Sans-Serif;
    font-size: 17px;
    font-weight: 700;
	border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
	 margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
	margin-top:4px;
	text-transform:uppercase;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus{ background-color:#ffffff; border-color:#ffffff; color:#333333;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #333333;
  text-decoration: none;
  background-color: #eeeeee;
  background-image:none;

}


<!--arrow-->
#location .discussion-bubble-content:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(238, 238, 238, 0) #EEEEEE rgba(238, 238, 238, 0) rgba(238, 238, 238, 0);
    border-image: none;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 7px;
    width: 0;
}
 #location .discussion-bubble-content {
    margin-left: 60px;
    position: relative;
}
.bubble {
    background-color: #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 12px;
    padding: 3px;
}
.searchbox ul.nav li.adv-search,
.main-content ul.nav li.adv-search{float:right;}
.searchbox ul.nav li.adv-search  a,
.main-content ul.nav li.adv-search  a{ background:none;border:0px;}
.searchbox ul.nav li.adv-search  a:hover,
.main-content ul.nav li.adv-search  a:hover{ background:none;border:0px;}
.searchbox ul.nav li a:hover,
.main-content ul.nav li a:hover {color:#333333;background:#9ACEFF; border:1px solid #9ACEFF; }
#tab .nav-tabs li.adv-search a:hover{text-decoration:none;}

#tab .nav-tabs li.adv-search a{
text-decoration:underline; 
 color:#000;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
            #main-menu-wrapper1 [class*="span"] {
            margin-left: 0;
            width: 100%;
            }
        }
