@import url('calc.css');

/************ common & generic stuff ************/

html {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	color: white;
	letter-spacing: 0.05em;
	}

* {
	padding: 0;
	margin: 0;
	}

h1 {
	color: #939598;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 19px;
	border-bottom: 1px dotted #4d4d4d;
	line-height: 22px;
	}

h2 {
	color: #939598;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	padding: 10px 0px 5px;
	margin-bottom: 10px;
	font-family: Tahoma, sans-serif;
	border-bottom: 1px solid #4d4d4d;
	}

h3, .text h3 a {
	color: #939598;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	border-bottom: 1px dotted #4d4d4d;
	}
.text h3 a {
    border: none;
    text-decoration: none;
}
h4 {
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	}
p {
	margin-bottom: 16px;
	}
a {
	color: #939598;
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	}
img {
	border: none;
	}

ul {
    margin-left: 30px;
    margin-bottom: 8px;
}

ul.submenu {
    margin-left: 0px;
}
.cls {
	clear: both;
	float: none;
	}

/************ layout ************/

body {
	min-width: 900px;
	overflow-y : visible;
	position: relative;
	background-color: black;
	padding-top: 130px;
	}

.left_column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	}

.left_column .top {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 10px;
	}

.left_column .top .logo {
	display: block;
	height: 54px;
	width: 300px;
	padding-top: 10px;
	}

.left_column .mid, .right_column .mid {
	position: fixed;
	top: 197px;
	font-family: arial, sans-serif;
	font-size: 18px;
	z-index: 5;
	}

.left_column .mid {
	left: 0px;
	}

.right_column .mid {
	right: 0px;
	}

.left_column .mid ul, .right_column .mid ul {
	margin-left: 0px;
	letter-spacing: 0px;
	clear: both;
	}

.left_column .mid ul li, .right_column .mid ul li {
	list-style: none;
	margin-bottom: 7px;
	}

.left_column .mid ul li a, .right_column .mid ul li a {
	padding: 6px 15px;
	line-height: 22px;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	/* background-color: #4D4D4D; */
	background:url("../img/grey_80b.png") repeat scroll 0 0 ;
}

.left_column .mid ul li a.brightBackground, .right_column .mid ul li a.brightBackground {
	background: url("../img/grey_80.png") repeat scroll 0 0 transparent;
}

/*
.left_column .mid ul li a:hover, .right_column .mid ul li a:hover {
	background-color: #999999;
	background: url("../img/grey_80.png") repeat scroll 0 0 transparent;
	}
.left_column .mid ul li a.staticItem:hover, .right_column .mid ul li a.staticItem:hover {
	background-color: #999999;
	background:url("../img/white_30.png") repeat scroll 0 0 transparent;
	}
*/

.left_column .mid .hide, .left_column .mid .show {
	height: 114px;
	width: 8px;
	display: block;
	margin: 20px 10px 0px;
	float: left;
	}

.right_column .mid .hide, .right_column .mid .show {
	height: 114px;
	width: 8px;
	display: block;
	margin: 20px 10px 0px;
	float: right;
	}

.right_column {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 900px;
	}

.right_column .top {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 15px 20px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	z-index: 6;
	}

.right_column .top a {
	color: #939598;
	text-decoration: none;
	text-transform: uppercase;
	}

.right_column .top a:hover {
	color: white;
	text-decoration: none;
	}

.right_column .top .menu {
	border: 1px solid #717171;
	background: url("../img/menu.png") top left no-repeat;
	background-position: -3px -3px;
	height: 27px;
	color: #939598;
	padding-left: 3px;
	float: right;
	}
.right_column .top #topMenu .expand { display: none !important; }
#topMenu .menu_item~.menu_item:before { content: " | "; display: inline; }
.right_column .top .menu .menu_item .space { z-index: 20; }
.right_column .top .menu .menu_item {
	list-style: none;
	display: inline;
	line-height: 25px;
	padding-bottom: 8px;
	}

.right_column .top .menu .position {
	position: relative;
	}

.right_column .top .menu .menu_item .menu_a {
	padding: 3px 8px 8px;
	margin-right: 3px;
	}

.right_column .top .menu .menu_item .space {
	list-style: none;
	display: none;
	position: absolute;
	margin-left: -3px;
	}

.right_column .top .menu .menu_item .space {
	right: 0px;
	top: 28px;
	}

.right_column .top .menu .position .space {
	left: -1px;
	top: 21px;
	padding-top: 0px;
	}

.right_column .top .menu .menu_item:hover .space{
	display: block;
	}

.right_column .top .menu .menu_item .space .submenu {
	border: 1px solid #717171;
	text-align: left;
	list-style: none;
	text-transform: uppercase;
	padding: 5px 10px;
	width: 200px;
	background-color: black;
	z-index: 10;
	}

