
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*CSS Styling by Sumit Kaila
Contact at sumitkaila88@gmail.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Default Styles*/
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}




html{
	height: 100%;
}

body{
	height: 100%;
	color: #fff;
	line-height: 1.5;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color:#000;
	text-align: center;
}


h1, h2, h3, h4{
	line-height: 1.4;
}

h3{
	padding: 0 .8em 1em;
	font-size: 1.75em;
	font-weight: bold;

  text-shadow: 1px 1px 7px #000;
}

h4{
	font-weight: bold;
	margin-top: 3em;
}
p{
	font-size: 1em;
	padding: 0 1.5em;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

img{
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

a{
  -webkit-transition: all 0.1s ease-in;
     -moz-transition: all 0.1s ease-in;
       -o-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
          text-decoration: none;
          color: #fff;
}
strong{
	font-weight: bold;
}


body>section, #mapCanvas{
	height: 100%;
	display: table;
	width: 100%;
	position: relative;
	max-height: auto;
	padding-bottom: 100px;
}
.verticallyCenter{
	display: table-cell;
	vertical-align: middle;
	padding: 120px 0 0;
}
.verticallyCenter H3, .verticallyCenter P {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
section .gotoLink, #scrollDown{
	width: 100%;
	padding: 1em;
	display: block;
	background: #007bff;
	position: absolute;
	bottom: 0;
}
.gotoLink:hover, .gotoLink:focus, .gotoLink:active{
	opacity: .7;
}

section a span{
	float: right;
	height: 34px;
	width: 21px;
	font-family: arial;
	background: transparent url(../images/arrow.png) 50% 50% no-repeat;
}






header{
	position: fixed;
	width: 100%;
	padding: 2em 2em 2em 1.5em;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.8);
}


header h1{
	text-indent: -9999px;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	height: 30px;
	width: 85px;
	float: left;
}

header nav{
	position: absolute;
	right: 0;
	top: 30px;
	margin-top: 4em;
	width: 100%;
	background: rgba(0,0,0,.8);
	visibility: hidden;
}

header nav ul{
	width: 100%;
}

header nav a{
	display: block;
	padding: .6em 1em;
	margin: 0 1em;
	border-top: 1px solid #999;
	color: #eee;
	text-transform: uppercase;
}
header nav a:hover, header nav a:focus{
	background: #222;
	color: #fff;
}
header nav a:active{
	background: #000;
	color: #fff;
}
#menuLink{
	position: absolute;
	right: 0;
	width: 37px;
	height: 30px;
	margin-right: 2em;
	background: url(../images/menu.png) left bottom no-repeat;
	text-indent: -9999px;
}
#mapCanvas{
	position: relative;
}

#mapCanvas:after{
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

#mapCanvas img{
	border-radius: 0;
}

#home{
	background: #fff url(../images/Header.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

@media all and (max-width: 580px) {
	#home{
	  background-attachment: scroll;
	}
}

#scrollDown{
	background: none;
	left: 0;
	color: #999;
	font-size: .9em;
}

#scrollDown > span{
	display: block;
	float: none;
	margin-top: -.6em;
}

#tachografy-efas{
	background: #fff url(../images/atlantis.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

@media all and (max-width: 580px) {
	#tachografy-efas{
	  background-attachment: scroll;
	}
}

#tachografy-efas p{
	margin-bottom: 1.5em;
}

#vyhody{
	background: #fff url(../images/autoTacho.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

@media all and (max-width: 580px) {
	#vyhody{
	  background-attachment: scroll;
	}
}

#vyhody .gotoLink{
	background: #fb6e52;
}

#sluzby{
	background: #fff url(../images/IT.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

@media all and (max-width: 580px) {
	#sluzby{
	  background-attachment: scroll;
	}
}

#sluzby .gotoLink{
	background: #2dcc70;
}

#testimonial{
	background: #fff;
	color: #514a51;
	padding-bottom: 20px;
}

#testimonial p{
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.3;
}

#testimonial address{
	margin: 2.5em auto;
	padding: 0 3em;
	display: block;
}

#testimonial address span{
	display: block;
}

#testimonial ul li{
	list-style-type: none;
	margin: 1em auto .5em;
}

#testimonial ul li{
	display: none;
}

#testimonial ul li.show{
	display: block;
}

#testimonial #testimonialLinks{
	margin: 2.5em auto 0;
	width: 72px;
	overflow: hidden;
	padding-bottom: .5em;
}

#testimonial #testimonialLinks li{
	display: block;
	list-style: none;
	float: left;
}

#testimonial #testimonialLinks li a{
	border: 1px solid #fff;
	background: #d2d1cf;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border: none;
}

#testimonial #testimonialLinks li a:hover, #testimonial #testimonialLinks li a:focus, #testimonial #testimonialLinks li a:active, #testimonial #testimonialLinks li a.active{
	background: #fff;
	width: 11px;
	height: 11px;
	border:1px solid #d2d1cf;
}


