  		/*
			Theme Name:   Systemadik Child
			Theme URI:    https://www.systemadikdemo.com/
			Description:  Systemadik Child Theme
			Author:       Themelines
			Author URI:   
			Template:     systemadik
			Version:      1.4.4
			License:      GNU General Public License v2 or later
			License URI:  LICENSE
			Text Domain:  tl
		*/


html {
  scroll-behavior: smooth;
}
.gform_footer .gform_button:hover {
    background: #03718c !important;
}

.single-page-wrapper .entry-content a {
    color: #03718c;
}
.single-page-wrapper .entry-content a:hover {
    color: #03718c;
}
.content-area p a, .content-area p a span, .content-area ul li a, .content-area ol li span a, .tl-textblock h3 a ,.tl-textblock h2 a, .tl-textblock h1 a ,.tl-textblock h4 a,.tl-textblock h5 a,.tl-textblock h6 a{color: #03718c !important;font-weight: 600 !important;text-decoration: underline !important;}
.content-area p a:hover, .content-area p a span:hover, .content-area ul li a:hover, .content-area ol li span a:hover, .tl-textblock h3 a:hover,.tl-textblock h2 a:hover, .tl-textblock h1 a:hover ,.tl-textblock h4 a:hover,.tl-textblock h5 a:hover,.tl-textblock h6 a:hover{color: #03718c !important; text-decoration: none !important;}


.gform_wrapper .gform_footer.top_label input.gform_button {
    background: #0ab0d8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 40px;
    box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*=============top buttons==========================*/

.buttn-top {
	background: #0ab0d8 ;
	display: inline-block;
	padding: 8px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: capitalize;
	border-radius: 6px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
	color: #fff;
	text-decoration: none !important;
	font-family: "Quicksand", sans-serif;
}

.buttn-top:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}

.buttn-top:hover {
	padding-left: 60px;
	background:#03718c;
	color:#fff !important;
}

.buttn-top:hover:before {
	width: 30px;
}


/*=============blog listing page css==========================*/

.tl-blog-post-s1 .footer-post-block a {
	background: #0ab0d8 ;
	display: inline-block;
	padding: 8px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: capitalize;
	border-radius: 6px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
	color: #fff;
	text-decoration: none !important;
	font-family: "Quicksand", sans-serif;
}

.tl-blog-post-s1 .footer-post-block a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}

.tl-blog-post-s1 .footer-post-block a:hover {
	padding-left: 60px !important;
	background:#03718c !important;
	color:#fff !important;
}

.tl-blog-post-s1 .footer-post-block a:hover:before {
	width: 30px;
}





.buttn {
	background: #0ab0d8 ;
	display: inline-block;
	margin-top: 54px;
	padding: 15px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: capitalize;
	border-radius: 6px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
	color: #fff !important;
	text-decoration: none !important;
	font-family: "Quicksand", sans-serif;
}

.buttn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}

.buttn:hover {
	padding-left: 60px;
	background:#03718c;
	color:#fff !important;
}

.buttn:hover:before {
	width: 30px;
}


.tl-content-area .banner .buttn, .tropical .buttn, .tropical1 .buttn{
	border-radius: 34px;
	color: #fff !important;
    text-decoration: none !important;
}


.home-blog-btn-effect .footer-post-block a {
	background: #0ab0d8 ;
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: capitalize;
	border-radius: 6px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
	color: #fff;
	text-decoration: none !important;
	font-family: "Quicksand", sans-serif;
	padding: 10px 50px;
}
.home-blog-btn-effect .footer-post-block a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;	
}
.home-blog-btn-effect .footer-post-block a:hover {
	padding-left: 60px;
	background:#03718c;
	color:#fff !important;
}
.home-blog-btn-effect .footer-post-block a:hover:before {
	width: 30px;
}








.home-white-box .tl-read-more , a.deals-learn-more-btn {
    background: #0ab0d8;
    display: inline-block;
    margin-top: 0px;
    padding: 10px 50px 10px 25px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: capitalize;
    border-radius: 30px !important;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
    color: #fff;
    text-decoration: none !important;
    font-family: "Quicksand", sans-serif;
    position: relative;
}
.home-white-box .tl-read-more:before, a.deals-learn-more-btn:before {
	content: '';
	position: absolute;
	top: 50% !important;
	left: 20px;
	height: 1px !important;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}
.home-white-box .tl-read-more:after , a.deals-learn-more-btn:after {
    content: "\f0c2";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0ab0d8;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #088dad;
    padding: 2px 0px 0 0;
    margin-right: 17px;
}
.home-white-box .tl-read-more:hover , a.deals-learn-more-btn:hover {
	padding-left: 60px;
	background:#03718c;
	color:#fff !important;
}

.home-white-box .tl-read-more:hover:before , a.deals-learn-more-btn:hover:before {
	width: 30px;
}



