
@font-face {
    font-family: ubuntu; 
    src: url("../font/ubuntu.ttf"); 
}

b { 
    font-weight: bold;
}
.bag {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: background-image: url(../img/1.jpg)
}
.pok {
background-color: black;
width: 30%;
height: 30%;
z-index: 9999;

}
.mezera {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
  min-height: 50%;
  height: 65%;
  width: 100%;
  display: table;

}
.main_moto
{
display:table-cell; 
vertical-align:middle; 
color: #F2F2F2;margin-left: auto; margin-right: auto; max-width: 60%;   
border-style: solid;
border-color: #F2F2F2;
border-width: 1px;
border-left: 0;
border-right: 0;
border-top: 2;
border-bottom: 2;
padding-top: 30px;
padding-bottom: 30px;
}
.sluzby div
{
display: none;
}
body {
  background-color: #F2F2F2;

  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;   
  padding: 0;
  margin: 0;
  height: 100%;
  
  min-width: 1100px;
  overflow: auto;
}
.top
{
min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }
  


/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }



/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
	font-size: 50px;
	margin-top: 0px;
	text-align: center;
	
  }

a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }

/* =Template
-------------------------------------------------------------- */
#apeiron {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
	margin-top: 0%;
	height: 100%;
	
  }

.container.clearfix{
  width: 100%;
  margin: 0 auto;
  padding: 0 0px; 
  min-width:100%;
  max-width: 100%;
  }
  
 .container {
  width: 80%;
  min-width: 1100px;
    max-width: 1350px;
  margin: 0 auto;
  padding: 0 0px; }


section {
  padding: 40px 0;
text-align: justify;
   min-width: 1100px;
  }
  section h1 {
    font-weight: 400;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px;
	text-align: justify;
	}
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #F2F2F2;
    color: #323333; }


/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
	min-width: 1100px;
	 
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  margin-top: 0%;
  
  }
 
  .ted 
  {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
   max-width: 1350px;
  text-align: right;
	height: auto;
	min-height: 100px;

  }
   .ted2
  {

   background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
	min-height: 100px;

  }

header .logo_top
{
width: 80%;

margin-left: auto;
margin-right: auto;
text-align: center;
background-color: white;
}
  header #logo {

    display: inline-block;
	margin-top: 10px;
    height: 70px;
	float: left;
    background-color: white;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav {
		display: block;
    	height: 40px;
		float: right;
		 background-color: white;
	}
    header nav a {
float: right;
      margin-left: 5px;
      margin-right: 5px;

      color: #fff;

      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: #323333; }
  header.smaller {
    height: 80px;
	margin-top: 0px;
  background-color: #fff;
  	box-shadow: 0px 1px 3px #b9b9b9;
	}

    header.smaller #logo {
      margin-top: 10px;
      height: 45px;
 }
    header.smaller .lang {
	display: none;
	}
    header.smaller nav a {
	float: right;
       }
header.smaller.logo_top
{
width: 100%;
margin-left: auto;
margin-right: auto;
width: auto;
text-align: center;
}

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header #logo {
    display: block;
	position: relative;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center;
	}
  header nav {
    display: block;
    float: none;
    height: 80px;

	
    text-align: center;
 }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px;
		  }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } }
	
.ted ul
{
list-style: none;
margin: 0;
margin-bottom: 10px;
margin-top: 5px;
font-size: 15px;

}
header.smaller .ted ul
{
list-style: none;
margin: 0;
margin-bottom: 10px;
margin-top: 20px;
font-size: 15px;

}
.ted ul li
{
display: inline-block;
margin: 0;
  height: 50px;
  padding-top: 0px;
color: #323333;
padding-left:5px;
padding-right:5px;
font-size: 15px;
}

.ted ul li:hover
{
display: inline-block;
margin: 0;
height: 40px;
background-color: #fff;
font-size: 15px;

  border-style: solid;
  border-color: #005E9B;
  border-width: 2px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2;
}
.lang {
z-index: 9999;
display: block;
margin-right: 10px;
font-size: 13px;
padding-top: 5px;
color: #333333;
position: static;
}
.lang a {
color: #333333;
text-decoration: none;
padding-left: 8px;

}
.lang a:hover {
color: #333333;
text-decoration: underline;
}
.lang  #selected {
font-weight: 700;
}

