.btn-homes {
    font-size: 19px;
    border-radius: 0px;
    text-align: left;
    font-size: 100%;
    letter-spacing: 1px;
    background-color: #c02232;
    border-color: #c02232;
    color: #fff;
	border:0;
	overflow:hidden;
	height:43px;
}
.btn-homes a{
    line-height: 1.3333333;
    padding: 12px 40px;
	color: #fff;
	width:100%;
	border:0;
}
.forbuttonshome a:hover, .forbuttonshome a:focus{
	text-decoration:none;
	border:0;
}
.btn-homes:hover {
    color: #ffffff;
    background-color: #fd0042;
    border-color: #d90039;
	text-decoration:none;
	border:0;
}
#hero-copy .button_bgimg{
	overflow:hidden;
	width:45px;
	margin-right:30px;
}
#hero-copy{
}
@media (max-width: 400px) {
.logosForhome{
	display:block;
	position:absolute;
    bottom:-110px;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
.logosForhome a{
	padding-left:40px;
}
.logosForhome img{
	width:60px;
	height:60px;
}
}
@media (min-width: 401px) {
.logosForhome{
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.logosForhome a{
	padding-left:40px;
}
.logosForhome img{
	width:60px;
	height:60px;
}

}
@media (min-width: 768px) {
    .logo-imgh {
        margin-top: 10px;
        display: block;
    }
    .logo-img {
        height: 75px;
        margin-top: 10px;
        display: block;
    }
    .btn-homes {
        width: 90%;
        max-width: 380px;
    }
}
@media (max-width: 768px) {
    .logo-imgh {
        margin-top: 10px;
        align-content: center;
    }
    .logo-img {
        height: 100px;
        padding-top: 20px;
        align-content: center;
    }
    .btn-home {
        width: 100%;
    }
}
.text-crveni {
    color: #c21f2d;
}
.search-btn {
    color: #c21f2d;
    padding: 0px;
    background-color: #ffffff;
}
.search-btn:hover {
    color: #843534;
    cursor: pointer;
}
.dokument_frame {
    border: 2px solid #745C1B;
    border-radius: 5px;
}
.dokument {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    -webkit-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.75);
    white-space: nowrap;
    text-align: center;
    background-size: cover;
    opacity: 0.8;
    background-position: -50px -50px;
    background-size: 150%;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.povecalo {
    vertical-align: middle;
    position: relative;
    left: -75px;
    top: -75px;
    width: 75%;
    heigh: 75%;
    z-index: 5;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-box-shadow: 7px 8px 20px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 8px 20px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 8px 20px 7px rgba(0, 0, 0, 0.75);
    filter: blur(1px);
}
.povecalo:hover {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    -webkit-transition: height 0.1s, width 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition: height 0.1s, width 0.1s;
    filter: blur(0px);
}
.shadow {
    display: block;
    position: relative;
}
.shadow:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0px 0px 6px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 6px 6px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 6px 6px rgba(255, 255, 255, 1);
}
.btn-red-outline {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-red-outline:focus,
.btn-red-outline.focus,
.btn-red-outline:hover,
.btn-red-outline:active,
.btn-red-outline.active,
.open>.dropdown-toggle.btn-red-outline {
    color: #ffffff;
    background-color: #c21f2d;
    box-shadow: none;
}
.btn-red-outline.disabled,
.btn-red-outline[disabled],
fieldset[disabled] .btn-red-outline,
.btn-red-outline.disabled:hover,
.btn-red-outline[disabled]:hover,
fieldset[disabled] .btn-red-outline:hover,
.btn-red-outline.disabled:focus,
.btn-red-outline[disabled]:focus,
fieldset[disabled] .btn-red-outline:focus,
.btn-red-outline.disabled.focus,
.btn-red-outline[disabled].focus,
fieldset[disabled] .btn-red-outline.focus,
.btn-red-outline.disabled:active,
.btn-red-outline[disabled]:active,
fieldset[disabled] .btn-red-outline:active,
.btn-red-outline.disabled.active,
.btn-red-outline[disabled].active,
fieldset[disabled] .btn-red-outline.active {
    border-color: #ff1854;
}
.btn-red-outline .badge {
    color: #ffffff;
    background-color: #ff1854;
}
.btn-red {
    color: #ffffff;
    background-color: #c21f2d;
    border-color: #c21f2d;
}
.btn-red:focus,
.btn-red.focus {
    color: #ffffff;
    background-color: #c21f2d;
    border-color: #c21f2d;
}
.btn-red:hover {
    color: #ffffff;
    background-color: #ff1854;
    border-color: #c21f2d;
}
.btn-red:active,
.btn-red.active,
.open>.dropdown-toggle.btn-red {
    color: #ffffff;
    background-color: #fd0042;
    border-color: #c21f2d;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open>.dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open>.dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open>.dropdown-toggle.btn-red.focus {
    color: #ffffff;
    background-color: #c21f2d;
    border-color: #970028;
}
.btn-red:active,
.btn-red.active,
.open>.dropdown-toggle.btn-red {
    background-image: none;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
    background-color: #ff3167;
    border-color: #ff1854;
}
.btn-red .badge {
    color: #ff3167;
    background-color: #ffffff;
}
.effect7 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px/ 10px;
}
.effect7:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}
.affix-top {
    width: 400px;
}
.affix {
    width: 400px;
}
svg {
    width: 100%
}
path {
    fill: none;
    stroke: black
}
.background {
    fill: rgba(41, 135, 202, .5);
    stroke-width: .8px;
    stroke: black;
}
.graticule {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: .5px;
}
.country {
    cursor: pointer;
}
.country .land,
.state .land {
    fill: white;
    stroke: rgba(0, 0, 0, .2);
    stroke-width: .3px;
}
.state .overlay {
    fill: #c21f2d;
    fill-opacity: 0;
}
.country .overlay {
    fill: #c21f2d;
    fill-opacity: 0;
}
.countryTooltip {
    position: absolute;
    display: none;
    pointer-events: none;
    background: #fff;
    padding: 5px;
    text-align: left;
    border: solid #ccc 1px;
    color: #666;
    font-size: 14px;
    font-family: sans-serif;
}
.legalheading {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}
.legalese {
    font-size: 11px;
    line-height: 17px;
    text-align: justify;
}
.laymens {
    font-size: 22px;
    line-height: 32px;
    font-weight: 200;
}
#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}
#cookie-bar .cb-enable {
    background: #007700;
}
#cookie-bar .cb-enable:hover {
    background: #009900;
}
#cookie-bar .cb-disable {
    background: #990000;
}
#cookie-bar .cb-disable:hover {
    background: #bb0000;
}
#cookie-bar .cb-policy {
    background: #0033bb;
}
#cookie-bar .cb-policy:hover {
    background: #0055dd;
}