.theme-btn-effect {
    -webkit-appearance: none;
    background: -webkit-gradient(to right, #0ab0d8 0%, #fceeb5 50%, #963693 100%);
    background: linear-gradient(to right, #0ab0d8 0%, #fceeb5 50%, #963693 100%);
    background-size: 500%;
    border: none;
    border-radius: 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 4rem;
    letter-spacing: 0.05em;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 17rem;
    font-size: 18px;
    font-weight: 600;
}

.theme-btn-effect:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}

.navbar-brand > img {
    max-width: 230px;
}
.banner-mobile{ min-height:550px; position: relative; display:none;}

.banner-mobile:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.banner-desktop{  position: relative;  background-position: 0% 100%;}
.banner{position:relative;}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
background: rgba(25,32,48,0.8);
background: -moz-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,32,48,0.8)), color-stop(93%, rgba(255,255,255,0.07)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192030', endColorstr='#ffffff', GradientType=0 );
}
.home-brands {
    box-shadow: 0px 0px 14px -6px #585858;
    padding: 15px 0;
}
.home-brands ul {
    padding: 0;
    list-style-type: none;
	margin: 0;
}
.home-brands ul li {
    width: 17%;
    display: inline-block;
    text-align: center;
}
.home-brands ul li:nth-of-type(2) {
    width: auto;
}
.home-brands ul li:nth-of-type(2) img {
    width: auto;
}
.home-brands ul li:first-child {
    text-align: left;
}
.home-brands ul li:last-child {
    text-align: right;
}
.home-brands ul li:last-child img {
    width: 173px;
}
.home-brands ul li img {
    margin: 0;
}
.home-boat {
    position: relative;
    margin-top: -112px;
}
.home-destination{ border-bottom: 1px solid #ececec;}
.home-other-destination .tl-block-module-s1{ box-shadow:none;}
.square-image img {
    border-radius: 50%;
    border: 6px solid #0ab0d8;
    box-shadow: 1px 3px 3px 3px #bdbdbd;
}
ul.social-icons-lists {
    padding: 0;
}

.home-top-footer-icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.home-top-footer-icons ul li {
    display: inline-block;
    margin-bottom: 0;
}

.home-top-footer-icons ul li img {
    margin-bottom: 0;
    margin-right: 35px;
}
.home-top-footer-icons {
    position: relative;
    bottom: -23px;
	margin: 0 auto;
    text-align: center;
}
.home-top-footer-icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.home-top-footer-icons ul li {
    display: inline-block;
    margin-bottom: 0;
}
.home-top-footer-icons ul li img {
    margin: 0;
    margin-bottom: 0;
    margin-right: 35px;
    vertical-align: baseline;
}

.home-top-footer-icons ul li:last-child {
    position: relative;
    bottom: -4px;
}
.tl-topnav-r-col .top-request-quote {
    background: #0ab0d8;
}

.form-footer .gform_wrapper .gform_footer.top_label input.gform_button {
    background: #0ab0d8;
	width: 100%;
	box-shadow: none;
	    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.form-footer .gform_wrapper textarea.medium{
	border:0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: none;
}
.form-footer .gform_wrapper ul li.gfield {
    margin-top: 0;
}
.form-footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {

    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.form-footer .gform_wrapper .top_label input.medium {
    width: 100%;
	color: #fff;
}
.form-footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.form-footer .gform_wrapper .top_label .gfield_label{ display:none;}

.form-footer .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
	font-size:18px;
}

.form-footer .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
	font-size:18px;
}
.form-footer .gform_wrapper textarea.medium {
    height: 140px;
    width: 100%;
	color: #fff;
}
.tl-footer-top .widget_nav_menu ul li a{
	font-size: 16px;
    line-height: 26px;
}
.tl-footer-top .widget-title {
    font-size: 24px;
    line-height: 34px;
	color: #f7e6fb;
}
.socials span.socicon {
    background: none !important;
    font-size: 18px !important;
    padding: 0 10px 10px 0 !important;
}
.socials {
    margin: 0;
	color: #f7e6fb !important;
}
ul.social-icons-lists {
    padding: 0;
    margin-bottom: 10px;
}
.footer-phone a {
    color: #f7e6fb;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}
.tl-footer-top .widget_nav_menu ul li a:hover {
    color: #ffbe58;
}
span.tl-date {
    color: #0ab0d8;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.home-blog h4 {
    color: #333333;
    text-transform: capitalize;
}
.blogpost-content-wrapper-s1 {
    padding: 20px 30px 0;
    border: 0px solid #eaeaea;
}
.home-blog .tl-blog-post-s1 .blog-post-content-s1 {
    color: #777777;
}
.home-blog .tl-blog-feature-img img {
    border-radius: 5px 5px 0 0;
}
.home-white-box {
    border-radius: 20px;
}
.blog-post-footer-s1 {
    background: #0ab0d8 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.blog-post-footer-s1 {
    border-bottom: 1px solid #0ab0d8;
    border-left: 1px solid #0ab0d8;
    border-right: 1px solid #0ab0d8;
}
.home-blog .footer-post-block i{ display:none;}
.home-blog .blogpost-feature-image-s1 .image-overlay .blogpost-link{ display:none;}

.home-white-box .block-img-s1 img{ border-radius: 5px 5px 0 0;}
.home-white-box .tl-block-module-s1 {
    min-height: auto;
        box-shadow: 0 1px 2px #d2d2d2;
}
.home-white-box .tl-blockmodule-content-s1 {
    padding: 0 30px 10px 30px;
}
.home-white-box .block-description-s1 {
    margin-bottom: 20px;
}
.deal-box {
    padding: 0 30px;
}
.home-other-destination .block-title-s1 {
    margin-bottom: 10px;
}
.home-other-destination span {
    font-size: 22px;
    font-weight: 500;
}
.home-other-destination img {
    border-radius: 5px 5px 0 0;
}
.home-destination .image-module-s1 img {
    border-radius: 5px;
}
.home-rating img {
    width: 100%;
}
.home-disney-package{ position:relative;}
.home-disney-package:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(23, 23, 23, 0.5);
}

.home-disney-package .left-text span {
    display: inline-block;
}

.home-disney-package .left-text span.icon {
    vertical-align: text-bottom;
    padding-right: 20px;
	bottom: 8px;
    position: relative;
}

.left-text span.text {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
}
.home-inline-form br {
    display: none;
}
.home-inline-form .gform_footer.top_label {
    margin-top: 0;
    padding: 0;
}
.home-inline-form  .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.home-inline-form  .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.home-inline-form  .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.home-inline-form  .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.home-inline-form .gform_wrapper .gform_footer.top_label input.gform_button {
    background: #0ab0d8 none repeat scroll 0 0;
	box-shadow:none;
	border-radius: 5px;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home-inline-form .gform_footer.top_label input {
    position: absolute;
    right: 0;
    top: 24px;
}
.home-inline-form .gform_wrapper .top_label input.medium/*, .gform_wrapper .top_label select.medium*/ {
    width: calc(69% - 8px);
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
	color: #fff;
}
.home-inline-form {
    position: relative;
}
.tl-button:hover, .tl-loadmore:hover{ background:auto;}
.tl-navigation-s1 .navbar li a.nav-link {
    color: #973895 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    text-transform: capitalize;
}


.home-blog .blogpost-feature-image-s1{
	overflow: hidden;
	background:#000;
}
.home-blog .tl-blog-feature-img img {
    transition: all .4s ease-in-out;
	opacity: 1;
}
.home-blog .tl-blog-feature-img img:hover{
	transform: scale(1.2);
	opacity: 0.5;
}


.home-white-box .block-img-s1 figure{
	overflow: hidden;
	background:#000;
}
.home-white-box .block-img-s1 figure img {
    transition: all .4s ease-in-out;
	opacity: 1;
	height: 45vh;
    object-fit: cover;
    width: 100%;
}
.home-white-box .block-img-s1 figure img:hover {
    transform: scale(1.2);
	opacity: 0.5;
}

.home-other-destination .block-img-s1 figure{
	overflow: hidden;
	background:#000;
	border-radius: 5px 5px 0 0;
}
.home-other-destination .block-img-s1 figure img {
    transition: all .4s ease-in-out;
	opacity: 1;
}
.home-other-destination .block-img-s1 figure img:hover {
    transform: scale(1.2);
	opacity: 0.5;
}


.banner .tl-block-module-s1 figure{
	overflow: hidden;
	background:#000;
}
.banner .tl-block-module-s1 figure img {
    transition: all .4s ease-in-out;
	opacity: 1;
}
.banner .tl-block-module-s1:hover figure img {
    transform: scale(1.2);
	opacity: 1;
}

.home-other-destination .block-title-s1 a:hover {
    color: #03718c;
}



/*.destination-pnl .tl-block-module-s1 figure{
	overflow: hidden;
	background:#000;
	border-radius: 5px 5px 0 0;
}
.destination-pnl .tl-block-module-s1 figure img {
    transition: all .4s ease-in-out;
	opacity: 1;
}
.destination-pnl .tl-block-module-s1:hover figure img {
    transform: scale(1.2);
	opacity: 0.5;
}*/



.home-more-arrow a {
    color: rgba(10, 176, 216, 1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home-more-arrow a .fa-long-arrow-right{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home-more-arrow a:hover { color:#03718c; /*color: rgba(10, 176, 216, 1);*/}
/*.home-more-arrow  a:hover .fa-long-arrow-right{ padding-left:15px;}*/
.tl-topnav-r-col.text-right .tl-tel{ color: #973895;}

.blog-post-footer-s1 .col.footer-post-block{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-post-footer-s1 .col.footer-post-block:hover {
   /*background:#03718c;*/
}
.tl-topnav-r-col .top-request-quote:hover {
    background: #03718c;
}
.tl-navigation-s1 .navbar-nav > .active > a, .tl-navigation-s1 .navbar-nav > .active > a:hover, .tl-navigation-s1 .navbar-nav > .active > a:focus {
   color: #973895 !important;
}


.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.view img, .view video {
    position: relative;
    display: block;
}
.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.view .mask-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.overlay .mask:hover {
    opacity: 0.8;
}
.overlay {
    background: rgb(150, 54, 147, 1);
}
.overlay img {
    opacity: 0.4;
	transition: all .4s ease-in-out;
}
.overlay:hover img{
	transform: scale(1.2);
}

.rgba-red-strong, .rgba-red-strong:after {
    
}
.rgba-red-strong {
    /* background-color: rgba(244,67,54,.7); */
    background: rgb(150,99,148);
    background: -moz-linear-gradient(45deg, rgba(150,99,148,1) 19%, rgba(68,187,214,1) 67%);
    background: -webkit-linear-gradient(45deg, rgba(150,99,148,1) 19%,rgba(68,187,214,1) 67%);
    background: linear-gradient(45deg, rgba(150,99,148,1) 19%,rgba(68,187,214,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966394', endColorstr='#44bbd6',GradientType=1 );
}
.rgba-red-strong:after {
	background-color: rgba(244,67,54,.7);
}
.flex-center p {
    margin: 0;
}


.text-wrap {
    text-align: center;
    color: #fff;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.text-wrap .fa-plus {
    color: #ffb928;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffb928;
    padding-top: 9px;
    display: inline-block;
    font-size: 30px;
	margin-bottom: 20px;
}
.text-wrap span {
    font-size: 28px;
    font-weight: 600;
	margin-bottom:20px;
}
 .text-wrap span {
    display: block;
}
.text-wrap a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.text-wrap a .fa-long-arrow-right{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.text-wrap a:hover { color: rgba(255, 255, 255, 1);}
.text-wrap a:hover .fa-long-arrow-right{ padding-left:15px;}
.tl-navigation-s1 .navbar-brand {
   
    z-index: 10;
}
.review{ border-radius:5px;}
.tl-topnav-r-col.text-right .tl-tel {
    background: none;
}
.tl-topnav-r-col .tl-tel i {
    display: inline-block;
}
.tl-topnav-r-col .top-request-quote{
	padding: 8px 16px;
	line-height: 26px;
    border-radius: 5px;
    font-size: 16px;
}
.tl-topnav-r-col.text-right .tl-tel{
	line-height: 16px;
}
.tl-topnav-left {
    display: none;
}

.tl-navigation-s1 .navbar-brand {
    max-width: 204px;
    padding: 0;
    margin: 0;
}
.tl-topnav-r-col.text-right {
    position: absolute;
    width: auto;
    right: 0;
	margin-right: 15px;
	top: -17px;
}
.tl-topnav-right.tl-topnav-FontColor {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 9;
}
.mega-menu-wrap {
    width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary{top: 20px;}
.tl-banner-s1 h1 {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 50px;
    color: #ffffff;
}

.home-blog span.tl-date a {
    font-size: 16px;
}
.home-blog span.tl-date {
    font-size: 0;
}


/*pd*/


.banner .tl-block-module-s1 {
    box-shadow: none;
	position: relative;
	border-radius: 5px;
    overflow: hidden;
}
.banner .block-img-s1 figure{margin:0;}
.banner  .block-img-s1 img {
    width: 100%;
}
.banner .tl-blockmodule-content-s1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(118, 39, 116, 0.6);
}
.banner .block-btn-s1 {
    margin-top: 0;
    padding: 0;
}
.banner .tl-read-more {
    color: rgba(255, 255, 255, 0.8) !important;
	    background: rgba(255, 255, 255, 0) url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/Shape.png)no-repeat right center;
	border-radius: 0;
    font-weight: 400;
    padding: 0 14px;
	font-size:15px;
}

.banner .block-btn-s1 .tl-read-more:hover { color: rgba(10, 176, 216, 1);    background: rgba(255, 255, 255, 0) url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/Shape.png)no-repeat right center;}

.banner .block-title-s1 span {
    padding-top: 72px;
    display: inline-block;
}
.banner .block-title-s1 span::before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    background: url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/Icon-Plus.png) no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tl-blockninner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-destination .block-img-s1 img {
    border-radius: 5px;
}
.home-destination .tl-block-module-s1 {
    box-shadow: none;
    min-height: auto;
}
/*.destination-pnl .tl-block-module-s1 {
    box-shadow: none;
	position: relative;
	border-radius: 5px;
    overflow: hidden;
}

.destination-pnl .block-img-s1 figure{margin:0;}
.destination-pnl .block-img-s1 img {
    width: 100%;
}
.destination-pnl .tl-blockmodule-content-s1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
	
}
.destination-pnl .box-1 .tl-blockmodule-content-s1{
	background:url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/gredient-01.png)repeat-x left bottom;
}
.destination-pnl .box-2 .tl-blockmodule-content-s1{
	background:url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/gredient-01.png)repeat-x left bottom;
}
.destination-pnl .box-3 .tl-blockmodule-content-s1{
	background:url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/gredient-02.png)repeat-x left bottom;
}
.destination-pnl .box-4 .tl-blockmodule-content-s1{
	background:url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/gredient-03.png)repeat-x left bottom;
}
.destination-pnl .box-5 .tl-blockmodule-content-s1{
	background:url(https://www.smallworldbigfun.com/new/wp-content/uploads/2019/06/gredient-04.png)repeat-x left bottom;
}*/
.destination-pnl .box-5 .block-title-s1, .destination-pnl .box-4 .block-title-s1, .destination-pnl .box-3 .block-title-s1{
	bottom:0;
}
.destination-pnl .block-title-s1 {
    position: absolute;
    bottom: 6px;
    left: 20px;
}
.vacation-pnl {
    position: relative;
    top: -420px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	color: #fff;
	text-transform: capitalize;
	padding: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	width: 56%;
    color: #fff !important;
	left: auto;
}


.tl-banner-s1 span {
    display: block;
    font-family: Quicksand;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.home-footer-total-icon {
    position: relative;
    bottom: 0;
}
.home-fotter-single-icon {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
}
.home .input:focus {outline:0;}
.blog-post-title-s1 {
    position: relative;
    margin-top: 35px;
}
.tl-postmeta-box-s1 {
    position: absolute;
    top: 0;
    padding-top: 20px;
}
.blogpost-content-wrapper-s1 {
    position: relative;
}

form.head-top-search {
    position: relative;
    top: 23px;
    left: 56%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: #e8e8e8;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid #fff;
    padding: 5px;
    display: inline-block;
}

.head-top-search input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
	background: #973895;
	color: #fff !important;
}

.head-top-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.head-top-search input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.head-top-search input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.head-top-search input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}



.head-top-search .fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form.head-top-search:hover{
    width: 200px;
    cursor: pointer;
	left: 56%;
}

form.head-top-search:hover input{
    display: block;
}

 form.head-top-search:hover .fa{
    background: #5c1c5b;
    color: white;
}
.sbox {
    position: relative;
    display: inline-block;
    top: 21px;
    right: 10px;
}

.error-404-search .search-submit {
    background: #0ab0d8 none repeat scroll 0 0;
    border: 1px solid #0ab0d8;
    margin-bottom: 50px;
}
.home-blog .blog-post-footer-s1 {
    background: none;
    border: 0;
    padding: 0 30px;
    padding-bottom: 20px;
}
.home-blog .footer-post-block {
   /* background: #0ab0d8;*/
    border-radius: 5px;
	background:none !important;
}

.home-blog .blogpost-content-wrapper-s1 {
    min-height: 328px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	line-height: initial;
	padding: 13px 10px;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{ vertical-align: baseline;}
/*===========edit 7/23/2019===============*/

.blog-post-title-s1 h3 {
    font-style: normal;
}
.tl-postmeta-box-s1 {
	font-style: normal;
}
.blog-style .blog-post-content-s1 em {
    font-style: normal;
}
.blog-style .blog-post-content-s1 {
	font-style: normal;
}
.blog-post-title-s1 h3 {
    
    position: relative;
    top: 12px;
}



/*** 05-07-2019 /
a.ama-btn{
	color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 17.5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #963693;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    padding: 12px 22px;
    border: 2px solid #000000;
    border-radius: 5px;
    line-height: 25.00000001px;margin-top: 19px;
}

a.ama-btn:hover{
	background-color: #00b0d7;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #333333;
    background-image: none;
}

a.ama-btn:before{
	content: '\f155';font-family: fontawesome;display: inline-block;
    color: #ffffff;
    float: left;
    font-size: 24px;
    line-height: 34.2857143px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none; margin-right: 11px;
}

div.ama-big{
	line-height: 32px;
    font-size: 24px;
    color: #37B34A;margin-bottom: 0px;
    margin-top: 2px;
    padding: 10px;
	font-weight: 500;
	font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}
div.ama-dis{
	line-height: 34.2857143px;
    color: #333333;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}
div.ama-no{
	line-height: 157.14285719px;
    text-align: center;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    font-size: 110px;
    color: #c7383a;
    font-weight: bold;
}
div.ama-over{
	line-height: 34.2857143px;
    color: #00b0d8;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}
a.btn-refer{
	padding: 0;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 17.5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #963693;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    padding: 12px 22px;
    border: 2px solid #000000;
    border-radius: 5px;
    line-height: 25.00000001px;
    background-image: none;
}
a.btn-refer:hover{
	background-color: #00b0d7;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #333333;
    background-image: none;
}
a.btn-refer:before{
	content:"\f004";
	font-family: fontawesome;
	display: inline-block;
    color: #ffffff;
    float: left;
    font-size: 24px;
    line-height: 34.2857143px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
	margin-right: 7px;
}
.ama-text{
	background-color: #f5f5f5;
    margin-top: 44px;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
a.btn-click{
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;font-weight: 500;
}
a.btn-click:hover{
	background: #00c5d3;
}
a.btn-click:before{
	content:"\f21a";
	font-family: fontawesome;
	display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 34.2857143px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
	margin-right: 7px;
}

.ama-inner-bnr{
	background-color: #ca1c67;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    margin-bottom: 35px;
    background-image: linear-gradient(180deg, #33b5e0 0%, #0598d1 100%);
    background-image: -webkit-linear-gradient(270deg, #33b5e0 0%, #0598d1 100%);
    background-image: -o-linear-gradient(270deg, #33b5e0 0%, #0598d1 100%);
    background-image: -ms-linear-gradient(270deg, #33b5e0 0%, #0598d1 100%);
    background-image: -moz-linear-gradient(270deg, #33b5e0 0%, #0598d1 100%);
    background-attachment: scroll;
    
}
.ama-inner-bnr .tl-textblock p{  
	-webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.72);
    -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.72);
    -ms-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.72);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.72);
	font-weight: 400;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.72); margin-bottom:0;
}
.ama-inner-bnr a.tl-button{
	border-width: 0;
    padding: 0;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 17.5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #963693;
    font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    padding: 12px 22px;
    border: 2px solid #000000;
    border-radius: 5px;
    line-height: 25.00000001px;
    background-image: none;
}
.ama-inner-bnr a.tl-button:hover{
	background-color: #00b0d7;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #333333;
    background-image: none;
}
.ama-inner-bnr a.tl-button:before{
	content:"\f0d0";
	font-family: fontawesome;
	display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 34.2857143px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
	margin-right: 7px;
}
.ama-inner-bnr.footer {
    margin-bottom: 0;
}
.agents-listing-box ul {
    padding: 0;
    list-style-type: none;
}
.agents-listing-box ul li {
    width: 16%;
    display: inline-block;
	margin-bottom:20px;
}
.agents-listing-box ul li span:nth-of-type(2) {
    color: #1CA6D8;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}
.agents-listing-box ul li img {
    width: 100%;
}
.agents-listing-box ul li .agent-img {
    width: calc(170px - 15px);
    height: 160px;
	position: relative;
}
.agent-img a {
    position: absolute;
    bottom: -25px;
}
.footer-graphic {
    margin-bottom: 0;
    margin-top: 100px;
}
.home .footer-graphic {
    margin-bottom: 0;
    margin-top: 10px;
}
.sidebar-cta p{ text-align: center; color:#fff; font-weight:600;}
.sidebar-cta a.buttn {
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 0px;
	text-transform:uppercase;
}
.page-top-banner-wrapper:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(23, 23, 23, 0.5);
}
.page-top-banner-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
}
.page-top-banner-wrapper a.buttn{
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0px;
}
.page-top-banner-wrapper{
	    padding: 2% 0;
}
.cntr{text-align:center;}
.single-page-pagination li > a:hover {
    background: #03718c !important;
}
.tl-topnav-r-col.text-right .tl-tel{ font-size: 18px;}
.bottom_cta{position:relative;}
.bottom_cta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(23, 23, 23, 0.5);
}
.bottom_cta a.buttn {
    margin-top: 20px;
    font-size: 15px;
	letter-spacing:0;
	
}
.img23 img {
    margin-right: 30px;
    text-align: center;
}


.inner_page_banner .tl-ctawidget-content {
    display: inline-block;
    flex: 0 0 60%;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.inner_page_banner .tl-ctawidget-btn{
	display: inline-block;
    flex: 0 0 40%;
	text-align: center;
}
.inner_page_banner .tlpb-cta-widget {
    padding: 4% 0;
}
.inner_page_banner .tlpb-cta-widget a.buttn {margin-top: 30px;text-transform: uppercase;color: #fff !important;text-decoration: none !important;}
.inner_page_banner .tl-ctawidget-btn > a {
    box-shadow: none;
}
.inner_page_banner .tl-ctawidget-btn > a:hover {
    padding-left: 60px;
    background: #068eaf !important;
    color: #fff !important;
}

.inner_page_banner .tlpb-cta-widget{position:relative; background-position: center center !important;}
.inner_page_banner .tlpb-cta-widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(23, 23, 23, 0.5);
}

.sidebar-cta{
	background-image: url(/wp-content/uploads/2019/07/sidebar_bg2.jpg);
    background-size: cover;
	text-align:center;
	padding: 30px 20px !important;
}
.sidebar-cta span {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer .gform_button {
    border-radius: 5px !important;
}


/**** Blog */

.blog-style .blog-post-title-s1 {
    min-height: 120px;
}
.blog-style .blog-post-content-s1 {
    min-height: 190px;
}
.blog-style .blogpost-feature-image-s1 .image-overlay .blogpost-link {
	background: #0ab0d8 none repeat scroll 0 0;}
.blog-style .blogpost-feature-image-s1 .image-overlay .blogpost-link:hover , .blog-style .blog-post-footer-s1 .col.footer-post-block a:hover {
    background: #f39c12;
}
.blog-style .blog-post-footer-s1 {
    background: none !important;
    border: none;
    text-align: center;
}
.blog-style .blog-post-footer-s1 .col.footer-post-block:hover{background: none !important;}
.blog-style .blog-post-footer-s1 .col.footer-post-block { 
    padding: 10px 40px;
}
.blog-style .blog-post-footer-s1 .col.footer-post-block a {
    background: #0ab0d8;
    color: #fff;
    padding: 7px 15px;
    margin: 0 0 20px;
    display: inline-block;    font-style: normal;
}
.blog-style .blog-post-footer-s1 .col.footer-post-block a i {
    display: none;
}
.single-post .tl-breadcrumb-title-s1 .entry-header{    display: none;}
.single-page-pagination li > a{background:#0ab0d8;}
.single-page-pagination li > a:hover{ background: #f39c12;}


.home input:focus {
    outline:0 !important;
}
.home textarea:focus {
    outline:0 !important;
}

/**** Blog end */


/**** tropical page*/
.tropical{ position:relative;}
.tropical:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(25,32,48,0.8);
    background: -moz-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,32,48,0.8)), color-stop(93%, rgba(255,255,255,0.07)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(25,32,48,0.8) 0%, rgba(255,255,255,0.07) 93%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192030', endColorstr='#ffffff', GradientType=0 );
}
.tropical .baner-subtext {
    padding: 0 15%;
}
.topicalleft_padding {
    padding-left: 90px;
    padding-top: 20px;
}
.topicalright_padding {
    padding-right: 90px;
    padding-top: 20px;
}
.topical_page_img figure img ,  .topical_page_img .tl-textblock img{
    border-radius: 5px;
}

.buttn-deals:hover {
    padding-left: 38px;
    background: #03718c;
    color: #fff !important;
}
.buttn-deals{
    background: #0ab0d8;
    display: inline-block;
    margin-top: 44px;
    margin-bottom: 44px;
    padding: 15px 12px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: capitalize;
    border-radius: 6px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
    color: #fff !important;
    text-decoration: none !important;
    font-family: "Quicksand", sans-serif;
}
.buttn-deals:hover:before {
    width: 15px;
}
.buttn-deals:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    height: 1px;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}

.deal {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px dotted #821877;
}

.topical_rounded {
    background: #0ab0d8;
    display: inline-block;
    margin-top: 0px;
    padding: 10px 50px 10px 25px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform: capitalize;
    border-radius: 30px !important;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.36);
    color: #fff !important;
    text-decoration: none !important;
    font-family: "Quicksand", sans-serif;
    position: relative;
}
.topical_rounded:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}
.topical_rounded:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0ab0d8;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #088dad;
    padding: 0px 0px 0 4px;
    margin-right: 17px;
}
.topical_rounded:hover {
	padding-left: 60px;
	background:#03718c;
	color:#fff !important;
}

.topical_rounded:hover:before {
	width: 30px;
}

.topical-sandal{ position:relative; background-position: center center;}
.topical-sandal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(23, 23, 23, 0.6);
}
ul.main {
    list-style-type: none;
}
span.num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #f00;
    border: 2px solid #f00;
    float: left;
    clear: both;
    text-align: center;
    margin-right: 15px;
}
span.heading1 {
    font-weight: 500;
}
.left-gap{padding-left:45px;}
ul.sub li::before, ul.dozons li::before {
    content: "\2022";
    color: #0ab0d8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.sub li {
    margin-bottom: 10px;
}
ul.sub {
    list-style: none;
}
.ceteredul {
    text-align: center;
}
ul.dozons {
    list-style: none;
    width: 100px;
    display: inline-block;
    padding: 0;
    text-align: left;
}
.dozons li {
    margin-bottom: 30px !important;
    font-weight: 500;
}

ul.dozons.one {
    width: 200px;
}
.home-blog.topical-blog {
    padding-top: 80px;
    padding-bottom: 0;
}
/*========Edit 8August===========*/
.agents .tl-post-image img {
    border: 1px solid #ccc;
    padding: 5px;
	max-width: 351px;
}
.deal-box h3 {
    color: #7a1678;
}
.home-blog h4 a {
    color: #7a1678;
}
.custom-color a {
    color: #7a1678;
}
.widget-area .widget-title {
    text-align: center;
    color: #7a1678;
}
.widget_categories li {
    background: #f9f9f9dd;
    padding: 6px 20px;
    border: 0;
}
ul.children {
    border-top: 1px solid #bebdbe;
}


@media screen and (min-width: 1880px){
	.tl-specer-wrapper{
		height: 2px;
	}
}

@media screen and (min-width: 768px) {
	.sandal-bttn-row{ /*max-width:700px;*/ margin:0 auto;}
	/*.lef12{text-align:left;}*/
}


@media screen and (min-width: 992px) {
	#mega-menu-wrap-primary .mega-menu-toggle { top:50px;}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    top: 78px;
	}
}
/***11/8/2019 DC to MS***/

@media screen and (max-width: 1024px) {
	.topical_page_img img {
    width: 100%;
}
	.topical_page_img .video-div-orlando iframe {
    float: right;
    margin: 0;
    width: 100%;
}
	
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.topical-blog .blogpost-wrapper {
    min-height: 651px;
}
	.topical-blog .blogpost-wrapper .footer-post-block a{
		padding:8px;
	}
	.deals-post .deal-wrapper{
	  min-height: 718px;	
	}
	a.deals-learn-more-btn{
		padding: 9px 40px 10px 12px;
	}
	.home-white-box .tl-block-module-s1 {
		min-height: 800px;}
	.blogpost-wrapper {
		min-height: 673px;}
	.home-blog-btn-effect .footer-post-block a{
		padding:8px;
	}
}
@media screen and (max-width: 992px) {
	#mega-menu-wrap-primary .mega-menu-toggle {
    display: block !important;
    height: inherit;
	position: relative;
   
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
   
	}
	.tl-navigation-s1 .navbar > .collapse {
    display: block;
}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box{top: -45px;}
}

@media screen and (max-width: 767px) {
	.res-center{ text-align:center;}
	.res-center .figure{ margin-bottom:50px;}
	.inner_page_banner .tl-ctawidget-content {
		flex: 0 0 100%;
		text-align: center;
		font-size: 20px !important;
		line-height: 30px;
	}

	.inner_page_banner .tl-ctawidget-btn{
    flex: 0 0 100%;
	}
	.inner_page_banner .tlpb-cta-widget a.buttn {
    margin-top: 10px;
	}
	
	
}
@media screen and (max-width: 500px) {
	.home-inline-form .gform_footer.top_label input {
    position: relative;
	}
	.left-text {
    text-align: center;
	}
	.home-inline-form .gform_wrapper .top_label input.medium{
		width: calc(100% - 8px);
	}
	.home-inline-form .gform_footer.top_label {
		text-align: center;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.tl-topnav-r-col .top-request-quote, .tl-topnav-r-col.text-right .tl-tel {
    font-size: 16px;
	}
	.deals-post img {
		height: 63vh !important;
	}
}
@media screen and (max-width: 767px) {
	.parnt-table {
    overflow-x: scroll;
    width: 100%;
}
	.tl-topnav-r-col.text-right {
    position: relative;
    right: 0;
    margin-right: 15px;
    margin-top: 10px;
    text-align: right !important;
	top: 0px;
	}
	.tl-topnav-r-col .top-request-quote {
    
    padding: 5px 10px;
    font-size: 14px;
	}
	.tl-topnav-r-col.text-right .tl-tel {
    color: #fff;
    padding-bottom: 4px;
    padding-top: 9px;
    font-size: 14px;
	padding-right:0;
	}
	.tl-topnav.tl-topnav-BgColor {background: #973895;}
	.tl-navigation-s1 .navbar-brand{ max-width: 203px; top: 13px; position: relative;}
	.banner h1 {font-size: 30px;line-height: 40px;}
	.banner span {font-size: 18px;line-height: 28px;}
	.home-brands ul li {width: 100%; margin-bottom: 20px;}
	.home-brands ul li:last-child {text-align: center}
	.home-brands ul li:nth-of-type(2) {width: 100%;}
	.home-brands ul li:first-child {text-align: center;}
	.home-description .tl-column {text-align: center;}
	h2{ font-size:24px !important; line-height:34px !important;}
	a.buttn{ font-size: 14px; padding: 6px 12px; letter-spacing: 1px;}
	.home-white-box{ padding: 10px; padding-top: 30px;}
	.home-white-box .white-box .tl-title {margin-bottom: 30px;}
	/*.home-white-box .tl-read-more{ padding: 6px 12px; font-size: 14px;}*/
	form.head-top-search {
    left: 59%;
    margin: 10px 0;
	}
	.sbox {
    position: absolute;
    right: 0;
    top: 50px;
	}
	.responsive_padding {
    padding-top: 160px;
	}
	.banner{ background-size: 100% auto !important; padding-top: 30px;}
	.banner:before{ display:none;}
	.banner a.buttn {border-radius: 34px;margin-top: 20px;}
    .content-area ul li {
    	font-size: 16px;
}
	.topicalleft_padding {
    	padding-left: 15px;
}
	.deals-post img {
		height: auto !important;
	}
	.deal-text{
		font-size:16px;
	}
	.worldtrip img{
		width:100%;
	}
}
@media screen and (max-width: 600px) {
	.responsive_padding {padding-top: 109px;}
}
@media screen and (max-width: 500px) {
	.responsive_padding {padding-top: 60px;}
	.banner h1 {
    font-size: 20px;
    line-height: 30px;
	}
	.banner span {
    font-size: 14px;
    line-height: 24px;
	}
    .content-area ul li{
        font-size: 15px;
    }
}
@media screen and (max-width: 420px) {
	.responsive_padding {
    padding-top: 60px;
	}
	.banner a.buttn{ margin-top: 0px;}
	.banner h1{ margin-bottom: 0;}
}

@media screen and (max-width: 385px) {
	.buttn-top{
		font-size: 12px;
		padding: 4px 10px;
	}
}

@media screen and (max-width: 375px) {
	.banner {padding-top: 10px;}
}



.entry-content{ margin: 0;}
.no-padding .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.blogpost-content-wrapper-s1 {
    padding: 20px 15px 0;
   
}
.blogpost-feature-image-s1 {
    max-height: 232px;
    overflow: hidden;
}




/***  07-31-2019 **/

h1,h2,h3,h4,h5,h6,p, ul li, ol li{margin-bottom:20px;}

.blog-post-title-s1 h3 a {
    color: #7a1678;
}

@media screen and (min-width: 1500px) {
	.home-white-box .block-img-s1 figure img{height: 35vh;}
}



/  08-08-2019 /

.deals-post .col-sm-12.col-md-4{float: left; margin-bottom: 30px;}
.deals-post .deal-wrapper{background: #ffffff none repeat scroll 0 0;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}
.deals-post img{height:34vh;object-fit: cover;width: 100%; margin-bottom: 20px;}
.deal-title , .deal-text {
    padding: 0 15px;
}
.deals-post a.buttn-deals{margin-left: 15px;}
.deals-post h3 a{color: #7a1678;}


/****  09-08-2019   ***/
.deal-text {
    min-height: 120px;
}
.deal-title {
    min-height: 150px;
}

@media screen and (max-width: 480px){
	.deal-text{
		font-size:15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.tl-topnav-r-col a {
		display: inline-block;
	}
	.sandal-bttn-row .topical_rounded {
    	width: 160px !important;
	}
	.sandal-bttn-row .topical_rounded{
		padding: 10px 30px 10px 0px;
		font-size: 13px;
	}
	.sandal-bttn-row .topical_rounded:after{
		font-size: 11px;
		top: 15px;
		width: 18px;
    	height: 18px;
		line-height: 20px;
    	vertical-align: middle;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	.deals-post img {
		height: 63vh !important;
	}
	.sandal-bttn-row .topical_rounded {
    	width: 190px !important;
	}
	.sandal-bttn-row .topical_rounded{
		padding: 10px 30px 10px 0px;
		font-size: 16px;
	}
	.sandal-bttn-row .topical_rounded:after{
		font-size: 14px;
		top: 15px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 1320px) and (min-width: 1200px){
	.deals-post img {
		height: 77vh !important;
	}
}

@media screen and (min-width: 1800px){
	.deals-post img {
		height:21vh !important;
	}
}

/  08-19-2019  /
.single-deal .tl-navigation-s1{
	border-bottom:4px solid #973895;
}


/**  09-04-2019   ****/
.ama-img-big img{
	width:100%;
}
.ama-content-img img{
	margin-bottom:0;
}

/**  09-09-2019   /

.deal-template-default .entry-header img {
   margin-bottom: 30px;
}

/***  09-11-2019 ***/

a.deals-learn-more-btn:before{left: 18px !important;}
a.deals-learn-more-btn:after{padding: 0px 0px 0 4px;}
a.deals-learn-more-btn {margin: 16px 16px 50px 16px;}
.ama-content-img a, .jst-blog {
    color: #03718c !important;
	font-weight: 600 !important;
    text-decoration: underline !important;
}
.ama-content-img a:hover, .jst-blog:hover{
	text-decoration: none !important;
}



/  30-09-2019   **/

.mdle-bul ul.dozons.one {
    width: 49%;
    margin-right: 17px;
}
.mdle-bul ul.dozons{
	width: 49%;
}


/*  10-04-2019   **/
.topical_page_img .tl-textblock img {
	margin: 5px 50px 20px 0;
}
.tropical-img-right .tl-textblock img {
	margin: 5px 0px 20px 50px;
}

/***  10-09-2019   /

.disney-img-zig img.dis-zig{
	margin: 5px 50px 20px 0px;
}

.footer_quote_btn .buttn {
    margin-top: 0;
}

/***  10-17-2019   */

.video-div-orlando iframe{
	float:right;
	margin: 5px 0px 20px 50px;
}


/***  10-18-2019   **/

.footer-google {
	margin-top: -38px;
	margin-bottom:0;
}
.socials .tl-social-bucket {
    margin-left: 27px;
}
.footer-google a img.alignnone{
	margin-bottom:0;
}
.socials .tlsb-tooltip{
	display:none;
}

/**  10-30-2019  **/

a.abt-btn{
	margin-top: 20px;
}
.testimonial-star-wrapper {
    margin-bottom: 12px;
}
/***10/31/2019*/
table.family-table tr:nth-child(odd), table.kid-table tr:nth-child(odd), .big-kid-table tr:nth-child(odd), table.mce-item-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
table.family-table td, table.kid-table td, table.big-kid-table td, table.mce-item-table td{
    padding: 4px 8px;
	font-size:16px;
}

/***11/6/2019*/
.single-agents header.entry-header {
    width: 350px;
    float: left;
    padding-right: 30px;
}
.single-agents .entry-content {
    float: left;
}
.single-agents footer.entry-footer {
    width: 100%;
    float: left;
}
.single-page-pagination {
    float: left;
    width: 100%;
}
.tl-topnav-r-col.text-right .tl-tel:hover {
    color: #0985a3;
}
.footer-phone a:hover {
    color: #ffbe58;
}

/**  22-11-2019   **/

.sandal-bttn-row .topical_rounded{
	width: 235px;
}

/*  28-11-2019  /

.gform_wrapper br {
    display: none;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}
.content-area ul.pager li a{
	color:#fff !important;
}


@media screen and (max-width: 1199px) {
	.agents-listing-box ul li .agent-img{
		width: calc(170px - 40px);
	}
}



@media screen and (max-width: 991px) {
	.footer-google {
    margin-top: -38px;
    margin-left: 46px;
	}
	.socials .tl-social-bucket {
    margin-left: 0;
	}
	.agents-listing-box ul li .agent-img{
		width: calc(120px - 20px);
	}
	.agents-listing-box ul li{
		vertical-align: text-top;
	}
}
@media screen and (max-width: 767px) {
	.socials .tl-sb-preview-area.tl-sb-stickypos-inline {
    text-align: center !important;
	}
	.footer-google {
		margin-right: 176px;
	}
	.socials .tl-social-bucket {
		text-align: center;
		margin-left: 27px;
	}
	.footer-phone a {
    margin-bottom: 15px;
    display: block;
	}
	.agents-listing-box ul li{
		width: 40%;
	}
	.agents-listing-box ul li .agent-img{
		width: calc(200px - 20px);
	}
}
@media screen and (max-width: 480px) {
	.agents-listing-box ul li{
		width: 100%;
		text-align: center;
	}
}
