::-moz-selection {
    background-color: #7AB800;
    color: #FFF;
}

@font-face {
    font-family: 'streetplain';
    src: url('../fonts/street-webfont.woff2') format('woff2'), url('../fonts/street-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fbfbfb;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}
.singlePackage .well
.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 20px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7AB800;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: l-bounce 2s infinite ease-in-out;
    animation: l-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes l-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes l-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

header {
    width: 100%;
}



body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 26px;
    font-size: 16px;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    color: #0db4ff;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover,
button:hover {
    color: #f16722;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

hr.dark {
    border-top: 1px solid #3e3e3e;
}

b,
strong {
    font-weight: 700;
}

small,
small a {
    font-size: 11px;
    color: #888;
    font-family: "open-sans", sans-serif!important;
    font-weight: 300
}

ul.list-inside {
    list-style: inside;
}

ul.list-none {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.list-none-ib {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.list-none-ib li,
.list-none-ib {
    list-style: none;
    display: inline-block;
}

ul.text-cap li,
.text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

p {
    margin: 0px 0 10px 0;
    color: #323232;
}

p.lead,
.lead,
.lead p,
h2.lead {
   font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #006fba;
}

h2.lead {
    letter-spacing: 0;
    padding-top: 0
}
.sub p.lead{
font-size: 24px;
    line-height: 35px;	
	font-family: "streetplain", sans-serif;
}
p.dark,
.dark,
a.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
    color: #323232 !important;
}

p.white,
.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff
}

li.link a:hover {
    color: #f3793c;
}

.gray {
    color: #888;
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color,
.dark-color .container-icon {
    color: #323232;
}

.dark-bg {
    color: #fff;
	background: #06233b;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top,
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg p,
.bg-cool-blue h3,
.bg-cool-blue p,
.bg-cool-blue h4 {
    color: #fff;
}

.dark-bg .link:hover,
.link:hover {
    color: #f3793c;
}

.gray-bg {
    background: #f7f7f7;
    color: #323232;
}

.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6,
.gray-bg .container-icon {
    color: #323232;
}

.bg-cool-blue {
    background: #337ab7;
    color: #fff
}

.blue-bg {
    background: #006fba;
    color: #fff
}

.blue-bg h2,
bg-cool-blue {
    color: #fff;
}

.bg-light-grey {
    background: #f7f7f7;
}

.brand-font {
    font-family: "streetplain", sans-serif;
    font-weight: normal
}
.white-bg{
	background:#fff
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    margin-top: 0px;
    margin-bottom: 10px
}

h3 {
    letter-spacing: 1px;
}

h1 {
    font-size: 53px;
    line-height: 60px;
    font-weight: 700
}

h2,
.h2 {
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: "streetplain", sans-serif;
    font-weight: normal;
	line-height:40px
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

h6 {
    font-size: 13px;
    line-height: 17px
}

h1.large {
    font-size: 60px;
    line-height: 70px;
}

.btn:focus {
    outline: none;
}

.btn,
button {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

button {
    vertical-align: top;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.btn-color-a, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background: #f3793c;
}

.btn-color-b {
    color: #fff;
    background: #00aae7;
    border: none;
}

.btn-color-a:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #fff;
    background: #ed7337;
}

.btn-color-b:hover {
    color: #fff;
    background: #006fba;
}

.btn-white {
    color: #323232;
    background: rgba(255, 255, 255, 1);
    border: none;
}

.btn .btn-white:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #323232;
}

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}

button {
    outline: none;
    border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
	height:45px
}

button,
input,
textarea,
select {
    
    font-size: 13px
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select,
.input-style .selectpicker {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #7AB800;
    color: #323232;
}

input,
textarea,
select {
    
    font-size: 12px;
    font-weight: 400
}

input.input-sm,
.input-sm {
    padding: 8px 15px;
}

textarea {
    height: 120px;
}

label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 700;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
    margin-bottom: 0px;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent,
.errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}



.header {
    background-color: #006fba;
    text-align: center;
    color: #fff;
    width: 100%;
	position:relative;
	z-index:999
}

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .nav-menu ul.nav-menu-inner>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
}

#contactBloc {
    float: right
}

@media all and (min-width:1025px) {
    .header.header-prepare .nav-menu ul.nav-menu-inner>li:hover>a,
    .header.header-prepare .nav-menu ul.nav-menu-inner>li>a:hover {
        color: #d9d9d9;
    }
    .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner>li>a {
        color: #fff;
    }
    .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner>li:hover>a,
    .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner>li>a:hover {
        color: #d9d9d9;
    }
}

@media all and (max-width:1024px) {
.wrapper {
    padding-top: 145px;
    background: #06233b;
}
    .header-inner {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        display: table;
        width: 100%;
    }
	
	.header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    transition: top 0.7s ease-in-out;
    width: 100%;
	height:145px
}
.nav-up {
    top: -146px;
}
	
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

.logo a {
    width: 245px;
    display: block;
    margin-top: 16px;
    position: relative;
}


@media (max-width:768px) {
	    .logo a {
       width: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .footer-logo {
        float: none;
        text-align: center;
    }
    #contactBloc {
        float: none
    }
}

.nav-menu {
    position: static;
    float: right;
    display: block;
}

.nav-menu.active {
    display: block;
}

.nav-menu ul.nav-menu-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul.nav-menu-inner li {
    display: inline-block;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
}

.header-light .nav-menu ul.nav-menu-inner>li>a {
    color: #323232;
}

.nav-menu ul.nav-menu-inner li a {
    font-family: inherit;
    display: block;
    outline: none;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    border-top: solid 2px transparent;
	color:#fff
}
.nav-menu ul.nav-menu-inner li a span{
	    display: block;
    font-family: "open-sans", sans-serif!important;
    color: #fff;
    text-transform: none;
    margin-bottom: 4px;
	font-size:80%;
	color:#65caff
}
.nav-menu ul.nav-menu-inner>li>a {
    padding: 33px 15px;
	letter-spacing: 0.009em;
}


.nav-menu ul.nav-menu-inner>li>a:hover, .nav-menu ul.nav-menu-inner li a:hover span {
    color:#65caff
}



.header .nav-menu ul.nav-menu-inner>li.active>a,
.header .nav-menu ul.nav-menu-inner>li a.active,
.header .nav-menu ul.nav-menu-inner>li:hover>a,
.header .nav-menu ul.nav-menu-inner>li>a:hover,
.header.header-dark .nav-menu ul.nav-menu-inner>li.active a,
.header.header-dark .nav-menu ul.nav-menu-inner>li a.active,
.header.header-dark .nav-menu ul.nav-menu-inner>li:hover>a,
.header.header-dark .nav-menu ul.nav-menu-inner>li>a:hover,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li a.current,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #ffffff;
    border-top: solid 2px #2d7dbf;
    background: #1e4b72;
}


.nav-mobile.nav-bar-icon {
    display: none;
}

.header .nav-menu ul.nav-menu-inner>li.nature-less a:hover {
    border-top: solid 2px transparent;
}

.nav-bar-icon {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}

.header-fixed .nav-bar-icon {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-bar-icon a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 19px 0;
}

.nav-bar-icon.active a,
.nav-bar-icon a.active,
.nav-bar-icon:hover a,
.nav-bar-icon a:hover {
    color: #17a697;
}

.nav-bar-icon>span {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background-color: #323232;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.nav-bar-icon>span:before,
.nav-bar-icon>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

header .nav-bar-icon>span,
header .nav-bar-icon>span:before,
header .nav-bar-icon>span::after,
header.header-dark .nav-bar-icon>span,
header.header-dark .nav-bar-icon>span:before,
header.header-dark .nav-bar-icon>span::after,
header.header-dark.header-prepare .nav-bar-icon>span,
header.header-dark.header-prepare .nav-bar-icon>span:before,
header.header-dark.header-prepare .nav-bar-icon>span::after {
    background-color: #fff;
}

header.header-light .nav-bar-icon>span,
header.header-light .nav-bar-icon>span:before,
header.header-light .nav-bar-icon>span::after {
    background-color: #323232;
}

.nav-bar-icon>span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.nav-bar-icon>span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
}

.nav-bar-icon.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-bar-icon.active>span:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-bar-icon.active>span:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-menu>ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background-color: #1e4b72;
    padding: 0;
    width: 215px;
}

