/*
font-family: 'Montserrat', sans-serif;
*/
*,*:before,*:after{
	box-sizing:border-box;
}
html, body{
	font-family: 'Montserrat', sans-serif;
}
body{
	font-weight:300;
}
body.noscroll{
	overflow:hidden;
}
.body-box{
	width:100%;
	position:relative;
	overflow:hidden;
}
.body-box > .overlay{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:200;
	display:none;
}
b, strong, th{
	font-weight:500;
}
p.perex{
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}
img{
	max-width: 100%;
    height: auto;
}
.bg--light-gray{
	background:#f6f6f6;
}
.rx_section{
	float:left;
	width:100%;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.rx_red{
	color:#d10000;
}
@media screen and (min-width:576px){
	.rx_section{
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (min-width:768px){
	.rx_section{
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (min-width:992px){
	.rx_section{
		padding-left:40px;
		padding-right:40px;
	}
}
@media screen and (min-width:1200px){
	.rx_section{
		padding-left:80px;
		padding-right:80px;
	}
}
.rx_blue{
	color:#1c77b1;
}
.rx_bold{
	font-weight:500;
}
.rx_dark{
	color:#fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-top:2rem;
	margin-bottom:1rem;
}
.h1, h1{
	font-weight:300;
	font-size:48px;
}
.rx_landing .h1, .rx_landing h1{
	font-size:60px;
	text-transform:uppercase;
}
.h2, h2{
	font-weight:300;
	font-size:56px;
	line-height:100%;
	margin-top:2.75rem;
}
.blog .h2, .blog h2{
	font-size:36px;
}
.h2 big, h2 big{
	font-weight:500;
	font-size:100px;
	line-height:100%;
}
.h3, h3{
	font-size:24px;
}
a{
	color:#3bc1ff;
}
a:hover{
	color:#3bc1ff;
	text-decoration:underline;
}
.wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:1600px;
	position:relative;
	display: block;
}
.container.wrapper{
	max-width:1600px !important;
}
.wrapper.wrapper--1280{
	max-width:1280px;
}

#site-land,
#o-nas{
	background:url('../images/backgrounds/bg_land.jpg');
}
#site-land{
	min-height: 60px;
}
.rx_landing__land{
	position:relative;
	padding-top:140px;
	padding-bottom:80px;
}
.rx_landing__land.rx_landing__land--smaller{
	padding-top: 100px;
	padding-bottom: 50px;
}
.rx_landing__land__inner{
	margin-left:150px;
}
.rx_landing__land__inner h2{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 140%;
}
.rx_navbar{
	display:table;
	width:100%;
	table-layout:fixed;
	margin-top:20px;
}
.rx_navbar .rx_navbar__col{
	display:table-cell;
	width:33.3333%;
	vertical-align:top;
}
.rx_navbar .rx_navbar__col.rx_navbar__col--left{
	text-align:left;
}
.rx_navbar .rx_navbar__col.rx_navbar__col--center{
	text-align:center;
}
.rx_navbar .rx_navbar__col.rx_navbar__col--right{
	text-align:right;
}
ul#rx_main-menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul#rx_main-menu li{
	display:inline-block;
	margin:0;
	margin-left:30px;
	padding:0;
}
#co-umime{
	background:url('../images/backgrounds/bg_services.jpg');
	padding-bottom:80px;
	padding-top:50px;
}
#co-umime i{
	color: #18c0ff;
}
#klienti{
	padding-bottom:80px;
	padding-top:50px;
}
#partneri{
	padding-bottom:80px;
	padding-top:50px;
}
#o-nas .rx_o-nas{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:80px;
	padding-top:50px;
}
#co-delame h3{
	min-height:52px;
}
.link-angle{
	position: relative;
	font-weight: bold;
	padding-right: 20px;
}
.link-angle:after{
	position:absolute;
	content:'\f101';
	font-family:'Font Awesome 5 Pro';
	font-weight:800;
	color:#3bc1ff;
	margin-left:5px;
	right: 0;
}
.link-external{
	position:relative;
}
.link-external:after{
	position:relative;
	content:'\f08e';
	font-family:'Font Awesome 5 Pro';
	font-weight:300;
	color:#1c77b1;
	margin-left:5px;
}
.rx_angle-icon{
	display:inline-block;
	width:42px;
	height:42px;
	border:2px solid #fff;
	background:rgba(59,193,255,0);
	-webkit-border-radius:50%;
	border-radius:50%;
	transition:background 150ms ease-in-out;
}
.rx_angle-icon i{
	color:rgba(255,255,255,0);
	transition:color 150ms ease-in-out;
	font-size:26px;
	line-height:38px;
}
.rx_angle-icon:hover{
	background:rgba(59,193,255,1);
}
.rx_angle-icon:hover i{
	color:rgba(255,255,255,1);
}

