html{
	font-size: 17px;
}

input.error, textarea.error{
	border: 1px solid #ff0000 !important;
}



.ajax_loader, .ajax_loader .ajax_loader_overlay, .ajax_loader .ajax_loader_loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.ajax_loader .ajax_loader_overlay {
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}
.ajax_loader .ajax_loader_loader {
	background: url(../lib/elhana/web/images/ajax_loader.gif) center center no-repeat;
}



#content article {
	min-height: 400px;
}

.functions .box{
	height: 260px;
}

a.btn{
	text-decoration: none;
}


@media(min-width:700px) {
	#footer .cols .col {
		width: 31.6667% !important;
	}

	#footer .cols .col:nth-child(1) {
		width: 31% !important;
	}
	#footer .cols .col:nth-child(3) {
		width: 29% !important;
		float: right;
	}
}

.functions .box{
	position: relative;
}
.functions .box .box-flag{
	position: absolute;
	top: 5px;
	right: 20px;
	padding: 3px 10px 5px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
}
.functions .box .box-flag.green{
	background-color: #63CA10;
	color: #fff;
}


.home-banr span.badge{
	background-color: #63CA10;
}

#register{
	padding-top: 10px;
	margin-top: -10px;
}

.map-info a{
	color: #fff;
}

.content-columns sidebar .box .btn.submit{
	width: 95%;
	text-align: left;
}
.content-columns sidebar .box .btn.submit .fa{
	margin-left: 10px;
}



#content article ul {
    list-style: outside none none;
    margin: 0.7em 0;
}
#content article ul li::before {
    color: #666;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
	position: relative;
	left: -13px;
}
#content article ul li{
	padding-left: 13px;
	text-indent: -2px;
	margin-bottom: 10px;
}

#content .faq_detail table.nice td:nth-child(1){
	width: 40%;
}


.registration_success{
	text-align: center;
	padding-top: 20px;
}
.registration_success h3{
	margin-top: 40px;
}
.registration_success p{
	margin-top: 40px;
	font-size: 110%;
}

#footer .bottom-methods img{
	display: inline-block;
	margin: 6px 10px 6px 0;
}


#map-wrapper #map, #map-wrapper .map-info {
	height: 430px;
}

.safary-icon{
	display: inline-block;
	width: 23px;
	height: 18px;
	background: url(../images/safari_logo.png) top left no-repeat;
	margin: 0 3px;
}

#legal .safary-icon{
	position: relative;
	top: 2px;
}


#content article ol li{
	margin: 0 0 15px 20px;
	list-style: decimal;
}

.home-banr .item .title {
	line-height: 1.2;
}
.home-banr .item.terminal p {
    width: 65%;
}
.home-banr .item.help {
    background: url(../images/help.png) right 37px no-repeat #f5f5f5;
}
@media(max-width:1000px) {
    .home-banr .item.help {
        background-image: none!important
    }
}
.home-banr .item.help p {
    width: 70%
}



/** stranka Ostatni **/

#content article.no-padding{
    padding: 0px;
}

.ostatni h3{
    margin-bottom: 25px;
}
.ostatni h2{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 42px;
}
.ostatni p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #4d4d4d;
}