.sub-dropdown li {
    width: 100%;
}

.sub-dropdown>li>a {
    letter-spacing: 1px;
    padding: 13px 15px;
    display: block;
    color: #fff;
    font-size: 13px!important;
    text-transform: none!important;
    line-height: 21px!important;
}

.sub-dropdown>li>a:hover {
    color: #d9d9d9;
    background-color: rgb(0, 170, 231);
}

.sub-dropdown>li:hover>a {
    background: #20242a;
    color: #fff;
}


.yamm-content p {
    color: #fff;
    font-size: 11px;
	position: relative;
}

.yamm-content p i{
height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #00aae7;
    vertical-align: middle;
	margin-right: 4px;
	position:relative;
	z-index: 2
}
.yamm-content p span {
background: #1e4b72;
    position: absolute;
    z-index: 2;
    left: 45px;
    top: 0;
}
.yamm-content p:after {
    content: "";
    height: 3px;
    width: 100%;
    border-top: 1px solid #00aae7;
    position: absolute;
    top: 50%;
    left: 0;
}
@media all and (max-width:1024px) {
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }
    .nav-menu {
        position: static;
        left: 0;
        top: 100%;
        float: none;
        display: none;
        width: 100%;
        background: #225b8d;
        overflow-y: auto;
        z-index: 999;
		color: #fff;
    }
    .nav-bar-icon,
    .nav-mobile.nav-bar-icon {
     display: table-cell;
    /* float: right; */
    padding-top: 32px;
    padding-bottom: 32px;
    vertical-align: middle;
    }
    .header-fixed .nav-bar-icon {
        display: inline-block;
        float: right;
        padding-bottom: 22px;
    }
    .nav-menu ul.nav-menu-inner li a,
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 15px 12px;
        border-top: 1px solid #2678ba
    }
    .sub-dropdown.dropdown,
    .sub-dropdown {
        top: 100%;
        position: relative;
        left: 0;
        width: 100%;
    }
    .nav-menu ul.nav-menu-inner li .sub-dropdown a {
        padding-left: 30px;
    }
    .sub-dropdown>li>.sub-dropdown>li>a {
        padding-left: 45px !important;
    }
    .sub-dropdown li .sub-dropdown li>.sub-dropdown>li>a {
        padding-left: 60px !important;
    }
    .header-light .nav-menu ul.nav-menu-inner>li>a {
        color: rgba(255, 255, 255, 0.60);
    }
}

.side-menu-btn {
    float: right;
    position: relative;
    color: #323232;
}

.side-menu-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-btn ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.side-menu-btn ul>li>a {
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

.side-menu-btn ul>li>a:hover,
.header.header-prepare .side-menu-btn ul>li>a:hover {
    color: #7AB800;
}

.side-menu-btn ul>li>a:hover span,
.side-menu-btn ul>li>a:hover span:before,
.side-menu-btn ul>li>a:hover span:after {
    background-color: #7AB800;
}

.side-menu-btn ul li a.header-icon {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

header.header-dark .side-menu-btn ul li a,
header.header-dark.header-prepare .side-menu-btn ul li a {
    color: #fff;
}

.cart {
    position: static relative;
    z-index: 10
}

.cart .cart-notification-wrap {
    position: relative;
}

.cart .cart-notification {
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color: #fff;
    right: -5px;
    bottom: -3px;
    display: block;
    background: #7AB800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    
}

.cart:hover .cart-dropdown {
    visibility: visible;
    opacity: 1;
}

.cart-dropdown {
     background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    visibility: hidden;
    opacity: 0;
	border: 1px solid #eeeeef;
    border-radius: 5px;
}

.cart-dropdown .cart-list {
    margin: 0px;
    padding: 0px;
  
    text-align: left;
}

.cart-dropdown .cart-list li {
    list-style: none;
    display: block;
    margin: 0px;
    border-bottom: 1px solid #eeeeef;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.cart-dropdown .cart-list li a{
	    padding-right: 10px;
    padding-left: 10px;
    color: #767474;
	display: block;
	padding: 6px 10px 6px 10px;
	background:#fff
}

.cart-dropdown .cart-list li a:hover{
    background: #eeeeef;
}




.side-menu-btn-fix a {
    font-size: 17px;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 2001;
}

.side-menu-btn-fix a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}

.side-menu-btn-fix a:hover {
    background: #7AB800 none repeat scroll 0 0;
}

.fullscreen-height {
    height: 100vh;
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-overlay-section {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-caption-top {
    z-index: 2;
}



.line-title {
    margin-bottom: 20px
}
.intro-content {
    position: absolute;
    top: 20px;
    left: 0;
	width:90%
}
.intro-content h1.nice-title {
    font-size: 46px;
    line-height: 59px;
    color: #fff;
}
	.sub .intro-content h1.nice-title{
        font-size: 33px;
    line-height: 44px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-shadow: none;
		
	}
.sub .activetype .center-block{
	color: #fff;
	font-size: 21px;
}
.sub .all-tours  .activetype .center-block{
font-size: 17px;	
}
.all-tours .activetype i, .all-tours .iconImage i {
    margin-bottom: 0;

}
.sub .intro-content h1.nice-title span{
font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 60%;
    opacity: 0.7;
}

.intro-content .lead {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 19px;
    line-height: 30px;
    margin: 0px 0 10px 0;
}

.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}

.intro-img-circle img {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.intro-sub-title {
    letter-spacing: 1.5px;
}

.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1;
}




.inner-intro {
position: relative;
    display: table;
    width: 100%;
    padding: 70px 0 20px 0;
}

@media (max-width:1024px){
	.inner-intro {
    padding: 160px 0 20px 0;
}
.intro-content {
	width:80%
}
}

.inner-intro h1 {
    font-size: 54px;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
}

.slide-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto
}

.bg-fixed {
    background-attachment: fixed;
}

.h2 {
    font-size: 24px;
}

h2.nice-title,
h1.nice-title,
.h2.nice-title {
    position: relative;
    margin-bottom: 30px;
    line-height: 38px;
}
   .intro-content-inner {
        padding-top: 30px;

    }
@media (min-width: 992px) {
    .visible-sm.bg-image,
    .visible-sm .bg-image {
        background-image: none!important;
    }
}

@media (max-width: 991px) {
    .hidden-sm.bg-image,
    .hidden-sm .bg-image {
        background-image: none!important;
    }
}

.grid-two {
    padding-top: 350px;
    padding-bottom: 320px;
    position: relative;
}

.grid-one {
    padding-top: 450px;
    padding-bottom: 80px;
    position: relative;
}

@media (max-width:1024px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 46px;
    }
    .grid-two {
        padding-top: 230px;
        padding-bottom: 330px;
    }
    .grid-one {
        padding-top: 250px;
        padding-bottom: 80px;
        position: relative;
    }
    .intro-content h1,
    .intro-content h1,
    .intro-content h1.nice-title {
        font-size: 30px;
        line-height: 40px;
    }
	.sub .intro-content h1.nice-title{
		font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
		
	}
}

@media (max-width:991px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 30px;
    }
 
}

@media (max-width:768px) {
    .intro-content-inner {
        padding-top: 0;
        padding-bottom: 0
    }
    .grid-two {
        padding-top: 200px;
        padding-bottom: 160px;
    }
    .inner-intro {
        padding: 70px 0 20px 0;
    }
    h1.nice-title {
        font-size: 37px;
        line-height: 42px;
        margin-bottom: 20px
    }
	.intro-content {
	width:70%
}
}