ul.rx_logos{
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
ul.rx_logos li{
	display:inline-block;
	font-size:1rem;
	margin:0;
	width:228px;
	padding:0 15px;
	visibility:visible;
	opacity:0.5;
	max-width:50%;
	text-align:center;
	overflow:hidden;
	max-height:0;
	overflow:hidden;
	transition:all 200ms ease-in-out;
}
ul.rx_logos.opened li.rx_logos__roller,
ul.rx_logos li.rx_logos__roller{
	display:block;
	max-height:120px;
}
ul.rx_logos li.rx_logos__roller{
	text-align:center;
	display: block;
    max-width: none;
    width: 100%;
	padding-top:20px;
	padding-bottom:20px;
	margin:0 !important;
}
ul.rx_logos li.rx_logos__roller button{
	border:none;
	background:none;
	display:inline-block;
	width:100px;
	height:80px;
	position:relative;
	margin: 0 auto;
	cursor:pointer;
	outline:none !important;
}
ul.rx_logos li.rx_logos__roller button:before{
	position:relative;
	content:'\f107';
	font-family:'Font Awesome 5 Pro';
	display:block;
	line-height:80px;
	font-size:80px;
}
ul.rx_logos li.rx_logos__roller.active button:before{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
ul.rx_logos.opened li{
	max-height:40px;
	margin:50px 0;
}
#klienti ul.rx_logos.opened li{
	max-height: 100px;
	margin:50px 0;
}
ul.rx_logos li img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height:40px;
	height:auto;
	max-width:100%;
	transition:filter 300ms ease-in-out;
}
#klienti ul.rx_logos li img{
	max-height:50px;
}
ul.rx_logos:hover li img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media screen and (min-width:1500px){
	ul.rx_logos li{
		width:14.28%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6),
	ul.rx_logos li:nth-child(7),
	ul.rx_logos li:nth-child(8),
	ul.rx_logos li:nth-child(9),
	ul.rx_logos li:nth-child(10),
	ul.rx_logos li:nth-child(11),
	ul.rx_logos li:nth-child(12),
	ul.rx_logos li:nth-child(13),
	ul.rx_logos li:nth-child(14),
	ul.rx_logos li:nth-child(15),
	ul.rx_logos li:nth-child(16),
	ul.rx_logos li:nth-child(17),
	ul.rx_logos li:nth-child(18),
	ul.rx_logos li:nth-child(19),
	ul.rx_logos li:nth-child(20),
	ul.rx_logos li:nth-child(21){
		max-height:40px !important;
		margin:50px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6),
	#klienti ul.rx_logos li:nth-child(7),
	#klienti ul.rx_logos li:nth-child(8),
	#klienti ul.rx_logos li:nth-child(9),
	#klienti ul.rx_logos li:nth-child(10),
	#klienti ul.rx_logos li:nth-child(11),
	#klienti ul.rx_logos li:nth-child(12),
	#klienti ul.rx_logos li:nth-child(13),
	#klienti ul.rx_logos li:nth-child(14),
	#klienti ul.rx_logos li:nth-child(15),
	#klienti ul.rx_logos li:nth-child(16),
	#klienti ul.rx_logos li:nth-child(17),
	#klienti ul.rx_logos li:nth-child(18),
	#klienti ul.rx_logos li:nth-child(19),
	#klienti ul.rx_logos li:nth-child(20),
	#klienti ul.rx_logos li:nth-child(21){
		max-height:50px !important;
		margin:50px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7),
	ul.rx_logos li.rx_logos__roller:nth-child(8),
	ul.rx_logos li.rx_logos__roller:nth-child(9),
	ul.rx_logos li.rx_logos__roller:nth-child(10),
	ul.rx_logos li.rx_logos__roller:nth-child(11),
	ul.rx_logos li.rx_logos__roller:nth-child(12),
	ul.rx_logos li.rx_logos__roller:nth-child(13),
	ul.rx_logos li.rx_logos__roller:nth-child(14),
	ul.rx_logos li.rx_logos__roller:nth-child(15),
	ul.rx_logos li.rx_logos__roller:nth-child(16),
	ul.rx_logos li.rx_logos__roller:nth-child(17),
	ul.rx_logos li.rx_logos__roller:nth-child(18),
	ul.rx_logos li.rx_logos__roller:nth-child(19),
	ul.rx_logos li.rx_logos__roller:nth-child(20),
	ul.rx_logos li.rx_logos__roller:nth-child(21),
	ul.rx_logos li.rx_logos__roller:nth-child(22){
		max-height:0 !important;
	}
}
@media screen and (min-width:1200px) and (max-width:1499px){
	ul.rx_logos li{
		width:16.66%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6),
	ul.rx_logos li:nth-child(7),
	ul.rx_logos li:nth-child(8),
	ul.rx_logos li:nth-child(9),
	ul.rx_logos li:nth-child(10),
	ul.rx_logos li:nth-child(11),
	ul.rx_logos li:nth-child(12),
	ul.rx_logos li:nth-child(13),
	ul.rx_logos li:nth-child(14),
	ul.rx_logos li:nth-child(15),
	ul.rx_logos li:nth-child(16),
	ul.rx_logos li:nth-child(17),
	ul.rx_logos li:nth-child(18){
		max-height:40px !important;
		margin:50px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6),
	#klienti ul.rx_logos li:nth-child(7),
	#klienti ul.rx_logos li:nth-child(8),
	#klienti ul.rx_logos li:nth-child(9),
	#klienti ul.rx_logos li:nth-child(10),
	#klienti ul.rx_logos li:nth-child(11),
	#klienti ul.rx_logos li:nth-child(12),
	#klienti ul.rx_logos li:nth-child(13),
	#klienti ul.rx_logos li:nth-child(14),
	#klienti ul.rx_logos li:nth-child(15),
	#klienti ul.rx_logos li:nth-child(16),
	#klienti ul.rx_logos li:nth-child(17),
	#klienti ul.rx_logos li:nth-child(18){
		max-height:50px !important;
		margin:50px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7),
	ul.rx_logos li.rx_logos__roller:nth-child(8),
	ul.rx_logos li.rx_logos__roller:nth-child(9),
	ul.rx_logos li.rx_logos__roller:nth-child(10),
	ul.rx_logos li.rx_logos__roller:nth-child(11),
	ul.rx_logos li.rx_logos__roller:nth-child(12),
	ul.rx_logos li.rx_logos__roller:nth-child(13),
	ul.rx_logos li.rx_logos__roller:nth-child(14),
	ul.rx_logos li.rx_logos__roller:nth-child(15),
	ul.rx_logos li.rx_logos__roller:nth-child(16),
	ul.rx_logos li.rx_logos__roller:nth-child(17),
	ul.rx_logos li.rx_logos__roller:nth-child(18),
	ul.rx_logos li.rx_logos__roller:nth-child(19){
		max-height:0 !important;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	ul.rx_logos li{
		width:20%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6),
	ul.rx_logos li:nth-child(7),
	ul.rx_logos li:nth-child(8),
	ul.rx_logos li:nth-child(9),
	ul.rx_logos li:nth-child(10),
	ul.rx_logos li:nth-child(11),
	ul.rx_logos li:nth-child(12),
	ul.rx_logos li:nth-child(13),
	ul.rx_logos li:nth-child(14),
	ul.rx_logos li:nth-child(15){
		max-height:40px !important;
		margin:50px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6),
	#klienti ul.rx_logos li:nth-child(7),
	#klienti ul.rx_logos li:nth-child(8),
	#klienti ul.rx_logos li:nth-child(9),
	#klienti ul.rx_logos li:nth-child(10),
	#klienti ul.rx_logos li:nth-child(11),
	#klienti ul.rx_logos li:nth-child(12),
	#klienti ul.rx_logos li:nth-child(13),
	#klienti ul.rx_logos li:nth-child(14),
	#klienti ul.rx_logos li:nth-child(15){
		max-height:50px !important;
		margin:50px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7),
	ul.rx_logos li.rx_logos__roller:nth-child(8),
	ul.rx_logos li.rx_logos__roller:nth-child(9),
	ul.rx_logos li.rx_logos__roller:nth-child(10),
	ul.rx_logos li.rx_logos__roller:nth-child(11),
	ul.rx_logos li.rx_logos__roller:nth-child(12),
	ul.rx_logos li.rx_logos__roller:nth-child(13),
	ul.rx_logos li.rx_logos__roller:nth-child(14),
	ul.rx_logos li.rx_logos__roller:nth-child(15),
	ul.rx_logos li.rx_logos__roller:nth-child(16)){
		max-height:0 !important;
	}
}
@media screen and (max-width:991px){
	ul.rx_logos.opened li{
		max-height:35px;
		margin:30px 0;
	}
}
@media screen and (min-width:600px) and (max-width:991px){
	ul.rx_logos li{
		width:25%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6),
	ul.rx_logos li:nth-child(7),
	ul.rx_logos li:nth-child(8),
	ul.rx_logos li:nth-child(9),
	ul.rx_logos li:nth-child(10),
	ul.rx_logos li:nth-child(11),
	ul.rx_logos li:nth-child(12){
		max-height:40px !important;
		margin:30px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6),
	#klienti ul.rx_logos li:nth-child(7),
	#klienti ul.rx_logos li:nth-child(8),
	#klienti ul.rx_logos li:nth-child(9),
	#klienti ul.rx_logos li:nth-child(10),
	#klienti ul.rx_logos li:nth-child(11),
	#klienti ul.rx_logos li:nth-child(12){
		max-height:50px !important;
		margin:30px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7),
	ul.rx_logos li.rx_logos__roller:nth-child(8),
	ul.rx_logos li.rx_logos__roller:nth-child(9),
	ul.rx_logos li.rx_logos__roller:nth-child(10),
	ul.rx_logos li.rx_logos__roller:nth-child(11),
	ul.rx_logos li.rx_logos__roller:nth-child(12),
	ul.rx_logos li.rx_logos__roller:nth-child(13){
		max-height:0 !important;
	}
}
@media screen and (min-width:440px) and (max-width:599px){
	ul.rx_logos li{
		width:33.3333%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6),
	ul.rx_logos li:nth-child(7),
	ul.rx_logos li:nth-child(8),
	ul.rx_logos li:nth-child(9){
		max-height:40px !important;
		margin:30px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6),
	#klienti ul.rx_logos li:nth-child(7),
	#klienti ul.rx_logos li:nth-child(8),
	#klienti ul.rx_logos li:nth-child(9){
		max-height:50px !important;
		margin:30px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7),
	ul.rx_logos li.rx_logos__roller:nth-child(8),
	ul.rx_logos li.rx_logos__roller:nth-child(9),
	ul.rx_logos li.rx_logos__roller:nth-child(10){
		max-height:0 !important;
	}
}
@media screen and (max-width:439px){
	ul.rx_logos li{
		width:50%;
	}
	ul.rx_logos li:nth-child(1),
	ul.rx_logos li:nth-child(2),
	ul.rx_logos li:nth-child(3),
	ul.rx_logos li:nth-child(4),
	ul.rx_logos li:nth-child(5),
	ul.rx_logos li:nth-child(6){
		max-height:40px !important;
		margin:30px 0 !important;
	}
	#klienti ul.rx_logos li:nth-child(1),
	#klienti ul.rx_logos li:nth-child(2),
	#klienti ul.rx_logos li:nth-child(3),
	#klienti ul.rx_logos li:nth-child(4),
	#klienti ul.rx_logos li:nth-child(5),
	#klienti ul.rx_logos li:nth-child(6){
		max-height:50px !important;
		margin:30px 0 !important;
	}
	ul.rx_logos li.rx_logos__roller:nth-child(1),
	ul.rx_logos li.rx_logos__roller:nth-child(2),
	ul.rx_logos li.rx_logos__roller:nth-child(3),
	ul.rx_logos li.rx_logos__roller:nth-child(4),
	ul.rx_logos li.rx_logos__roller:nth-child(5),
	ul.rx_logos li.rx_logos__roller:nth-child(6),
	ul.rx_logos li.rx_logos__roller:nth-child(7){
		max-height:0 !important;
	}
}

