@import url("base.css");

/* Style.css */
html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
#fusion {
     overflow-x: hidden;
}
header {
    background: #fff;
}
label {
    font-weight: 400;
    margin: 0;
}

main {
    position: relative;
    overflow: hidden;
}

img {
    max-width:100%;
    height: auto;
}

#fusion button {
     border: 0;
}

::-moz-selection,
::selection {
     background: #eee;
     text-shadow: none;
}

#fusion .right {
     float:right;
}

#fusion .left {
     float:left;
}

#fusion input::-webkit-input-placeholder,
#fusion textarea::-webkit-input-placeholder {
     color: #292929;
}

#fusion input::-moz-placeholder,
#fusion textarea::-moz-placeholder {
     color: #292929;
}

#fusion input:-ms-input-placeholder,
#fusion textarea:-ms-input-placeholder {
     color: #292929;
}

#fusion input:-moz-placeholder,
#fusion textarea:-moz-placeholder {
     color: #292929;
}


#fusion select:required:invalid {
     color: #3f4040;
}

#fusion option[value=""] {
     display: none;
}

#fusion select:disabled {
     cursor: default;
}

#fusion select::-ms-expand {
     display: none;
}

#fusion .fusion-ellipsis {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 100%;
}

#fusion .fusion-uppercase {
     text-transform: uppercase;
}

#fusion .fusion-text {
     cursor: text;
}
.row:after {
    display: block;
    clear: both;
    content: '';
}
.row.no-pad {
     margin-right: 0;
     margin-left: 0;
}

#fusion .pure-form .pure-input-1 {
     width: 100%;
     display: block;
     line-height:18px;
}
#fusion .pure-form .pure-input-1.dark {
    background: none;
}
#fusion .pure-form select.pure-input-1.dark:not(:checked) {
   color: #fff;
}

body,
html,
form,
#fusion p,
#fusion h1,
#fusion h2,
#fusion h3,
#fusion h4,
#fusion h5,
#fusion h6,
#fusion label,
#fusion button,
#fusion input,
#fusion select,
#fusion textarea,
#fusion .pure-g [class *="pure-u"] {
     margin: 0;
     padding: 0;
     font-family: 'Poppins', sans-serif !important;
}

#fusion .fusion-toggle,
#fusion .fusion-date,
#fusion .fusion-date-title,
#fusion h1,
#fusion h2,
#fusion h3,
#fusion h4,
#fusion h5,
#fusion h6 {
     color: inherit;
     position: relative;
}

#fusion .pure-input,
#fusion .pure-button {
     line-height: 42px;
     font-size: 15px;
     display: block;
     background: none;
}

#fusion .fusion-select,
#fusion .pure-input,
#fusion .pure-button,
#fusion input,
#fusion input[readonly],
#fusion button,
#fusion select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     box-shadow: none;
     box-sizing: border-box;
     background: #FFFFFF;
     color: inherit;
     outline: 0;
}

#fusion .dd-options,
#fusion .dd-select,
#fusion input,
#fusion select {
     border: 1px solid #D8D8D8;
     background: #FFFFFF;
     font-size: 16px;
     font-weight: 400;
     color: #5e6067;
     height: auto;
}

#fusion .pure-input {
     border: 1px solid #d3d3d3;
     background: #FFFFFF;
     padding: 0 13px;
}

#fusion textarea.pure-input {
     resize: none;
     line-height: inherit;
     padding: 13px;
}

#fusion .pure-input,
#fusion .pure-button {
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

#fusion .pure-button {
     display: block;
     padding: 0;
     background-color: #FE4210;
     color: #FFFFFF;
     box-sizing: border-box;
}

#fusion .fusion-box {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}

#fusion ul,
#fusion ul li {
     margin: 0;
     padding: 0;
}

#fusion ul li {
     list-style: none;
}