@media (max-width: 480px) {
    .grid-two {
        padding-top: 160px;
        padding-bottom: 60px;
    }
}
.sub .intro-content-inner{
margin-top: 50px;
    margin-bottom: 190px;
    padding: 0;
	
}
@media (max-width:768px) {
	.sub .intro-content-inner{

    margin-bottom: 150px;
    margin-top: 100px;

	
}
}
.cover_image__scroller {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1em;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.title-row {
    line-height: 48px;
    padding-bottom: 24px;
    vertical-align: bottom;
}

.title-entry {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 2rem 0 0;
    text-transform: uppercase;
    vertical-align: bottom;
}

.sc-logo {
    text-align: center;
}

.sc-title {
    font-weight: 800;
    text-align: center;
}

.sc-paragraph-lead {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

.sc-button {}

.footer:before {
    position: absolute;
    width: 100%;
    background-image: url(../images/structure/swish-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    content: "";
    height: 300px;
    display: block;
    top: -170px;
}

.footer {
    background-color: #006fba;
    color: #00a9e6;
    position: relative;
    width: 100%;
    display: block;
	z-index:1
}

.footer p,
.footer blockquote,
.footer p small {
    color: #eeeeef;
}

.footer p small,
.singlePackage p small {
    font-size: 13px;
    color:#fff
}

.footer a {
    color: #eeeeef;
}
.footer a:hover {
    color: #fff;
}
.footer h5, footer h6, .accordion-section h6 {
    color: #00a9e6;
    font-family: "streetplain", sans-serif;
	font-size: 15px;
    line-height: 23px;
}

.footer hr {
    border-color: #00a9e6
}

.footer p{
	font-size:13px
}
.contact-box-left h6{
	margin-bottom:0;
	    font-size: 16px;
    line-height: 26px;
}
.contact-box-left p{

	    font-size: 16px;
    line-height: 26px;
}
.text-dark {
    color: #323232 !important;
}

.text-white {
    color: #fff
}

.text-brand {
    color: #006fba
}

.text-brand-orange {
    color: #f3793c
}

.footer ul {
    list-style: none;
    padding: 0px;
}

.footer .link a {
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer .copyright {
    text-align: center;
    display: block;
    background-color: #232629;
    padding: 30px 0;
}

.copyright p {
    font-size: 13px;
}

@media (max-width:768px) {

    .intro-content h1,
    .intro-content h1,
    .intro-content h1.nice-title {
       font-size: 24px;
    line-height: 34px;
    }
    #intro .bg-fixed {
        background-attachment: scroll;
    }
    .line-box {
        margin: 0;
        background-color: #fff;
    }
    .line-box:before {
        border: 1px solid rgba(61, 62, 89, 0.5);
    }
    .line-box .line-title {
        color: #fff;
    }
    .line-box h1.nice-title {
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        line-height: 34px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .line-box .lead {
        margin-bottom: 0
    }
}
@media (max-width:500px){
	    .intro-content h1,
    .intro-content h1,
    .intro-content h1.nice-title {
      font-size: 14px;
    line-height: 23px;
    }
}
.accordion-section {
    margin-bottom: 5px;
    padding: 0;
    border-color: #ddd;
    border: 15px solid #F1F1F1;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.accordion-section:last-child {
  margin-bottom: 0
}

.accordion-title {
cursor: pointer;
    display: block;
    position: relative;
    padding: 0;
    /* background-color: #fafafa; */
    margin-bottom: 0;
    line-height: 24px;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
	padding: 30px 30px 30px 70px;
}
.accordion-section p, .accordion-section li{
	   line-height: 24px;
    font-size: 14px;
}
.accordion-title.active {
}

.accordion-title:before {
content: "\f067";
    display: block;
    font-family: "icomoon", sans-serif;
    position: absolute;
    color: #aeb5c0;
    top: 39px;
    left: 30px;
    /* padding-right: 10px; */
    line-height: 0;
    font-weight: normal;
}

.accordion-title.active:before {
   content: "\f068";
}

.accordion-content.defualt-hidden {
    display: none;
    margin: 0;
	border-top: 1px solid #F1F1F1;
}

.accordion-content {
    padding: 30px;
}

.counter {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-table;
}

.features-box-left,
.features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}

.features-box-left {
    padding-left: 75px;
    text-align: left;
}

.features-box-left h5 {
    margin-top: 14px;
}

.features-box-right {
    padding-right: 75px;
    text-align: right;
}

.features-icon-left,
.features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
}

.features-icon-left {
    padding-right: 20px;
    left: 0;
}

.features-icon-right {
    padding-left: 20px;
    right: 0;
}

.contact-box-left,
.contact-box-top {
    display: block;
    position: relative;
}

.contact-box-left {
    padding-left: 45px;
    text-align: left;
}

.contact-icon-left,
.contact-icon-top {
    font-size: 30px;
    position: absolute;
}

.contact-icon-top {
    text-align: center;
}

.contact-icon-left {
    left: 0;
}

@media (max-width:991px) {
    .features-box-left {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .features-box-right {
        display: block;
        padding-right: 0px;
        text-align: center;
    }
    .features-icon-left,
    .features-icon-right {
        position: relative;
    }
    .features-icon-left {
        padding-right: 0px;
        left: auto;
    }
    .features-icon-right {
        padding-left: 0;
        right: auto;
    }
}

@media (min-width: 768px) {
    h1.nice-title {
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }
}

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}

.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.quote-author {
    margin-top: 15px;
}

.quote-author span {
    font-weight: 400;
}

a.page-icon-top {
    font-size: 45px;
    display: block;
    text-align: center;
    border-radius: 100%;
    width: 95px;
    height: 95px;
    line-height: 100px;
    background: #00a9e6;
    color: #fff;
	margin-right: auto;
    margin-left: auto;
}
a.page-icon-top:hover {

    background: #f16623;
}


.table.table-border {
    border: 1px solid #eee;
}

.table tr td,
.table tr th {
    padding: 10px 15px;
    vertical-align: middle !important;
}

.table.table-fit tr td,
.table.table-fit tr th {
    padding: 10px 0px;
}

.table.table-border tr td,
.table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}

.table.checkout tr td:first-child,
.table.checkout tr th:first-child {
    max-width: 60px;
}

.table.checkout tr td:last-child,
.table.checkout tr th:last-child {
    text-align: center;
}

.table.checkout small {
    display: block;
}

.wrapper {
    position: relative;
    width: 100%;
}

.inner-intro {
    background-color: #056bb3;
    display: block;
    position: relative;
}

.inner-intro.inner-intro-small {
    height: 380px;
}

.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}

.inner-intro .container .title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}

.page-breadcrumb {
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    display: inline-block;
    color: #323232;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.dark-bg .page-breadcrumb {
    color: #323232;
}

.page-breadcrumb a,
.page-breadcrumb span {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.page-breadcrumb span {
    color: #999;
}

.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32, 32, 32, 0.4);
    display: -webkit-flex;
    display: flex;
}

.overlay-dark,
.overlay-dark80,
.overlay-light,
.overlay-light80 {
    position: relative;
    z-index: 1;
}

.overlay-dark:before,
.overlay-dark80:before,
.overlay-light:before,
.overlay-light80:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark:before {
    background-color: rgba(32, 32, 32, 0.1);
}

.overlay-dark80:before {
    background-color: rgba(32, 32, 32, 0.8);
}

.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.4);
}

.overlay-light80:before {
    background-color: rgba(255, 255, 255, 0.8);
}

.full-screen-intro {
    overflow: hidden;
    position: relative;
}

.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cont-h-100per {
    height: 100%;
}

.border-b-box {
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
}

.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px;
}

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}

@media (max-width:768px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
    .inner-intro .container .title {
        padding-bottom: 65px;
        padding-top: 65px
    }
	.accordion-content {
    padding: 20px;
}

}

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.container.nf-container2 {}

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    background-color: #f7f7f7;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.pagination-nav ul li.active a {
    background: #323232;
    color: #fff;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
	    font-family: "streetplain", sans-serif;
}

.container-filter li a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    font-weight: 700
}

.container-filter li a.active {
    color: #7AB800;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block
}

.item-box.withSpace {
    margin: 0 auto 2rem auto;
}