.right_column .top .menu .menu_item .space .submenu .header {
	color: white;
	border-bottom: 1px solid white;
	}

.right_column .top .menu .menu_item .space .submenu ul {
	float: left;
	list-style: none;
	width: 145px;
	margin: 5px 0px 0px;
	}

.right_column .top .menu .menu_item .space .submenu ul li {
	line-height: 18px;
	}

#mid_column {
	margin: 0 auto;
	width: 860px;
	padding: 0px 20px 50px;
	}

#mid_column .text {
	color: #939598;
	padding: 0px 10px;
	margin-bottom: 30px;
	}

#mid_column .text .left {
	width: 48%;
	float: left;
	}

#mid_column .text .right {
	width: 48%;
	float: right;
	text-align: left;
	margin-left: 0; 
	}

#mid_column .text .laser {
	width: 216px;
	height: 130px;
	display: block;
	margin-top: 15px;
	}

#mid_column .text .laser img {
	width: 100%;
	height: 100%;
	}

#mid_column .text .foto a {
	margin: 7px 3px 0px 4px;
	width: 96px;
	height: 64px;
	display: block;
	float: left;
	}

#mid_column .text ul {
	list-style: disc outside none;
	}

#mid_column .text ul li {
	line-height: 24px;
	}

#mid_column .text ul li a {
	text-decoration: underline;
	color: #4d4d4d;
	}

#mid_column .text ul li a:hover {
	text-decoration: none;
	color: white;
	}

#mid_column .text .foto a img {
	width: 100%;
	height: 100%;
	}

#mid_column .left {
	width: 294px;
	float: left;
	}

#mid_column .left .image {
	float: left;
	width: 294px;
	height: 209px;
	margin-bottom: 15px;
	}

#mid_column .left .image img {
	width: 100%;
	height: 100%;
	}

#mid_column .left .submenu {
	border: 1px solid #717171;
	text-align: left;
	list-style: none;
	text-transform: uppercase;
	padding: 15px;
	width: 264px;
	background-color: black;
	}

#mid_column .left .submenu .header {
	color: white;
	border-bottom: 1px solid white;
	}

#mid_column .left .submenu ul {
	list-style: none;
	margin: 10px 0px 0px;
	}

#mid_column .left .submenu ul li {
	line-height: 18px;
	}

#mid_column .left .submenu ul li a {
	color: #939598;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	}

#mid_column .left .submenu ul li a:hover {
	color: white;
	text-decoration: none;
	}

#mid_column .right {
	float: right;
	margin-left: 15px;
	width: 551px;
	}

#footer .left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left: 10px;
	width: 500px;
	}

#footer .left .logo {
	display: block;
	float: left;
	height: 44px;
	margin-right: 9px;
	overflow: hidden;
	}

#footer .right {
	text-align: right;
	float: right;
	margin: 13px 25px 13px 5px;
	}

#footer .right a {
	color: #939598;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Tahoma, sans-serif;
	}

#footer .right a:hover {
	color: white;
	text-decoration: none;
	}

#footer .right ul li {
	list-style: none;
	display: inline;
	}

#footer .right ul li.menu a {
	margin: 0px 15px 0px 11px;
	}

#footer .right .sleduj {
	margin: 15px;
	}

#footer .right .sleduj .fb {
	padding: 4px 0px 4px 30px;
	background: url("../img/fb.png") left no-repeat;
	}

#footer .right .copyright {
	text-transform: uppercase;
	color: #4d4d4f;
	font-size: 10px;
	margin-right: 15px;
	}

/* PAGING FIX === */
html #paging { width: auto; float: none; clear: both; overflow: hidden; margin-bottom: 1em; }
html #paging div { width: auto; height: auto; float: none; margin: 0 auto;  }
html #paging div.pagingPrev { width: auto; height: auto; float: left; }
html #paging div.pagingNext { float: right; }
html #paging div.pagingPrev a,
html #paging div.pagingNext a { float: none; display: inline-block; }
/* === PAGING FIX */
.left_column .mid ul li#li_videoReference a, .right_column .mid ul li#li_videoReference a {
    background: none;
    background-color: #24CD32 !important;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
body.lilek .left_column  .mid ul li#li_videoReference:hover a,
body.lilek .right_column .mid ul li#li_videoReference:hover a {
    background-color: #9A56C4 !important;
}
.videoReference {
	position: absolute; right: 0; top: 140px;
	display: inline-block !important;
	padding: 6px 15px !important;
	margin: 0 0 5.5px 0 !important;
	background-color: #24CD32 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 22px;
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
	transition: all 0.5s; 
}
.videoReference:hover {
	background-color: #9A56C4 !important;
}

/* BOUNCEIN ANIMATION === */
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
          animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}
/* === BOUNCEIN ANIMATION */