.rx_scroll-down{
	position:absolute;
	left:-80px;
	bottom:85px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding-left:70px;
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
.rx_scroll-down:hover{
	color:#000;
	text-decoration:none;
}
.rx_scroll-down:before{
	position:absolute;
	content:'';
	width:64px;
	height:9px;
	left:0;
	top:8px;
	background:url('../images/graphic/long-arrow.png');
}
ul#menu-kotvy{
	list-style:none;
	margin:0;
	padding:0;
}
.rx_landing__land ul#menu-kotvy li{
	display:inline-block;
	padding:0;
	margin:0 70px 0 0;
}
.rx_landing__land ul#menu-kotvy li a.nav-link,
.rx_navbar ul#rx_main-menu li a{
	padding:2px 0;
	color:#000;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}
.rx_landing__land ul#menu-kotvy li a.nav-link:before,
.rx_navbar ul#rx_main-menu li a:before{
	position:absolute;
	content:'';
	display:inline-block;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(0,0,0,1);
}
.rx_navbar ul#rx_main-menu li a.link-external:before,
.rx_landing__land ul#menu-kotvy li a.nav-link.link-external:before{
	width:auto;
	right:23px;
}
.rx_contact-table{
	width:auto;
}
.rx_contact-table td{
	border:none;
	padding:0 80px 0 0;
	vertical-align:bottom;
}
.rx_contact-table tr td:last-child{
	padding-right:0;
}
#rx_map{
	overflow:hidden;
    float: left;
    width: 100%;
}
#rx_map img{
	width:100%;
	height:auto;
}
#rx_map iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
#rx_map iframe.clicked{
	pointer-events: auto;
}
@media screen and (min-width:992px){
	#rx_map iframe{
		height:800px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	#rx_map iframe{
		height:600px;
	}
}
@media screen and (min-width:576px) and (max-width:767px){
	#rx_map iframe{
		height:500px;
	}
}
@media screen and (min-width:400px) and (max-width:575px){
	#rx_map iframe{
		height:400px;
	}
}
@media screen and (max-width:399px){
	#rx_map iframe{
		height:280px;
	}
}

