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 .function-item .box {
    padding: 10px 6%;
}
.functions .box{
	height: 340px;
}

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;
}

#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;
	margin-bottom: 50px;
}
.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 */



.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;
    }
}


.team .person .in .title {
	margin-left: -10px;
	margin-right: -10px;
}





/* HP carousel */

.home-banr{
	margin-top: 0px;
}

.carousel{
	margin: 13px 0px;
}

.carousel .item{
	min-height: 510px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 60px;
}


.carousel .item h3{
	font-weight: 300;
	font-size: 50px;
	line-height: 57.5px;
	color: white;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
.carousel .item h3 span{
	color: #007aff;
}

.carousel .item p{
	color: #a9a9a9;
	font-size: 20px;
	line-height: 28.5px;
	font-weight: 400;
	margin: 0px 0px 35px 0px;
	max-width: 630px;
}

.carousel .item a.action{
	background-color: rgba(000,122,255,0.6);
	display: inline-block;
	color: white;
	font-size: 17px;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	transition: 0.3s;
}
.carousel .item a.action span{
	opacity: 0.75;
}
.carousel .item a.action:hover{
	background-color: rgba(000,122,255,0.8);
}

.carousel .owl-theme .owl-controls{
	margin: 0px;
}
.carousel .owl-pagination{
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -71px;
}
.carousel .owl-theme .owl-controls .owl-page{
	display: block;
}
.carousel .owl-theme .owl-controls .owl-page span{
	background: transparent;
	border: 2px solid white;
	opacity: 0.4;
	margin: 0px 0px 13px 0px;
	transition: 0.3s;
}
.carousel .owl-theme .owl-controls .owl-page.active span, .carousel .owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 0.7;
	background: white;
}

.timeline{
	margin: 0px 0px 50px 0px;
	padding-top: 50px;
}
.timeline li{
	margin: 0px;
	padding: 0px;
	position: relative;
}

.timeline li .date{
	display: block;
	position: absolute;
	top: 58px;
	left: 0px;
	text-align: right;
	width: 155px;
	font-size: 17px;
	color: #007aff;
}

.timeline li .date span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #0a7fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 20px;
	background-color: white;
}

.timeline li .timeline-content{
	border-left: 2px solid #b4d8ff;
	box-sizing: border-box;
	padding: 0px 0px 70px 50px;
	margin-left: 143px;
	max-width: 690px;
}
.timeline li .timeline-content:after{
    content:"";
    display:table;
    clear:both;
}
.timeline li:last-of-type .timeline-content{
	padding-bottom: 0px;
}
.timeline li .timeline-content h4{
	margin: 0px 0px 20px 0px;
	color: #007aff;
	font-size: 17px;
}
.timeline p{
	overflow: hidden;
}
.timeline .timeline-thumb{
	float: left;
	margin-right: 30px;
}
.timeline .timeline-thumb a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #007aff;
}
.timeline .timeline-thumb a:hover{
	text-decoration: none;
}
@media(max-width:742px) {
    .carousel .owl-pagination{
		position: absolute;
		top: auto;
		bottom: 30px;
		right: auto;
		left: 40px;
		margin-top: 0px;
	}
	.carousel .owl-theme .owl-controls .owl-page{
		display: inline-block;
		margin-right: 13px;
	}
	.carousel .owl-theme .owl-controls .owl-page span{
		margin: 0px;
	}
	.carousel .item{
		padding: 50px 40px 80px 40px;
	}
	.carousel .item h3{
		font-size: 37px;
		line-height: 51.5px;
	}
	.carousel .item h3 br{
		display: none;
	}
}

@media (max-width: 680px) {
	.timeline li .date{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		width: auto;
		padding: 10px;
	}
	.timeline li .date span{
		margin: auto;
		position: absolute;
		right: 0px;
		left: 0px;
		bottom: -10px;
	}
	.timeline .timeline-thumb{
		float: none;
		margin-bottom: 30px;
		margin-right: 0px;
		text-align: center;
	}
	.timeline li .timeline-content{
		border-top: 2px solid #b4d8ff;
		border-left: none;
		padding: 30px 10px;
		margin-left: 0px;
		max-width: 900px;
	}
}