#fusion hr {
     display: block;
     width: 100%;
     padding: 0 0 20px 0;
     margin: 0 0 20px 0;
     border: 0;
     border-bottom: 1px solid #979797;
}

#fusion .fusion-label {
     display: block;
     position: relative;
     margin: 0;
     padding: 0;
}

#fusion .fusion-checkbox {
     padding-left: 35px;
     line-height: 20px;
}

#fusion .fusion-checkbox > span {
     display: inline-block;
     margin-top: 3px;
}

#fusion .fusion-checkbox .icon-checkbox {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     margin: auto;
}

#fusion input:checked + .icon-checkbox {
     background-position: -10px -2130px;
}

#fusion .fusion-link {
     color: inherit;
}

.row.no-pad {
     margin-right:0;
     margin-left:0;
}

#fusion input, #fusion select {
     padding: 6px 15px 5px;
}

#fusion .dd-select {
     padding: 5px 15px;
}

#fusion .dd-selected {
     padding: 0;
}

#fusion .fusion-featured {
     position: relative;
     overflow: hidden;
     height: 100%;
     display: block;
}

#fusion .fusion-featured img {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}

#fusion .fusion-featured > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    z-index: 1;
    font-family: 'object-fit: cover;';
}

#fusion .fusion-img-cover {
     object-fit: cover;
     width: 100%;
     height: 100%;
     overflow: hidden;
}

/* ASSUMES LIST ITEM */

#fusion .fusion-inline > * {
     display: inline-block;
     list-style: none;
     padding: 0;
     margin: 0;
}

#fusion .fusion-block > *,
#fusion .fusion-block > a {
     display: block;
}

#fusion .fusion-top > * {
     display: inline-block;
     vertical-align: top;
}

#fusion .fusion-middle > * {
     display: inline-block;
     vertical-align: middle;
}

#fusion .fusion-bottom > * {
     display: inline-block;
     vertical-align: bottom;
}

#fusion address,
#fusion cite {
     font-style: normal;
}

#fusion b,
#fusion strong {
     color: #292929;
     color: inherit;
}

#fusion a:link,
#fusion a:visited,
#fusion a {
     text-decoration: none;
}

#fusion a {
     color: #01BED9;
}

#fusion .pure-img {
     margin-left: auto;
     margin-right: auto;
}

#fusion .fusion-align {
     height: 100%;
     text-align: center;
}

#fusion .fusion-align:before {
     content: '';
     height: 100%;
     margin-right: 0.0px;
}

#fusion .fusion-align:before,
#fusion .fusion-align > * {
     display: inline-block;
     vertical-align: middle;
}

#fusion .fusion-container {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
    min-height: 200px;
}

#fusion .back-box {
    position: fixed;
    background: #fff;
    float: left;
    padding: 5px;
    border: 1px solid #3e3e3e;
    border-left: none;
    z-index: 2;
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
#fusion .back-box:hover {
    opacity: 1;

}
#fusion .back-box p {
    font-size: 10px;
    color: #3E3E3E;
}
/* Overlay styles */
.fusion-overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other */
}
.fusion-overlay.inactive {
    display: none;
}
#fusion .fusion-overlay h2, #fusion .fusion-overlay p {
    text-align: center;
}
.fusion-overlay .wait-wrap {
  margin-top: 80px;
}
.wave-container {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 5px solid #2441dd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.wave {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #2441dd;
  border-radius: 50%;
}
.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  transform: translate(-50%, -70%) rotate(0);
  animation: rotate 3s linear infinite;
  z-index: 10;
}
.wave::after {
  border-radius: 40%;
  background-color: rgba(255, 255, 255, 0.99);
  transform: translate(-50%, -70%) rotate(0);
  animation: rotate 6s linear -10s infinite;
  z-index: 20;
}

@keyframes rotate {
  40% {
    transform: translate(-50%, -84%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -70%) rotate(360deg);
  }
}


/* Icons */
#fusion .icon {
     display: inline-block;
     background-image: url('../../images/global.png');
}