.close-service,
.close-form{
	border:none;
	background:none;
	display:inline-block;
	width:40px;
	height:40px;
	position:absolute;
	left:-60px;
	outline:none !important;
	cursor:pointer;
}
.close-form{
	left:auto;
	right:0;
}
.close-service i,
.close-form i{
	font-size:40px;
	line-height:40px;
}
.services{
	float:left;
	width:100%;
	position:relative;
}
.services__list__item,
.rx_form-box{
	position:absolute;
	width:100%;
	min-height:100%;
	background:#f5f5f5;
	z-index:300;
	display:none;
	left:100%;
	transition:left 600ms ease-in-out;
}
.rx_form-box{
	background:#eee;
    height: 100vh;
    overflow: auto;
}
.services__list__item.active,
.rx_form-box.active{
	left:0;
}

.fixed-menu{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:60px;
	background:#f0f0f0;
	z-index:1000;
	padding-top:12px;
	display:none;
}
.fixed-menu__side__inner{
	padding-top:60px;
	padding-right:50px;
}

.fixed-menu__side__inner ul#menu-kotvy li,
.fixed-menu__side__inner ul#rx_main-menu li{
	display:block;
	margin:0;
	text-align:left;
}
.fixed-menu__side__inner ul#menu-kotvy li a.nav-link,
.fixed-menu__side__inner ul#rx_main-menu li a{
	margin:0;
	padding:10px 0;
	cursor:pointer;
	color:#000;
	display:inline-block;
}
.fixed-menu__side__inner ul#menu-kotvy li a.nav-link:hover,
.fixed-menu__side__inner ul#rx_main-menu li a:hover{
	color:#0090d3;
}
.fixed-menu #rx_main-menu{
	border-top:1px solid #e0e0e0;
	padding-top:10px;
	margin-top:10px;
}
.menu-trigger{
	width:40px;
	height:40px;
	background:none;
	border:none;
	position:absolute;
	left:0;
	top:0;
	font-size:0;
	cursor:pointer;
	outline:none !important;
	z-index:1600;
}
.menu-trigger:before,
.menu-trigger:after{
	position:absolute;
	content:'';
	width:36px;
	height:3px;
	background:#000;
	top:50%;
	transition:width 200ms ease-in-out;
	transition-delay:200ms;
}
.menu-trigger:before{
	left:50%;
	margin-left:-18px;
	margin-top:-14px;
}
.menu-trigger:after{
	right:50%;
	margin-right:-18px;
	margin-top:9px;
}
.menu-trigger.active:before,
.menu-trigger.active:after{
	width:0;
	transition-delay:0ms;
}
.menu-trigger span{
	position:absolute;
	display:inline-block;
	width:36px;
	height:36px;
	top:2px;
	left:2px;
}
.menu-trigger span:before,
.menu-trigger span:after{
	content:'';
	position:absolute;
	width:36px;
	height:3px;
	left:50%;
	top:50%;
	margin-left:-18px;
	background:#000;
	margin-top:-2px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition:transform 200ms ease-in-out;
	transition-delay:0ms;
}
.menu-trigger.active span:before,
.menu-trigger.active span:after{
	transition-delay:200ms;
}
.menu-trigger.active span:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-trigger.active span:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fixed-menu__side{
	position:fixed;
	top:0;
	bottom:0;
	width:330px;
	background:rgba(255,255,255,1);
	z-index:1550;
	display:none;
	transition:background 200ms ease-in-out;
}
/*.fixed-menu__side:hover{
	background:rgba(255,255,255,1);
}*/
.fixed-menu__side:before{
	position:absolute;
	content:'';
	top:0;
	right:100%;
	width:100vw;
	height:100%;
	background:#fff;
	background:rgba(255,255,255,1);
	transition:background 200ms ease-in-out;
}
/*.fixed-menu__side:hover:before{
	background:rgba(255,255,255,1);
}*/