.register-form .checkbox{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0.83333%;
}
.register-form .checkbox.error{
	border: 1px red solid;
	border-radius: 4px;
	padding: 5px 10px 5px 0;
}
@media (max-width: 680px) {
	.register-form .checkbox{
		margin-left: 5.55556%;
		margin-right: 5.55556%;
	}
}
.register-form .checkbox label{
	display: inline-block;
}
.register-form .checkbox input[type=checkbox] {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
.register-form .checkbox input[type=checkbox] + label {
	padding-left:35px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}
.register-form .checkbox input[type=checkbox]:checked + label {
	background-position: 0 -18px;
}
.register-form .checkbox label {
	background: url(../images/checkbox.png) no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media(max-width:740px){
    body nav#lista-main {
        display:none
    }
}



.box.modry {
    background-image: linear-gradient(#fff, #d8e6f6);
    border-color: #bbd4ef;
    padding: 30px 15px 30px 25px;
}
.boxy {
    margin-bottom: 45px;
    margin-top: 25px;
}
.boxy::after {
    clear: both;
    content: "";
    display: table;
}
.boxy .box {
    float: left;
    min-height: 85px;
    width: 45%;
    margin-bottom: 2%;
}
.boxy .box:nth-child(2n+2) {
    float: right;
}
.boxy h5 {
    margin-bottom: 10px;
    margin-top: 0;
}
.boxy img {
    float: left;
    margin-right: 20px;
}
.boxy p {
    margin-bottom: 0;
}
.boxy p a {
    color: #007aff;
}
.boxy p a:hover {
    color: #666;
}
@media (max-width: 1066px) {
	.boxy .box {
		float: none !important;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0;
		width: auto;
	}
	.boxy .box p {
		width: auto;
	}
}



/* modal */
.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.55);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 900px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("data:image/png;base64,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") no-repeat 0 0;
}
#zvyseni-navstevnosti {
	text-align: center;
	font-size: 17px;
}

#zvyseni-navstevnosti h2 {
	margin: 50px 0 25px 0;
}
#zvyseni-navstevnosti p {
	padding: 0 50px;
}
#zvyseni-navstevnosti ul {
	margin:0 -10px;
	display: table;
	width: 100%;
}
#zvyseni-navstevnosti ul li {
	width: 22%;
	background-color: #ffffff;
	float: left;
	margin: 1.5%;
	height: 75px; line-height: 75px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
}
#zvyseni-navstevnosti ul li img {
	display: inline-block;
	vertical-align: middle;
}
.modal-footer {
	background-color: #f5f5f5;
	margin: 30px -30px -15px -30px; 
	padding: 45px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#zvyseni-navstevnosti .modal-footer h2 {
	margin-top: 0;
	color: #3d3d3d;
}
#zvyseni-navstevnosti ul li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}
.modal-footer {
	background-color: #f5f5f5;
	margin: 30px -30px -15px -30px; 
	padding: 45px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#zvyseni-navstevnosti .modal-footer h2 {
	margin-top: 0;
	color: #3d3d3d;
}
@media (max-width: 768px) {
	.modal {
		padding: 15px;
	}
	#zvyseni-navstevnosti h2 {
		margin-top: 15px;
		font-size:22px;
		line-height: 1.2em;
	}
	#zvyseni-navstevnosti p {
		padding: 0;
	}
	.modal-footer {
		margin: 0 -15px -15px -15px;
		padding: 20px;
	}
	#zvyseni-navstevnosti ul {
		margin: 0;
	}
	#zvyseni-navstevnosti ul li {
		width: 30%;
	}
	#zvyseni-navstevnosti ul li:nth-child(3n+3) {
		margin-right: 0;
	}
}