html.svg.touch #fusion .icon {
     background-image: url('../../images/global.svg');
}

#fusion .icon-logo {
	display: block;
	width: 169px;
	height: 28px;
	background-position: -10px -844px; 
}

#fusion .icon-phone {
	width: 15px;
	height: 15px;
	background-position: -10px -1063px;
}

#fusion .icon-phoney {
    width: 32px;
    height: 32px;
    background-position: -10px -1011px;
}

#fusion .icon-phonew {
    width: 15px;
    height: 17px;
    background-position: -10px -976px;
}

#fusion .icon-footer-logo {
	display: block;
	width: 201px;
	height: 34px;
	background-position: -10px -557px;
}

#fusion .icon-fb {
	width: 14px;
	height: 14px;
	background-position: -10px -254px;
}

#fusion .icon-gp {
	width: 16px;
	height: 11px;
	background-position: -10px -392px;
}

#fusion .icon-twitter {
	width: 15px;
	height: 13px;
	background-position: -10px -1278px;
}

#fusion .icon-youtube {
	width: 21px;
	height: 14px;
	background-position: -10px -1310px
}

#fusion .icon-ig {
	width: 14px;
	height: 14px;
	background-position: -10px -523px;
}

#fusion .icon-locationw {
    width: 12px;
    height: 18px;
    background-position: -10px -750px;
}

#fusion .icon-locationg {
    width: 12px;
    height: 18px;
    background-position: -10px -712px;
}

#fusion .icon-dates {
    width: 15px;
    height: 17px;
    background-position: -10px -128px;
}

#fusion .icon-dropdown {
    width: 10px;
    height: 10px;
    background-position: -10px -6px;
}

#fusion .icon-dropdownw {
    width: 10px;
    height: 10px;
    background-position: -10px -32px;
}

#fusion .icon-planew {
    width: 22px;
    height: 16px;
    background-position: -10px -1169px;
}

#fusion .icon-plane {
    width: 18px;
    height: 13px;
    background-position: -10px -1201px;
}

#fusion .icon-planeg {
    width: 22px;
    height: 15px;
    background-position: -10px -1131px;
}

#fusion .icon-planeb {
    width: 18px;
    height: 13px;
    background-position: -10px -1098px;
}

#fusion .icon-location {
    width: 25px;
    height: 36px;
    background-position: -10px -788px;
}

#fusion .icon-chat {
    width: 48px;
    height: 34px;
    background-position: -10px -165px;
}

#fusion .icon-search {
    width: 23px;
    height: 23px;
    background-position: -12px -1236px;
}

#fusion .icon-locationg {
    width: 12px;
    height: 18px;
    background-position: -10px -712px;
}

#fusion .icon-datesg {
    width: 15px;
    height: 17px;
    background-position: -10px -91px;
}

#fusion .icon-filter {
    width: 14px;
    height: 21px;
    background-position: -10px -351px;
}

#fusion .icon-filterg {
    width: 14px;
    height: 21px;
    background-position: -10px -281px;
}

#fusion .icon-filterw {
    width: 14px;
    height: 21px;
    background-position: -10px -316px;
}

#fusion .icon-checkb {
    width: 16px;
    height: 15px;
    background-position: -10px -219px;
}

#fusion .icon-arrow-down {
    width: 10px;
    height: 10px;
    background-position: -10px -10px;
}

#fusion .icon-list {
    width: 23px;
    height: 35px;
    background-position: -10px -662px;
}

#fusion .icon-list-dark {
    width: 23px;
    height: 35px;
    background-position: -10px -611px;
}

#fusion .icon-grid {
    width: 28px;
    height: 35px;
    background-position: -10px -473px;
}

#fusion .icon-grid-dark {
    width: 28px;
    height: 35px;
    background-position: -10px -423px;
}

