/*
Theme Name: Altus
Theme URI: //themeforest.net/item/altus-multipurpose-wordpress-theme/7814258
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: //themeforest.net/user/Anps?WT.ac=item_profile_text&WT.z_author=Anps
Version: 1.3.5
License: GNU General Public License
License URI: license.txt
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/

@import url(css/core.css);


/*-------------- Daniel Added START -------------------------*/
ul.form-section.page-section {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
.form-all {
    width: 65% !important;padding: 0 10px;    max-width: 400px;
}}

@media screen and (max-width: 825px) {
.carousel-inner {
    width: 100% !important;
}
.testimonials blockquote p {
    line-height: 28px !important;
    width: 100% !important;
}
}

.feature-box-list li {
    border-bottom: solid 2px #E2E2E2;
}

.two-boxes-idx {}

.testimonials blockquote header img {width:120px;}
.tp-caption.large_bold_white, .large_bold_white,.tp-caption.medium_light_white, .medium_light_white {    text-shadow: #000 0 3px 5px;}

.list-content ul li p strong {
    padding: 15px 30px;
    display: inline-block;
    width: 470px;
    font-family: "lato", sans-serif, arial;
    font-weight: 500;
}

@media screen and (min-width:445px) and (max-width: 1999px) {
	.list-content ul li p strong {
	    padding-left: 0;
	    padding-right: 60px;
	}
}

@media screen and (max-width: 444px){
	.list-content ul li p strong {
		width: 100%;
		padding: 15px 0px;
	}
}

.carousel-inner {
    width: 70%;
    min-height: 252px !important;
    margin: 0 auto !important;
}

.orange-button a {
    padding: 10px 15px !important;
    font-weight: 500;
    font-size: 20px !important;
}

.orange-button {}
#orange-button {}

#black-box {z-index:0 !important}

.list-block {}
.list-block li {}
.list-block li h2 {}
.list-block li img {}

.facebook-menu span img {
    width: 35px;
    float: left;
    margin: 0 0 0 2px;
}

li.facebook-menu a {
    width: 160px;
    float: right;
    padding: 6px 0px !important;
}

.sub-menu li a[title="gallery"] {
    border-top: solid 1px #cacaca;
    width: 80%;
    margin: 0 auto;
    padding-left: 4px !important;
}

.sub-menu li a[title="mls-coverage"] {
    border-top: solid 1px #cacaca;
    width: 80%;
    margin: 0 auto;
    padding-left: 4px !important;
}
.recent-posts {
    text-align: center;
}

.recent-posts article.post h1 {font-weight: 600;}

.post-content p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: "lato", sans-serif, arial;
    font-weight: 300;
}

.responsive .site-navigation .sub-menu {z-index:9999;}

.two-box {}
.two-box ul li {
  max-width: 400px;
  float: left;
  padding: 10px;
  list-style: none;
}

.recent-posts .col-sm-3 {
    margin: 0 5px !important;
    padding: 0 8px !important;
    width: 32% !important;
}


.btn {
background: #E29A00;
}

