input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

@media (max-width:1024px) {
    .advanced-slider {
        overflow: hidden
    }
}
@media only screen and (max-width: 480px) and (min-width: 320px)  {
.search form {
    background: #F4F4F4;
    border-bottom: 1px solid #e9e8e8;
    border-top: 1px solid #e9e8e8;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
    margin: 10px 0 30px 0;
    padding: 30px 10px 80px 10px !important;
    position: relative;
    z-index: 1;
}

.search form h3 {
    color: #71787A;
    float: none !important;
    font-size: 18px;
    margin: 0;
    padding: 6px 10px 0 0;
	text-align:center;
}

.search form input {
    float: none !important;
	margin-bottom:10px !important;
    width: 97% !important;
}
.search form select {
    float: none !important;
	margin-bottom:10px !important;
    width: 100% !important;
}

.search form input.book {
    height: 32px;
	 float: left !important;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 25px;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #4FB7B4;
    font-size: 13px;
    text-transform: uppercase;
    width: 48% !important;
}

.quote {
    height: 32px;
    border-left: 1px solid #333;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 15px;
    border: none;
    float: left !important;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #1c2d31;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 48% !important;
}
}

@media only screen and (max-width: 740px) and (min-width: 533px)  {
.search form {
    background: #F4F4F4;
    border-bottom: 1px solid #e9e8e8;
    border-top: 1px solid #e9e8e8;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
    margin: 10px 0 30px 0;
    padding: 30px 10px 80px 10px !important;
    position: relative;
    z-index: 1;
}

.search form h3 {
    color: #71787A;
    float: none !important;
    font-size: 18px;
    margin: 0;
    padding: 6px 10px 0 0;
	text-align:center;
}

.search form input {
    float: none !important;
	margin-bottom:10px !important;
    width: 97% !important;
}
.search form select {
    float: none !important;
	margin-bottom:10px !important;
    width: 100% !important;
}

.search form input.book {
    height: 32px;
	 float: left !important;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 25px;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #4FB7B4;
    font-size: 13px;
    text-transform: uppercase;
    width: 48% !important;
}

.quote {
    height: 32px;
    border-left: 1px solid #333;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 15px;
    border: none;
    float: left !important;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #1c2d31;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 48% !important;
}
}
	
@media (max-width:768px) {
    body {
        padding: 0;
        margin: 0
    }
	.search form {
    background: #F4F4F4;
    border-bottom: 1px solid #e9e8e8;
    border-top: 1px solid #e9e8e8;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
    margin: 10px 0 30px 0;
    padding: 30px 10px 80px 10px !important;
    position: relative;
    z-index: 1;
}

.search form h3 {
    color: #71787A;
    float: none !important;
    font-size: 18px;
    margin: 0;
    padding: 6px 10px 0 0;
	text-align:center;
}

.search form input {
    background-color: #f7f7f7;
    border: solid 1px #e1e1e1;
    float: left;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #565;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 0 0 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100px;
}
.search form select {
    background-color: #f7f7f7;
    border: solid 1px #e1e1e1;
	cursor:pointer;
    float: left;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #565;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    padding: 0 0 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100px;
}

.search form input.book {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 25px;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #4FB7B4;
    font-size: 13px;
    text-transform: uppercase;
    width: 130px;
}

.quote {
    height: 32px;
    border-left: 1px solid #333;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 0 15px;
    border: none;
    float: left;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: #1c2d31;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 130px;
}
    .LPMcontainer {
        display: none !important
    }
    a#pull {
        background: url("../images/nav-icon.png") no-repeat scroll center center #27b0c2;
        display: block;
        height: 38px;
        position: absolute;
        right: 14px;
        text-indent: -2500em;
        top: 20px;
        width: 40px;
        z-index: 999
    }
    .headerContainer {
        width: auto;
    }
    #menu-main-menu {
        display: none;
    }
    #nav {
        clear: both
    }
    #nav #menu-main-menu {
        clear: both;
        float: none
    }
    .header {
        width: auto;
        height: auto
    }
    .logo {
        width: 80%;
        float: none
    }
    .logo img {
        max-width: 100%;
        vertical-align: middle;
    }
    .logo > a {
        display: block;
        margin-left: 0%;
        vertical-align: middle;
        width: 100%;
    }
    .logo img.header-logo {
        max-width: 100%;
        padding-left: 20px;
        padding-top: 28px;
    }
    .topNav {
        width: 100%;
		text-align:center;
        padding-top:44px;
    }
    .homecolumnTitle {
        display: none
    }
    .search form h3 {
        float: none;
        padding-bottom: 12px;
    }
    .selectSmallProperty .sbHolder {
        width: 185px;
    }
    .search form input,
    .sbHolder {
        margin-right: 7px;
    }
    .search form input.book {
        margin-left: 7px
    }
    .quote {
        margin-left: 7px
    }
    .mainContainer {
        width: auto;
        max-width: 960px;
    }
    .advanced-slider {
        max-width: 100%;
        overflow: hidden;
        width: auto;
    }
    .home-sevices {}
    .homecolumnTitle {
        width: 50%;
    }
    .search form {
        padding-bottom: 12px;
        height: auto;
        /*overflow:hidden*/
    }
    .homeColumn {
        width: 50%;
        margin: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 0 15px 15px;
        min-height: 405px;
    }
    .homeColumn img {
        width: 100%
    }
    .homeColumnText {
        height: auto;
    }
    body #gform_wrapper_2 .gform_footer input.button {
        line-height: normal;
        padding-top: 2px;
        float: left
    }
    img {
        max-width: 100%;
        height: auto
    }
    p {
        padding-right: 0
    }
    .rightContent {
        float: left;
        padding-left: 10px;
        width: 58%;
    }
    #footer {
        clear: both;
        height: auto;
        margin: 10px 0 0;
        width: 100%;
    }
    .footerbottomRight {
        float: left;
    }
    #footer .footer {
        width: auto
    }
    .footer-full-width {
        width: auto
    }
    .blog-home-post {
        float: left;
        height: 320px;
        margin: 0 0px 0 0;
        padding: 13px;
        width: 44%;
    }
    .blog-single-post {
        float: none;
        margin: 0;
        width: auto;
    }
    hr {
        width: auto
    }
    .item {
        display: inline-block;
        float: none;
        height: auto !important;
        margin: 0 0 20px;
        overflow: hidden;
        width: 100% !important;
    }
    .item img {
        height: auto;
        width: auto;
    }
    .item p {
        width: auto
    }
    .item span,
    .item .ViewLink2 {
        display: block;
        width: 50%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        height: auto;
        padding: 8px;
    }
    .comment-form input[type="text"] {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        height: auto
    }
    .comment-form textarea {
        width: 100%;
        border: 1px solid #ddd;
        resize: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .related-posts-excerpt {
        float: none;
        margin-left: 120px;
        width: auto;
    }
    .footer .links {
        float: left;
        width: 45%;
    }
    .footer .links:nth-child(3n) {
        clear: left;
    }
    .blog-single-post img {
        width: auto
    }
    .topNav ul {
        margin-top: 0
    }
    body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type="checkbox"] {
        background: inherit;
    }
    .searchContainer {
        width: auto
    }
    .searchcontentLeft img {
        height: auto;
        width: 100%;
    }
    .searchcontentLeft {
        float: none;
        width: auto;
    }
    .searchcontentRight ul.resortinfoRight {
        width: 182px
    }
    .searchcontentRight {
        float: none;
        margin-left: 0;
        padding: 0;
        width: auto;
    }
    .circle .thumbnail-scroller.horizontal {
        max-width: 100%
    }
    .circle .thumbnail-scroller.horizontal .arrows a.previous {
        left: 61px;
    }
    .circle .thumbnail-scroller.horizontal .arrows a.next {
        right: 50px;
    }
}