.item-box a {
    display: block;
    position: relative
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.round-box {
    border-radius: 50%;
    overflow: hidden
}

.topics .item-mask:after {
    content: "";
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(55deg);
}

.topics .item-mask:after {
    content: "";
    width: 550px;
    padding: 60px;
    position: absolute;
    top: -130px;
    left: -20px;
    background-color: #006fba;
    transform: rotate(-10deg);
    z-index: 2;
}

.topics .item-mask:before {
    background-color: rgba(122, 184, 0, 0.5);
    content: "";
    width: 550px;
    padding: 60px;
    position: absolute;
    top: -120px;
    left: -40px;
    transform: rotate(-14deg);
    z-index: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}


.item-mask h5,
.item-mask h6,
.item-mask p {
    margin-bottom: 0px;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: 0;
}

.item-mask .item-caption {
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
}

.item-caption i {
    color: #fff;
    font-size: 40px;
}

.item-pad {
    margin: 0 auto 2rem auto;
}

.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.item-box-content {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.bg-grey {
    background: #f7f7f7
}

.item-box-content .title {
    margin-bottom: 0
}

.item-box-content .text {
    margin-bottom: 20px;
}

.item-box-content .title .price {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
    position: relative;
    display: inline-block;
}

.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
    color: #7AB800;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
    color: #323232;
    background: #fff;
    width: 51px;
}

.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
    background: #f7f7f7;
}

.item-nav .item-prev {
    text-align: left;
    float: left;
}

.item-nav .item-next {
    text-align: right;
    float: right;
}

.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 150px;
}

.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
}

.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}

.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}

.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    padding-top: 8px;
}

.parallax {
    position: relative;
}

.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-widget.component {
    padding: 20px
}

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-widget hr {
    margin-bottom: 15px;
}
.yamm-content .sidebar-widget hr{
	
border-top: 1px solid #306696;}
.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}

.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 13px;
    color: #323232;
    text-transform: uppercase
}
.sidebar-widget ul li a.active {
    color: #f16722;
	cursor: default
}
.sidebar-widget ul.widget-post li a {
    font-weight: 400;
    text-transform: none
}

.sidebar-widget ul.widget-post li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-widget ul.widget-post li h6 {
    margin-bottom: 0;
}

.sidebar-widget .post-meta {
    font-size: 12px;
}

.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}
.item4-carousel .item a.cool-grad{
	margin-left: 10px;
    margin-right: 10px;
}
.nf-carousel-theme {}

.nf-carousel-theme .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
    background: #f3793c;
    color: #fff;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;

}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;

}

.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-slider:hover .owl-controls .owl-buttons .owl-prev,
.image-slider:hover .owl-controls .owl-buttons .owl-next,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}

.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    margin-top: -20px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}

.intro-scroll-down .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
    border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #323232;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #323232;
    background: #555;
    color: #fff;
    z-index: 99;
    display: none;
    transitionf: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.scroll-top:hover {
    background: #7AB800;
    text-decoration: none;
    color: #fff;
}

@media (max-width:768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
    .text-center-sm {
        text-align: center;
    }
}

.banner-sale-1 {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-color: rgb(32, 43, 61);
    color: rgb(255, 255, 255);
    display: table;
    background-repeat: repeat;
    background-position: center center;
    background-image: url(../images/demo/nice-bg.jpg);
}

.banner-sale-1 .banner-left {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85098);
}

.banner-sale-1 .banner-right {
    display: table-cell;
    vertical-align: middle;
}

.banner-sale-1 .title-box {
    color: rgba(255, 221, 0, 0.8);
    width: 100%;
    background-image: url(../images/demo/nice-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
}

.banner-sale-1 .text-left i {
    color: #7AB800;
    font-size: 90px;
}

@media screen and (max-width:768px) {
    .banner-sale-1,
    .banner-sale-1 .title-box {
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
    }
}

.banner-sale-1 .title-box .title-overlay {
    padding-bottom: 100px;
    padding-top: 100px;
    mix-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.85098);
    text-font-weight: 700;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
    margin: 0px;
}

.banner-sale-1 .title-box .title-1 {
    font-size: 85px;
}

.banner-sale-1 .title-box .title-2 {
    font-size: 90px;
}

.banner-sale-1 .title-box .title-3 {
    font-size: 35px;
    line-height: 2.2em;
}

@media screen and (max-width:1024px) {
    .banner-sale-1 .title-box .title-1 {
        font-size: 65px;
    }
    .banner-sale-1 .title-box .title-2 {
        font-size: 50px;
    }
    .banner-sale-1 .title-box .title-3 {
        font-size: 25px;
    }
    .banner-sale-1 .title-box .title-overlay {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media screen and (max-width:768px) {
    .banner-sale-1 .title-box .title-overlay,
    .banner-sale-1 .banner-right .text-salebox {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-sale-1 .banner-right .text-salebox {
        width: 100%;
    }
    .banner-sale-1 .title-box .title-overlay {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media screen and (max-width:768px) {
    .banner-sale-1 .banner-left,
    .banner-sale-1 .banner-right {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .banner-sale-1 .title-box .title-overlay,
    .banner-sale-1 .banner-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-sale-1 .title-box .title-1 {
        font-size: 35px;
    }
    .banner-sale-1 .title-box .title-2 {
        font-size: 27px;
    }
    .banner-sale-1 .title-box .title-3 {
        font-size: 20px;
    }
}

.text-salebox {
    display: table;
    width: 520px;
    z-index: 6;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .text-salebox {
        width: 410px;
    }
}

@media screen and (max-width:420px) {
    .text-salebox {
        width: 100%
    }
}

.text-salebox .text-left {
    display: table-cell;
    vertical-align: top;
}

.text-salebox .text-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}

@media screen and (max-width:1024px) {
    .text-salebox .text-left {
        vertical-align: middle;
    }
    .text-salebox .text-left img {
        max-width: 150px
    }
	
}

@media screen and (max-width:768px) {
    .text-salebox .text-left {
        vertical-align: middle;
    }
    .text-salebox .text-right {
        padding-left: 0;
        padding-top: 8px;
    }
    .text-salebox .text-left,
    .text-salebox .text-right {
        display: block;
    }
    .text-salebox .text-right {
        padding-left: 0;
        padding-top: 12px;
    }
}

.text-salebox .text-right .title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 24px;
    color: #fff;
    margin-top: 30px
}

.table-wrap {
    display: table;
    width: 100%;
}

.table-wrap-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bg-holder {
    position: relative;
    overflow: hidden;
}

.bg-holder>.bg-mask {
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.text-salebox .text-right .group-button {
    margin-top: 20px;
}

.banner-sale-1 .group-button .btn:first-child {
    margin-right: 15px;
}

.banner-sale-1 .text {
    color: #fff
}

.header #preHeader {
    display: block;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
}

.header-top-dropdown .dropdown>button.btn.dropdown-toggle {
    padding: 10px 12px;
    margin: 0;
    color: #fff;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    font-size: 11px;
    text-transform: uppercase;
}

.contactPhone {
    display: inline-block;
}

#contactBloc .contactPhone a {
    color: #0db4ff;
    font-size: 13px;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
}

#contactBloc .contactPhone i {
    padding-right: .5em;
    position: relative;
    top: -1px;
}

#contactBloc .contactPhone a:hover {
    background-color: rgba(0, 0, 0, 0.26);
}

#contactBloc .contactPhone .cart-list li {
    padding: 0;
}

#contactBloc .contactPhone .cart-list li a {
    margin-left: 0;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.baner-tabs {
    position: relative;
    width: 100%;
    z-index: 50;
    margin-top: -56px;
    border-radius: 0;
}

