@media only screen and (max-width: 1168px) 
{
/*Home page*/
.logo {
    /*border: 1px solid red;*/
}
.container {
    width: auto;
}
.logo {
    width: 230px;
    height: 175px;
}
.logo img {
    max-width: 180px;
    height: auto;
}
.logo a {
    padding: 0;
    width: 230px;
    height: 175px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.right_header .right_right {
    float: right;
    padding-left: 20px;
    padding-top: 3px;
}
.right_header .right_right a {
    font-size: 40px;
}
.right_header .right_right h5 {
    font-size: 14px;
}
.right_header .right_left .right a {
    font-size: 25px;      
}
.right_header {
    float: right;
    padding-bottom: 0;
    padding-top: 22px;
}
.bottom_header nav ul {
    margin-bottom: 0;
}
nav ul li a {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    font-size: 25px;
    line-height: 41px;
    padding: 0 12px;
}
nav ul li:after {
    top: 9px;
}
.right_header .right_left .left p {
    font-size: 22px;
}
.banner {
    position: relative;
}
.informative h2 {
    font-size: 34px;
}
.informative p span {
    font-size: 22px;
    line-height: 28px;
    width: 88%;
}
.informative h6 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}
.flaral p {
    line-height: normal;
    padding: 5px 10px;
}
.rate h2 {
    font-size: 52px;
}
.tour p span {
    width: 50%;
    max-width:270px; 
    font-size: 34px;
}
.rate h3 {
    font-size: 36px;
    margin-top: 10px;
}
.rate > span {
    font-size: 17px;
}
.form h2 {
    font-size: 60px;
}
.bird {
    left: 0;
}
.form img {
    max-width: 100%;
}
.social ul li {
    float: left;
    margin-right: 10px;
    padding-right: 0;
    width: 60px;
}
.social ul li img {
    max-width: 100%;
}
footer .social {
    padding-top: 10px;
}
.section3 .left {
    width: 930px;
    margin: 0 auto;
	position: relative;
}
.tour .col-lg-12 {
	float: none;
	max-width: 930px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.tour .left ul li:first-of-type {
    padding-right: 260px;
    width: 65%;
    float: left;
    top: -30px;
}
.tour .left ul li img {
    width: 100%;
}
.tour .left ul li:first-of-type img {
    height: 380px;
    object-fit: cover;
}
.tour .left ul li:nth-child(2) {
    width: 35%;
    float: right;
}
.tour .left ul li:nth-child(2) img {
    height: 333px;
    object-fit: cover;      
}
.all_airboat a {
    font-size: 28px;
}
.section3 .boat {
    bottom: 88px;
    left: 65px;
}
.tour .left ul li:last-of-type {
    width: 40%;
    margin-right: 42px;
    margin-top: -90px;
}
.tour .left ul li:last-of-type img {
    height: 380px;
    object-fit: cover;     
    object-position: right center;
}
.section3 .garb {
    min-height: 280px;
    position: absolute;
    right: 34px;
    top: 326px;
    width: 280px;
}
.section3 {
    padding-bottom: 170px;
    position: relative;
}
.section6 .gform_wrapper ul.gform_fields li.gfield {
	width: 48% !important;
}
.section6 #field_1_6 {
    width: 100% !important;
	clear: both;
}
}

/* #Tablet (Portrait) */

    /* Note: Design for a width of 768px */