.rx_form-box .rsform{
	width:100%;
	margin:80px auto;
	max-width:610px;
}
.rx_form-box .rsform .rsform-block.rsform-block-submit{
	text-align:center;
}
.rx_form-box .rsform .control-label{
	padding-left:20px;
}
.rx_form-box .rsform .form-control,
.rx_form-box .rsform .custom-select{
	height: calc(3rem + 2px);
	padding-left:19px;
}
.rx_form-box .rsform textarea.form-control{
	height:auto;
}
.rx_form-box .rsform .formValidation{
	padding-left:20px;
}
.rx_form-box #rsform_error_3{
	text-align:center;
	background:rgba(209,0,0,0.05);
	border:1px solid #cf7878;
	padding:10px;
	margin-bottom:20px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.rx_form-box #rsform_error_3 p{
	margin:0;
}

.newsflash h2,
.newsflash h3{
	display: inline-block;
	width: auto;
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newsflash h2{
	color: #1c77b1;
	margin-right: 10px;
	font-weight: bold;
}
.newsflash h3 a{
	color: #000;
}

@media screen and (min-width:1600px){
	#show-form{
		margin-top:-100px;
	}
}
.btn.btn-primary{
	background:#0090d3;
	border:1px solid #024c6f;
	font-style:italic;
	padding:15px 80px;
	line-height:20px;
	transition:background 200ms ease-in-out;
}