.navbar-right {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.nav.navbar-right a {
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
    display: inline-block;
}

.nav.navbar-right a:hover,
.nav.navbar-right a:focus {
    background-color: rgba(0, 0, 0, 0.26);
}

.baner-tabs .tpl-tabs-cont {
    background: #7AB800;
    min-height: 225px;
    border: 0px none;
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0px 30px 0px;
    border-radius: 0;
}

.nav-tabs {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-tabs>li {
    width: calc((100% - 5px) / 3);
    width: -webkit-calc((100% - 5px) / 3);
    width: -moz-calc((100% - 5px) / 3);
    margin-right: 1px;
    margin-bottom: 0;
    float: left;
    position: relative;
    display: block;
}

.baner-tabs .nav-tabs>li:first-child .tab-btn {
    border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
}

.baner-tabs .nav-tabs>li:last-child .tab-btn {
    border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
}

.baner-tabs .nav-tabs>li a,
.baner-tabs .nav-tabs>li a:focus {
    color: #fff;
    border-bottom: none;
    padding: 18px 25px;
    border-radius: 0;
    margin: 0;
    position: relative;
    float: left;
    display: block;
    border: 0 none;
    letter-spacing: 1px;
    background: #7B8384;
    width: 100%;
    text-transform: uppercase
}

@media (max-width:768px) {
    .baner-tabs .nav-tabs>li a,
    .baner-tabs .nav-tabs>li a:focus {
        text-align: center;
        font-size: 20px
    }
    .baner-tabs {
        margin-top: -64px;
    }
}

.baner-tabs .nav-tabs>li a:hover {
    border: 0 none;
    color: #fff
}

.baner-tabs .nav-tabs>li.active a {
    background-color: #7AB800;
}

.baner-tabs .nav-tabs>li a:hover {
    background-color: #7AB800;
}

.tabs-block {
    margin-top: 20px;
    min-width: 100%;
    position: relative;
}

@media (max-width: 992px) and (min-width: 768px) {
    .stabs-block {
        margin: 0 0 20px 0;
    }
}

@media (max-width:768px) {
    .tabs-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .tabs-block {
        margin-bottom: 15px;
    }
}

.tabs-block .input-style input {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}

.input-style {
    position: relative;
    display: block;
    width: 100%;
}

.pusher {
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 20px;
}

.pusher .link {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pusher .link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 769px) {
    .row-flex-cool,
    .row-flex-cool>div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }
    .row-flex-wrap {
        -webkit-flex-flow: row wrap;
        align-content: flex-start;
        flex: 0;
    }
    .row-flex-cool>div[class*='col-'],
    .container-flex>div[class*='col-'] {
        margin: -.2px;
        /* hack adjust for wrapping */
    }
    .container-flex>div[class*='col-'] div,
    .row-flex-cool>div[class*='col-']>div,
    .row-flex-cool>div[class*='col-']>a {
        width: 100%;
    }
    .flex-col {
        display: flex;
        display: -webkit-flex;
        flex: 1 100%;
        flex-flow: column nowrap;
    }
    .flex-grow {
        display: flex;
        -webkit-flex: 2;
        flex: 2;
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }
}

.rounded-x {
    border-radius: 50% !important;
}

.blog-photos li img {
    width: 86px;
    height: 86px;
    margin: 0 2px 8px;
}

.img-hover-v2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.watermark {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-color: #fbf9fa;
    background-image: url(../images/bg/watermark.jpg);
}

.route-ill {
    position: relative;
    overflow: hidden
}

.route-ill:before {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-image: url(../images/structure/route-ill.svg);
    opacity: 0.07;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.seasonBox {
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    padding: 25px;
}

.page_header img,
.footer-logo img {
    width: 200px;
}

#action-box h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400
}



h5.hover-title-top-left i {
    display: block;
    font-size: 40px;
    margin-bottom: 12px
}

.map-key {
    font-size: 12px;
}

.item-box .overlay-dark {
    position: absolute;
    width: 100%;
    height: 100%
}

.item-box .overlay-dark:before {
    background-color: rgba(32, 32, 32, 0.2);
}

.map-key span {
    margin-right: 17px;
}

.map-key img {
    vertical-align: sub;
    height: 20px;
}

.map-key span:last-child {
    margin-right: 0;
}

.nice-btn {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    position: relative;
    z-index: 11;
}

.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center;
}

.spacing-box {
    padding: 25px;
}

.Pricing-box.specs {
    text-align: left
}

.Pricing-box.specs .pricing-features {
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}

.Pricing-box .pricing-features li {
    margin-bottom: 18px
}

.Pricing-box .pricing-features {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 27px;
}

.Pricing-box .pricing-features ul li a.btn {
    color: #fff;
    padding: 11px 20px;
}

.post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.row.row-wrap>[class^="col-"],
.row.row-col-gap>[class^="col-"] {
    margin-bottom: 30px;
}


/*Timeline v2
------------------------------------*/

.av-awards {
    padding: 0;
    list-style: none;
    position: relative;
}


/* The line */

.av-awards>li {
    position: relative;
}

.av-awards:before {
    top: 0;
    bottom: 0;
    left: 22%;
    width: 4px;
    content: '';
    background: #f3f3f3;
    position: absolute;
    margin-left: -14px;
}


/* The date/time */

.av-awards>li .cbp_tmtime {
    width: 25%;
    display: block;
    position: absolute;
    padding-right: 80px;
}

.av-awards>li .cbp_tmtime span {
    top: 9px;
    display: block;
    text-align: right;
    position: relative;
}

.av-awards>li .cbp_tmtime span:first-child {
    color: #999;
    font-size: 14px;
    line-height: 0.9;
}

.av-awards>li .cbp_tmtime span:last-child {
    color: #585f69;
    font-size: 20px;
    font-weight: normal;
}


/* Right content */

.av-awards>li .cbp_tmlabel {
    color: #fff;
    padding: 10px 20px 20px;
    background: #f3f3f3;
    line-height: 1.4;
    clear: both;
    position: relative;
    /*border-radius: 5px;*/
    margin: 0 0 40px 25%;
}


/*
.av-awards > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

.av-awards>li .cbp_tmlabel li {
    padding: 0;
}


/*
.av-awards > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

.av-awards>li .cbp_tmlabel h2 {
    margin-top: 0px;
    font-size: 21px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}

.av-awards>li .cbp_tmlabel .text-left {
    float: left;
}


/* The triangle */

.av-awards>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f3f3f3;
    border-width: 10px;
    top: 18px;
}


/* The icons */

.av-awards>li .cbp_tmicon {
    top: 22px;
    left: 22%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #72c02c;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #f3f3f3;
    -webkit-font-smoothing: antialiased;
}


/* Example Media Queries */

.sidebar-widget.widget {
    width: 100%;
    border: 1px solid #eeeeee;
}

