@charset "utf-8";
/* CSS Document */

body {
        background-color:#002833

}
	
a{
	text-decoration:none !important
}

a:hover{
	text-decoration:none
}

a:visited{
	text-decoration:none
}

a:active{
	text-decoration:none
}


body::-webkit-scrollbar {
    width: 12px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#001820
}
 
body::-webkit-scrollbar-thumb {
  background-color: #666666;
  outline: 1px solid slategrey;
  border-radius:2px;
}

.mainheading{
	width:100%;
	height: 1080px;
	margin-top:0px;
	background-image: url(../imgs/landingbackground.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.newlistingbutton{
	border: 1px solid #2BD5FF;
	padding:10px 20px;
	margin-left: 5px !important;
}
.headingbg{
	position: absolute;
	width:100%;
	height: 1080px;
	background-color: #00506A;
    opacity: 0.8;
}

.searchsection{
	background-color:#E9E9EF;
    padding-bottom: 40px;
    padding-top: 40px;
}

#topwrapper{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	text-align:left;
	max-width: 960px;
	text-align:center
}


header.large{
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 99;
	width:100%;
	text-align:center;
	padding-top:18px;
	background: #003C4A;
	background: rgba(0, 0, 0, 0);
	height: 130px;
	background: linear-gradient(0deg, rgba(2,60,75, 0.4), rgba(2,60,75, 0));
	
}

.altheader{
	position:fixed;
	top: 0px;
	left:0px;
	z-index: 999;
	width:100%;
	text-align:center;
	padding-top:18px;
	background: #003C4A;
	height: 70px;
	display: none	
}
.floatleft{
	float:left
}

#logowrapper{
	}

h1.logolarge{
	font-family:journalregular;
	font-size:100px;
	color:#ffffff
}

h2.logolarge{
	font-family:journalregular;
	font-size:60px;
	text-shadow: 2px 2px 8px #333333;
	color:#ffffff
}

h1.logosmall{
	font-family:journalregular;
	font-size:70px;
	text-shadow: 2px 2px 8px #333333;
	color:#ffffff;
	margin-top: -20px !important;

}

#logo {
	 width:100%;

	 margin:0px
}

.tspacing{
	letter-spacing: -25px
}


#topoptions.lg{
	float:right;
	padding-top:40px
}

#topoptions.sm{
	float:right;
	padding-top:10px;
}

.headingbutton{
	background-color: rgba(0,0,0, 0);
	border-radius:4px;
	padding:10px;
	margin:0px;
	color:#fff;
	display:inline;
	text-decoration:none
}
.headingbutton:hover{
	background-color: rgba(0,113,140, 0.6);
	text-decoration:none;
}

 .options{
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
  	position: relative;
  	top: 30%;
  	transform: perspective(1px) translateY(-50%);
 }
 
 .optiontitle{
	color:#fff;
	font-size:80px; 
	font-weight:bold;
	font-family:journalregular
 }
.optionbox{
	background: rgba(0,0,0,0);
	width:250px;
	border-radius:10px;
	padding:1%;
	font-size:2vw;
	vertical-align:middle;
	color:#CCC;
	border:2px solid #fff;
	margin-left:auto;
	margin-right:auto
}

.optionbox:visited{
	background: rgba(0,0,0,0);
}

.optionbox:active{
	background: rgba(0,0,0,0);
}

.optwrapper{
	width:44%;
	margin-left:3%;
	margin-right:3%;
	display:inline-block;
	text-align: center;
    color: #ffffff;
	
}
h2.homeopttitle{
	font-family:passionregular;
	font-size:88px;
	padding-bottom: 20px !important;
	line-height:32px
}

.homeopttitlesub{
	font-size:28px;
	color:#2BD5FF;
	line-height: 0px;
	
}
.optdescription{
	font-size:19px;
	text-align:center;
	max-width:400px;
	color:#FFF;
	padding-top:20px;
	height: 100px;
}
.optionlink {
    padding: 5px 10px;
}
.homebutton{
	font-family:passionregular;
	font-size:36px;
	color:#FFF;
	margin-bottom: 0px;
}
.optionbox:hover{
	color:#FFF;
	margin-bottom: 0px;
	background: rgba(0,113,140,0.4);
	text-decoration:none
}
.btn-custom{
	background-color: rgba(0,116,149, 0.6) !important;
	border-width:0px !important;
	font-size: 16px !important;
	line-height:1.6 !important;
}

