* {
	/*background-color: rgba(180,180,180,0.15);*/
	/*box-sizing: border-box;*/
}

body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.clear-both {
	clear: both;
}

/* ###############################################################################################  */
/*                                          navigation bar                                          */
/* ###############################################################################################  */



.logo {
/*	background: url("../images/iterTravelLogo.png");
	width: 205px;
	height: 71px;
	background-repeat: no-repeat;*/
}

.IT-navbar-search {
	margin-top: 11px;
	margin-bottom: 0px;
}

input.form-control.navbarSearch {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #d0d0d0 ;
    width: 100px;
}

.IT-navbar-search button.btn {
	background-color: transparent;
	color: #d0d0d0
}


/* ###############################################################################################  */
/*                                          media queries                                           */
/* ###############################################################################################  */


@media (min-width: 768px) {
	.navbar-right ~ .navbar-right {
		margin-right: -15px;
	}
}

/*
@media screen and (max-width: 767px) {
	.logo {
		    width: 50%;
	}
}
/*

ul.menu-lvl-3 {
    list-style: none;
}


/* backup of less variables