.btn.btn-primary:hover{
	background:#024c6f;
}
.rx_thank-you{
	text-align:center;
	position:relative;
	padding-top:160px;
}
.rx_thank-you:before{
	position:absolute;
	content:'\f00c';
	font-family:'Font Awesome 5 Pro';
	font-size:100px;
	font-weight:300;
	color:#000;
	display:inline-block;
	text-align:center;
	width:120px;
	height:120px;
	left:50%;
	margin-left:-60px;
	top:0;
}
rsform-thankyou-button{
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    display: inherit;
}

#rx_404{
	position:fixed;
	background:#fff;
	width:calc(100% - 80px);
	max-width:1280px;
	left:50%;
	top:50%;
	margin:0 auto;
	text-align:center;
	z-index:2100;
	display:table;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#rx_404 .rx_404__inner{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	padding:80px 40px;
}
.logo-male{
	max-width:220px;
	height:auto;
	margin-top:3px;
}
#back-top{
	cursor:pointer;
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:1px solid #3bc1ff;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.blog .items-row{
	float:left;
	width:100%;
	position:relative;
	border-top:1px solid #ddd;
	padding-top:25px;
}
.blog .items-row:first-child{
	border-top:none;
}
.blog .items-row .item .item-image{
	width:360px;
	position:absolute;
	top:0;
	left:15px;
	margin:0;
	padding:0;
	max-width:45%;
}
.blog .items-row .item .item-image img{
	width: 100%;
}
.blog .items-row .cover-img{
	float:left;
	margin-right:30px;
	margin-bottom:40px;
	max-width:45%;
}
.blog .items-row .item h2{
	margin-top:0;
}
.article-info .published .fa.fa-calendar{
	font-weight:300;
}
.breadcrumb{
	background:none;
	margin-top:20px;
	padding:0;
}
#clanky{
    padding-bottom: 30px;
    padding-top: 50px;
}
.subpage{
	float: left;
	width: 100%;
	min-height:calc(100vh - 182px);
}
.footer{
	padding-top:20px;
}