.sidebar-widget.widget h4.widget-title {
    margin: 0;
    text-align: center;
    background: #86b817;
    color: #ffffff;
    line-height: 31px;
    padding: 11px 0px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar-widget.widget .widgett {
    width: 100%;
    padding: 30px 20px;
    background: #f7f7f7;
}

.sidebar-widget.widget .text_widget {
    text-align: center;
}

.sidebar-widget.widget .text_widget p {
    color: #808b8d;
    line-height: 24px;
    text-align: center;
}
.singlePackage{position:relative; z-index:1; background:#fff}
.singlePackage .sidebar-widget.widget .text_widget p,
.singlePackage .sidebar-widget.widget .text_widget ul {
    text-align: left;
}

.sidebar-widget.widget .text_widget h3 {
    color: #302c2d;
    line-height: 30px;
}

.sidebar-widget.widget .text_widget i {
    color: #302c2d;
    padding-right: 10px;
}

.singlePackage .well {
    background-color: #006fba;
    border-color: #006fba;
    box-shadow: none;
    padding: 0;
    border-radius: 0
}
.singlePackage .well.callout {
    background-color: #f16623;
    border-color: #f16623;

}
.singlePackage .well.callout h3 {
    color:#fff

}
.singlePackage .well .infoImage {
    width: 100%;
    margin-bottom: 20px
}

.singlePackage .well .infoImage img {
    width: 100%;
}

.singlePackage .packageInfo h4,
.singlePackage .packageInfo h3 {
    text-transform: uppercase;
    font-weight: 400;
    color: #222222;
    margin: 0 0 30px 0;
}

.singlePackage  .dl-horizontal {
    margin-bottom: 0;
}

.singlePackage .dl-horizontal dt {
    text-align: left;
    float: left;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-size: 13px;
}

.singlePackage  .dl-horizontal dt i {
font-weight:normal;
    line-height: 1;
    font-weight: normal;
    display: inline;
    vertical-align: middle;
	color:#00a9e6;
}

.singlePackage  .dl-horizontal dd {
    line-height: 21px;
    margin-bottom: 10px
}


.detailed p.terrain,
.detailed p.accom {
    position: relative
}

.detailed p.terrain:before,
.detailed p.accom:before {
    content: "";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 19px;
    line-height: 1;
    vertical-align: top;
}

.detailed p.terrain:before {
    content: "\e614";
}

.detailed p.accom:before {
    content: "\41";
}

@media (min-width: 768px) {
    .singlePackage .well .infoImage {
        margin-bottom: 0
    }
    .singlePackage .packageInfo .dl-horizontal dt {
        font-size: 12px;
        line-height: 21px;
        width: 140px;
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .singlePackage .packageInfo .dl-horizontal dd {
        font-size: 14px;
        margin-left: 140px;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

@media (max-width:768px) {
    .singlePackage .packageInfo .dl-horizontal {
        margin-bottom: 20px;
    }
    .singlePackage .packageInfo .dl-horizontal dt {
        font-size: 12px;
        line-height: 19px;
        width: 110px;
    }
    .singlePackage .packageInfo .dl-horizontal dd {
        font-size: 13px;
        margin-left: 110px;
    }
}

.yamm-content .dl-horizontal dt{
	display: table-cell;
    vertical-align: middle;
	float: none;
    width: 60px;
}
.yamm-content .dl-horizontal dd {
    padding-left: 15px;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}

.checklist {
    padding-left: 0
}

.checklist li {
    list-style: none;
    margin: 0 0 10px 20px;
    line-height: 22px;
    position: relative;
    padding-left: 6px;
}

.checklist li:before {
    font-family: icomoon;
    content: "\e906";
    display: inline-block;
    color: #86b817;
    margin-left: -20px;
    position: absolute;
    top: 0;
    left: 0;
}

.activetype i, .iconImage i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
    display: inline-block;
    text-align: center;
    background-color: #00a9e6;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 10px;
	color:#fff
}

@media (max-width: 667px) {
    .center-img-xs {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .text-center-xs {
        text-align: center;
    }
    .block-xs {
        display: block
    }
}

.avoid-clicks {
    pointer-events: none;
}

.bookingDetails {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #111111;
    height: 100%
}

.bookingDetails p {
    color: #ffffff;
    font-size: 14px
}

.bookingDetails p.price {
    font-size: 40px;
    line-height: 80px;
}

.bookingDetails .bookingDetails p.price {
    font-size: 30px;
    line-height: 40px;
}

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow: hidden;*/
}

.nf-row2 {
    /*margin-left: -25px;
    margin-right: -25px;*/
}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
    display: table;
    content: " ";
}

.nf-row1:after,
.nf-row2:after {
    clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
    padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
    padding: 25px;
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

@media (max-width: 991px) {
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 33.3333%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}

@media (max-width:768px) {
    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .nf-col-3,
    .nf-col-4 {
        margin: 0 auto;
        max-width: 480px;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 100%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row1 .nf-item.spacing,
    .spacing-box {
        padding: 15px;
    }
    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 100%;
    }
}

.new-tour {
    background: #ee4136;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    text-align: center;
    -moz-border-radius: 120px;
    -ms-transform: rotate(-7deg);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tours .new-tour {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0
}

.key-list .item {
    max-width: 250px;
    margin-bottom: 10px;
}

.standard-box-more {
    position: relative;
    width: 100%;
    height: 13px;
}

.standard-box-more:after,
.standard-box-more:before {
    content: " ";
    display: table;
}

.standard-box-more.scenic1 .line {
    height: 3px;
    border-top: 3px solid #0820f5;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.standard-box-more.scenic1 .location {
    background-color: #fff;
    position: absolute;
    display: block;
    top: -5px;
    left: 0;
    margin-bottom: px;
    z-index: 3;
    padding-right: 5px;
    font-size: 24px;
    line-height: 1;
    color: #1674bd;
    font-family: "streetplain", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.tour-quick-box .bookingDetails {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #006fba;
}

.TourBookBox {
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .tour-quick-box .item-box .bookingDetails {
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden
    }
    .tour-quick-box .item-box .bookingDetails:after {
        content: "";
        width: 250px;
        padding: 60px;
        position: absolute;
        top: -10px;
        right: -100px;
        background-color: rgba(255, 255, 255, 0.1);
        transform: rotate(55deg);
    }
}

.text-left.bookingDetails {
    text-align: left
}

.TourBookBox label {
    color: #fff;
    display: block;
    padding: 0 0 12px 0;
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
}

.no-bdr,
.no-bdr:hover,
.no-bdr:active,
.no-bdr:focus,
.no-bdr:active:focus,
.btn-default[disabled] {
    border: 0;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #323232;
    
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

.nav-tabs>li.active>a {
    color: #323232;
    
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-tabs>li>a:hover {
    border: none;
    color: #86b817!important;
    background: transparent;
}

.nav-tabs>li>a::after {
    content: "";
    background: #86b817;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-block .input-group-btn .btn {
    background: #9dd620;
    height: 40px;
}

@media (min-width: 768px) {
    .TourBookBox .btn-submit {
        margin: 26px 0 0 0;
    }
}

#featured .container-fluid {
    padding: 0;
}

#featured .right-box {
    float: right;
    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 168px 0;
    height: 100%
}

#featured .left-box {
    float: left;
    width: 100%;
    height: 100%;
    padding: 70px 0;
}

#featured .left-box .text-box {
    float: right;
    margin: 0 30px 0 0;
    width: 570px;
}

#featured .left-box .text-box h2 {
    color: #fff;
    padding: 0 14px 0 0;
}

#featured .singlePackage .packageInfo h3 {
    text-transform: none;
    font-weight: 700;
    color: #fff;
    margin: 0 0 50px 0;
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    #featured .left-box .text-box {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }
}

@media (max-width:768px) {
    #featured .left-box .text-box {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
}

input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0
}


/* Override Trip Advisor Module widths to make module responsive */

#CDSWIDSSP {
    width: 100% !important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
    width: 100% !important;
}

.table {
    font-size: 13px;
}

.table thead {
    background: #006fba;
    color: #fff;
}

.hotel-detail {
    font-size: 13px;
    line-height: 23px;
}

.hotel-detail p {
    color: #818080;
}

#map {
    width: 100%;
    height: 400px
}

.scrollFix {
    max-width: 200px;
    padding: 6px;
    padding-bottom: 0;
}

.scrollFix p {
    line-height: 20px;
}

.scrollFix p strong {
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}

