@charset "utf-8";
/* CSS Document */

body
{
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-attachment:	scroll;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}


@font-face {
    font-family: 'cocomatlight';
    src: url('fonts/coco_light-webfont.eot');
    src: url('fonts/coco_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coco_light-webfont.woff2') format('woff2'),
         url('fonts/coco_light-webfont.woff') format('woff'),
         url('fonts/coco_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #000000;
	text-decoration: underline; 
	transition: color 0.5s ease;
}
a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #e65122;
	text-decoration: none;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.content {
	width: 950px;
	margin:0 auto;
}

.header {
	position: relative;
	background-color: #e6e6e6;
	margin-top:0px;
	height: 93px;
}

.menu {
	font-family: robotolight;
	display: inline;
	text-decoration:none;
}

.footer {
	position: relative;
	background-color: #1f1f22;
	margin-top:0px;
	height: 193px;
	width: 100%;
}

.logo {
	margin-top: 25px; 
	margin-bottom: 23px;
}

.menubutton{
	margin-right: 7px
}

.footerlogo {
	width: 60px;
	height: 60px;
	position:	absolute;
	margin-top: 67px;
	margin-left:0px;
}

.footerpopiskyleft {
	width: 168px;
	height: 25px;
	position:	absolute;
	margin-top: 80px;
	margin-left:81px;
}

.footerpopiskyleft2 {
	width: 168px;
	height: 25px;
	position:	absolute;
	margin-top: 80px;
	margin-left:250px;
}

.footerpopiskyright {
	width: 168px;
	height: 25px;
	position:	absolute;
	margin-top: 80px;
	margin-left:770px;
	text-align:right;
}

.banner {
opacity: 1;	
transition: 0.5s ease;
}

.banner:hover {
opacity: 0.7;	
}

ul {
	background: #f4f4f4;
    padding: 38px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 60px;
	list-style-image: url('img/malyli.png');
	font-family: robotolight;
	font-size: 18px;
}

li {
	padding-bottom: 10px;
}
/* TEXTY*/

.coco_red{
	font-family: cocomatlight;
	font-size: 44px;
	color: #d94c20;
	text-transform:uppercase;
}

.coco_green{
	font-family: cocomatlight;
	font-size: 44px;
	color: #6d9c0f;
	text-transform:uppercase;
}

.coco_blue{
	font-family: cocomatlight;
	font-size: 44px;
	color: #3daccc;
	text-transform:uppercase;
}

.robnadpis{
	font-family: robotolight;
	font-size: 19px;
	color: #1f1f22;
}

.robstandard{
	font-family: robotobold;
	font-size: 14px;
	color: #000000;
}

.roblight{
	font-family: robotolight;
	font-size: 18px;
	color: #000000;
}

.robnormalpismo{
	font-family: robotolight;
	font-size: 14px;
	color: #000000;
}

.footerpopisky{
	font-family: robotolight;
	font-size: 14px;
	color: #FFFFFF;
}

.phonetext{
	font-size: 14px;
	color: #232323;
	text-shadow: 0px 1px 0px rgba(255,255,255,1),
	0px 1px 0px rgba(0,0,0,0.3);
	font-weight: bold;
}

.normaltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	text-shadow: 0px 1px 0px rgba(255,255,255,1),
	0px 1px 0px rgba(0,0,0,0.3);
	text-align: justify;
}

.boxnadpis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-shadow:
	0px 1px 2px rgba(000,000,000,0.9),
	0px 2px 3px rgba(94,94,94,0.6);
}

.submenutext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-shadow: 0px 1px 0px rgba(255,255,255,1),
	0px 1px 0px rgba(0,0,0,0.3);
	position: absolute;
	text-decoration:none;
}

.claneknadpis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
	font-weight:bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,1),
	0px 1px 0px rgba(0,0,0,0.3);
	position: absolute;
}