/* HEADER */
#fusion header .top-bar {
	padding: 0 16px;
    position: relative;
}
#fusion header .top-bar .logo-wrap {
	padding-top: 10px;
}
#fusion header .nav-wrap ul li {
	display: inline-block;
	padding: 12px 30px;
	border-right: 1px solid #E9E9E9;
}
#fusion header .nav-wrap ul li:last-child {
	border-right: none;
}
#fusion header .nav-wrap ul li a, #fusion header .nav-wrap ul li button {
	font-size: 12px;
	font-weight: 500;
	color: #606060;
}
#fusion header .nav-wrap ul li a.login {
	color: #E0BA1C;
}
#fusion header .nav-wrap ul li a .icon-phone {
	margin-left: 15px;
}
#fusion header .nav-wrap ul li.logged-in a {
    font-size: 14px;
    color: #606060;
}
#fusion header .nav-wrap ul li.logged-in span {
    padding-left: 10px;

}
#fusion header .nav-wrap ul li.logged-in a.login {
    color: #E0BA1C;
    font-size: 12px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Featherlight Styles */
.featherlight .featherlight-content {
    text-align: center;
    padding: 0!important;
    border-bottom: 0!important;
}
.featherlight .featherlight-content #signup-lightbox #fusion, .featherlight .featherlight-content #login-lightbox #fusion {
    padding: 35px 25px 0;
}
.featherlight .featherlight-content #signup-lightbox #fusion p, .featherlight .featherlight-content #login-lightbox #fusion p {
    text-align: left;
}
.featherlight .featherlight-content #fusion h3 {
    color: #444;
    font-size: 28px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
}
.featherlight .featherlight-content #fusion h6 {
    text-align: center;
    color: #B6B6B6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 25px;
}
.featherlight .featherlight-content #fusion p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
.featherlight .featherlight-content #fusion input {
    display: block;
    width: 100%;
    border-radius: 3px;
}
.featherlight .featherlight-content #fusion button, .featherlight .featherlight-content #fusion input[type=submit] {
    display: block;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    background: #2441DD;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    padding: 8px;
}
#signup-lightbox #fusion input {
    margin-bottom: 10px;
}
#login-lightbox #fusion input {
    margin-bottom: 15px;
}
.featherlight .featherlight-content #signup-lightbox #fusion.gray-bg, .featherlight .featherlight-content #login-lightbox #fusion.gray-bg {
    background: #F3F3F3;
    padding-bottom: 25px;
    padding-top: 25px;
}
.featherlight .featherlight-content #fusion.gray-bg h4 {
    text-align: center;
    color: #444;
    font-size: 13px;
    font-weight: 400;
}
.featherlight .featherlight-content #fusion.gray-bg h4 a {
    font-weight: 600;
}

/* Loading spinner styles */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* FOOTER */

#fusion footer {
	position: relative;
    padding: 20px 0;
    background-color: #1E1E1E;
    background-image: url(../../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 12px;
    z-index: 1;
}
#fusion footer .top-wave {
	background:url(../../images/footer-wave.png) repeat-x;
	position: absolute;
	top: -62px;
	width: 100%;
	height: 117px;
	z-index: -1;
}
#fusion footer .icon-footer-logo {
	display: block;
	margin: 0 auto;
}
#fusion footer ul li {
	display: inline;
}
#fusion footer ul li a {
	font-size: 12px;
	color: #fff;
}
#fusion footer ul.social li a {
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 8px 0 2px;
}
#fusion footer ul.social li a i {
    display: block;
    margin: 0 auto;
}
#fusion footer ul.social li a i.icon-gp {
    margin-top: 3px;
}
#fusion footer ul.social li a i.icon-twitter {
    margin-top: 2px;
}
#fusion footer ul.social li a i.icon-youtube {
    margin-top: 1px;
}
#fusion footer .email-wrap input {
    background: #3C3D3D;
    border: none;
}
#fusion footer .email-wrap input:placeholder-shown {
    color: #fff;
}
#fusion footer .email-wrap input::-webkit-input-placeholder {
    color: #fff;
} 
#fusion footer .email-wrap input:-moz-placeholder {
    color: #fff;
}