ul.ul-flex{
	list-style: none;
	margin: 80px auto 40px auto;
	font-size: 1.25rem;
	width: 800px;
	max-width: 100%;
}
ul.ul-flex li{
	display: block;
	margin: 20px 0;
	padding-left: 40px;
	text-align: left;
	position: relative;
}
ul.ul-flex li:before{
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 4px solid #1c77b1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.hikvision-table img{
	max-width: 220px;
}
.hikvision-table tr.tr-heading th,
.pronajmy-table tr.tr-heading th{
	background: #ddd;
}
.pronajmy-table tr.tr-gray th,
.pronajmy-table tr.tr-gray td{
	background: #f6f6f6;
}
.pronajmy-table,
.hikvision-table{
	border-bottom: 4px solid #eee;
	margin-bottom: 80px;
}
.hikvision-table tr td:last-child{
	width: 200px;
}
td.valign-middle{
	vertical-align: middle;
}
#content{
	width: 100%;
}
.pagination{
	align-items: center;
}
div.pagination{
	float: left;
	width: 100%;
}
div.pagination .counter{
	font-size: 14px;
	margin-right: 10px;
}
.page-item.active .page-link{
	background: #1c77b1;
	border-color: #1c77b1;
}
.page-item.active .page-link:hover{
	color: #fff;
}

.page-link{
	padding: 3px;
	font-size: 14px;
	text-align: center;
	min-width: 35px;
	color: #1c77b1;
}