.moto
{
	width: 80%;
	text-align: center;
	padding-top: 140px;
  line-height: 1;
  font-weight: bold;
  font-family: Garamond;
  font-size: 60px;
  color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 2px 3px #333333;
}
.circle
{
text-align: left;
	margin-bottom: 30px;
padding-left: 12px;
  line-height: 1.4;
background-color:  #184095;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 60px;
height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.circle2
{
text-align: left;
	margin-bottom: 30px;
padding-left: 12px;
padding-bottom: 0px;
  line-height: 0.5;
background-color:  #8d1d19;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 60px;
height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.city
{

  }
.line
 {
 	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
   height: 4px;
   width: 200px;
  background-color: #005E9B;
  border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
 }
.sluzby
{
	padding: 0px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.sluzby h3
{
color:  #184095;
font-size: 35px;
margin-bottom: 15px;
margin-top: 20px;
}
.sluzby div
{
margin-bottom: 20px;
}
.sluzby li
{
	cursor: pointer;
	padding-top: 30px;
	margin: 20px;	
	background-color: white;
	max-width: 280px;
	width: 280px;
	height: 200px;
	display: inline-block;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.sluzby li:hover
{
	color: white;
	background-color:  #184095;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.sluzby li h2
{
	 color: #505050;
	font-family: "Ubuntu", sans-serif;
	font-size: 17px;
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	opacity: 0.8;
}
.sluzby li:hover h2
{
	color: #fff;
	opacity: 0.8;
}
.sluzby li img
{
margin-top: 15px;
border: 0px;
height: 40px;
opacity: 0.4;

}
.sluzby li:hover img
{
filter: invert(100%);

-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-o-filter: invert(100%);
-ms-filter: invert(100%);

opacity: 0.5;

	-webkit-transition: invert 300ms linear;
    -moz-transition: invert 300ms linear;
    -o-transition: invert 300ms linear;
    -ms-transition: invert 300ms linear;
    transition: invert 300ms linear;
}
#contact-us
{ background-color: #F2F2F2;
  background: url("../img/praha.jpg")  ;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  background-size: 2058px;
box-shadow: inset 0px 10px 30px #A2A2A2;
}
#contact-us img
{ 
height: 25px; 
margin-right: 20px; 
vertical-align:middle;
}
#contact-us p
{
float: left; 
width: 400px; 
text-align: left; 
margin-left: 45px; 
margin-top: 15px; 
color: #fff; 
font-weight: bold;
}
footer
{
background-color: #fff;
min-height: 80px;
width: 100%;
}
footer p
{
vertical-align:middle; 
margin: 0;
text-align: center; 
padding-top: 25px;
}
#log {
	color: #4C4C4C;
	padding: 5px;
	height: 35px;
	width: 270px;
	background-color: #fff;
	font-family: "Ubuntu", sans-serif;
	border-color:  #F5F5F5;
	border-width: 1px;
	border-style: solid;
	font-size: 17px;
	margin-right: 10px;
	outline: none !important;
	display: inline-block;
	float: left;
	}
#mog {
	color: #4C4C4C;
	padding: 5px;
	height: 200px;
	width: 553px;
	background-color: #fff;
	font-size: 17px;
	font-family: "Ubuntu", sans-serif;
	border-color:  #F5F5F5;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	margin-top: 10px;
	resize: none;
	outline: none !important;
	}
#submit {
	color: #4C4C4C;
	padding: 5px;
	height: 40px;
	width: 100px;
	background-color: #fff;
	font-family: "Ubuntu", sans-serif;
	border-color:   #F5F5F5;
	border-width: 1px;
	border-style: solid;
	font-size: 17px;
	margin-top: 10px;
	font-weight: 700;
	outline: none !important;
	}
#submit:hover {
	color: #fff;
	padding: 5px;
	height: 40px;
	width: 100px;
	background-color: #184095;
	font-family: "Ubuntu", sans-serif;
	border-color:   #184095;
	border-width: 1px;
	border-style: solid;
	font-size: 17px;
	margin-right: 10px;
	cursor:pointer;
	font-weight: 700;
	outline: none !important;
	}
.onas
{
margin-left: 120px; 
margin-right: 20px; 
clear: both; 
float: right;
width: 300px;
}
.linkedin
{
border-width: 0;
height: 35px;
opacity: 0.7;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.linkedin:hover
{
opacity: 1;
border-width: 0;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
}
.name
{
  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 16px;
	display: inline-block;
  padding: 0;
  margin: 0;
 }
.up {
background-color: #fff;
height: 45px;
width: 45px;
position: fixed;
bottom: 70px;
right: 10px;
box-shadow: 0px 0px 5px #A2A2A2;
text-align: center;
padding-top: 5px;
line-height: 1.2;
}
.up img {
width: 80%;
opacity: 0.6;
padding-bottom: 5px;
margin-top: 5px;
}
.up2 a {
color: #333333;
text-decoration: none;
}
.up2 {
background-color: #fff;
height: 40px;
width: 45px;
position: fixed;
bottom: 15px;
right: 10px;
box-shadow: 0px 0px 5px #A2A2A2;
text-align: center;
padding-top: 5px;
line-height: 1.2;
font-size: 13px;
}
.up2 a:hover {
color: #333333;
text-decoration: underline;
}
.up2  #selected {
font-weight: 700;
}
#cooperation .logos {
margin-left: auto;
margin-right: auto;
text-align: center;
}
#cooperation .logos img {
height: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-left: 30px;
padding-right: 30px;
opacity: 0.8;
}
#cooperation .logos img:hover {
opacity: 1.0;
}
#contact p {
text-shadow: 1px 2px 3px #000;
}