.btn-custom:hover{
	background-color: rgba(0,150,193, 0.6) !important;
}
.btn-custom-youraccount{
	background-color: rgba(205,24,29, 0.6) !important;
	border-width:0px !important;
	font-size: 16px !important;
	font-weight:bold !important;
	vertical-align: unset;
}


.btn-custom-youraccount:hover{
	background-color: rgba(205,24,29, 0.9) !important;
}

#livesearch{
	background-color:#ffffff;
	border-radius:4px;
	text-align:left;
	color: #555;
	position: absolute;
    display:none;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    margin-left: 28px;
    margin-top: -28px;


}
.livesearchopt{
	cursor: pointer;
	padding:7px;
}
.livesearchopt:hover { 
    background-color: #EAEAEA;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    padding: 2px;
    margin-top: 8px;
    list-style: none;
    background-color: #ffffff;
    border: 0px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius:3px;
    max-height: 250px;
    overflow-y:scroll;
}
.ui-autocomplete > li {
  padding: 0px;
}
.ui-autocomplete > li.ui-state-focus {
  
}
.ui-helper-hidden-accessible {
  display: none;
}

.ui-state-active { 
    background-color: #EAEAEA;
}

.ui-menu-item-wrapper{
	padding: 3px 10px;	
}

.ui-autocomplete::-webkit-scrollbar {
    width: 9px;
}
 
.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#A6A6A6}
 
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #00BBEA;
  outline: 1px solid slategrey;
  border-radius:2px;
}

    
#searchmarker{
	position:absolute;
	bottom:0;
	height:70px
}

 .searchwrapper {
	width: 80%;
    max-width: 700px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-khtml-border-radius: 10px;
	padding:10px;
 }
  .livesearchwrapper {
	width: 80%;
    max-width: 700px;
	margin-left:auto;
	margin-right:auto;
 }

 
 .searchbox {
	position:relative;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px; 
	-khtml-border-radius: 8px;
	padding: 10px;
	line-height:40px;
	height: 52px;
	width: 530px;
	font-family:arial;
	font-size:18pt;
	color:#333;
	border-width:0px;
	float:left;
	vertical-align:middle;
}

.searchbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #29CDF6), color-stop(1, #0AB4DE) );
	background:-moz-linear-gradient( center top, #29CDF6 5%, #0AB4DE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#29CDF6', endColorstr='#0AB4DE');
	background-color:#79bbff;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	font-style:normal;
	padding-top: 4px;
	height: 52px;
	line-height:39px;
	width:139px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px .528ecc;
	cursor:pointer;
}

.searchbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0AB4DE), color-stop(1, #29CDF6) );
	background:-moz-linear-gradient( center top, #0AB4DE 5%, #29CDF6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0AB4DE', endColorstr='#29CDF6');
	background-color:#378de5;
}.searchbutton:active {
	position:relative;
	top:1px;
}


.searchbuttonsmall {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #29CDF6), color-stop(1, #0AB4DE) );
	background:-moz-linear-gradient( center top, #29CDF6 5%, #0AB4DE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#29CDF6', endColorstr='#0AB4DE');
	background-color:#79bbff;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	padding-top: 3px
	padding-left: 0px;
	
	height: 17pt;
	line-height:21px;
	width:90px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px .528ecc;
}

.searchbuttonsmall:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0AB4DE), color-stop(1, #29CDF6) );
	background:-moz-linear-gradient( center top, #0AB4DE 5%, #29CDF6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0AB4DE', endColorstr='#29CDF6');
	background-color:#378de5;
}.searchbuttonsmall:active {
	position:relative;
	top:1px;
}


#searchbutt{
	color:#FFF;
	float:right;
}

#searchbuttmobile{
	display:none
}

#searchbuttsmall{
	position:relative;
	right:4px;
	top:-28px;
	color:#FFF;
	float:right;
	cursor:pointer;
	
	
}
#browseopt{
	width: 700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-right:30px
}