section.style-2 {
background: rgb(86,86,86); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(147,147,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(147,147,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(147,147,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(147,147,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(147,147,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(147,147,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}


section.vc_custom_1400154811881.style-2 {
  padding: 30px 0 0px !important;
}

/*ORIGINAL SIZE*/
.entry-content {
  max-width: 1140px;
  margin: 0 auto;
}

.home-middle, .home-top {
  max-width: 1140px;
  margin: 0 auto;
}

section#text-3 {
  max-width: 1140px;
  margin: 0 auto;
}
/*ORIGINAL SIZE END*/

.genesis-nav-menu a:hover {color:#fff;}

.genesis-nav-menu .menu-item {color:#000;height:30px;}

.genesis-nav-menu .menu-item:hover {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FDB543 0%, #E6620C 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FDB543 0%, #E6620C 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FDB543 0%, #E6620C 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDB543), color-stop(1, #E6620C));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FDB543 0%, #E6620C 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FDB543 0%, #E6620C 100%);
}


.genesis-nav-menu {
background: url('/wp-content/uploads/2015/04/nav-bg.jpg');
}

.genesis-nav-menu a { color: #156cc5; text-transform: uppercase; font-weight: 600; }

#mls-list {
  border: #CCC 1px solid;
  padding: 10px;
  background: #f4f4f4;
  margin-top: 10px;}

.mls-wrapper {
  width: 50%;
  float: left;
}

.page-slide {
  width: 50%;
  float: left;}
/*-------------- Daniel Added END -------------------------*/

/*-------------- Icaro Added START -------------------------*/
div#subnav-bg {
  height: 73px;
  background: url(/wp-content/uploads/2015/03/subnav-bg.gif) repeat-x;
}
h1.maintitle {
  font: 30px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
}

#page-category h1 {
  font: bold 30px arial;
  color: #4f89c5;
  letter-spacing: -1px;
  padding: 5px 0 0 5px;
}

#subpage-index p {
  font-size: 18px;
  color: #444;
  line-height: 21px;
  letter-spacing: 0; 
  text-align: justify;  
  font-family: "lato", sans-serif, arial;
  font-weight: 300;
}

#subpage-index ul li {
  font: 18px arial;
  color: #444;
  line-height: 22px;
  list-style: none;
  text-align: justify;
  font-family: "lato", sans-serif, arial;
  font-weight: 300;
}


h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

#mark a {
  text-decoration: none !important;
  font: 16px Arial, Helvetica, sans-serif !important;
  color: #666666 !important;
  margin-right: 15px !important;
  font-weight: 600 !important;
}

a#goto {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-right: 7px !important;
}

.text-part div a {
  text-decoration: none !important;
  font: 16px Arial, Helvetica, sans-serif !important;
  color: #666666 !important;
}

.video-part { margin-top:20px; margin-left:60px;}
.video-part span {margin-right:11px;}
.video {font-size:14px;}

.text-part {margin-left:60px; height:40px;}
.text-part div { float:left; width:200px; display:inline; margin-right:15px; margin-bottom:20px;}
.text-part div a {text-decoration:none; font:16px Arial, Helvetica, sans-serif; color:#666666;}

.pdf-part {
  margin-top: 5px;
  padding-bottom: 5px;
}

a.manual {
  text-decoration: none;
  font: 18px Arial, Helvetica, sans-serif;
  color: #666666 !important;
  margin-left: 10px;
}

.sup-imagem {  width: 200px;}

element.style {
  color: #2d7ccc;
  font-weight: bold;
}

.img-padding {
  padding: 0 12px 25px 0;
}

input.buy-btn {
  background: url(/wp-content/uploads/2015/03/buybox-btn.gif) no-repeat !important;
  height: 28px !important;
  width: 93px !important;
  text-align: center !important;
  font: bold 15px arial !important;
  line-height: 29px !important;
  text-shadow: 1px 1px 0 #a15609 !important; 
  color: #fff !important;
  border: 0 !important;
}

.product-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 30px 0;
}


.TableProd
    {
        display: table;
    }

    .RowProd
    {
        display: table-row;
    }
    .CellProd
    {
        display: table-cell;
        padding-left: 5px;
        padding-right: 5px;
    }

    .CellProd p {margin: 0 0 6px 0;}

    .CellProd textarea {	
	  width: 315px;
	  height: 80px;
    }

.formProd p {margin: 0 0 6px 0;}

#testimonials-list tr td {
  font: 13px arial;
  padding: 10px;
  line-height: 18px;
}

.marketing-preview {
  margin-left: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #aaa;
}


@media screen and (max-width: 649px) {
	.info-price {
		display: inline-block;
	}
}

#header_span{
	color: #898989 !important;
    padding: 10px 0 3px 0 !important;
    margin: 0;
    text-transform: none;
    font-family: "lato", sans-serif, arial;
    font-weight: 500;
    font-size: 26px;
}

@media screen and (max-width: 500px){
	#header_div {
		display: block;
	}
	#header_span {
		display: none;
	}
}

@media screen and (min-width: 501px){
	#header_div {
		display: none;
	}
	#header_span {
        	display:inline-block;
	}
}

#subpage-index h2.main-subtitle {
  padding-top: 5px;
  font-size: 20px;
  margin-bottom: 18px;
  font-family: "lato", sans-serif, arial;
}
#subpage-index h2 {
  color: #898989 ;
  padding: 10px 0 3px 0 !important;
  margin: 0;
  text-transform: none;
  font-family: "lato", sans-serif, arial;
  font-weight: 500;
  font-size: 26px;
}

@media screen and (max-width: 1999px) {
	#subpage-index h2 {
	    text-align: left;
	}
}

@media screen and (max-width: 649px) {
	#subpage-index h2 {
	    padding: 10px 84px 3px 0 !important;
	}
}