.btn.fialova{
    background-color: #c80785;
    border-radius: 2px;
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn.fialova:hover{
    opacity: 0.8;
}

.btn.modra{
    background-color: #127cfc;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 11px 16px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn.modra:hover{
    opacity: 0.8;
}

.covsechno{
    background-image: url('../images/ostatni/monitor.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-color: white;
    min-height: 480px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}
.covsechno .text{
    max-width: 528px;
}
.covsechno h3{
    margin-bottom: 15px;
}
.covsechno span.btn{
	cursor: inherit;
}

.aplikace{
    background-image: url('../images/ostatni/tablet.jpg');
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    min-height: 390px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}
.aplikace .text{
    max-width: 434px;
    float: right;
    padding-top: 43px;
}


.vyvoj{
    background-image: url('../images/ostatni/mobil.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-color: white;
    min-height: 534px;
    position: relative;
    z-index: 8;
}
.vyvoj .text{
    max-width: 525px;
    padding-top: 55px;
}

@media (max-width: 1366px) {
    .covsechno{
        background-position: center right -155px;
    } 
    .aplikace{
        background-position: center left -240px;
    } 
    .vyvoj{
        background-position: center right -230px;
    } 
}

@media (max-width: 900px) {
    .covsechno{
        background-position: center right -355px;
    } 
    .aplikace{
        background-position: center left -400px;
    } 
    .vyvoj{
        background-position: center right -430px;
    } 
}
@media (max-width: 742px) {
    .ostatni .text{
        background-color: rgba(255, 255, 255, 0.93);
        border-radius: 5px;
        margin: 20px 0;
        max-width: 100%;
        padding: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .covsechno{
        background-position: center right;
        background-size: cover;
        min-height: 100px;
    } 
    .aplikace{
        background-position: center left;
        background-size: cover;
        min-height: 100px;
    } 
    .vyvoj{
        background-position: center right;
        background-size: cover;
        min-height: 100px;
    } 
    .vyvoj .btn{
        font-size: 15px;
    }
}


/* kontakt - boxy s kontakty */


.box.modry{
    border-color: #bbd4ef;
    background-image: linear-gradient(#fff, #d8e6f6);
    padding: 30px 15px 30px 25px;
}
.boxy{
    margin-top: 25px;
    margin-bottom: 45px;
}
.boxy:after{
    content:"";
    display:table;
    clear:both;
}
.boxy .box{
    float: left;
    margin-right: 31px;
	min-height: 85px;
}
.boxy .box:nth-child(3n+3) {  
    margin-right: 0px;
}
.boxy h5{
    margin-top: 0px;
    margin-bottom: 10px;
}
.boxy img{
    float: left;
    margin-right: 20px;
}
.boxy p{
    margin-bottom: 0px;
    width: 270px;
}
.boxy p a{
    color: #007aff;
}
.boxy p a:hover{
    color: #666;
}

@media (max-width: 1066px) {
    .boxy{
        margin-bottom: 20px; 
    }
    .boxy .box{
        margin-right: 0px;
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
    } 
    .boxy p{
        width: auto;
    }
}

.contact-top-info-panel{
	margin-top: 25px;
}

.ico-alarm-clock{
	background: url(../images/boxy/ico-alarm-clock.png);
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.team .person{
	display: block;
}

.team .person .labels{
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	min-height: 70px;
}
.team .person .info-label img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.info-label {
    border-radius: 2px;
    color: white;
    display: inline-block;
    margin: 10px 3px 0 3px;
    padding: 2px 10px;
}
.info-label.purple{
	background-color: #50065b;
}
.info-label.blue{
	background-color: #007aff;
}
.info-label.orange{
	background-color: #f39600;
}
.info-label.blue-dark{
	background-color: #17519c;
}
.info-label.pink{
	background-color: #dc4061;
}



/* dokonceni registrace */
.gratulujeme{
    text-align: center;
    background-image: url('../images/dokonceni/pozadi.png');
    background-position: center top;
    background-repeat: no-repeat;
}
.gratulujeme h2{
    font-size: 44px;
}
.gratulujeme p{
    font-size: 17px;
    margin-top: 30px;
}
.btn.modra{
    background-color: #127cfc;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 11px 16px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn.modra.tenky{
    font-weight: 300;
    padding: 8px 12px;
}
.btn.modra:hover{
    opacity: 0.8;
}

.pruh{
    padding: 70px 0px;
    margin-bottom: 40px;
    margin-top: 80px;
}
.pruh:after{
    content:"";
    display:table;
    clear:both;
}
.pruh.svetleModra{
    background-color: #f5faff;
}
.pruh .polozka{
    float: left;
    width: calc(100%/3);
    position: relative;
}
.pruh .polozka:after {
    background: transparent url("../images/dokonceni/sipka.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 93px;
    position: absolute;
    right: -6px;
    top: 32px;
    width: 13px;
}
.pruh .polozka:last-child:after{
    display: none;
}
.pruh .polozka p{
    padding: 0px 45px;
    margin-top: 20px;
}

@media (max-width: 1066px) {
    .pruh{
        padding: 40px 0px;
    }
    .pruh .polozka img{
        float: left;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .pruh .polozka{
        float: none;
        width: auto;
    }
    .pruh .polozka:after{
        content:"";
        position: relative;
        display:table;
        clear:both;
        width: 0px;
        height: 0px;
    }
    .pruh .polozka p{
        padding: 0px;
        margin-top: 20px;
        text-align: left;
    }
}

#firma-roku{
	width: 50px;
	height: 281px;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	margin-top: -140px;
}
@media(max-width:700px) {
	#firma-roku{
		display: none;
	}
}




.team .person .in .title {
	margin-left: -10px;
	margin-right: -10px;
}