#fusion footer .email-wrap input {
    color: #fff;
    opacity: 1;
    font-size: 12px;
    padding: 9px 15px;
    border-radius: 3px;
}
#fusion footer .email-wrap button {
    color: #0A0A0A;
    text-align: center;
    font-size: 12px;
    border-radius: 3px; 
    float: right;
    padding: 9px 25px;
}
#fusion footer ul.seals li {
    margin-right: 12px;
}
#fusion footer ul.seals li:last-child {
    margin-right: 0;
}
#fusion footer p {
    text-align: center;
    font-size: 12px;
    color: #5E5E5E;
}
.lightbox-hide {
    display: none;
}
#featherlight .featherlight-content .lightbox-hide {
    display: block;
}


/* DESKTOP - Tablet */
@media (min-width: 768px) {
    .featherlight .featherlight-content {
        width: 450px;
        box-sizing: border-box;
        padding: 25px 40px;
    }
}

/* DESKTOP */
@media(min-width: 1040px) {
	.hide-for-large {
        display:none !important;
    }
    /* Footer Styles */
    #fusion footer ul.footer-nav {
        width: 505px;
        display: block;
        margin: 25px auto;
    }
    #fusion footer ul.footer-nav li {
        margin-right: 70px;
    }
    #fusion footer ul.footer-nav li:last-child {
        margin-right: 0;
    }
    #fusion footer ul.social {
        width: 300px;
        display: block;
        margin: 35px auto;
    }
    #fusion footer ul.social li {
        margin-right: 20px;
    }
    #fusion footer ul.social li:last-child {
        margin-right: 0;
    }
    #fusion footer .email-wrap {
        display: block;
        margin: 20px auto;
        width: 415px;
    }
    #fusion footer .email-wrap input {
        width: 312px;
    }
    #fusion footer ul.seals {
        display: block;
        margin: 20px auto;
        width: 300px;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1039px) {
	#fusion .hide-for-medium {
        display:none!important;
    }
    #fusion .fusion-container {
        width: 100%!important;
    }
    #fusion header .nav-wrap ul li {
        padding: 12px;
    }
    #fusion .medium-right {
        float: right;
    }
    #fusion .medium-left {
        float: left;
    }
}

/* MOBILE */
@media (max-width: 766px) {
	#fusion .hide-for-small {
        display:none!important;
    }
    #fusion .fusion-container {
        width: 100%!important;
    }
    #sitemap .fusion-container {
        padding-bottom: 70px;
    }
    #fusion .fusion-hero {
        height: auto !important;
    }
    #fusion .small-right {
        float: right;
    }
    #fusion .small-left {
        float: left;
    }

    /* Header styles */
    #fusion header .logo-wrap .icon-logo {
        display: block;
        margin: 0 auto 15px;
    }
    #fusion header .icon-phone {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
    }

    /* Footer styles */
    #fusion footer {
        background: url(../../images/mobile-footer-bg.png) no-repeat #fff;
        background-size: cover;
        padding: 45px 35px 20px;
        margin-top: 0;
    }
    #fusion .icon-footer-logo {
        background-position: -10px -892px;
        width: 174px;
        height: 30px;
    }
    #fusion footer .top-wave {
        display: none;
    }
    #fusion footer .icon-footer-logo {
        
    }
    #fusion footer ul.footer-nav {
        display: block;
        width: 78%;
        margin: 20px auto 10px;
    }
    #fusion footer ul.footer-nav li {
        margin-right: 10px;
    }
    #fusion footer ul.footer-nav li:nth-child(3) {
        margin-right: 0;
    }
    #fusion footer ul.footer-nav li:last-child {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    #fusion footer ul.seals {
        margin-bottom: 15px;
    }
    #fusion footer p {
        line-height: 1;
    }
}