@media screen and (max-width: 584px) {
	#subpage-index h2 {
	    padding: 10px 19px 3px 0 !important;
	}
}

@media screen and (max-width: 565px) {
	#subpage-index h2 {
	    padding: 10px 0px 3px 0 !important;
	}
}

#smp-list {
  background: #eee;
  padding: 10px;
  max-width: 630px;
}
#smp-list ol li {
  font-size: 14px !important;
  font-weight: bold;
}

#subpage-index ol li {
  font: 13px arial;
  color: #444;
  line-height: 19px;
}
.marketing-preview ol li {
  padding-bottom: 10px;
}

#smp-btn {
  height: 28px;
  max-width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/wp-content/uploads/2015/03/subnav-hover.gif);
  font: bold 13px arial;
  text-align: center;
  line-height: 28px;
  display: block;
  margin-left: 15px;
}

#smp-btn a {
  text-decoration: none;
  max-width: 200px;
  color: #fff !important;
}

h2.main-subtitle {
  font: bold 26px arial;
  color: #f79313;
}

#feat-items {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px 0 0px 0;
}

#feat-items table{  margin-bottom: 11px;}
 
#feat-items tbody {  border-bottom: 0px solid #ddd;} 

#subpage-index dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0 0 1px 31px;
}

#subpage-index dl dd {
  font-weight: bold;
  color: #2d7ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 0px 52px;
}

#subpage-index h1 {
  font: 40px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
  text-transform: none;
  font-family: "lato", sans-serif, arial;
}

#subpage-index #toprow .intro-title {
  font: bold 18px arial;
  color: #2d7ccc;
  margin-top: 1px;
}

.get-started-title {
  font: bold 20px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
}

.step-box {
  background: url(/wp-content/uploads/2015/03/smp-steps-box.jpg) no-repeat;
  width: 942px;
  height: 294px;
  margin: 20px 0 0 0;
}
.smp-steps-title {
  font: bold 18px arial;
  color: #f79313;
  padding: 15px 0 0 10px;
}
.step1-table {
  padding-top: 15px;
  width: 90%;
  margin: 0 auto;
}

.step-subtitle {
  font: bold 14px arial;
  color: #444;
  text-align: center;
}

.sup-imagem1 {
  margin: 14px 4px 0 37px;
  max-width: 245px;
}

.sup-imagem2 {
  margin: 14px 2px 0 92px;
  max-width: 310px;
}

.sup-imagem3 { 
  max-width: 215px;
  margin: 8px 0px 0px 0px;
}
.sup-imagem3 p {font: 11px arial !important;}

.added-features{
  font: 14px arial;
  padding: 0px 0px 9px 39px;  
  line-height: 21px;
}

#subpage-index #left-col {
  float: left;
  max-width: 500px;
}

#subpage-index #right-col {
  float: right;
  max-width: 420px;
}

.li-ppc {
  margin: 0px 0px 0px -39px;
}

.newPPC {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  line-height: 19px;
}
.newPPC2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #f79313;
  text-decoration: none;
  font-weight: bold;
  line-height: 39px;
}

#subpage-index p.list-title {
  font: bold 15px arial;
  color: #2d7ccc;
  padding-bottom: 2px;
}

/* #left-col p{margin-top: -10px;} */

.column-img-123 {
  display: block;
  width: 227px;
  height: 127px;
  background: url(/wp-content/uploads/2015/03/new-column-agent123.png) no-repeat;
  text-decoration: none;
}

.column-img-smp {
  display: block;
  width: 227px;
  height: 127px;
  background: url(/wp-content/uploads/2015/03/column-smp.jpg) no-repeat;
  text-decoration: none;
}

.column-img-custom {
  display: block;
  width: 227px;
  height: 127px;
  background: url(/wp-content/uploads/2015/03/column-custom.jpg) no-repeat;
  text-decoration: none;
}

.product-column {
  float: left;
  margin-right: 12px;
}

.product-column .column-bg {
  background: url(/wp-content/uploads/2015/03/product-column-bg.gif) no-repeat;
  width: 227px;
}

.column-title {
  width: 200px;
  padding-top: 18px;
  margin: 0 auto;
}

.column-content {
  width: 213px;
  font: 13px arial;
  color: #333;
  margin: 23px 0 0 0;
}

.column-content ul li {
  list-style: url(/wp-content/uploads/2015/03/check-small.gif);
  margin-bottom: 7px;
}

