body {
    background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;	
}

.mobile-logo h1{
    font-size:16px;
    display:inline;
}
.mobile-logo{
    width:200px;
}
.mobile-logo img{
    width:30px;
    position:relative;
    bottom:0px;
    display:inline;
}
.mobile-logo a h1{
    color:#fff;
}
.page .mobile-logo h1{
    font-size:16px;
}
.top-bar, .top-bar ul {
    background-color: #000;
}
.desktop-logo{
    width:300px;
}
.desktop-logo img{
    width:48px;
    padding-left:8px;
}
.top-bar a{
    color:#fff;
}
.top-bar a h1{
    color:#fff;
}
.desktop-logo h1{
    font-size:20px;
    letter-spacing: 0;
    display:inline;
    font-weight:800;
    padding:4px 0 0 8px;
}
.page .desktop-logo h1{
    font-size:20px;
}
h1{
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#333;
	font-size:25px;
	padding-top:10px;
	padding-bottom:0px;
	overflow-wrap: break-word;
    word-wrap: break-word;
	position: relative;
    z-index: 500;
}
h1.white-text{
    color:#fff;
}
.page h1{
    font-size:30px;
	padding-bottom:10px;
    font-weight: bold;
}
h2{
	font-family: 'Montserrat', sans-serif;
	color:#4C4C4C;
	font-size:22px
}
h3{
    color:#555;
	margin-top:50px;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
h3.similar{
	margin-top:20px;
	text-transform:none;
	color:#7F7E7E;
	font-size:24px;
}
.social{
    margin-top:15px;	
}
.related li{
	margin:5px 0;
}
.related li i{
	margin-top:4px;
	color:#cc3333;
}

.related li a{
    color:#333;
	font-size:18px;
}
.page h3{
    margin-top:10px;	
}
.top-bar #search .columns{
    padding-right:0;
	padding-left:0;
}
.title-bar-section ul li>a.button{
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	background-color:#3399FF;
}
.search{
    position:relative;
}
.menu-icon {
    right: .5rem;
    top: 1rem;
    position: absolute;
    width: 23px;
}
.title-bar .name h1 img{
	width:22px;
}
.title-bar #search .button.expand{
	text-transform:none;
	background-color:#f04124;
	font-size: 12px;
}
.page .search{
    margin-top:30px;	
}
.search:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: 'FontAwesome';
    content: '\f002';
    background: #51D682;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
input[type="text"].searchTerm {
  width: 100%;
  border: 5px solid #51D682;
  padding: 5px;
  height: 60px;
  border-radius: 5px;
  outline: none;
  font-size:14px;
}
input[type="submit"].searchButton {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
   opacity: 0;
   position:absolute;
}
.footer{
    color:#ccc;
	font-size:14px;
	margin-top:80px;
	padding:40px 0;	
}
.row{
    max-width:1000px;	
}
.button{
    background-color: #51D682;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;	
}
.radius{
    border-radius: 6px;
}
.header{
	padding-bottom: 30px;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    height:30px;
    position:relative;
}
.header.with-image{
    height:111px;
}
.overlay {
    padding: 140px 15px 80px 15px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
}

