/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

.clear {
	clear:both;
}

body {
	background:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
}

.top_links_other_sites {
	width:100%;
	/*height:50px;*/
	background:#f0f1f3;
	line-height:50px;
	text-align:center;
}

.top_links_other_sites a {
	display:inline-block;
	margin-left:18px;
	margin-right:18px;
	color:#c8cccf;
	text-decoration:none;
	font-weight:700;
	font-style:italic;
}

.top_links_other_sites a:hover {
	color:#878c90;
}

.top_links_other_sites span {
	display:inline-block;
	margin-left:18px;
	margin-right:18px;
	color:#878c90;
	font-weight:700;
	font-style:italic;
}

.head {
	max-width: 980px;
	text-align:left;
	height:170px;
	margin:auto;
}

.head .mobile_menu_icon {
  display: none;
}

.head .top_links {
	list-style-type: none;
	text-align:right;
	padding-top:20px;
	padding-bottom:1px;
}

.head .top_links li {
	display:inline-block;
	padding-left:12px;
}

.head .top_links li a {
	font-size:16px;
	color:#303b42;
	text-decoration:none;
}

.head .top_links li.special a {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

.head .top_links li.special a span {
	font-family:Arial;
}

.head .top {
	height:89px;
}

.head .top a {
	display:block;
	float:left;
}

.head .buttons {
	float:right;
	margin-top: -70px;
}

.head .buttons a {
	display:inline-block;
	height:38px;
	line-height:38px;
	border:1px solid #225c8d;
	border-radius:5px;
	padding-left:42px;
	padding-right:13px;
	margin-left:10px;
	font-weight:bold;
	text-decoration:none;
	color:#00437c;
}

.head .buttons a.phone {
	background:#01437d url('/design/head_icon_phone.png') left center no-repeat;
	color:#ffffff;
}

.head .buttons a.phone:hover {
	background-color:#0059a5;
}

.head .buttons a.call {
	background:#ffffff url('/design/head_icon_call.png') left center no-repeat;
}

.head .buttons a.mail {
	background:#ffffff url('/design/head_icon_mail.png') left center no-repeat;
}

.head .buttons a.call:hover {
	background-image:url('/design/head_icon_call_hover.png');
}

.head .buttons a.mail:hover {
	background-image:url('/design/head_icon_mail_hover.png');
}

.head .carousel {
	width:980px;
	height:370px;
	position:relative;
}

.head .carousel .carousel_item {
	width:980px;
	height:370px;
	left:0;
	top:0;
	position:absolute;
	display:block;
	text-decoration:none;
}

.title {
    display: none;
}

.for_boxes {
	background:#f0f1f2;
	text-align:left;
}

.for_boxes .boxes {
	width:980px;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.for_boxes .boxes .box {
	width:320px;
	height:290px;
	float:left;
	background:#ffffff url() bottom right no-repeat;
	position:relative;
	transform: scale(0.93);
	transition: all .2s ease-in-out;
}

.for_boxes .boxes .box:hover {
	transform: scale(1);
}

.for_boxes .boxes .box#box_2 {
	/*margin-left:10px;
	margin-right:10px;*/
}

.white_info {
	width:980px;
	margin:auto;
	padding-top:48px;
	height:240px;
}

.for_clients {
	width:980px;
	margin:auto;
	height:70px;
	padding-bottom:37px;
}

.for_clients .h4 {
	float:left;
	font-size:14px;
	color:#303b42;
	font-weight:normal;
	width:210px;
	padding-top:27px;
	text-align:left;
}

.for_clients .clients {
	width:625px;
	height:70px;
	overflow:hidden;
	position:relative;
	float:left;
}

.for_clients .clients .clients_box {
	width:1500px;
	height:70px;
	position:absolute;
	left:0;
	top:0;
}

.for_clients .clients .clients_box span {
	width:125px;
	height:70px;
	display:inline-block;
	float:left;
	text-align:center;
}

.for_clients .clients .clients_box span img {
	display:block;
	margin:auto;
	height:70px;
}

.for_clients .check_references {
	float:right;
	display:block;	
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	padding-top:25px;
}

.for_other_site_link {
	margin-top: 16px;
	height:120px;
	background:#989ea3;
}

.for_other_site_link .other_site_link {
	width:980px;
	margin:auto;
}

.for_other_site_link .other_site_link a {
	width:320px;
	height:40px;
	margin-top:40px;
	margin-right:10px;
	display:block;
	float:left;
	background:#e2e4e6;
	border-radius:5px;
	color:#848b91;
	font-weight:bold;
	font-style:italic;
	font-size:26px;
	text-align:center;
	text-decoration:none;
	line-height:40px;
}

.for_other_site_link .other_site_link a span {
	display:inline-block;
	width:4px;
}

.for_other_site_link .other_site_link a.last {
	margin-right:0;
}

.for_other_site_link .other_site_link a:hover {
	background:#ffffff;
}

.for_other_site_link .other_site_link a#bozp:hover {
	color:#0088cf;
}

.for_other_site_link .other_site_link a#dokumentace:hover {
	color:#EEA73D;
}

.for_other_site_link .other_site_link a#skoleni:hover {
	color:#D24141;
}

.for_other_site_link .other_site_link a#koordinace:hover {
	color:#00B1C8;
}

.for_footer {
	background:#848b91;
	padding-top:35px;
	padding-bottom:35px;
}

.for_footer .footer {
	max-width:980px;
	margin:auto;
	text-align:left;
	display: flex;
	flex-wrap: wrap;
}


.for_footer .footer_bottom  {
	max-width:980px;
	margin:auto;
	text-align:left;
}