.column-btn {
  background: url(/wp-content/uploads/2015/03/btn-bg-small.gif) repeat-x;
  height: 23px;
  width: 105px;
  font: bold 12px arial;
  line-height: 23px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.column-btn a {
  text-decoration: none;
  color: #fff !important;
}



 #popular-badge p {
  font: bold 16px arial;
  color: #cd251a;
  letter-spacing: -1px;
  line-height: 19px;
}

#bottomrow .combo-column {
  float: left;
  max-width: 428px;
}

div#combo-lite {
  float: left;
  max-width: 428px;
}

.combo-title {
  text-align: center;
  font: bold 20px arial;
  color: #2d7ccc;
  margin: 5px 0 1px 0;
}
.combo-pricing {
  text-align: center;
  font: bold 14px arial;
  color: #f79313;
  margin: 0 0 20px 0;
}

#left-col .interior-nav ul li.interior-pad {
  padding: 0 -10px 20px 10px;
}

#left-col .interior-nav ul li {
  float: left;
  list-style: none;
  font: 12px arial;
}

#pricebox .title {
  font: bold 19px arial;
  color: #2d7ccc;
  padding-bottom: 3px;
}
#pricebox .price {
  font: bold 14px arial;
  color: #f79313;
}



.price-container {
  width: 380px;
  padding: 15px 0 25px 15px;
}

#price-upgrades .bestdeal {
  font: bold 15px arial;
  font-style: italic;
  color: #F00;
  padding: 8px 0 0 0;
  text-decoration: underline;
}

p#title2 {
  font: bold 19px arial;
  color: #2d7ccc;
  padding-bottom: 3px;
} 

p.bestdeal {
  font: bold 15px arial !important;
  font-style: italic !important;
  color: #F00 !important;
  padding: 8px 0 0 0;
  text-decoration: underline;
}

a.bestdeal {
  font: bold 11px arial;
  color: #2d7ccc !important;
  text-decoration: none!important;
  font-style: italic;
  float: right;
  margin: -76px -12px 0 0px;
}

.row-left {
  float: left;
  padding-right: 22px;
}

.idx-demos ul li {
  font: 13px Arial, Helvetica, sans-serif;
  text-align: justify;
  list-style: none;
  padding-bottom: 5px;
  color: #666666;
}

.igoidx-purchase-topleft {
  background-image: url(/wp-content/uploads/2015/03/idx-mobile-graphic.jpg);
  background-position: top-left;
  padding-top: 756px;
  background-repeat: no-repeat;
  width: 600px;
  height: 166px;
  float: left;
}

.col-left {
  float: left;
  max-width: 600px;
}

.col-right {
  float: right;
  max-width: 420px;
}

.col-right h1 {
  font-weight: bolder;
  color: #2d7ccc;
  font-size: 25px;
}

.why-mobile h3 {
  font: 40px Arial, Helvetica, sans-serif;
  color: #276dc8;
  font-weight: bold;
  margin-bottom: 5px;
}

.why-mobile p {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

ul.idx-right-ul li {
  list-style: none !important;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2d7ccc;
}

.igoidx-checklist ul li h3 {
  font-weight: bold;
  color: #1867b2;
  font-size: 22px;
}

.igoidx-checklist ul li p {
  font-weight: bold;
  color: #317abe;
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0 0 0;
  padding: 0;
}


.igoidx-checklist ul {
  list-style-image: url(/wp-content/uploads/2015/03/check-mark.png) !important;
}

p#asterisk-content {
  color: #317abe;
  font: 13px Arial, Helvetica, sans-serif normal;
  font-style: italic;
}

.mls-idx h1{
  color: #2d7ccc;
  font-size: 20px;
  margin-top: 10px;
}

.mls-idx ul{
  list-style: none !important;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2d7ccc;
}

p.sub-title h1{
  font-size: x-small !important;
}

.mls-left {
  float: left;
  max-width: 420px;
  margin-right: 136px;
}
.mls-right {
  float: left;
  max-width: 444px;
}

.mls-left-title {
  float: left;
  max-width: 420px;
  margin-right: 136px;
}
.mls-right-title {
  float: left;
  max-width: 444px;
}

div#mls-liststitle {
  margin-top: 14px;
}

div#mls-liststitle a{
  font-size: 18px;
}

.get-started-title-mls {
  font: bold 20px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
  margin: 10px 0 -6px 0;
}