@media only screen and (max-width: 991px) 
{
/*Home page*/
.logo {
    /*border: 1px solid yellow;*/
}
.logo {
    height: 172px;
    width: 150px;
}
.logo a {
    height: 172px;
    width: 150px;
}
.logo img {
    max-width: 90%;
    max-height: 90%;
}
nav ul li a {
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}
.right_header .right_right {
    float: right;
    padding-left: 40px;
    padding-top: 3px;
}
.right_header .right_left .left {
    display: none;
}
.tabview {
    display: block;
}
.informative h2 {
    font-size: 32px;
}
.informative p {
    padding-bottom: 10px;
}
.informative p span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    width: auto;
    overflow: hidden;
}
.informative p i {
    float: left;
    margin-right: 15px;
}
.informative p i img {
    width: 100%;
}
.rate h2 {
    font-size: 48px;
}
.rate h3 {
    font-size: 34px;
    margin-top: 10px;
}
.tour p span {
    font-size: 32px;
    height: 70px;
    line-height: 70px;
    max-width: 270px;
    width: 50%;
}
.rate {
    padding-bottom: 20px;
}
.rate > span {
    font-size: 16px;
}
.flaral {
    max-width: 550px;
    margin: 0 auto;
}
.flaral img {
    display: block;
    width: 100%;
}
.form h2 {
    font-size: 50px;
}
.form {
    padding: 26px 0;
}
.social ul li:last-of-type {
    margin-right: 0;
}
.social ul li {
    float: left;
    margin-right: 6px;
    padding-right: 0;
    width: 50px;
}
.all a {
    font-size: 28px;
}
footer .left {
    text-align: center;
}
footer .left p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}
footer .left p br {
    display: none;
}
.all {
    margin: 0 -15px;
}
.flaral p {
    opacity: 0.8;
    font-size: 19px;
}
.section3 .left {
    margin: 0 auto;
    width: 710px;
}
.tour .left ul li:first-of-type {
    display: block;
    float: none;
    padding-right: 278px;
    top: -30px;
    width: auto;
}
.all_airboat {
    left: auto;
    right: 0;
}
.tour .left ul li:nth-child(2) {
    display: block;
    float: none;
    width: auto;
}
.tour .left ul li:nth-child(2) {
    display: block;
    float: none;
    padding-left: 266px;
    width: auto;
    margin-top: -90px;
    margin-right: 0;
}
.section3 .boat {
    bottom: auto;
    left: 0;
    right: auto;
    top: 326px;
}
.tour .left ul li:last-of-type {
    display: block;
    margin-right: 272px;
    margin-top: -100px;
    width: auto;
}
.section3 .garb h4 {
    font-size: 34px;
    font-weight: 300;
    line-height: 41px;
    vertical-align: middle;
}
.section3 .garb {
    bottom: 14px;
    min-height: 282px;
    position: absolute;
    right: 0;
    top: auto;
    width: 280px;
}
.fdm-banner-video {
    height: 550px;
}
.all {
    float: none !important;
}
.tour .col-lg-12 {
    max-width: 710px;
}
.section6 .col-lg-12 {
	float: none;
	width: 100%;
}
#field_1_6 > .gfield_label {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 30px;
    padding-top: 22px;
}
#field_1_6 > .gfield_label {
    color: #ffffff;
    display: block;
    float: none !important;
    font-size: 32px;
    padding-top: 0;
}
.ginput_container_radio .gfield_radio li label {
	margin-left: 0 !important;
}
#gform_1 .gform_footer .gform_button {
	font-size: 21px !important;
}
}

/* #Mobile (Landscape) */

    /* Note: Design for a width of 480px */

@media only screen and (max-width: 767px) 
{
    
/*Home page*/
.logo {
    /*border: 1px solid blue;*/
}
    
/* General styles for all menus */
.cbp-spmenu {
	background: #0d328b;
	position: fixed;
	border-left: 2px solid #123ca3;
	box-sizing:border-box;
    box-shadow: inset 2px 0 4px rgba(0,0,0,0.4);
}

.cbp-spmenu a {
	display: block;
	/*font-size: 1.1em;*/
}
.bird1{display:block!important;} 
.bird{display:none;}
/*.cbp-spmenu a:hover {
	background: #258ecd;
}*/

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 350px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow:scroll;
}

/*.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}*/

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -350px;
}

.cbp-spmenu-right {
	right: -350px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 350px;
}

.cbp-spmenu-push-toleft {
	left: -350px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu-push-toleft .topheaderbar_wrapper {
	left: -350px;
	transition: all 0.3s ease;
}
.cbp-spmenu-push-toleft {
    overflow: hidden;
}

.mobilemenu_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}
.cbp-spmenu .htop_links {
    
}
.cbp-spmenu .htop_links ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cbp-spmenu .htop_links ul li {
    line-height: 35px;
    float: left;
    margin-right: 16px;
}
.cbp-spmenu .htop_links ul li:last-child {
    margin-right: 0;
}
.cbp-spmenu .htop_links ul li a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-family: 'hipsterishfontnormal';
    line-height: 35px;
    text-decoration: none;
}
.cbp-spmenu .htop_links ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.cbp-spmenu .htop_links ul li a img {
    margin-right: 3px;
}
    