@media (max-width:768px) and (min-width: 480px) {
    .xxs-center-allow {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.errorPage .intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.table-wrapper {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.bookingDetails.table-wrapper {
    padding: 0;
    padding: 25px 15px 25px 15px;
}

.bookingDetails.table-wrapper i {
    font-size: 30px;
    color: #fff;
}

.bookingDetails.table-wrapper p.price {
    margin-top: 5px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    overflow: hidden
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls {
    text-align: center;
}

.owl-carousel .owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
}

.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-carousel .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #fff;
    border-color: none;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}


/*.owl-carousel .owl-controls.clickable .owl-page:hover span,*/

.owl-carousel .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #f3783c;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}


/* If PaginationNumbers is true */

.owl-carousel .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.footer-award {
    max-width: 163px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.display-table {
    display: table;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.start-block {
    width: 100%;
    height: 100%;
}

.start-block h5 {
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2em;
}
.relative{
	    position: relative;
    z-index: 2;
}

.g-bottom-minus-70 {
	bottom: -7rem;
}


#introDesktop:after, #introMobile:after {
    position: absolute;
    width: 100%;
    background-image: url(../images/structure/swish-bg-white.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    content: "";
    height: 220px;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -50px;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: visible;
    z-index: 1;
}
@media (max-width:1800px){
	#introDesktop:after, #introMobile:after {
   
    height: 220px;

    bottom: -80px;

}
}


.pb-180 {
	padding-bottom: 180px
}
.image-wrapper {
	position: relative;
	height: 100%
}


.window-seats {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 6;
	width: 150px;
	height: 150px
}

@media screen and (max-width: 991px) {

	.window-seats {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 6;
	width: 110px;
	height: 110px
}
}

blockquote {
	padding: 0;
	margin: 0;
	font-size: 14px;
	border-left: 0;
}
blockquote p {
	display: inline;
	font-size: 16px
}
blockquote:before {
	content: "\e902";
	font-family: icomoon;
	padding-right: 7px;
	font-size: 12px;
}
blockquote:after {
	content: "\e900";
	font-family: icomoon;
	padding-left: 7px;
	font-size: 12px;
}
.row.ptb-sm {
	padding-top: 1.42857rem !important;
	padding-bottom: 1.42857rem !important;
}
.site-sub-wrapper {
	display: table
}
.d-block {
	width: 2.85714rem;
	height: 2.85714rem;
	font-size: 1.28571rem;
	border-radius: 50%;
	color: #fff;
	background-color: #00aae7;
	display: block
}.d-block:hover {

	color: #fff;
	background: #f16623;

}
.d-block i {
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.site-sub-menu {
	z-index: 9
}
.site-sub-menu ul {
	margin-bottom: 0
}
.site-sub-menu li {
	position: relative;
	z-index: 9;
	text-align: left;
}
.site-sub-menu>ul>li {
	margin-left: 0.14286rem;
	margin-right: 0.14286rem;
	font-size: 13px;
	text-align: center;
	padding: 0;
}
.site-sub-menu>ul>li>a {
	padding: 0 10px 0 10px;
	position: relative;
	border-left: solid 1px #c2c2c2;
	text-align: center;
	color:#3481c3
}
.site-sub-menu>ul>li>a:hover {
	color:#00aae7
}
.site-sub-menu>ul>li:first-child a {
	border-left: none
}
.site-sub-menu-social,  .site-sub-menu-book,  .site-sub-menu {
	display: table-cell;
	vertical-align: middle;
}
.col-bg {
	background: rgba(197, 100, 54, 0.8);
	padding: 120px 60px;
}
.col-bg p,  .col-bg .h2 {
	color: #fff
}
.hero .container-fluid {
	padding: 0;
}
.no-gutter, .row.no-gutter{margin-left:0; margin-right:0}
.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.phone-mob {
	display: none
}

@media (max-width:768px) {
.slide-bg-image {
	min-height: 300px
}
	.col-bg {
    padding: 60px 30px;
}
}

@media (max-width:1024px) {
.phone-mob {
	color: #fff;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 20px;
}
li.dt-phone {
	display: none;
}
}

@media (min-width:769px) {

.site-sub-menu-social, .site-sub-sub {
	float: right
}
}
.p-0 {
	padding: 0
}
.withShadow{
	    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;

}
.singlePackage .well {
    box-shadow: none;
    padding: 30px;
    margin-bottom: 30px;
	text-align:left;
	color:#fff
}nice
.well h3 {
    color: #65caff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.sidebar-widget  .well li{
	font-size: 15px;
	
}
.singlePackage li{
	margin-bottom: 10px;
	
}
.brochure.well {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 20px;
}
a.cool-grad {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
	overflow:hidden
}

 .cool-grad:before, a.cool-grad:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
	 bottom:0;
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(6, 35, 59, 0.2) 50%, rgba(6, 35, 59, 0.3) 70%, rgba(6, 35, 59, 0.4) 75%, rgba(6, 35, 59, 0.7) 85%, rgba(6, 35, 59, 0.8) 90%, rgba(6, 35, 59, 0.9) 100%);
    -webkit-transition: all 0.5s ease-out;  
    -moz-transition: all 0.5s ease-out;  
    -o-transition: all 0.5s ease-out;  
    transition: all 0.5s ease-out; 
}
 a:hover.cool-grad:before {
height: 180%;

}
a.cool-grad:hover img{
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);	
}
a.cool-grad:hover img{
	 -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
h5.hover-title-top-left.hover-hold {
    z-index: 2;
    cursor: pointer;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.1em;
    color: #fff;
    margin: 0;
    width: 85%;
    position: absolute;
    top: 15px;
    left: 15px;border-bottom:1px solid #f16623;
	padding-bottom:8px

	
}
.categ-wrapper {
    position: absolute;
    display: block;
    bottom: 15px;
    margin: 0 15px;
    z-index: 300;
}
.yamm .nav-menu-inner, .yamm .dropdown.yamm-fw {
    position: static;
    top: 0;
}
.nav-menu-inner{
	top:0
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
	width:100%
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm-fw ul.sub-dropdown.dropdown {
    width: 100%;
}
#header .dropdown-menu li.yamm-content a {
	background: #fff;
	border: 1px solid #e6e6e6;
}
#header .dropdown-menu li.yamm-content a:hover {
	border: 1px solid #f16623;
	    -webkit-box-shadow: none;
    box-shadow: none
}
#header .dropdown-menu li.yamm-content a .results-data-title {
    border: none;
	padding: 13px;
    font-size: 15px;
    font-weight: normal;
    color: #272626;
}
.yamm-content .sidebar-widget h5{
color: #35c4f7;
}
.yamm-content .sidebar-widget h5 small {
    color: inherit;
    text-transform: none;
}
.nav-menu ul.nav-menu-inner li .yamm-content .sidebar-widget li{
	display:inline-block
}
.nav-menu ul.nav-menu-inner li .yamm-content .sidebar-widget li a{
    letter-spacing: 1px;
        margin-top: 4px;
    margin-bottom: 4px;
	padding:0;
    display: block;
    color: #fff;
    text-transform: none;
	border-top:0!important;
	display:table;
	    font-size: 12px;
	width:100%
}

.yamm-content .sidebar-widget li a:hover, .nav-menu ul.nav-menu-inner li .yamm-content .sidebar-widget li.active a {
    background: #00aae7;
}
.location-list>li {
    width: 100%;
    margin-bottom: 5px;
height: 100%;
    display: table;
    table-layout: fixed;
}
.sidebar-widget .location-list>li>a {
    display: block;
    background: #f5f6f8;
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    color: #2b323a;
	padding:0
}
.location-list>li>a:hover, .location-list>li.active>a {
    background: #f16623;
    color: #fff;
    text-decoration: none;
}
.location-features.location-list .location-cell {
    display: table-cell;
    vertical-align: middle;
}
.location-features.location-list .location-cell em {
    font-size: 80%;
}
.location-list>li>a:hover .location-item, .location-list>li.active>a .location-item {
    color: #fff;
    text-decoration: none;
}
.location-item {
    position: relative;
    line-height: 19px;
    padding-left: 15px;
    font-size: 14px;
    color: #212125;
	text-transform: none
}
.active .location-item {
    color: #fff;
}
.location-list .location-item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #f5f6f8 transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
.location-list>li.active>a .location-item:before, .location-list a:hover .location-item:before, .location-list a:hover .location-item:before, .location-list>li.ative>a:focus {
    border-color: transparent #f16623 transparent transparent;
}
.bookingDetails small {
    color: #fff;
}
.niceShadow{
	box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
}

.all-tours .pageIntroduction h1{
	font-size: 25px;
    line-height: 38px;
}
.pageIntroduction h1 {
	color: #fff;
	font-size: 45px;
    line-height: 58px;
}
.singlePackage .quote{
	display:none
}
@media (max-width:1500px){
	.pageIntroduction h1 {
font-size: 32px;
    line-height: 43px;}
	.pageIntroduction  .quote{
display:none	
}
.singlePackage .quote{
	display:block
}
	.all-tours .pageIntroduction h1{
	font-size: 25px;
    line-height: 38px;
}
}