#mls-liststitle ul li {
  list-style-image: url(/wp-content/uploads/2015/03/check-small.gif);
  line-height: 22px;
  width: 500px;
}
#mls-listst ul li {
  list-style-image: url(/wp-content/uploads/2015/03/check-small.gif);
  line-height: 22px;
  width: 500px;
}

.combo-pop h3 {
  font: bold 20px arial;
  color: #2d7ccc;
  text-align: center;
  letter-spacing: -1px;
}
#idxintegration {
  font: bold 13px arial;
  color: #2d7ccc;
}

.list-left {
  float: left;
  width: 50%;
}
.list-right {
  float: right;
  width: 49%;
}


.list-right ul li {
  list-style-image: url('/wp-content/uploads/2015/03/check-small.gif');
}

.idx-subtitle h2 {
  font: 34px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
}

.list-left ul li {
  list-style-image: url('/wp-content/uploads/2015/03/check-small.gif');
}

.screenshot-images ul li {
  list-style: none;
  float:left;
}

#mls-list ul li {
  list-style-image: url('/wp-content/uploads/2015/03/check-small.gif');
  line-height: 22px;
  width: 500px;
}

.list-states ul li {
  list-style-image: url('/wp-content/uploads/2015/03/check-small.gif') !important;
  margin-left: 20px;
}
.list-left-1 {
  float: left;
  width: 25%;
}
.list-left-2 {
  float: left;
  width: 25%;
}
.list-right-1 {
  float: left;
  width: 25%;
}
.list-right-2 {
  float: left;
  width: 25%;
}

.box-home-page p{
  padding: 0 44px 0 44px;
}
.box-home-page h2{
   font-size: 16px;
}
.wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
.quote-sidebar {margin-top: 220px;}
}

@media only screen and (max-width: 1200px) {
#right-coll-web { float: left !important;}
}

@media only screen and (max-width: 750PX) {
 .recent-posts .col-sm-3 {width: 100% !important;}
}

@media only screen and (min-width: 751PX) and (max-width:990px) {
 .recent-posts .col-sm-3 {width: 30% !important;}
}

.list-content {
    margim: 5px 0 5px -39px;
}

#left-coll {
  float: left;
  max-width: 50%;
}

#right-coll {
  float: right;-width: 50%;
}

.combo-popup h3 {
    font: bold 20px arial;
    color: #2d7ccc;
    text-align: center;
    letter-spacing: -1px;
}

#idxintegration {
    font: bold 13px arial;
    color: #2d7ccc;
}

#idxintegration tr .subtitle {
    text-align: left;
    font: bold 16px arial;
    background: #eee;
    padding: 8px 3px;
    color: #f79313;
}
#idxintegration tr td {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: left;
}
tr, td {
    border-color: #f0f0f0;
}

.integration-title {
    background: #2d7ccc;
    padding: 10px;
    font: bold 14px arial;
    color: #fff;
}

#cboxTitle { display: none !important;}

button.contact_button_lightbox {
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
        margin-bottom: 10px;
}
button.contact_button_lightbox {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
button.contact_button_lightbox {
	position:relative;
	top:1px;
        padding: 5px 15px 5px 15px;
}

hr {
      border-top: 5px solid #eeeeee;
}


button.button_more_idx {
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
        margin-bottom: 10px;
}
button.button_more_idx {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
button.button_more_idx {
	position:relative;
	top:8px;
        padding: 5px 15px 5px 15px;
}
.bottom-content {
    width: 41%;
    float: right;
    font-family: "lato", sans-serif,arial;
    font-size: 18px;
    font-weight: 300;
}

td.feat-name {
    display: list-item;
    list-style: disc inside;
}

#idx-title tr td {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: left;
}

.idx-title {
    background: #735023;
    padding: 10px;
    font: bold 14px arial;
    color: #fff;
}

td.idx-name {
    display: list-item;
    list-style: disc inside;
    color: #735023;
}

#broker-title tr td {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: left;
}

.broker-title {
    background: #7B0E3D;
    padding: 10px;
    font: bold 14px arial;
    color: #fff;
}

td.broker-name {
    display: list-item;
    list-style: disc inside;
    color: #7B0E3D;
}

.bottom-form {
    width: 56%;
}

