/*=============================================
    Please add all custom CSS to this file
 =============================================*/

/*===== HEADER =====*/

/*Logo and Phone*/
.toplogo {
    display: inline-block;
    margin: 10px 0 0 0;
}
.toplogo img {
    width: 80%;
}

.topPhone {
    display: inline-block;
    margin: 15px 0 10px 0;
    color: #1d2e6d;
    font-weight: bold;
    font-size: 27px;
}



/*===== SLIDER =====*/

.soliloquy-container .soliloquy-pager {
    display: none;
}
#content .soliloquy-container {
    margin: 0 auto;
}
.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {
    height: 20px;
    width: 20px;
}

.rslides_tabs{
    background: none;
    border: none;
    padding: 0;
}
.rslides_tabs li a::before {
    font-size: 10px;
}

/*===== CONTENT =====*/

/*Buttons*/
.button {
    color: #fff !important;
    font-weight: bold;
    background-color: #2a7deb;
    padding: 8px 20px;
    border: 2px solid #2a7deb;
}
.button:hover {
    color: #2a7deb !important;
    background: none;
    text-decoration: none !important;
}

/*Pricing*/
.pricing {
    background-color: rgba(29,46,109,.1);
    padding: 10px 30px 25px 30px;
}
.pricing h2 {
    border-bottom: 4px solid #FFBB00;
    padding-bottom: 5px;
}

/*Tables*/
table.boat-rentals {
    width: 100%;
    border: 1px solid #1d2e6d;
    margin: 20px 0;
    text-align: center;
}
table.boat-rentals th {
    width: 33.33%;
    font-size: 16px;
    padding: 6px;
    background-color: #1d2e6d;
    color: #fff;
}
table.boat-rentals td {
    border: 1px solid #1d2e6d;
    padding: 10px; width: 50%;
}

/*===== FOOTER =====*/

footer.footer{
    background-color: #555;
}

/*Cred Builders*/
.socialicons{
    text-align: left;
}
.bottomicon{
    text-align: left;
}

.sign-me-up .button {
    display: block;
    margin: .5em 0;
    text-align: center;
}

.home-below #biziqrecentreviews-5 {
    padding: 1em 2em;
    margin: .5em;
    /* border:  1px solid #ddd; */
    /* background: #ededed; */
    border-left: 6px #ffbb00 solid;
    /* box-shadow: 3px 4px 5px #00000045; */
}

.breakout.banner {
    background: #1D2E6D;
    padding: 1em;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.banner-content {
    margin: auto;
    padding: 1em;
    border: 5px solid #FB0;
}
/*===== RESPONSIVE =====*/

@media only screen and (min-width:0px) {
    .topPhone {
        margin: 0px 0 17px 0;
        font-size: 18px;
    }
}

@media only screen and (min-width:480px) {
    .topPhone {
        margin: 0px 0 17px 0;
        font-size: 18px;
    }
}

@media only screen and (min-width:768px) {
    .topPhone {
        margin: 108px 0 43px 0;
        font-size: 27px;
    }
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1; /* Sit on top */
    /* padding-top: 100px; */ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
     /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    z-index: 50000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    border: 15px double #ffbc0d;
    margin: auto;
    padding: 20px;
    width: 80%;
    font-size: 2em;
    text-align: center;
    /* padding-bottom: 50px; */
    font-weight: bold;
    max-width: 500px;
    line-height: 1.2em;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.video-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 768px) {
	table.boat-rentals tr td {
		display: block;
		width: 100% !important;
	}
	.pricing {
		padding: 1em;
	}	
}