#contact{
	background: #fff;
	color: #514a51;
	height: auto;
	padding-bottom: 0;
}

#contact h3{
	padding-top: 120px;
	text-shadow: none;
	padding-bottom: .5em;
}

#contact p{
	padding: 0 1em;
}

#contactDetails{
	margin-top: 3em;
}

#contactDetails a, #contactDetails h4, #contactDetails p{
	line-height: 20px;
	text-align: left;
}
#contactDetails p{
	padding: 0;
}
#contactDetails h4{
	font-size: 1.2em;
	margin-bottom: .15em;
}

#contactDetails a{
	color: #514a51;
	display: block;
}

#contactDetails ul{
	display: block;
	text-align: center;
	max-width: 300px;

	width: 100%;
	margin: 0 auto;
	margin: 3em auto;
}

#contactDetails li{
	margin: 2em 0;
	padding-left: 50px;
	position: relative;
}
#contactDetails li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 32px;
	height: 32px;
	display: block;
	background: #fff url(../images/location.png) center center no-repeat;
}


#contactDetails #address:before{
	background-image: url(../images/location.png);
}
#contactDetails #telphone:before{
	background-image: url(../images/phone.png);
}
#contactDetails #email:before{
	background-image: url(../images/email.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {
	#contactDetails li:before{
	  -webkit-background-size: contain;
	          background-size: contain;
	}
	#contactDetails #address:before{
		background-image: url(../images/location-2x.png);
	}
	#contactDetails #telphone:before{
		background-image: url(../images/phone-2x.png);
	}
	#contactDetails #email:before{
		background-image: url(../images/email-2x.png);
	}

	#menuLink{
		background-image: url(../images/menu-2x.png);
    background-size: 34px 24px;
	}

	section a span{
		background-image: url(../images/arrow-2x.png);
    background-size: 10px 19px;
	}
}

#contactForm{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

#contactForm input, #contactForm textarea{
	width: 100%;
	padding: 1em 1.5em;
	border: none;
	font-size: 1em;
	background: #f5f5f5;
	margin: 10px 0;
	font-family: 'proxima-nova', sans-serif;

}

#contactForm input[type="submit"]{
	margin: 0 0 25px;
	background: #2dcc70;
	color: #fff;
}

#footer{
	background: #1e2d44;
	height: auto;
	border-top: 1px solid #1e2d44;
	border-bottom: 1px solid #1e2d44;
	padding-bottom: 0;
}

#footer  section{
	padding: 0 1em;
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
}
#footer  section a:hover, #footer  section a:focus{
	text-decoration: underline;
}

#footer section h4{
	font-size: 1.4em;
	font-weight: bold;
}

#footer section ul ul li{
	list-style: disc;
	margin: .3em 0 .3em 1em;
}

#footer footer{
	border-top: 1px solid #33415b;
	width: 95%;
	margin: 4em auto 1.5em;
}

#footer footer a{
	display: block;
	margin: 2em auto 1em;
	height: 25px;
	width: 75px;
	text-indent: -9999px;
	background: url(../images/footer.png) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
}

#footer footer small{
	color: #365c9a;
	margin: 0 0 30px;
	font-size: .8em;
}
nav#scrollNav{
	position: fixed;
	right: 15px;
	top: 35%;
	z-index: 20;
	display: none;
}

nav#scrollNav li{
	list-style: none;
	margin: 0;
	margin-bottom: .1em;
}

nav#scrollNav li a{
	border: 2px solid transparent;
	background: #bbb;
	border-radius: 50%;
	width: .5em;
	height: .5em;
	padding: .25em;
	display: inline-block;
   -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

nav#scrollNav li a.active{
	background: transparent;
	border: 2px solid #bbb;
}


/*media queries*/


@media all and (min-width: 42.20em) {
	h3{
		font-size: 2.2em;
	}
	#home h3{
		font-size: 2em;
	}
	p{
		margin-bottom: 0 !important;
		line-height: 1.5;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#contactForm #email{
		width: 240px;
		float: left;

	}
	#contactForm #phone{
		width: 240px;
		float: right;

	}
	#contactForm #message{
		clear: both;

	}

}