@media (max-width: 640px) {
    .topNav {
        padding: 15px 0 0;
        text-align: center;
        width: 100%;
    }
    .header .msg {
        float: none;
        text-align: center
    }
    .topNav > ul {
        padding: 0;
    }
    .rightContent {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        clear: both
    }
    .leftContent {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .footer .links {
        float: left;
        padding: 10px;
        width: 45%;
    }
    .footer .links:nth-child(3n) {
        clear: left;
    }
    .footer .links:last-child {
        clear: left;
    }
    #nav li {
        float: none;
        margin: 0
    }
}

@media (max-width: 580px) {
    .socials {
        float: right;
        /*position: absolute;*/
        right: 0;
    }
    .search form input,
    .sbHolder {
        margin-right: 5px;
    }
    .search form input.book {
        margin-left: 0px;
        margin-top: 10px
    }
    .quote {
        margin-left: 7px;
        margin-top: 10px
    }
    .searchcontentRight {
        float: none;
        padding: 0;
        width: auto;
        clear: both;
    }
}

@media (max-width: 480px) {
    .homeColumn {
        width: auto;
        float: none
    }
    .footerbottomLeft {
        float: none;
        width: auto;
    }
    .search form input,
    .sbHolder {
        margin-right: 5px;
        width: 45%
    }
    .selectSmallProperty .sbHolder {
        margin-top: 12px;
    }
    input.date_picker {
        background-position: 94% center;
    }
    .search form input.book {
        margin-left: 0;
        margin-top: 10px;
        width: 47%;
    }
    .selectSmall .sbHolder,
    .selectSmallChildren .sbHolder {
        margin-top: 10px;
        width: 46.5%;
    }
    .search form input.book {
        margin-left: 0;
        margin-top: 10px;
        width: 47%;
    }
    .leftContent {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .footer .links {
        float: none;
        padding: 10px;
        width: auto;
    }
    body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
        clear: both;
        color: #03381e;
        float: none;
        width: auto;
    }
    .rightContent h2 {
        line-height: normal
    }
    body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"],
    body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
        width: 90%
    }
    body #gform_wrapper_1 .gform_body .gform_fields .gfield select {
        width: 94%
    }
    .blog-home-post {
        float: none;
        height: 370px;
        margin: 0 auto;
        width: 300px;
    }
    .homeColumn {
        float: none;
        margin: auto !important;
        width: 300px;
    }
    .searchcontentRight .resortpriceContainer {
        border-left: 1px solid #d8dadb;
        clear: both;
        float: none;
        width: auto;
    }
    .searchcontentRight .resortpriceContainer .resortPrice {
        background-color: #f4f4f4;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }
    .searchcontentLeft {
        float: none;
        width: auto;
    }
}

@media (max-width: 360px) {
    /*.selectSmall .sbHolder, .selectSmallChildren .sbHolder {

	width: 115px;

	margin-top: 10px;

}*/
    .topNav ul li {
        letter-spacing: 0;
    }
    .logo img.header-logo {
        padding-left: 10px;
    }
    .homeColumn {
        float: none;
        margin: auto !important;
        width: 100%;
    }
    .blog-home-post {
        width: auto
    }
    .footerbottomRight ul li {
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 0;
        vertical-align: middle;
        width: 26%;
        text-align: center
    }
    .footerbottomRight ul li img {
        max-width: 100%
    }
}