.list-item{
    padding:25px 0 15px 0;
	border-bottom:4px solid #ccc;
	overflow-wrap: break-word;
    word-wrap: break-word;
}
.list-item h2 a{
    border-bottom:1px dotted;
    color:#4C4C4C;
}
.list-item h2 a:hover{
    border-bottom:none;
}
a .list-item:hover{
   background-color: #51D682;
}
a .list-item:hover h2{
   color: #fff;
}
.list-item .button{
    background-color:#333;
	float:left;
}
.intro-button.offer{
    background:#9E9E9E;
    font-size:14px;
}
.intro-button{
    display: inline-block;
    background: #3399ff;
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.666em;
    font-weight: normal;
    position:relative;
}
.red-title-button{
    background: #cc3333;
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.666em;
    font-weight: normal;
    position: relative;
    top: -16px;
    margin: auto;
    width: 300px;
    text-align: center;
}
.info-section p{
    color:#666;
	font-size:16px;
	margin:35px 0;
}
.buy-bar{
	padding:20px 0;
	overflow:auto;
}
.buy-bar .button{
    background-color:#3399FF;
	margin-bottom:10px;
	border:3px solid #3399FF;
	padding: 12px;	
}
span.price-discounted{
    text-decoration: line-through;
}
.buy-bar .button.main-button{
    color: #fff;
	background-color:#ec2c1e;
    font-size:20px;
    border:none;
    font-weight:800;
    padding:20px;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.buy-bar .button.main-button:hover{
    background-color:#b31717;
}
.reveal-modal{
      padding:36px 10px;	
}
.reveal-modal h2{
    color:#333;
	text-transform:none;
	font-size:26px;	
}
.categories{
    font-size:14px;
}
.categories span{
    text-transform:uppercase;
    color:#ccc;
    font-weight:600;
}
.categories a{
    background-color: #51D682;
    color: #fff;
    padding: 0 3px;
}
input[type="submit"]{
	background-color:#51D682;
	padding:10px 20px;
	color:#fff;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight:700;
	text-transform:uppercase;
}
.list-item .button{
    font-size: 14px;
}
.list-heading {
    padding: 40px 0 5px 0;
    border-bottom: 4px solid #ccc;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.list-heading h2{
	text-transform: uppercase;
    font-weight: 600;	
}
.buy .button{
	background-color: #3399FF;
}
.list-item .title{
	color: gray;
    text-transform: uppercase;
    font-size: 12px;
}
.lease .button{
	background-color: #FF3333;
}
.lease-view .button.ghost {
    color: #fff;
    border: 3px solid #FF3333;
	background-color: #FF3333;
}
.faqs h3{
	margin: 25px 0 40px 0;
}
a.faqs{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333333;
    border-bottom: 1px dotted;
}
a.faqs:hover{
	color: #7F7E7E;	
}
.accordion-title{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px dotted #D2D2D2;
    font-size:16px;
}
.accordion .accordion-item>a, .accordion dd>a {
    background: #FFFFFF;
    font-weight: 600;
}
.accordion-content{
    padding: 30px;
    border: none;
    border-bottom: 0;
    background-color: #f9f9f9;
    color: #000;
    font-size: 14px;
}
.content p {
    line-height: normal;
	color: #555;
	font-size: 14px;
}
.social-top {
    padding: 7px 0 15px 0;
	border-top: 1px solid #888;
}
.social-top a{
	line-height: normal;
    color: #3b5998;
}
.social-top a .follow{
	color: #fff;
	padding-left: 10px;	
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}
.fa-lg {
    font-size: 2.333333em;
    line-height: 38px;
    vertical-align: -15%;
	font-size: 30px;
}
.fa-square{
	font-size: 28px;	
}
.adsbygoogle{
	margin-top: 30px;	
}
.discounts {
    background-color: #3B5998;
    padding: 10px 20px;
    border-radius: 3px;
	margin-top:50px;	
}
.discounts a{
    color: #FFFFFF;
    text-decoration: none;
    line-height: inherit;
	font-size: 18px;
}
.discounts:hover{
    color: #FFFFFF;
	background-color: 557ED6;
}
.pad{
	padding: 0;	
}
/* ADDTHIS */
.addthis_jumbo_share{
    margin-top: 20px;
}
.at4-jumboshare .at4-count {
    font-size: 0px !important;
    line-height: 0px !important;
}
.at4-jumboshare .at4-count-container:before {
    border-left-color: #C5C0B5;
    right: 146px;
    margin-right: 0px;
}
.at4-jumboshare .at4-count-container {
    border-right: 1px solid #8C8E89 !important;
    padding-right: 0px !important;
    min-width: 75px !important;
    float: left !important;
}
.at4-jumboshare .at4-share-container {
    padding-top: 10px !important;
    float: left !important;
}
.at4-jumboshare .at4-share-btn {
  margin-right: 0px !important;
  padding: 0px !important;
  border: none !important;
}
.at4-jumboshare .at4-share-btn span {
  margin-right: 0px !important;
}
a.at-share-btn{
    border:none !important;
}
.at4-jumboshare .at-share-btn {
    margin-right: 0px !important;
}
.at4-jumboshare a .at-label {
    display: none !important;
}
.filter-link.active {
    background-color: #9D0A0E;
}
.share table{
	border: none;
	margin: auto;
}
.share table tr th, table tr td {
    padding: 0;
}
.package-btn span{
    font-size:24px;
    text-transform:uppercase;
}
.escrow-btn{
    background: #ec2c1e;
    padding: 20px;
    color: #fff;
}
.escrow-price{
    padding-top: 9px;
}
.price{
    font-size:2rem;
    padding-top:1rem;
}
/*============These styles will apply to MEDIUM SIZE SCREENS AND BIGGER========== */
@media only screen and (min-width: 40.063em) {
h1{
	font-size:85px;
	font-weight:400;
	padding: 80px 0 30px 0;
}
h1.offer-page{
    padding: 80px 0 0px 0;
}
h1.package{
    font-size:70px;
    line-height:75px;
}
h1.home{
    line-height:80px;	
}
.page h1{
    font-size:50px;
}
.top-bar .name h1 img{
	width:27px;
    margin-right: 11px;
}
h3{
    font-size:17px;
	margin-top:80px;
}
h3.similar{
	margin-top:40px;
	font-size:30px;
}
.related li a:hover{
	color:#A9A9A9;
}
h2{
    font-size:25px;	
}
input[type="text"].searchTerm {
  font-size:18px;
}
.contact{
    padding-top:1rem;
}
.button{
	font-size: 25px;	
}
.page h1{
    font-size:50px;	
}
.list-item .button{
	float:right;
}
.list-item .button:hover{
	background-color:#7B7B7B;
}
.intro-button{
    font-size: 20px;
}
.intro-button.offer{
    margin-top:40px;
    font-size:18px;
}
.info-section p{
	font-size:22px;
}
.buy-bar .button{
    font-size:20px;
	margin:0 5px;	
	padding: 20px 30px;	
}
a.faqs {
    font-size: 16px;
}
.social-top{
	padding: 0;
	border: none;
}
.discounts a{
	font-size: 25px;
}
.red-title-button{
    width:400px;
    font-size:24px;
}
.fa-ul.package{
    font-size:20px;
    padding-left:96px;
}
.package-btn{
    font-size:14px;
    font-weight:200;
}
.header.with-image{
    height: 240px;
}
}