.fieldname input{
    width: 49%;
    /*font: 18px/25px "Proxima Nova Lite","helvetica neue",arial,helvetica,sans-serif;*/
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin: 0;
    padding: 6px;
    display: inline-block;
    line-height: 1.2;
    resize: none;
    -webkit-appearance: none;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "lato", sans-serif, arial;
}
.fieldsform input, textarea, select{
    width:100%;
   /*font: 17px/25px "Proxima Nova Lite","helvetica neue",arial,helvetica,sans-serif;*/
    font-size: 17px;
    line-height: 2.5rem;
    font-weight: 300;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin: 0;
    padding: 6px;
    display: inline-block;
    line-height: 1.2;
    resize: none;
    -webkit-appearance: none;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "lato", sans-serif, arial;
}

span.wpcf7-form-control-wrap.your-name {
    
}

input.wpcf7-form-control.wpcf7-submit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
    background-color: #fb9e25;
    width: 61%;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font: 1.8rem/2.5rem "Proxima Nova Lite","helvetica neue",arial,helvetica,sans-serif;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
    margin-bottom: 10px;
    width:100%;
}


.wrapper-form {
    border: 1px solid #ccc;
    padding: 20px 40px 1px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
    background: #fff;
    box-shadow: #A4A4A4 0 3px 2px;
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,e3e3e3+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
.wrapper-form h1{
    /*font: 40px "Proxima Nova Bold",'helvetica neue',arial !important;*/
    letter-spacing: -2px !important;
    font-size: 40px !important;
    margin: 20px 0;
    text-align: center;
}
.wrapper-form p{
    font: 17px/25px "Proxima Nova Lite","helvetica neue",arial,helvetica,sans-serif !important;
    line-height: 2.5rem !important;
    font-weight: 300 !important;
}
span.red {
    color: red;
}
.formProd {
    margin-top: 10px;
}

#left-coll-web {
  float: left;
  max-width: 552px;
}

#right-coll-web {
  float: right;
  max-width: 551px;
}
.wrapper-form-sidebar {
    border: 1px solid #ccc;
    padding: 0px 6px 0px 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    box-shadow: #A4A4A4 0 3px 2px;
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,e3e3e3+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.wrapper-form-sidebar h1{
    color: #2D7CCC;
}

.top{
  margin-top:35px;
}

.sliderTop {
    margin-bottom: 35px;
    display: none;
}

#broker #product-list p {
    font-weight: bold;
}
#product-list p {
    font: 13px arial;
    line-height: 17px;
}
.footer-6 {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.footer-7 {
    float: left;
    width: 100px;
}
.footer-5-2 {
    float: left;
    width: 176px;
}
.footer-8 {
    float: left;
    width: 50pX;
}
.footer-9 {
    float: left;
    width: 119px;
}

.footer-1-2 {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.Our-features li{
    float: left;
    max-width: 541px;
    margin-bottom: 10px;
    padding-right: 3.5%;
}
.Our-features ul{
    padding: 0;
}

.sup-imagem {
    width: 250px;
    padding: 0 7px 0 10px;
}

.slider-content {
    max-width: 450PX;
    float: left;
    margin-right: 30px;
}
.slider-imgs {
    max-width: 600px;
    float: left;
}
.sliders-gallery {
    margin-top: 30px;
}

.screenshot-box {
    float: left;
    margin: 0 0 0 16px;
    text-align: center;
    width: 305px;
}

@media only screen and (max-width: 1200px) {
.slider-content { max-width: 100% !important;}
}

.clear {clear:both;}

.screenshot-box {
  font: bold 13px arial;
  color: #2d7ccc;
  text-align: center;
  font-style: italic;
  width: 300px;
}

#screenshots {
  font: bold 13px arial;
  color: #2d7ccc;
  text-align: center;
  font-style: italic;
  width: 300px;
}

.screenshot-images {}
.screenshot-images ul {}
.screenshot-images ul li {list-style: none !important;  float: left;}

.screenshot-box p {
  font: bold 13px arial;
  color: #2d7ccc;
  text-align: center;
  font-style: italic;
  width: 300px;
}

.bottom-list {}
.bottom-list ul {}
.bottom-list ul li {  
  list-style-image: url('/img/check-small.gif');
  float: left;
  width: 20%;}

#mls-idx-solution {
  font: bold 26px arial;
  color: #f79313;
  padding: 30px 0 3px 0;
}

#mls-page-title {
  font: 30px arial;
  color: #2d7ccc;
  letter-spacing: -1px;
}

.list-title {
  font: bold 15px arial;
  color: #2d7ccc;
  padding-bottom: 2px;
}