@media all and (min-width: 52.20em){
	h3{
		font-size: 2.5em;
	}
	#home h3{
		font-size: 2.2em;
	}
	header{
		padding: 1.5em 2em 1.5em 1.5em;
	}
	#menuLink{
		display: none;
	}
	#primaryNav{
		visibility: visible;
		background: none;
		right: .5em;
		top: 0;
		margin: 0;
		width: auto;
	}
	#primaryNav li{
		display: inline-block;
	}
	#primaryNav a{
		margin: 0;
		margin-right: 1em;
		padding: 0 1em;
		border-top: 5px solid transparent;
		font-size: .9em;
		line-height: 73px;
		text-transform: none;
		display: inline-block;
		opacity: 1;
	}
	#primaryNav a:hover, #primaryNav a:focus, #primaryNav a.active{
		border-color: #007bff;
		background: transparent;
		color: #fff;
	}
	nav#scrollNav{
		display: block;
	}


	#scrollDown{
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		max-width: 100%;
	}
	h3{
		font-size: 2.2em;
		padding-top: 0 !important;
	}
	section .gotoLink{
		width: 300px;
		padding: .5em;
		margin: 2em auto 0;
		position: relative;
	}
	section .gotoLink span{
		position: absolute;
		right: 5px;
		top: 2px;
	}
	#testimonial{
		color: #888;
	}
	#testimonial p{
		padding-top: 0;
	}
	#testimonial ul li, #testimonial ul li a, #testimonial ul li img{
		display: inline-block !important;
	  -webkit-transition: none;
	     -moz-transition: none;
	       -o-transition: none;
	          transition: none;
	}
	#testimonial ul li img{
		width: 35px;
		height: 35px;
		margin: 0 10px;
		cursor: pointer;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#testimonial .show img{
		-webkit-transform: scale(2);
		   -moz-transform: scale(2);
		    -ms-transform: scale(2);
		     -o-transform: scale(2);
		        transform: scale(2);
		margin: 0 20px;
	}
	#testimonial .show img{
		cursor: default;
	}

	#testimonialLinks{
		display: none;
	}

	#contact h3{
		padding-top: 2.5em !important;
	}
	#contactDetails ul{
		max-width:1000px;
		overflow: hidden;
		padding: 0 2em;
		margin: auto;
	}
	#contactDetails li{
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	#contactDetails li:last-child{
		margin-right: 0;
	}
	#contactDetails h4{
		margin-top: 0;
	}


	#footer section{
		max-width: 1000px;
		overflow: hidden;
		padding: 0 2em;
		margin: auto;
	}
	#footer > section > ul > li{
		width: 25%;
		margin-right: 12.5%;
		float: left;
	}
	#footer > section > ul > li:last-child{
		margin-right: 0;
	}

	#primaryNav #eLink{
		background: #39ca74;
		line-height: 44px;
		border-top: none;
	}
}

@media all and (min-width: 65em){
	h3{
		font-size: 2.8em;
		padding-bottom: .75em;
	}
	#home h3{
		font-size: 2.5em;
	}

}

@media all and (min-width: 80em){
	body{
		font-size: 17px;
	}
	h3{
		font-size: 3.2em;
		padding-bottom: .5em;
	}
	#home h3{
		font-size: 2.7em;
	}
	header{
		padding: 2em 2em 2em 3em;
	}
	#mosLogo{
		height: 40px;
		width: 113px;
	}
	#primaryNav{
		right: 1.5em;
	}
	#primaryNav a{
		margin-right: 1.5em;
		padding: 0 1.75em;
		line-height: 103px;
	}
	.contain{
		max-width: 1000px;
		margin: auto;
	}
	#contactDetails{
		width: 400px;
		float: left;

	}
	#contactDetails li{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	#contactForm{
		margin-top: 4em;
		width: 600px;
		max-width: 600px;
		float: left;

	}
	#contactForm #email{
		width: 290px;
		float: left;

	}
	#contactForm #phone{
		width: 290px;
		float: right;

	}
	#contactForm input, #contactForm textarea{
		padding: .75em 1.2em;
	}
	#contactForm input[type="submit"]{
		width: 250px;
		float: right;

	}
}


/*side scroll navigation*/

#scrollNav ul li a[data-title]{
    position:relative;
}

#scrollNav ul li a[data-title]:before{
	content: "";
	position: absolute;
	right: 16px;
	top: -2px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(2,3,7,0.75);
	opacity: 0;
	-webkit-transition:0.25s linear opacity;
}

#scrollNav ul li a[data-title]:hover:before{
	opacity: 1;
}

#scrollNav ul li a[data-title]:after{
    content:attr(data-title);
    color:#fff;
    background:#333;
    background:rgba(2,3,7,0.75);
    padding:5px;
    font-size: 16px;
    border-radius: 4px;
    position:absolute;
    opacity:0;
    right: 22px;
    top: -13px;
    width: auto;
    white-space:nowrap;
    -webkit-transition:0.25s linear opacity;
}
#scrollNav ul li a[data-title]:hover:after{
    opacity:1;
}

.refrence{
	display: none;
}

.refrence.active{
	display:block;
}

.two-columns {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	text-shadow: 0 1px 2px #000;
}

.two-columns LI {
	list-style: disc;
	letter-spacing: 1px;
	line-height: 1.5;
}

.two-columns .first-column,
.two-columns .second-column {
	width: 48%;
	text-align: left;
}

.two-columns .first-column {
	float: left;
}

.two-columns .second-column {
	float: right;
}

.two-columns .clear {
	clear: both;
}

@media all and (max-width: 580px) {
	.two-columns .first-column,
	.two-columns .second-column {
		width: auto;
		float: none;
		text-align: center;
	}
	.two-columns LI {
		list-style: none;
	}
}