@import url('https://fonts.googleapis.com/css?family=Montserrat');
html,
body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #e6e6e6;
}

#topMenu,
#Principale,
#Footer,
#FooterMobile {
	text-transform: uppercase;
}
li.menu-level-1 a {
	text-transform: initial !important;
}
#topMenu {
	background: rgba(255, 255, 255, 0.5);
	height: 50px;
	text-align: right;
}

#topMenu a {
	text-decoration: none;
	background: white;
	padding: 9px 17px 9px 17px;
	margin-right: 17px;
	line-height: 50px;
	color: black;
	border-radius: 22px;
	font-size: 12px;
	color: #999999;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #999999 !important;
	background: transparent;
}

ul.nav {
	float: right;
	font-size: 17px;
}


#footerText p {
	margin: 0 0 0px;
    line-height: 18px;
    text-transform: initial;
}

#Footer {
	background: #4d4d4d;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
	position: relative;
	left: 0px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
}

#FooterLogoCont {
	text-align: right;
}

#footerMenuUl {
	list-style: none;
}

#footerMenu ul a {
	color : white !important;	
}

#Footer a {
	color: #fff;
	display: table-cell;
	line-height: 15px;
}

#socialLinks img { width: 40px; padding: 6px; }
@media not screen and (min-width:0px) and (max-width:992px) {

	#footerMenuUl { border-left: 1px solid white; }
	#FooterLogoCont img {
		width: 80%;
		margin-top: 7px;
	}
}
@media only screen and (min-width:0px) and (max-width:992px) {
	h1 { text-align: center; }
	#FooterLogoCont { text-align: center;}
	#FooterLogoCont img {
		width: auto;
	}
		#FooterMenu { text-align: center; }
	#footerMenuUl  { margin-top: 20px; margin-bottom: 25px; padding: 0; display:inline-block; width: 100%; }
	#footerMenuUl li { display: block; }
	#footerMenuUl a { line-height: 25px; display: block; text-align: center !important; }
}

#mainContent {

	margin-bottom: 60px;
}
#heading {
	margin-top: 100px;
}
#logoCont {
	position: absolute;
	z-index: 1;
}

#topMenu a:last-child {
	margin-right: 70px;
}

h1 {
	color: #777;
}


/* inputs */

input,
textarea,
select,
.btn {
	text-transform: uppercase;
	border-radius: 0px !important;
	border: 0px solid white !important;
	margin-bottom: 13px!important;
	border-radius: 0px !important;
	border: 1px solid #f7931e !important;
	background: transparent !important;
}

a {
	color: #f7931e;
}

a:hover {
	color: #846849;
}


.btn {
	background-color: #f7931e !important;
	color: white;
	border: 1px solid #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #dfdfdf;
	border: 1px solid #dfdfdf;
	color: #777;
}

.desktopTopMargin {
	margin-top: 40px;
}

.navbar-toggle {
	background: white;
	border-radius: 0;
	border-color: #fff !important;
}

#bannerLinkCont {
    background: transparent !important;
}
@media only screen and (max-width: 767px) {
	#bannerLinkCont {
	    background: white !important;
	    width: 100%;
	    right: unset !important;
	    text-align: center !important;
	    bottom: 30px;
    	top: auto !important;
	}
}

#bannerLinkContent {
	text-transform: uppercase;
    font-size: 17px;
}
#bannerLinkCont a {
    background-color: rgb(33, 33, 33) !important;
    color: white !important;
    border: 1px solid #c2bfbf;
}

#bannerLinkCont a:hover {
	border: 1px solid black !important;
	color: black !important;
	background: white !important;
}

.navbar-brand {
	display: none;
}

#logoCont {
	display: block;
}

#topContainer {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

#PrincipaleCont {
	
	margin-top: 50px;
}

#FooterMobile {
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	height: 40px;
	line-height: 30px;
	font-size: 12px;
}

#FooterMobile a {
	color: #777;
	margin: 10px;
}

#FooterMobile ul {
	padding: 0;
}

#FooterMobile ul li {
	display: inline;
}

.onlyMobile {
	display: none;
}

.onlyDesktop {
	display: block;
}

@media only screen and (max-width: 767px) {
	ul.nav {
		float: left;
	}
	.navbar-brand {
		display: block;
	}
	#logoCont {
		display: none;
	}
	.desktopTopMargin {
		margin-top: 0px;
	}
	#topContainer {
		margin: 0;
		width: 100%;
	}
	#topMenu a:last-child {
		margin-right: 15px;
	}
	#PrincipaleCont {
		display: block;
		margin-top: 0px;
	}
	#clockCont {
		margin: 0 auto;
		float: none;
	}
	.onlyMobile {
		display: block !important;
	}
	.onlyDesktop {
		display: none !important;
	}
	#Principale,
	.navbar-header {
		background: rgba(255, 255, 255, 0.5);
		text-align: left;
	}
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	#Principale li a {
		font-size: 14px;
		padding: 8px 8px;
	}
	#logoCont img {
		width: 75px !important;
	}
	
}

/* scrollbars */
*::-webkit-scrollbar { width: 10px; }
*::-webkit-scrollbar-track { background: #eff4f4; }
*::-webkit-scrollbar-thumb { background-color: #8c8c8c; outline: 1px solid slategrey; }