.pageIntroduction h1, .pageIntroduction p, .pageIntroduction small {
	color: #fff;
}
.all-tours .thirdIcons {
	margin-bottom:30px
	
}
.all-tours-home.all-tours .thirdIcons{
	margin-bottom:0
}
.all-tours-home.all-tours .thirdIcons .tagline{
	display:none
}
.all-tours-home  .selective, .all-tours  .selective{
	display:none
}
.selectivePos{
	display:none
}
.all-tours-home .selectivePos, .all-tours  .selectivePos{
	display:inline-block
}
.feature-only{
	display:none
	
}
#feature-tour .feature-only, .all-tours-home .feature-only{
	display:inline-block
	
}
.all-tours.all-tours-home .pageIntroduction h1.mb-30{
	margin-bottom:10px
}
.thirdIcons .twoThirdsImageContainer img {
    width: 100%;
}
.thirdIcons .twoThirdsImageContainer .caption {
    position: absolute;
bottom: 10px;
    color: #fff;
    font-size: .75em;
    font-style: italic;
    margin: 0;
    padding: 1em;
    right: 25px;
    z-index: 3;
}
.thirdIcons {
display:table;
	width:100%;
	height:100%;
	position:relative
}
.thirdIcons .twoThirdsImageContainer {
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
	width:60%
}
.thirdIcons .oneThirdIcons {
    width: 40%;
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.thirdIcons.halfIcons .oneThirdIcons, .thirdIcons.halfIcons  .twoThirdsImageContainer {
    width: 50%;
}

.thirdIcons.halfIcons .oneThirdIcons.full-width-header {
    width: 100%;
	padding-top:60px;
	padding-bottom: 120px;
	
}

.thirdIcons .oneThirdIcons .iconBar {
    padding: 3rem;

}

.iconBar .iconStats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 800px;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer {
    margin: 0;
    max-width: 47%;
padding: 1em;
    text-align: center;
    width: 100%;
}

.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(1) {
    border-bottom: 1px solid #f16623;
    border-right: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(2) {
    border-bottom: 1px solid #f16623;
    border-left: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(3) {
    border-right: 1px solid #f16623;
    border-top: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(4) {
    border-left: 1px solid #f16623;
    border-top: 1px solid #f16623;
}
.iconBar .iconStats .iconContainer .iconImage {
        margin: 20px auto 20px auto;
    max-width: 80%;
    width: 100%;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer span.value, .tagline .stats .value  {

    font-size: 1.9rem;
    font-weight: normal;
color: #fff;
    font-style: normal;
margin-top: 10px;
display: block;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer span.label, .tagline .stats .title {
    text-transform: uppercase;
color: #fff;
    font-style: normal;
	font-family: "streetplain", sans-serif;
    margin-top: 10px;
display: block;
    font-size: 12px;
}
.iconImage i {
    vertical-align: middle;
    color: #fff;

}
.tagline {
    padding: 2% 2% 2% 2%

}

@media screen and (max-width: 1225px){
	.thirdIcons .oneThirdIcons .iconBar {
    padding: 2rem 5rem 2rem 5rem;

}
	.thirdIcons {
display:block
}
.thirdIcons .twoThirdsImageContainer, .thirdIcons .oneThirdIcons  {
    display: block;
	width:100%
}

	.tagline {
    padding: 2% 2% 2% 2%;

}

	.iconBar .iconStats .iconContainer .iconImage {
    margin: 0 auto 18px auto;

}

.thirdIcons .oneThirdIcons, .thirdIcons.halfIcons .oneThirdIcons, .thirdIcons.halfIcons  .twoThirdsImageContainer {
 
    width: 100%;
    width: 100%;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer {
    margin: 0;
    max-width: 25%;
}
.thirdIcons .twoThirdsImageContainer {
    max-width: 100%;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(1) {
    border-bottom: 0;
    border-right: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(2) {
    border-bottom: 0;
    border-right: 1px solid #f16623;
    border-left: 0;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(3) {
    border-right: 1px solid #f16623;
    border-top: 0;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(4) {
    border-left: 0;
    border-top: 0;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer .iconImage {
    width: 60%;
}
}
@media screen and (max-width: 700px){
	.pageIntroduction h1{
	font-size: 28px;
    line-height: 35px;
}

.tagline {
    padding: 5% 2% 5%;
}
		.thirdIcons .oneThirdIcons .iconBar {
    padding: 3rem 3rem 3rem 3rem;

}
	.image-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-next{
		top:20px
	}
	.image-slider .owl-controls .owl-buttons .owl-prev{
		right: 40px;
    left: auto;
	}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer {
    max-width: 47%;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(1) {
    border-bottom: 1px solid #f16623;
    border-right: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(2) {
    border-bottom: 1px solid #f16623;
    border-left: 1px solid #f16623;
    border-right: 0;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(3) {
    border-right: 1px solid #f16623;
    border-top: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer:nth-child(4) {
    border-left: 1px solid #f16623;
    border-top: 1px solid #f16623;
}
.thirdIcons .oneThirdIcons .iconBar .iconStats .iconContainer .iconImage {
    max-width: 60%;
}
	.thirdIcons.halfIcons .oneThirdIcons.full-width-header {
	padding-top:30px;
	padding-bottom: 80px;
	
}
}
@media (max-width:991px){

	#introDesktop:after, #introMobile:after {
  
    bottom: -100px;
   
}
}
@media (max-width:1600px) and (min-width:1226px){
#feature-tour .tagline{display:none}

}
.tagline.tagSlider {
    padding: 20px 45px 20px 30px;

}
.check_list li{
    margin: 0 0 10px 20px;
    line-height: 22px;
    position: relative;
}
.check_list li:before {
    font-family: icomoon;
    content: "\e909";
    margin-left: -20px;
    position: absolute;
    top: 0;
    left: 0;
	color:#65caff
}

.stats {
display:table;
	text-align:center;
	table-layout: fixed;
}

.tagline .stats .stat {
display: table-cell;
    vertical-align: middle;
    width: 2%;
}
.tagline .stats.table-align-top .stat{
vertical-align: top;
}
.stats .stat {

    padding: 20px 0;

    border-right: 2px solid #f16623;
}
.all-tours .stats .stat, .featuredTour .stats .stat{
	padding:0
}
.tour-btn {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 20px;
    pointer-events: none;
}
.stats .stat:last-child {
    border-right: none;
}
.tagline .taglineTitle {
color:#fff;
    line-height: 1.25em;
    margin-bottom: 1em;
    width: 100%;

    font-family: "streetplain", sans-serif;
    font-weight: normal;
}
@media (max-width:480px){

	.stats .stat {

    padding: 10px 4px;
  
}

.pageIntroduction h1 {
    font-size: 20px;
    line-height: 32px;

}
}
.story-block{
	background: #006fba;
}
.story-block h3{
	color: #fff;
}
.blog-photos li img {
    width: 86px;
    height: 86px;
    margin: 0 2px 8px;
    display: block;
    max-width: 100%;
}
.footer blockquote p {
    font-size: 16px;
}
.footer .social, .contact .social {
    font-size: 30px;
}
.footer ul.social li, .contact ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
h3.h2.brand-font {
    margin: 0;
}
	.video-controls-box {
    display:none
}
@media only screen and (min-width:1500px){
	.video-controls-box {
    position: relative;
    z-index: 1;
		display:block
}
}

.video-controls-box a, .video-controls-box a:hover, .video-controls-box a:active {
    visibility: hidden;
    display: inline-block;
    color: #fff;
    margin: 0 5px 0 0;
	text-decoration: none
}
.video-controls-box a:before{
	font-family: icomoon
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select, input[type="file"] {
    border: 1px solid #ddd;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    height: 45px;
    background: #fff;
}
.word-break{
	  overflow-wrap: break-word;
  word-wrap: break-word;
}

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.prl-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px ;
}

.mb-0 {
    margin-bottom: 0px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width:991px) {
    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mt-sm-45 {
        margin-top: 45px;
    }
    .mb-sm-45 {
        margin-bottom: 45px;
    }
    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pt-sm-0 {
        padding-top: 0px;
    }
    .pb-sm-0 {
        padding-bottom: 0px;
    }
    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .float-none-sm {
        float: none !important;
    }
    .float-left-sm {
        float: left !important;
    }
    .float-right-sm {
        float: right !important;
    }
	.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

@media (max-width:768px) {
	.ptb {
    padding-top: 60px;
    padding-bottom: 60px;
}
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px!important
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-xs-60 {
        margin-top: 60px;
    }
    .mb-xs-60 {
        margin-bottom: 60px;
    }
    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .float-none-xs {
        float: none !important;
    }
    .float-left-xs {
        float: left !important;
    }
    .float-right-xs {
        float: right !important;
    }
}
.errorPage 
.js-fullscreen-height {
    height: 100vh;
}
.errorPage .intro-content {
    display: table;
    height: 100%;
    width: 100%;
	position: relative;
	top:0
}
.errorPage .intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}
.equi-container{
	padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.equi {
  display: flex;
  justify-content: space-between;
}
.flex-item div{
    text-align: center;
}