﻿.bem-brand {
    font-weight: bold;
    font-family: 'Segoe Print';
}

.logo, .logo-small, .logo-jumbo {
	display: block;
	background-image: url('../images/horacam-clear.png');
	background-position: center;
    background-repeat: no-repeat;
	background-size: auto 75%;
}
.megbizhato {
	position: relative;
}

.megbizhato img {
	position: absolute;
	width: 113px;
	height: auto;
	top: 60px;
	left: 60px;
}

.logo {	
	min-width: 180px;
	min-height: 60px;
}

.w3-li-hover:hover, .w3-hover-l3:hover, .horacam-hover:hover {
	color: #000 !important;
	background-color: #9bc3e2 !important;
}

.logo-small {
	min-width: 90px;
	min-height: 30px;
}

.logo-jumbo {
	min-width: 270px;
	min-height: 90px;
}

.logo:hover, .logo-small:hover, .logo-jumbo:hover {
	background-image: url('../images/horacam-dark.png');
	background-color: #9bc3e2 !important;
}

.btn-hover:hover {
	color:#fff !important;
	background-color:#153349 !important;
}

.workbackground-container {
	background-image: url('../images/borito.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	min-height: 100%;
}

.w3-bar .w3-button {
    padding: 20px;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
    height: 100%;
    line-height: 1.8;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
	box-sizing: border-box;
}

.cimke {
	padding-top: 80px;
}

.drillingbackground-container {
	background-image: url("../img/gep-1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.secondary-card {
	background-color:#cde1f1 !important;
	opacity: 0.75;
}

header, footer {
	padding: 10px;
}

section {
	margin: 5px;
	padding: 10px;
	background-color: lightgrey;
}

article {
	margin: 5px;
	padding: 10px;
	background-color: white;
}

nav ul {
	padding: 0;
}

input {
	color: #000 !important;
}

.geoSlides {
	display: none;
}

.geoSlidesExt {
	display: none;
}

.info-msg {
	background-color: #5bc0de;
}

.danger-msg {
	background-color: #d9534f;
}

.success-msg {
	background-color: #5cb85c;
}

.warning-msg {
	background-color: #f0ad4e;
}

.panel-heading-info {
    background-color: #5bc0de;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-heading-danger {
    background-color: #d9534f;	
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-body-default {
	color: #000 !important;
	background-color: #f0f6fb !important;
	padding: 30px 20px !important;
}

.panel-footer-default {
	background-color: #d3d3d3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-footer-info {
	background-color: #5bc0de;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.invalid {
	border-color: #d71c28 !important;
	-webkit-box-shadow: 5px 5px 10px #d71c28 !important;
	box-shadow: 5px 5px 10px #d71c28 !important;
}

.center-body {
	display: none;
	margin: 0 auto;
	/*height: 100%;*/
    max-width: 1024px;
	color: #000 !important;
	background-color: #f0f6fb !important;
	padding: 20px;
}

.work-body {
	display: none;
	margin: 0 auto;
	height: 100%;
    max-width: 1024px;
	color: #000 !important;
	background-color: #f0f6fb !important;
	padding: 20px;
}

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

/* Image slide begin */

.modal-img {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

.modal-img-content {
	position: relative;
	background-color: black;
	padding: 0;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	max-width: 1000px;
}

.responsive {
	max-width: 100%;
	height: auto;
}

.responsive-h3 {
	font-size: 2vw;
}

.hor-prev, .hor-next, .close-btn {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
}

.form-group {
	vertical-align: inherit !important;
}

.close-btn {
	top: 55px;
	font-size: 35px;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.hor-prev, .hor-next {
	top: 50%;
	font-size: 20px;
}

.hor-prev {
	border-radius: 0 3px 3px 0;
}

.hor-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.hor-prev:hover, .hor-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.close-btn:hover, .close-btn:focus {	
	background-color: rgba(0, 0, 0, 0.8);
}

.mb-3 {
	padding-bottom: 10px;
}

.tablink {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 16px;
	width: 25%;
}

.tabcontent {
	padding: 20px;
	height: 100%;
}

.ujktg-panel {
	padding: 10px 0px;
	width: 100%;
}

.h-addon-default {
	cursor: pointer;
}

.custom-select {
	width: auto;
}

.custom-select select {
	padding-right:0px;
	background: url('../images/downarrow-small-gray.png') right 0px center no-repeat;
	background-size: auto;
	background-color: white;
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ujpartnerbtn {
	margin-left: 5px;
}

@keyframes slide {
    0% {
		opacity: 0;
		transform: translateY(70%);
    } 
    100% {
		opacity: 1;
		transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
    } 
    100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
		text-align: center;
		margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
	.ujpartnerbtn { margin-left: 0px }
}

@media screen and (max-width: 480px) {
    .logo { font-size: 150px; }
	.tablink { font-size: 12px; }
	.megbizhato { padding: 0px; }
	.megbizhato img {
		left: -10px;
		width: 90px;
	}
}