.flashbox-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 88888;
	background: rgba(0,0,0,0.85);
}
.flashbox{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	max-width: 100%;
	height: 240px;
	text-align: center;
	margin-top: -160px;
	-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
	z-index: 99999;
	background: rgba(255,255,255,0.95);
}
.flashbox h2{
	font-weight: bold;
}
.flashbox h3{
	font-size: 28px;
	font-weight: bold;
}
.flashbox__inner{
	display: block;
	max-width: 100%;
	width: 600px;
	padding: 20px 50px;
	position: relative;
	margin: 0 auto;
}
.flash-close{
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	float: right;
	cursor: pointer;
	background:none;
	border:none;
	top: 0;
	right: 0;
}
.flash-close:before,
.flash-close:after{
	position: absolute;
	content: '';
	width: 36px;
	height: 3px;
	background: #000;
	top: 50%;
	left: 2px;
}
.flash-close:before{
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.flash-close:after{
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}



@media screen and (max-width: 979px){
	.table-box{
		overflow-x: scroll;
	}
	.table-box table{
		width: 979px;
	}
}
@media screen and (max-width: 599px){
	.table-box table{
		font-size: 12px;
		width: 600px;
	}
	.hikvision-table img{
		max-width: 100px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px){
	.rx_landing__land__inner{
		margin-left:90px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.rx_landing__land__inner{
		margin-left:60px;
	}
	.rx_landing__land ul#menu-kotvy li{
		margin-right:50px;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--left{
		display:none;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--center,
	.rx_navbar .rx_navbar__col.rx_navbar__col--right{
		width:50%;
	}
}
@media screen and (min-width:576px) and (max-width:767px){
	.rx_landing__land__inner{
		margin-left:60px;
	}
	.h1, h1{
		font-size:48px;
	}
	.h2, h2{
		font-size:44px;
	}
	.h2 big, h2 big{
		font-size:80px;
	}
	.rx_landing__land ul#menu-kotvy li{
		margin-right:35px;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--left{
		display:none;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--center,
	.rx_navbar .rx_navbar__col.rx_navbar__col--right{
		width:50%;
	}
	
}

@media screen and (max-width:991px){
	.btn.btn-primary{
		padding:15px 60px;
	}
	.rx_landing .h1, .rx_landing h1{
		font-size:54px;
	}
}
@media screen and (max-width:767px){
	.btn.btn-primary{
		padding:15px 40px;
	}
	.fixed-menu{
		background:rgba(240,240,240,0);
		transition:background 200ms ease-in-out;
	}
	.fixed-menu.scrolled{
		background:rgba(240,240,240,1);
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--right{
		display:none;
	}
	.fixed-menu .logo-male{
		display:none;
		width:220px;
		max-width:60%;
		height:auto;
	}
	.fixed-menu.scrolled .logo-male{
		display:inline-block;
	}
	.blog .items-row .item .item-image,
	.blog .items-row .cover-img{
		display:none;
	}
	.flashbox{
		position: fixed;
		top: 120px;
		margin-top: 0;
	}
	.flashbox-overlay{
		z-index: 1;
	}
	.flash-close{
		right: 20px;
	}
}
@media screen and (max-width:575px){
	#klienti,
	#co-umime,
	#partneri,
	#clanky,
	#o-nas .rx_o-nas{
		padding-top:20px;
		padding-bottom:30px;
	}
	.rx_landing__land__inner{
		margin-left:40px;
	}
	.h1, h1,
	.rx_landing .h1, .rx_landing h1{
		font-size:40px;
	}
	.h2, h2{
		font-size:36px;
	}
	.h2 big, h2 big{
		font-size:64px;
	}
	.rx_landing__land ul#menu-kotvy li{
		margin-right:20px;
	}
	.rx_navbar{
		margin-top: 10px;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--left{
		display:none;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--center{
		display:block;
		width:calc(100% - 100px);
		text-align:right;
		float:right;
	}
	.rx_navbar .rx_navbar__col.rx_navbar__col--center img{
		max-width:100%;
		height:auto;
	}
	.rx_landing__land{
		padding-top:80px;
		padding-bottom:50px;
	}
	.fixed-menu__side{
		width:280px;
	}
	.form-row .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.rx_form-box{
		position:relative;
	}
	.fixed-menu > .wrapper.text-center{
		text-align:right !important;
	}
}
@media screen and (max-width:499px){
	.rx_landing .h1, .rx_landing h1{
		font-size:36px;
	}
	.h1, h1,
	.rx_landing .h1, .rx_landing h1{
		font-size:30px;
	}
	.h2, h2{
		font-size:26px;
	}
	.h2 big, h2 big{
		font-size:44px;
	}
	.rx_scroll-down{
		display:none;
	}
	.rx_landing__land__inner{
		margin-left:0;
	}
	.rx_landing__land{
		padding-top:40px;
	}
}
@media screen and (max-height:499px){
	.rx_landing__land{
		padding-top:100px;
	}
}

@media screen (max-width: 767px) and (max-height: 339px){
	.flashbox{
		top: 60px;
	}
}
@media screen (min-width: 768px) and (max-height: 399px){
	.flashbox{
		min-height: 100vh;
	}
}