/****** PLACE YOUR CUSTOM STYLES HERE ******/


/*.module.left {
	background-color: rgba(255,255,255,.2);
}*/
body{
	top: 0 !important;
}
.skiptranslate{
	display: none;
}
.module.left .logo {
	max-height: 90%;
}

#google_translate_element {
	width: 130px;
	overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
	margin: 0 !important;
}

.language.right{
	padding: 0 10px;
}
.translation-links img{
	max-width: 30px;
	padding-top: 12px;
}

.translation-links .english{
	margin-right: 10px;
}

.nav-container p.fade-half:not(:last-of-type){
	margin-bottom: 0;
}
h1.large{
	font-size: 56px;
}


.static-query{
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 4;
    padding: 15px 20px;
    background-color: rgba(255, 165, 0, 0.9);
    color: #fff;
    font-size: 16px;
    -moz-box-shadow:    2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow:         2px 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.static-query p{
    margin: 0;
}
.static-query a{
    background-color: #3a8dd4;
    color: #fff;
    padding: 10px 15px;
    margin-left: 5px;
}
.static-query a:hover{
    background-color: #fff;
    color: #3a8dd4;
}

.registered-with{
    padding-top: 30px;
}
.registered-with h4{
    margin-bottom: 10px;
}