/* card registrace */
.card-registrace {
	background: url(../images/carousel/carousel_online_reg_2.jpg?v=2) center center no-repeat;
	margin-top: 20px;
	margin-bottom: 14px;
	height: 480px;
	padding: 0 80px;
}
.card-registrace .text {
	height: 480px;
	font-size: 20px;
	padding-top: 120px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.card-registrace .text p{
	padding: 0;
	margin: 0 0 0 0;
}
.card-registrace .text strong {
	font-size: 62px;
	letter-spacing: 5px;
}
.card-registrace .btn-link {
	display: inline-block;
	margin-top: 50px;
	padding: 20px 40px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.card-registrace .btn-link:hover {
	background-color: #3071f6;
	color: #fff;
}
@media (max-width: 890px) {
	.card-registrace {
		padding: 40px 25px;
		height: auto;
	}
	.card-registrace .text {
		padding-top: 40px;
		height: auto;
	}
}
@media (max-width: 468px) {
	.card-registrace .text {
		padding-top: 20px;
		font-size: 18px;
	}
	.card-registrace .text strong {
		font-size: 40px;
		letter-spacing: 0;
	}
}


.download-new {
	max-width: 1000px;
	margin: 0px auto 80px auto;
	font-family: "sofia-pro"; }
.download-new:before, .download-new:after {
    content: " ";
    display: table; }
.download-new:after {
    clear: both; }
.download-new .download-nav {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 220px; }
@media only screen and (max-width: 750px) {
	.download-new .download-nav {
        width: auto;
        float: none;
        margin-bottom: 40px; } }
.download-new .download-nav li {
	margin: 0px;
	padding: 0px; }
.download-new .download-nav li a {
	display: flex;
	height: 70px;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-top: none;
	text-decoration: none;
	justify-content: center;
	flex-direction: column;
	padding: 0px 5px 0px 20px;
	color: #191919;
	font-size: 16px;
	position: relative; }
@media only screen and (max-width: 750px) {
	.download-new .download-nav li a {
		display: block;
		height: auto;
		padding: 10px; } }
.download-new .download-nav li a span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle; }
.download-new .download-nav li a span i {
	margin-right: 8px; }
.download-new .download-nav li a:hover {
	background-color: #127cfc;
	color: white;
	border-color: #127bfc; }
.download-new .download-nav li a.active {
	background-color: #127cfc;
	color: white;
	border-color: #127bfc; }
.download-new .download-nav li a.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 10px;
	border-color: transparent transparent transparent #127bfc;
	position: absolute;
	right: -11px;
	top: 0px; }
@media only screen and (max-width: 750px) {
	.download-new .download-nav li a.active:after {
		display: none; } }
.download-new .download-nav li:first-of-type a {
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #d9d9d9; }
.download-new .download-nav li:last-of-type a {
	border-radius: 0px 0px 5px 5px; }
.download-new .download-content {
    float: right;
    width: calc(100% - 290px); }
@media only screen and (max-width: 850px) {
	.download-new .download-content {
        width: calc(100% - 250px); } }
@media only screen and (max-width: 750px) {
	.download-new .download-content {
        width: auto;
        float: none; } }
.download-new .download-content h2 {
	color: #007aff;
	font-family: "canada-type-gibson";
	font-weight: 900;
	margin: 0px 0px 15px 0px;
	line-height: 130%;
	font-size: 20px;}
@media only screen and (max-width: 750px) {
	.download-new .download-content h2 {
		text-align: center; } }
.download-new .download-content h2 span {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-weight: 600;
	font-size: 15px;
	color: white;
	background-color: #127cfc;
	margin-left: 15px;
	border-radius: 50%;
	vertical-align: middle; }
@media only screen and (max-width: 750px) {
	.download-new .download-content h2 span {
		display: block;
		margin: auto; } }
.download-new .download-content h3 {
	font-size: 17px;
	color: #17519c;
	font-family: "canada-type-gibson";
	font-weight: 600;
	margin: 30px 0px 20px 0px; }
@media only screen and (max-width: 750px) {
	.download-new .download-content h3 {
		text-align: center; } }
.download-new .download-content .download-file {
	padding: 20px 80px 20px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	position: relative;
	margin: 10px 0px;
	color: #191919;
	display: block;
	text-decoration: none; }
.download-new .download-content .download-file:hover {
	color: #007aff;
	text-decoration: underline;
	background-color: #ebf6fe;
	border-color: #127cfc;
	box-shadow: 0px 0px 25px rgba(18, 124, 252, 0.3); }
.download-new .download-content .download-file strong {
	display: block;
	position: absolute;
	color: white !important;
	text-decoration: none !important;
	top: 50%;
	right: 20px;
	font-size: 11px;
	font-weight: 600;
	background-color: #bd2044;
	line-height: 11px;
	padding: 4px 7px;
	margin-top: -9.5px;
	border-radius: 5px; }
.download-new .download-content .download-file + h3 {
	margin-top: 40px; }

.download-more-wrap {
	clear: both;
	padding: 70px 0px;
	margin-top: 50px;
	border-top: 1px solid #e1e1e1; }
.download-more-wrap .download-more {
    background-image: url("../images/download-more.jpg");
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 30px; }
.download-more-wrap .download-more strong {
	display: block;
	color: white;
	font-family: "canada-type-gibson";
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px; }
.download-more-wrap .download-more a {
	display: block;
	width: 100%;
	max-width: 275px;
	border-radius: 5px;
	background-color: white;
	text-decoration: none;
	margin: auto;
	font-size: 16px;
	color: #007aff;
	padding: 25px 10px;
	border: 2px solid white; }
.download-more-wrap .download-more a:hover {
	color: white;
	text-decoration: none;
	background-color: #007aff;
	border-color: white; }

.faq-item {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin-bottom: 13px; }
.faq-item .faq-question {
    color: #191919;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 20px 50px 20px 25px;
    position: relative;
    text-decoration: none; }
.faq-item .faq-question .fa {
	color: #191919;
	font-size: 17px;
	position: absolute;
	top: 22px;
	right: 25px; }
.faq-item .faq-answer {
    display: none;
    padding: 0px 25px 20px 25px; }
.faq-item .faq-answer{
	color: #1d395d;
	font-size: 16px;
	line-height: 27px; }
.faq-item .faq-answer p a {
	color: #007aff; }
.faq-item .faq-answer p:last-of-type {
	margin: 0px; }
.faq-item:hover, .faq-item.is-open {
    border-color: #007aff;
    background-color: #ebf6fe;
    box-shadow: 0px 0px 20px #bae0fc; }
.faq-item:hover .faq-question, .faq-item.is-open .faq-question {
	color: #007aff;
	text-decoration: none; }
.faq-item:hover .faq-question .fa, .faq-item.is-open .faq-question .fa {
	color: #007aff; }
.faq-item.is-open .faq-question {
    font-weight: bold; }
.faq-item.is-open .faq-question .fa {
	font-weight: normal;
	transform: rotate(180deg); }
.faq-item.is-open .faq-answer {
    display: block; }


.download-new-top {
	margin-top: 50px;
}

.faq-answer ul li::before {
    content: "";
    display: block;
	position: absolute;
	top: 0;
	left: -15px;
    font-family: FontAwesome;
    color: #666;

}
.faq-answer li{
	margin-bottom: 0.7em;
	margin-left: 15px;
	position: relative;
}
.faq-answer ol{
	list-style: decimal;
}
.faq-answer em{
	font-style: italic;
}


.functions .function-item .box h4.link:before{
	background:url(../images/link.svg) top center no-repeat;
	background-size: 100% auto;
	width:26px;
	height:32px;
}



/*********************** notice ***************************/

.notice-top-red, .notice-top-green{
	padding-top: 4px;
	margin: 10px 0;
	width: 680px;
	margin: auto;
}

.notice-bottom-red, .notice-bottom-green {
	padding-bottom: 4px;
}

.notice-content-red, .notice-content-green {
	position:relative;
	min-height: 32px;
	padding: 12px  35px 12px 61px;
	border-right: solid 1px;
	border-left: solid 1px;
}

.notice-top-red a, .notice-bottom-green a {
	color: #e41a1a;
}

.notice-top-red {
	background-image:url('../images/admin/red-box-top.png');
}
.notice-top-green {
	background-image:url('../images/admin/green-box-top.png');
}
.notice-bottom-red {
	background-image:url('../images/admin/red-box-bottom.png');
	background-position: bottom left;
}
.notice-bottom-green {
	background-image:url('../images/admin/green-box-bottom.png');
	background-position: bottom left;
}
.notice-content-red {
	border-color: #eea9a9;
	background: #ffc6c6 url('../images/admin/red-box-ico.png') 12px center no-repeat;
}
.notice-content-green {
	border-color: #ced7ba;
	background: #e4edcf url('../images/admin/green-box-ico.png') 12px center no-repeat;
}




@font-face {
    font-family: 'ITCAvantGardePro';
    src: url('./fonts/shoptet/ITCAvantGardePro-Md.eot');
    src: local('☺'), url('../fonts/shoptet/ITCAvantGardePro-Md.woff') format('woff'),
		url('./fonts/shoptet/ITCAvantGardePro-Md.ttf') format('truetype'),
		url('./fonts/shoptet/ITCAvantGardePro-Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* card registrace */
.card-shoptet {
	background: url(../images/carousel/shoptet.png) center center no-repeat;
	margin-top: 30px;
	height: 400px;
	padding: 0 20px;
	border-radius: 5px;
}
.card-shoptet .text {
	font-size: 30px;
	padding-top: 80px;
	text-align: center;
	font-family: ITCAvantGardePro, sans-serif;
}
.card-shoptet .text p{
	padding: 0;
	margin: 0;
}
.card-shoptet .text img{
	height: 40px;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 7px;
}
.card-shoptet .btn-link {
	display: inline-block;
	margin-top: 70px;
	padding: 20px 40px;
	background-color: #0178ff;
	color: #fff;
	text-decoration: underline;
	border-radius: 5px;
	font-size: 16px;
	font-family: canada-type-gibson;
}
.card-shoptet .btn-link:hover {
	text-decoration: none;
}
@media (max-width: 620px) {
	.card-shoptet .text {
		font-size: 26px;
		/*padding-top: 40px;*/
	}
	.card-shoptet .btn-link {
		margin-top: 40px;
	}
}
@media (max-width: 400px) {
	.card-shoptet .text {
		padding-top: 40px;
		font-size: 24px;
	}
}

.pricing-new h2{
	margin-top: 25px;
	margin-bottom: 30px;
}




/*nav#main .left ul li:last-child{
	position: relative;
}
nav#main .left ul li:last-child::after{
	display: inline-block;
	content: "";
	background: url(../images/vterinka/new-badge.png) center center no-repeat;
	background-size: 100% auto;
	width: 80px;
	height: 40px;
	vertical-align: middle;
}*/