.top_header {
    background: #ffffff;
    height: auto;
}
.mobtel {
    display: block !important;
}
/*.section4 {overflow-y:hidden;}*/
.section4{position:relative; z-index:9;}
.right_header .right_left {
    float: none;
    background: rgb(241,188,27); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241,188,27,1) 0%, rgba(215,47,24,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(241,188,27,1) 0%,rgba(215,47,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(241,188,27,1) 0%,rgba(215,47,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
    padding: 14px 0 0;
    height: 88px;
}
.right_header {
    float: none;
    padding-bottom: 0;
    padding-top: 22px;
    text-align: center;
}
.right_header .right_left .right {
    float: none;
    text-align: center;
}
.top_header .container {
    padding: 0;
}
.right_header {
    float: none;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
}
.logo {
    height: 152px;
    width: 225px;
    top: 88px;
}
.logo a {
    height: 152px;
    width: 225px;    
}
.right_header .right_right {
    float: none;
    text-align: right;
    height: 68px;
    padding-right: 15px;
}
.right_header .right_right h5 {
    display: none;
}
.right_header .right_right a {
    display: none;
    margin: 0;
}
.right_header .right_right .mobtel {
    display: inline-block;
}
.bottom_header {
    height: 70px;
}
header {
    position: relative;
}
.fdm-banner-video {
    height: 500px;
}
.bird {
    width: 250px;
}
.bird img {
    display: block;
    width: 100%;
}
.crocodile {
    position: absolute;
    right: 0;
    top: -112px;
    z-index: 1;
    width: 200px;  
}
.crocodile img {
    display: block;
    width: 100%;    
}
.informative h2 {
    font-size: 30px;
}
.all_slider .slick-slide img {
    margin: 0 auto;
    max-width: 200px;
}
.informative p i {
    float: none;
    margin: 0 auto 15px;
    width: 80px;
}
.all_slider .slick-next {
    left: auto;
    right: 40px;
    margin: 0;
    margin-bottom: 20px;
}
.all_slider .slick-prev {
    right: auto;
    left: 40px;
    margin: 0;
    margin-bottom: 20px;
}
.rate h2 {
    font-size: 44px;
}
.rate h3 {
    font-size: 32px;
    margin-top: 10px;
}
footer .social {
    text-align: center;
    padding-bottom: 10px;
}
footer .social ul {
    display: inline-block;
}
.flaral p {
    font-size: 18px;
    opacity: 0.8;
}
.form h2 {
    font-size: 42px;
}
.design  {
    display: inline-block;
    float: none !important;
}
footer {
    text-align: center;
}
.all {
    padding-bottom: 15px;
}
footer .left p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.design p {
    padding-right: 10px;
}
.bottom_header nav ul {
    padding: 0;
}
nav ul {
    float: none;
}
nav ul li {
    float: none;
    border-bottom: 2px solid rgba(255,255,255,0.05);
}
nav ul li:after {
    display: none;
}
nav ul li a {
    border: medium none;
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 60px;
    padding: 0 20px;
}
.section3 .left {
    margin: -30px auto 0;
    width: auto;
}
.tour .left ul li:first-of-type {
    display: block;
    float: none;
    padding-right: 20%;
    top: -30px;
    width: auto;
}
.all_airboat {
    left: auto;
    right: 15px;
    top: 230px;
}
.tour .left ul li {
    padding: 0 !important;
    margin: 0 !important;
    float: none;
    top: 0 !important;
}
.tour .left ul li {
    padding: 0 !important;
}
.all_airboat {
    left: auto;
    position: static;
    right: 15px;
    top: 230px;
    width: auto;
}
.section3 .boat {
    bottom: 0;
    left: 15px;
    position: static;
    right: auto;
    top: auto;
    width: auto;
}
.section3 .garb {
    bottom: 14px;
    min-height: 282px;
    position: static;
    right: 15px;
    top: auto;
    width: auto;
}
.tour .left ul li img {
    height: auto !important;
}
.section6 .gform_wrapper ul.gform_fields li.gfield {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
	margin-bottom: 15px !important;
	clear: both !important;
}
.section6 .gform_body #field_1_8 .ginput_container {
    float: none !important;
    width: 100%;
}
.section6 .gform_body #field_1_8 {
    width: 100% !important;
	clear: both !important;
	float: none !important;
	margin-bottom: 15px !important;
}
.section6 .gform_footer input {
	height: 78px !important;
	clear:both;
	width: 100%;
	font-size: 24px !important;
}
.section6 .gform_footer {
    position: static;
    width: auto;
	padding-top: 15px;
}
.gform_wrapper textarea.medium {
    height: 200px !important;
    width: 100%;
}
}

/* #Mobile (Portrait) */

    /* Note: Design for a width of 320px */

@media only screen and (min-width: 320px) and (max-width: 479px) 
{
/*Home page*/
.logo {
    /*border: 1px solid green;*/
}
.fdm-banner-video {
    height: 414px;
}
.cbp-spmenu-right {
    right: -250px;
    width: 250px;
}
.cbp-spmenu-push-toleft {
    left: -250px;
}
nav ul li a {
    font-size: 22px;
}
.informative h2 {
    font-size: 28px;
}
.informative p span {
    font-size: 16px;
    line-height: 25px;
}
.informative h6 {
    font-size: 24px;
}
.bird {
    width: 190px;
}
.crocodile {
    right: 0;
    top: -90px;
    width: 160px;
}
.rate h2 {
    font-size: 38px;
}
.tour p span {
    display: block;
    float: none;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    max-width: none;
    width: auto;
}
.section5 {
    padding: 40px 0;
}
.rate h3 {
    font-size: 28px;
    margin-top: 10px;
}
.form h2 {
    font-size: 36px;
}
.all a {
    font-size: 26px;
}
footer {
    padding: 20px 15px;
}
.section6 .gform_wrapper input {
	font-size: 20px !important;
}
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
    font-size: 20px !important;
}
.gform_wrapper .gfield_radio li label {
	font-size: 20px !important;
}
.section6 .gform_body #field_1_8 .ginput_container textarea {
    font-size: 20px;
}
.rate > p {
    font-size: 16px;
}
}