.list-title-2 {  
  font: 13px arial;
  line-height: 17px;}

.entry-title {
  height: 73px;
  color: #5CADFF;
  font-size: 35px;
  padding: 0 0 0 20px;
}

.entry-header {
background: url(/img/subnav-bg.gif) repeat-x;
  margin: 0 auto;
margin: 0 0 0 0;
width: 100%;}


.content {padding: 0px 0px 10px 0px !important;}

.mls-wrapper-right {width: 49%; float: left;}

a {color: #f79313}

.page-slide {margin: 0 10px;width:100% !important;}

#bottom-list-h3 {}
#bottom-list-p {}

#phonenumber {
  font: bold 19px arial;
  color: #2d7ccc;
  font-style: italic;
  margin: 8px 0 0 5px;}

.orange {color: #f79313;}

.interior-nav p {}

h2.mls-contact-form {}

.mls-contact-form h2 {}

.genesis-nav-menu a:active {color:#fff;}

h1.entry-title {
font-size: 37px;
  max-width: 1140px;
  margin: 0 auto;
}

.entry-content {padding: 0 5%;}

#quote-number {  
  font-size: 40px;
  font-weight: bold;
  text-shadow: #000 0 2px 5px;
}


.websites {}
.websites ul li a p {margin: 0;}

.idx {}
.idx ul li a p {margin: 0;}

.marketing {}
.marketing ul li a p {margin: 0;}

#text-10 {
  width: 100%;
}

.mls-contact-form {
    margin-left: 5%;
} 

.GetQuote-button-prem {
    text-align: center;
    margin-top: 0px;	
}

@media screen and (max-width: 649px) {
	.GetQuote-button-prem {
	    margin-top: 70px;
	}
}

.marketing-list ul li{
    float: left;
    max-width: 500PX;
    margin: 0 63px 0 -40px;
}

@media only screen and (max-width: 800px) {
.sliderHome { display: none;}
}
@media only screen and (min-width: 800px) {
.sliderHomeMobile { display: none;}
}

@media only screen and (max-width: 370px) {
.sliderHomeMobile { margin-top: 19px !important;}
}
.Features-list-idx li{
 margin-bottom: 12px;
}

#left-coll-idx {
    float: left;
    max-width: 400px;
    margin-right: 25px;
}

#right-coll-idx {
    float: left;
    max-width: 400px;
}    

.slider-content-right {
    max-width: 450PX;
    float: left;
    margin-left: 30px;
}

@media (max-width: 630px){
.responsive .top-bar .container {height: 45px !important;}
.responsive .top-bar .close { display: none;}
}

#contact_button_lightbox{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
    background-color: #fb9e25;
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
    margin-bottom: 10px;
}

#idxintegration tr td {width: 100%;}

input.wpcf7-form-control.wpcf7-captchar.success {
    width: 100%;
}

/*-------------- Icaro Added END -------------------------*/

/*-------------- Stephanie Added START-------------------------*/
.GetQuote-button-prem-left {
    padding-top: 20px;
}


.container .row{
  font-size: 14px;
}

.post header img{
  max-width:50%;
}
/*-------------- Stephanie Added END -------------------------*/

/*---------- Yeong Added for Mobile Responsive START ---------*/
@media screen and (max-width: 1024px) and (min-width: 768px){
  .text{
    margin-top: -49px;
  }

  .list{
    width: 49% !important;
  }

  .wpb_content_element {
    width: 45% !important;
    margin-bottom:84px !important;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px){
  .visible-md{
    display: block !important;
  }

  .list{
    width: 100% !important;
    padding-left: 110px !important;
    padding-right: 120px !important;
  }

  .wpb_content_element {
    width: 56% !important;
    margin-bottom: 29px !important;
  }
}

@media screen and (max-width: 425px){
  .visible-md{
    display: block !important;
  }

  .list{
    width: 100% !important;
  }

  .wpb_content_element {
    width: 100% !important;    
  }

  .text{
    text-align: center;
  }

}

/*---------- Yeong Added for Mobile Responsive END -----------*/

.content-right{
  max-width: 564px !important;
}

.slider-content-maxwidth{
  max-width:500px !important;
}

.slider-content li{
  margin-top: 13px !important;
}

.slider-content li:first-child{
  margin-top: 0px !important;
}

.container-content{
  padding-top: 10px;
  display: inline-block;
}