.for_footer .footer_bottom .info {
	height:40px;
	line-height:40px;
	float:left;
	width:350px;
	font-size:13px;
	font-style:italic;
	color:#ffffff;
}

.for_footer .footer_bottom .system_link {
	width: 100%;
	text-align: center;
}


.for_footer .footer_bottom .social_icons {
	float:right;	
}

.for_footer .footer_bottom .social_icons ul {
	list-style-type: none;
}

.for_footer .footer_bottom .social_icons ul li {
	float:left;
	margin-left:12px;
}

.for_footer .footer_bottom .social_icons ul li a {
	display:block;
	
}

.for_footer .footer_bottom a.button {
    background: #d24141;
}
.for_footer .footer_bottom a.button {
    border-radius: 5px;
    font-weight: bold;
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
	text-decoration: none;
}


.for_footer .footer .links {
	float:left;
	width:220px;
}

.for_footer .footer .links.menu {
	width:130px;
}

.for_footer .footer .links strong {
	font-weight:normal;
	color:#ffffff;
	font-size:18px;
}

.for_footer .footer .links ul {
	list-style-type: none;
}

.for_footer .footer .links li {
	list-style-type: none;
	padding-top:2px;
	padding-bottom:2px;
}

.for_footer .footer .links li a {
	line-height:16px;
	display:inline-block;
}

.for_footer .footer a {
	color:#c7def3;
	font-size:14px;
	text-decoration:none;
}

.for_footer .footer a:hover {
	color:#ffffff;
}

.for_footer .footer .contact {
	float:right;
	width:200px;
	line-height:22px;
	color:#ffffff;
	font-size:14px;
}

.for_footer .footer .contact strong {
	font-weight:normal;
	font-size:18px;
	line-height:23px;
	display:block;
}

.for_footer .footer .contact span.phone {
	line-height:48px;
	display:block;
	height:48px;
}

.for_footer .footer .contact span.phone em {
	color: #ffffff;
	font-size:14px;
}

.for_footer .footer .info {
	height:40px;
	line-height:40px;
	float:left;
	width:350px;
	font-size:13px;
	font-style:italic;
	color:#ffffff;
}

.for_footer .footer a.button {
	border-radius:5px;
	font-weight:bold;
	float:left;
	display:block;
	padding-left:15px;
	padding-right:15px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
}

.for_footer .footer a.button span {
	font-family:Arial;
}

.for_footer .footer .social_icons {
	float:right;	
}

.for_footer .footer .social_icons ul {
	list-style-type: none;
}

.for_footer .footer .social_icons ul li {
	float:left;
	margin-left:12px;
}

.for_footer .footer .social_icons ul li a {
	display:block;
	
}

.orange_font {
	color:#eea73d !important;
}
.red_font {
	color:#d24141 !important;
}
.blue_font {
	color:#00b1c8 !important;
}

a.orange_font:hover,
a.red_font:hover,
a.blue_font:hover {
	color:#00437c !important;
}

.head .top_links li.special a:hover {
	color:#00437C;	
}

.lb_social_icons {
	padding-top:20px;
	height:40px;
	line-height:40px;
	border-top:2px solid #989ea3;
	text-align:right;
	margin-top:40px;
}

.lb_social_icons .lb_social_icons_content {
	float:right;
}

.lb_social_icons a {
	float:left;
	margin-left:12px;
}

.lb_social_icons img {
	display:block;
}

.lb_social_icons p {
	float:left;
	font-size:14px;
	color:#303b42;
}

.timeline {
	width:940px;
	margin-left:20px;
	background:#ffffff url('/design/bg_timeline.png') left top repeat-x;
	height:85px;
	position:relative;
}

.timeline .arrow {
	width:20px;
	height:21px;
	display:block;
	position:absolute;
	top:0;
}

.timeline .arrow.left {
	left:-20px;
	background:url('/design/timeline_arrow_left.png');
}

.timeline .arrow.left:hover {
	background:url('/design/timeline_arrow_left_hover.png');
}

.timeline .arrow.right {
	right:-20px;
	background:url('/design/timeline_arrow_right.png');
}

.timeline .arrow.right:hover {
	background:url('/design/timeline_arrow_right_hover.png');
}

.timeline .timeline_crop {
	width:940px;
	height:85px;
	position:relative;
	overflow:hidden;
}

.timeline .timeline_crop .for_timeline_points {
	position:absolute;
	right:20px;
	top:0;
	height:85px;
}

.timeline .timeline_crop .for_timeline_points .timeline_point {
	float:left;
	width:205px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:14px;
	color:#adb4b9;
	padding-top:2px;
	cursor:default;
}

.timeline .timeline_crop .for_timeline_points .timeline_point span {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:4px;
	margin:2px;
	background:#989ea3;
}

.timeline .timeline_crop .for_timeline_points .timeline_point strong {
	display:block;
	margin:auto;
	padding-bottom:6px;
}

.timeline .timeline_crop .for_timeline_points .timeline_point:hover {
	color:#303b42;
}

.timeline .timeline_crop .for_timeline_points .timeline_point:hover span {
	width:12px;
	height:12px;
	border-radius:6px;
	margin:0;
}

.timeline .timeline_crop .shadow {
	display:block;
	top:0;
	z-index:10;
	position:absolute;
}

.timeline .timeline_crop .shadow.left {
	left:0;
}

.timeline .timeline_crop .shadow.right {
	right:0;
}

.recaptcha_verify {
	line-height:20px; 
	color:#d24041; 
	font-weight:bold; 
	display:none;
}

.preloader_button {
	width:88px; 
	height:40px; 
	background:url('/design/preloader.gif') center center no-repeat; 
	display:none;
}