body {
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

@font-face {
	font-family: BPGMrgvlovaniCaps; src:url('/ui/fonts/bpg_mrgvlovani_caps_2010.ttf?2');
}

@font-face {
	font-family: 'Conv_bpg_arial';
	src: url('fonts/bpg_arial.eot');
	src: local('â˜º'), url('/ui/fonts/bpg_arial.woff') format('woff'), url('/ui/fonts/bpg_arial.ttf') format('truetype'), url('/ui/fonts/bpg_arial.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #3e3e3e;
	text-decoration: none;
}

* { 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

*:focus {
	outline: 0;
}

u {
	text-decoration: none;
	font-size: 18px;
}

h3 {
	font-size: 20px;
}

.select-v2 {
    background-color: #ffffff;
    border: none;
    height: 40px;
    padding-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.header {
	background-color: #ffffff;
}

.header-in {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.header-right {
	display: inline-block;
	float: right;
}

.footer {
	background-color: #ffffff;
}

.footer-in {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-right {
	display: inline-block;
	float: right;
}

.content {
	background-color: #d8d8d8;
}

.content-in {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.index-bg {
	position: relative;
	min-height: 550px;
	background-image: url(/ui/images/bg.jpg?3);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.index-bg-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    align-items: center;
    justify-content: center;
}

.index-bg-search {
	width: 100%;
	max-width: 380px;
	min-height: 120px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.index-bg-search input[name="q"] {
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	font-family: BPGMrgvlovaniCaps;
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 2px solid #0056a0;
}

.index-bg-search input[name="q"]::placeholder {
	color: #ffffff;
}

.index-bg-search button[type="submit"] {
	width: 100%;
	border: none;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-family: BPGMrgvlovaniCaps;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.index-bg-search button[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.fb-page-title {
	display: none;
	margin-top: 10px;
	font-size: 15px;
}

.normal-input {
	background: transparent;
	color: #383838;
	font-family: Conv_bpg_arial;
    font-size: 17px;
	width: 300px;
	height: 30px;
	border: none;
	border-bottom: 2px solid #2196F3;
}

.normal-btn {
	font-family: BPGMrgvlovaniCaps;
	background: #353535;
	color: #ffffff;
	font-size: 15px;
	width: 300px;
	height: 35px;
	border: none;
	cursor: pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.normal-btn:hover {
	background: #181818;
}

.normal-btn[item-disabled="yes"] {
	background: #787878 !important;
}

.logo-text {
	padding-left: 10px;
}

.app-menu-box-inner {
	position: absolute;
	top: 0px;
	left: -290px;
	background-color: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 290px;
	height: 100%;
	padding-bottom: 20px;
	z-index: 1000000;
	
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.app-menu-box {
	overflow: auto;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
}

.app-menu-box-item {
	display: block;
	padding: 15px;
	font-family: Conv_bpg_arial;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.app-menu-box-item:last-child {
	border-bottom: none;
}

.header-line {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-logo {
	display: inline-block;
	vertical-align: top;
}

.menu-app-profile {
	display: none;
}

@media only screen and (max-width: 800px) {
	.menu-app-logo {
		display: none;
	}
	
	.menu-app-profile {
		display: table-cell;
	}
	
	.u_logged .header-logo {
		display: none;
	}
	
	.header-line {
		display: block;
	}
	
	.header-right {
		display: block;
		float: none;
	}
	
	.content-in {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer-in {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer-link {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0px;
	}
	
	.footer-right {
		display: block;
		float: none;
		margin-top: 25px;
		text-align: center;
	}
	
	.footer-right img {
		width: 48px !important;
	}
	
	.fb-page-title {
		display: block;
		margin-bottom: 15px;
	}
}