﻿.G_Header > div {
	width: 100%;
	height: 80px;
	background-color: #435b5b;
	-webkit-border-radius: 0px 0px 32px 32px;
	-moz-border-radius: 0px 0px 32px 32px;
	border-radius: 0px 0px 32px 32px;
	-webkit-box-shadow: 0 10px 16px -6px #435b5b;
	-moz-box-shadow: 0 10px 16px -6px #435b5b;
	box-shadow: 0 10px 16px -6px #435b5b;
	position: relative;
}

.G_logo {
	width: 115px;
	height: 72px;
	float: left;
	margin: 0 24px;
	padding: 4px;
	background-image: url('../../Images/SiteContent/Logo.png');
	background-size: calc(100% - 8px) calc(100% - 8px);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.G_logo:hover {
		background-image: url('../../Images/SiteContent/Logo_Hover.png');
		-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	}


.search-form {
	width: calc(100% - 239px);
	float: left;
	margin-top: 24px;
}

	.search-form > input[type="search"] {
		width: calc(100% - 52px);
		height: 28px;
		float: left;
		margin: 0;
		padding: 5px 7px;
		font-size: 19px;
		text-transform: lowercase;
		outline: 0;
		line-height: 1;
		border-width: 0;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.search-form > img {
		width: 36px;
		height: 36px;
		float: left;
		margin: 0;
		padding: 1px;
		background-color: white;
		cursor: pointer;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

.hover-lighting-search {
	-webkit-filter: drop-shadow(0 0 5px #7CAAAA);
	filter: drop-shadow(0 0 5px #7CAAAA);
}

.G_Language {
	float: left;
	margin: 25px 0 0 15px;
	padding: 0;
}

	.G_Language > div {
		width: 25px;
		height: 15px;
		margin-bottom: 6px;
		background-repeat: no-repeat;
		background-size: 25px 15px;
		background-position: 0 0;
		cursor: pointer;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}

		.G_Language > div:hover {
			width: 15px;
			padding-left: 15px;
			background-position: 5px 0;
		}

		.G_Language > div[data-language="Georgian"] {
			background-image: url('../../Images/Icons/Languages/GE.png');
		}

		.G_Language > div[data-language="Russian"] {
			background-image: url('../../Images/Icons/Languages/RU.png');
		}

		.G_Language > div[data-language="English"] {
			background-image: url('../../Images/Icons/Languages/EN.png');
		}


/* mobile styling */

.search-form.mobile {
	width: calc(100% - 64px) !important;
	height: 38px;
	float: none !important;
	margin: 0 auto !important;
}

	.search-form.mobile > input[type="search"] {
		-webkit-border-top-left-radius: 0 !important;
		-moz-border-top-left-radius: 0 !important;
		border-top-left-radius: 0 !important;
	}

	.search-form.mobile > img {
		-webkit-border-top-right-radius: 0 !important;
		-moz-border-top-right-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}

.mobile-menu-button {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 3000;
	cursor: pointer;
}

.G_Language.mobile {
	height: 46px !important;
	float: right !important;
	margin: 16px 75px 0 10px !important;
}
