@font-face {
	font-family: 'Calibri-bold';
	src: local('?'), url(#) format('embedded-opentype'), url('/css/fonts/calibrib.woff') format('woff'), url('/css/fonts/calibrib.ttf') format('truetype'), url('/css/fonts/calibrib.svg') format('svg');
}

@font-face {
	font-family: 'Calibri';
	src: local('?'), url(#) format('embedded-opentype'), url('/css/fonts/calibri.woff') format('woff'), url('/css/fonts/calibri.ttf') format('truetype'), url('/css/fonts/calibri.svg') format('svg');
}

@font-face {
	font-family: 'RobotoSlab-Regular';
	src: local('?'), url(#) format('embedded-opentype'), url('/css/fonts/RobotoSlab-Regular.woff') format('woff'), url('/css/fonts/RobotoSlab-Regular.ttf') format('truetype'), url('/css/fonts/RobotoSlab-Regular.svg') format('svg');
}

@font-face {
	font-family: 'RobotoSlab-Light';
	src: local('?'), url(#) format('embedded-opentype'), url('/css/fonts/RobotoSlab-Light.woff') format('woff'), url('/css/fonts/RobotoSlab-Light.ttf') format('truetype'), url('/css/fonts/RobotoSlab-Light.svg') format('svg');
}

@font-face {
	font-family: 'RobotoSlab-Bold';
	src: local('?'), url(#) format('embedded-opentype'), url('/css/fonts/RobotoSlab-Bold.woff') format('woff'), url('/css/fonts/RobotoSlab-Bold.ttf') format('truetype'), url('/css/fonts/RobotoSlab-Bold.svg') format('svg');
}

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: 'Calibri';
	font-size:14px;
	color: #3d3d3f;
}

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

a:hover {
	color:#dd553b;
}

.contact a {
	color: #3d3d3f;
}

.hlavni {
	position:relative;
	z-index:5;
	padding-bottom:200px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	margin-top:8px;
} 


nav li {
    float: left;
}

.polozka {
    display: block;
	padding-right:40px;
	font-family: 'RobotoSlab-Bold';
	font-size:14px;
	color:#fff;
}
#aktivni {
    text-decoration:underline;
}
nav li a:hover{
	color:#fecd4a;
}

.rok {
    padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#006261;
	color:#fff;
	width:30px;
	float:left;
	margin-right:8px;
	margin-bottom:6px;
}

h1 {
margin: 0;
color: #00837d;
font-family: 'RobotoSlab-Bold';
font-size:29px;
font-weight:normal;
}

.nadpis {
font-family: 'RobotoSlab-Bold';
font-size:15px;
color:#e64655;
}

.podnadpis {
font-family: 'RobotoSlab-Regular';
font-size:14px;
padding-top:5px;
color:#48484a;
}

.right-nadpis {
font-family: 'RobotoSlab-Bold';
font-size:29px;
color:#fff;
margin-top:30px;
}

.right-podnadpis {
font-family: 'RobotoSlab-Bold';
font-size:20px;
padding-top:15px;
color:#fff;
}

.right-fotografie {
font-family: 'RobotoSlab-Bold';
font-size:13px;
padding-top:15px;
padding-bottom:15px;
color:#fff;
letter-spacing:2px;
}

.anotace {
font-family: 'Calibri';
font-size:14px;
color:#fff;
text-align:justify;
}

.podnadpis-doprovodny {
font-family: 'RobotoSlab-Light';
font-size:14px;
padding-top:5px;
color:#48484a;
}

.nadpis-kontakt {
font-family: 'RobotoSlab-Bold';
font-size:19px;
color:#eb5f62;
}

.nadpis-promedia {
font-family: 'RobotoSlab-Bold';
font-size:19px;
color:#eb5f62;
}

.font {
font-family: 'RobotoSlab-Bold';
font-size:13px;
}

.font2 {
font-family: 'RobotoSlab-Bold';
color:#eb5f62;
font-size:13px;
}


.button {
padding-top:15px;
padding-bottom:15px;
padding-left:12px;
padding-right:12px;
letter-spacing:5px;
font-family: 'RobotoSlab-Bold';
font-size:13px;
color:#fff;
border-style:solid;
border-width:2px;
border-color:#fff;
}

.button:hover {
background-color:#FFFFFF;
color:#e64655;
cursor:pointer;
}


.button-purple {
padding-top:15px;
padding-bottom:15px;
padding-left:12px;
padding-right:12px;
letter-spacing:5px;
font-family: 'RobotoSlab-Bold';
font-size:13px;
color:#087673;
border-style:solid;
border-width:2px;
border-color:#087673;
}

.button-zpet {
padding-top:10px;
padding-bottom:10px;
padding-left:27px;
padding-right:27px;
letter-spacing:5px;
font-family: 'RobotoSlab-Bold';
font-size:13px;
color:#e64655;
border-style:solid;
border-width:2px;
border-color:#e64655;
margin:0 auto;
}

.button-purple:hover {
background-color:#087673;
color:#fff;
cursor:pointer;
}

.button-zpet:hover {
background-color:#e64655;
color:#fff;
cursor:pointer;
}



/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(http://www.brnensky-lunapark.cz/css/images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(http://www.brnensky-lunapark.cz/css/images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

.napsali a {
color:#003;
}

/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
	float:left;
}

.da-thumbs li  article {
	position: absolute;
	background-image:url(/images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article h3{
font-family: 'RobotoSlab-Bold';
color:#fff;
font-size:15px;
padding-top:10px;
font-weight:normal;
}

.da-thumbs li  article em{
font-family: 'RobotoSlab-Bold';
font-style:normal;
font-size:11px;
margin-bottom:5px;
color:#fff;
display:block;

}

.da-thumbs li  article span{
display:inline-block;
}


span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#f39600;
border-radius:50px;
cursor:pointer;
background-image:url(/images/zoom_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
margin-top:60px;
}

.portfolio_2col article h3{
padding-top:10px !important;
}

/* Image Grid */
.image_grid {
	overflow:hidden;
	margin: 0 auto;
	width:1250px;
	position:relative;
	margin-top:-20px;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:0px;
	margin-right:0px;
	text-align:center;
}


/* Responsive image grid*/
/* Mobile landscape width 320 */

@media only screen and (min-width: 1500px) {

.image_grid{
width:1500px;
}

.image_grid li img{
width:250px;
}


span.zoom{
margin-top:30px;
}

}

@media only screen and (min-width: 1000px) and (max-width: 1250px) {

.image_grid{
width:1000px;
}

.image_grid li img{
width:250px;
}

span.zoom{
margin-top:30px;
}

}

@media only screen and (min-width: 767px) and (max-width: 1000px) {

.image_grid{
width:750px;
}

.image_grid li img{
width:250px;
}

span.zoom{
margin-top:30px;
}

}


 @media only screen and (min-width: 500px) and (max-width: 767px) {

.image_grid{
width:500px;
}

.image_grid li{
width:250px !important;
}

span.zoom{
margin-top:30px;
}
}