.featured{
	margin-top:0px;
	background-color: #ffffff;
}

.featuredwrapper {
	background-color:#CCC;
	border-radius:8px;
	padding:20px
}

#featuredheadinghome{
	color:#29CDF6;
	border-bottom:1px dotted #fff;
	text-align:center;
	font-size:28px;
	width:100%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	padding-top:30px
	
}
.rowcontainer{
	width:100%;
	text-align:center;
}

#homefeatureboundingbox{
	overflow:hidden;
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.featurelink {
	padding:0px;
}

.opt{
	background: #E9E9EF;
	cursor: pointer; 
	padding:8px;
	height:34px;
	border-radius:5px;
}

.opt:hover{
	background: #E0E0E9;
}

.featuredrow{
	width: 700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:40px
	
	
}

.column {
	padding: 0 10px 0 0;
	float:left;
	height:auto;
	font-size: 16px;
	font-family:arial;
	text-align:left
}

.featurename{
	width:100%
}

.featurelocation{
	width:200px
}

.featurespecialties{
	overflow:hidden
}

#mobileboundingbox{
	display:none
}	

.pricingbg {
	height: 720px;
    /*background-image: url(../imgs/background4.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    padding: 30px;
	padding-top: 70px;
}


.pricingoptionwrapper{
	position: relative;
	float:left;
	width: 31%;
	margin-left:1%;
	margin-right:1%;
	background: rgba(0,0,0, 0.75);
	border-radius:8px;
	height: 390px;
	padding: 10px;
}

.pricingwrapper{
	max-width:80%;
	margin-left:auto;
	margin-right:auto
}

h3.packagetitle {
	font-size:21px;
	font-weight:bold;
	border-bottom:2px dotted #fff;
	color:#FFF;
	margin:15px;
	line-height:20px;
	padding-bottom:5px;
	height:55px
}

p.packageprice {
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	margin:15px;
	padding-top:15px;
	line-height:15px
}


p.priceitem{
	font-size:17px;
	color:#999999;
	border-bottom:0px solid #ffffff;
	padding:10px;
	margin-top:0px;
	height:107px
	
}

.orderbutton{
	background-color: rgba(43,213,255, 0.4);
	border-radius:5px;
	padding:10px 50px;
	margin:0px;
	color:#fff;
	display:inline;
}

.orderbutton:hover{
	background-color: rgba(43,213,255, 0.6);
}

h3.pricingheading{
	color: #29CDF6;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
}

.packagepricewrapper {
	position: absolute;
  	bottom: 0;
  	padding-bottom:15px;
	width:95%
}


.newline {
	display:inline
}

.newlinemobile {
	display:none
}

.footerwrapper{
	width:100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 60px 20px ;
}

#bottom{
	padding: 20px 0px ;
	text-align:center;

}

.contactleft{
	float: left;
    width: 49% !important;
    margin-right: 1%;
}

.contactright{
	float: left;
    width: 50% !important;
    margin-right: 0px;
}

p.contactus{
    color: #29CDF6;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
	text-align:center
}

.input-group {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.searchbar {
	height: 50px;
    font-size: 20px !important;
    width: 100% !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.searchbarbutton {
	height: 50px;
    font-size: 18px;
	font-weight:bold;
	width:100%;
	border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;

	
}

.searchbarbuttonmobile{
	display:none
}

.tab {
    overflow: hidden;
    padding-left:25px;
    height:44px
   
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 17px;
    color:#ffffff
}


.tab button:hover {
    border-bottom:4px solid #2BD5FF;
    color:#2BD5FF
}


.tab button.active {
   border-bottom:4px solid #2BD5FF;
   color:#2BD5FF
}


.tabcontent {
    display: none;
    padding: 6px 12px;
    
    border-top: none;
}
#searchbarwrapper{
	position:absolute;
	top:40%;
	width:100%
}

#homesubtitle{
	color:#ffffff;
	text-align:center;
	max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 25px;
    max-width: 450px;
}

.homesectionbottom{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	text-align:center;
	padding-bottom: 25px;
	font-size:18px
	
}


#scrollicon a {
  padding-top: 70px;
}
#scrollicon a span {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 0px solid #fff;
  border-bottom: 0px solid #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  8% {
    -webkit-transform: rotate(0deg) translate(0px, 5px);
    opacity: 1;
  }
  16% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  24% {
    -webkit-transform: rotate(0deg) translate(0px, 5px);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  8% {
    transform: rotate(0deg) translate(0px, 5px);
    opacity: 1;
  }
  16% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  24% {
    transform: rotate(0deg) translate(0px, 5px);
    opacity: 1;
  }
  32% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }


  100% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }

}

.articlebox{
    padding-bottom: 15px; 
    padding-top: 15px; 
    margin-bottom: 20px; 
    border-radius:6px;
 }


 
 .homearticletitle{
    font-size:24px; 
    font-weight:bold; 
    color:#666666
}


.homearticletext{
    color:#666666
}

.articlebox:hover .homearticletitle{
    color:#333333
}
.articlebox:hover .homearticletext{
    color:#333333
}

.featuredheading{
	font-size:30px;
	text-align:center;
	color:#29CDF6;
	background-color:#0EC3F3;
	padding-top:40px;
	padding-bottom:40px;
	font-weight:bold;
	
}

.popularcategories{
	background-color:#F0F0F0;
	padding-top:40px;
	padding-bottom:40px;
	font-weight:bold
	
}


.featuredlistingbox{
	width:300px;
	padding:8px;
	margin:3px;	
	display:inline-block;
	height:280px;
	overflow:hidden
}

.featuredlistingbox .border{
	border: 2px solid #E9E9E9;
	padding:50px 8px 8px 8px;
	overflow:hidden;
	position: relative;
    top: -50px;
    height: 210px;
    background-color:#F9F9F9;
    z-index:1
}
.featuredlistingbox .name{
	font-size:23px;
	color: #00586F;
	line-height: 1.15;
	text-align:center;
	letter-spacing: -0.8px;
	font-weight:bold;
	overflow:hidden;
	height: 28px;
}
.featuredlistingbox .credential{
	font-size:14px;
	color: #00586F;
	line-height: 1;
	text-align:center;
	font-family:roboto;
	letter-spacing: -0.8px;
	overflow:hidden;
	padding-bottom:10px
}

.headshot {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    margin: 0px 20px 0px 0px;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #E9E9E9;
    position: relative;
    z-index: 2;
}
.featuredlistingbox .title{
	font-size:18px;
	color: #00C1F2;
	line-height: 1.1;
	text-align:center;
	font-family:roboto;
	letter-spacing: -0.3px;
	height:58px;
	overflow:hidden;
	margin-bottom: 5px;
}

.featuredlistingbox .location{
	font-size:16px;
	color: #00C1F2;
	text-align:center;
	height:25px;
	overflow:hidden;
	line-height:1.4;
	position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 3px;
    font-weight: bold;
	
}

.featuredlistingbox .desc{
	font-size:14px;
	color: #A0A0A0;
	text-align:center;
	overflow: hidden; 
	line-height: 1.2;
    height: 34px;	
}

.featuredlistingbox .avatar{
	width: 100px;
    height: 100px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.searchinputwrapper{
	width:80%;
	display:inline-block;
	float: left;
}
.searchbuttonwrapper{
	width:20%;
	display:inline-block;
	float: left;
}

#featuredmarker{
	margin-top: -60px;
    position: absolute;
}

.loginmodal .header{
	background-color: #f0f0f0;
	height: 65px;
	border-top-left-radius:4px;
	border-top-right-radius:4px	
}

.loginmodal .modal-title{
	font-size:30px;
	display: inline-block;
	color: #003C4A
}
.loginmodal .modal-body{
	background-color: #FCFCFC
}

.loginmodal .loginfield{
	height:50px;
	font-size:18px
}

.loginmodal .loginbutton{
	width:100%;
	font-size:18px
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {


.pricingwrapper {
    max-width: 90%;
}

p.priceitem {
    font-size: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.pricingwrapper {
    max-width: 100%;
}	
h3.packagetitle {
    height: 70px;
}

.pricingoptionwrapper {
    height: 425px;
}

.pricingbg {
    padding-top: 40px;
}

p.priceitem {
    font-size: 16px;
}
.optdescription{
	height: 120px;
}
.tab button{
	padding: 8px 12px;
}
}

@media only screen and (max-width: 767px) {
header.large {
	height: 90px;
}

.btn-custom-youraccount{
	font-size: 15px !important;
	font-weight:normal !important;
	line-height:1 !important;
	padding:8px 7px;
}
	
h1.logolarge{
	font-size:70px;
}
.optdescription{
	font-size:17px;
}
.searchbox {
	height: 43px;
    width: 275px;
}

.searchbutton {
	height: 43px;
    width: 100px;
	font-size: 12pt;
    padding-top: 4px;
}

p.priceitem {
    font-size: 15px;
    padding-top: 0px;
    height: auto;
    color: #C8C8C8;
}

#browseopt {
    width: 100%;
	padding-right: 0px;
}

.pricingwrapper {
    max-width: 1000%;
    margin-left: auto;
    margin-right: auto;
}

.pricingwrapper {
    width: 100%;
}

.pricingoptionwrapper {
	width:100%;
	height:auto;
	margin-bottom: 25px;
}
.newline {
	display:inline
}

.newline {
	display:none
}

h3.packagetitle {
    height: 35px;
}
.packagepricewrapper {
	position:static
}

.pricingbg {
    height: 650px;
}

.headingbutton {
    padding: 8px 7px;
}

.contactleft{
	float: left;
    width: 100% !important;
    margin-right: 0px;
}

.contactright{
	float: left;
    width: 100% !important;
    margin-right: 0px;
}

.tab{
	padding-left: 15px;
}

.tab button{
	padding: 8px 10px;
	letter-spacing:-0.3px
}
.searchwrapper {
    width: 90%;
}
.livesearchwrapper {
    width: 90%;
}

}

@media only screen and (max-width: 695px) {
.btn-custom-youraccount{
   	border-radius: 6px;
    padding: 5px 9px;
    font-size: 14px !important;
	background-color: rgba(0,0,0, 0.7) !important;
	line-height: normal !important;
	margin-left: -5px;
}

.newlistingbutton{
	border: 0px solid #2BD5FF;
	padding: inherit;
	margin-left: 0px;
	margin-right: 0px;
}

.searchwrapper {
    width: 90%;
}
.livesearchwrapper {
    width: 90%;
}

.searchbox {
	height: 33px;
    width: 200px;
	font-size: 18px;
	border-radius:6px
}

.searchbutton {
    height: 33px;
    width: 70px;
    font-size: 10pt;
    line-height: 12px;
    
}

h1.logolarge {
	font-size: 65px;
	text-align:center
}
.featuredrow {
    width: 100%;
	height: 60px;
}

.opt {
    height: 55px;
}

.featurename {
    width: 100%;
	text-align: center;
}
.column {
    padding: 0px;
}
.featurelocation {
    width: 48%;
}

#topoptions.sm {
    float: left;
	width: 100%;
    text-align: center;
    margin-top: -10px;
}
.optwrapper {
    width: 95%;
}
h1.logosmall {
	    font-size: 65px;
}

header.large {
	padding-top:4px;
	height: 70px;
}

#topoptions.lg {
    float: right;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.headingbutton {
   	border-radius: 6px;
    padding: 5px 12px;
    font-size: 16px;
	background-color: rgba(0,0,0, 0.7);
}
#logowrapper {
    float: left;
    width: 100%;
}
#logo {
    width: 100%;
	text-align: center;
}
#logo {
    max-width: 100%;
}
.options {
    top: 20%;
}

.optionbox {
    width: 175px;
    padding: 0px;
}

.optionlink {
    padding: 0px;
}

h2.homeopttitle {
    font-size: 55px;
	padding-top:50px;
	padding-bottom:0px !important;
	padding-top: 20px;
	line-height: 24px;
}

.homeopttitlesub {
    font-size: 21px;
}

.optdescription {
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
    line-height: 18px;
	max-width:100%;
	padding-top: 10px;
}
.homeopttitlesub {
    font-size: 24px;
}

.homebutton {
    font-size: 24px;
}

.altheader {
    height: 100px;
}

h3.pricingheading {
    font-size: 22px;
	padding-bottom:0px
}

.pricingbg {
    padding-top: 20px;
	height: 700px;
}

.pricingbg {
    padding: 10px;
    padding-top: 50px;
}

.pricingoptionwrapper {
    padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	background: rgba(0,59,74, 0.85);
}

h3.packagetitle {
    font-size: 18px;
	margin-bottom:5px;
	padding-bottom:0px
}

.newlinemobile {
	display:inline
}

.searchbarbutton{
	font-size: 15px;
}

.searchbar {
	font-size: 16px;
}

.releasedate{
	margin-top:0px;
	padding-top:0px !important
}

.expectedlaunch{
	margin-bottom:0px;
	font-size:26px
}

h3.packagetitle {
    height: 105px;
    padding-top: 15px;
    line-height: 26px;
}

.newline{
	display:inline
}

p.contactus{
 font-size: 24px;
}

.tab{
	display: none;
}
.searchwrapper{
	padding-top:25px
}
#homesubtitle{
	font-size:18px
}
#featuredmarker{
	margin-top: -100px;
}
.featuredheading {
    padding-top: 20px;
    padding-bottom: 20px;
}
}

@media only screen and (max-width: 495px) {
.searchwrapper{
	width:100%
}
.livesearchwrapper{
	width:100%
}

.searchinputwrapper{
	width:85%;
}
.searchbuttonwrapper{
	width:15%;
}
.searchbarbutton{
	display:none
}
.searchbarbuttonmobile{
	display:inline-block;
	height: 50px;
    font-size: 18px;
	font-weight:bold;
	width:100%;
	border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group {
	width:100%
}

}

@media only screen and (max-width: 320px) {
h2.homeopttitle {
	font-size:45px;
	line-height: 22px;
}

.homeopttitlesub {
    font-size: 21px;
}

.optdescription {
    font-size: 13px;
    padding-top: 0px;
    height: auto;
	margin-bottom:10px;
	line-height: 15px;
}

.homebutton {
    font-size: 21px;
}

.options {
    top: 20%;
}

.pricingbg {
    height: auto;
	min-height:700px
}

.searchwrapper {
    width: 100%;
	
}
.livesearchwrapper {
    width: 100%;
	
}

.releasedate{
	margin-top:0px;
	padding-top:0px !important
}

.expectedlaunch{
	margin-bottom:0px;
	font-size:26px
}

h3.packagetitle {
    height: 105px;
    padding-top: 15px;
    line-height: 26px;
}

.newline{
	display:inline
}

p.contactus{
 font-size: 24px;
}
}

@media only screen and (max-height: 405px) {
.optdescription {

	min-height: 155px;
}

}

@media only screen and (max-height: 405px) {
h2.homeopttitle {
	font-size: 75px;
	line-height: 22px;
}

.homeopttitlesub {
    font-size: 21px;
}

.optdescription {
    font-size: 13px;
    padding-top: 0px;
    height: auto;
	margin-bottom:10px;
	line-height: 15px;
	min-height: 45px;
}

.homebutton {
    font-size: 21px;
}

.options {
    top: 25%;
}

.pricingbg {
    height: auto;
	min-height:700px
}
#logowrapper {
    float: left;
    width: 100%;
}
#topoptions.lg {
display:none
}
header.large {
    height: 65px;
	padding-top:0px
}
.optwrapper {
    width: 44%;
}

h1.logolarge {
    font-size: 55px;
}
.tspacing {
    letter-spacing: -15px;
}
.headingbutton {
    padding: 5px 10px;
}

#topoptions.sm{
	display:none
}
#logo.logosmall{
	font-size:53px
}

#altheadersm{
	height:55px
}
.headingbutton {
    font-size: 12px;

}
#topwrapper {
    width: 100%;
}
#logo {
    width: 100%; 
    max-width: none;
    margin: 0px;
    text-align: center;
}

.mainheading{
	height: 400px;

}

.headingbg{
	height: 400px;
}
}
@media only screen and (max-height: 350px) {
.homesectionbottom{
	display:none
}

}
