
.header-middle h1, .header-middle h2, .header-middle h3, .header-middle h4, .header-middle h5, .header-middle h6 {
    margin: 0;
} 


/*font-weight*/
.fw-1 {
    font-weight: 100;
}
.fw-3 {
    font-weight: 300;
}
.fw-4 {
    font-weight: 400;
}
.fw-5 {
    font-weight: 500;
}
.fw-7 {
    font-weight: 700;
}
.fw-9 {
    font-weight: 900;
}

/* colors */
.c-red {
    color: #78c317 !important
}

.c-gray {
    color: #fff !important
}

.bg-white {
    background: rgba(0, 0, 0, 0.82) !important; /* #151515 */
}



.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.header-info {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-info:not(:last-of-type):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0%;
    background: #444;
}

.hi-head,
.hi-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.hi-title {
    color: #aaa;
}

.header-info .header-icon {
    display: inline-block;
    padding-right: 14px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.header-info .header-icon:before {
    font-size: 40px;
    line-height: 40px;
}


.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}


.sticky-wrapper {
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.sticky-wrapper .navbar-default {
    background-color: transparent;
}

.sticky-wrapper .navbar-default .navbar-nav > li > a {
    color: #fff;
    /*
    font-family: 'Comfortaa',  "Varela Round", 'Nunito', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    */

    /*
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-top: 15px;
    font-family: 'Comfortaa',  "Varela Round", 'Nunito', Helvetica, Arial, sans-serif; 
    text-transform: uppercase;
    border: 1px dotted#fff;
    border-left: none;
    padding: 7px 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    */
}

.sticky-wrapper .navbar-default .navbar-nav > li > a:hover,
.sticky-wrapper .navbar-default .navbar-nav > li > a:focus {
	background-color: rgba(72, 72, 72, 0.50);
}

.sticky-wrapper .navbar-default .navbar-nav > .active > a,
.sticky-wrapper .navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	color: #fff;
	background-color: transparent;
    background-color: rgba(72, 72, 72, 0.50);
}

.sticky-wrapper .signin{
    border: none;
}

.sticky-wrapper .navbar-default .signup, .sticky-wrapper .navbar-default .signout, .sticky-wrapper .navbar-default .submit-tour {
    border: 1px dashed #fff;
}

.is-sticky .navbar-default {
	background: #fff;
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
}

.is-sticky .navbar-default .nav li a {
	color: #484848;
}
.is-sticky .navbar-default .nav li a:hover {
	color: #333;
}
.is-sticky .navbar-default .navbar-brand {
	color: #484848;
	line-height: 20px;
}
.is-sticky .navbar-default .navbar-brand span {
	color: #333;
}

.is-sticky .navbar-default .signup, .is-sticky .navbar-default .signout, .is-sticky .navbar-default .submit-tour {
	border: 1px solid #777;
}

.is-sticky .navbar-default .navbar-nav > .active > a,
.is-sticky .navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	color: #fff;
	background-color: #484848;
}

.topbar {
    position: relative;
}


.col-md-12 .tour-image-list {
    width: 30%;
}