
.video-container {
	border:1px solid gray;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5 { color:#999; }
a { color:orange; }
a:hover { text-decoration:none; color:gold; }
a:active { text-decoration:none; }
a:selected { text-decoration:none; }
a:focus { text-decoration:none; }
.hz-flags { margin-left:9px; }
.hz-flag { border-top:3px solid white; border-bottom:3px solid white; margin-right:3px; padding-top:2px; padding-bottom:2px; }
.hz-flag-selected { border-top:3px solid gray; border-bottom:3px solid gray; margin-right:3px; padding-top:2px;  padding-bottom:2px;}
.hz-title { margin-left:6px; margin-top:12px; }
.hz-cimke { color:#999; text-decoration:underline; }
.hz-cimke:hover { color:#666; text-decoration:underline; }
.hz-menufull { border-bottom:4px solid #507d97;  }
.breadcrumb { background:none; border-radius:0px; border-bottom:1px solid #ccc; }
.list-group-item:first-child, .list-group-item:last-child { border-radius:0px; }
hr { color:#999; background-color:#999; height:1px; }
.feher { color:white; }

.navbar { padding:0px; }
.nav-link, .nav-link:focus, .nav-link.focus, .nav-link:active, .nav-link.active 
	{ color: #333;  }
.nav-link:hover 
	{ background:#ccc; }
.navbar-toggler { border:1px solid #507d97; border-radius:0px; }
.navbar-toggler, navbar-toggler:focus, .navbar-toggler:selected .navbar-toggler:active {
    outline: none;
    box-shadow: none;
	border: none; 
  }

body { background:#507d97; }
h1, h2, h3, h4, h5 { color:#507d97; }
.hz-main { background:white; }
.hz-footer { color:white; }

.hz-center { text-align:center; }
.hz-imgspc { margin-top:24px; margin-bottom:24px; }

.hz-balhasab { border-right:1px solid #999; }
.hz-jobbhasab { border-left:1px solid #999; }
.hz-blogblokk { border-bottom: 1px solid #ccc; }
.btn-success, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
  border: none;
  color:#white;
  background: #009900;
  border-radius:0px;
}
.btn-success:hover, 
.open > .dropdown-toggle.btn-success {
	background:#006600;
	color:#fff;
}
	
.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  background: none;
  color:#999;
  border: 2px solid orange;
  border-radius:0px;
}
.btn-default:hover, 
.open > .dropdown-toggle.btn-default {
	background:#eee;
	color:#999;
}
	
.btn-social, .btn-social:focus, .btn-social.focus, .btn-social:active, .btn-social.active {
  background: #a0a0a0;
  color:white;
  border: none;
  border-radius: 0px;
  margin:4px;
}
.btn-social:hover, 
.open > .dropdown-toggle.btn-social {
	background:#606060;
	color:white;
}

.carousel-caption { color:white; }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Large devices (deskcenter tops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Extra large devices (large deskcenter tops, 1200px and up) */
@media (min-width: 1200px) {
}  
  




@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('/fonts/clearsans-light-webfont.woff2') format('woff2'),
         url('/fonts/clearsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'clear_sans_mediumregular';
    src: url('/fonts/clearsans-medium-webfont.woff2') format('woff2'),
         url('/fonts/clearsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { font-family:clear_sans_lightregular, arial, sans; }
b, em, strong { font-family:clear_sans_mediumregular, arial, sans; }

