/*body {
            animation: fadeInAnimation ease 0.7s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }*/

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic-webfont.eot');
    src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-ThinItalic-webfont.woff') format('woff'),
         url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License). 
    font-weight: 200;
    font-style: italic;
}

/*@font-face {
  	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 

  src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
       url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
	font-family: 'poller_oneregular';
	src: url('../fonts/pollerone/pollerone-webfont.eot');
	src: url('../fonts/pollerone/pollerone-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/pollerone/pollerone-webfont.woff') format('woff'),
		 url('../fonts/pollerone/pollerone-webfont.ttf') format('truetype'),
		 url('../fonts/pollerone/pollerone-webfont.svg#poller_oneregular') format('svg');
}
@font-face {
	font-family: 'leckerli_oneregular';
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot');
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.woff') format('woff'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.ttf') format('truetype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.svg#leckerli_oneregular') format('svg');
}      */

body {
	background: rgba(50, 46, 43, 255);
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 940px;
	padding: 0;


}
p {
	color: white;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
p a {
	color: white;
	text-decoration: underline;
}
p a:hover {
	color: rgba(229, 104, 37, 255);
}
#header {
	margin: 0 auto;
	padding: 44px 0px 25px 0px;
	text-align: right;
	width: 940px;
}
#header a.logo {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
  border: 0px solid;
  border-radius: 20px;
  border-color: rgba(50, 46, 43, 255);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}
#header a.logo img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

#header a.logo2 {
	margin: 0 auto;
	padding: 0;
	width: auto;
 
}
#header a.logo2 img {
	border: 0;
	margin: 0 auto;
	display: block;
	
	padding: 0;
	width: 80%;
}

@media only screen and (max-width: 920px) {
  #header a.logo img{
    display: none;
	
  }
}
@media only screen and (min-width: 921px) {
  #header a.logo2 img{
    display: none;
	
  }
}
#header ul {
	margin-left: 420px;
	margin-top: -10px;
	text-align: right;
	padding: 30px 26px 10px 26px;
	 border-radius: 0px 0px 10px 10px;
  border-color: rgba(50, 46, 43, 255);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 13px;
}
#header ul li a {
	color: white;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: light;
	margin: 0;
	padding: 0 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li a:hover {
	color: rgba(229, 104, 37, 255);
}



#navigation > li a {
  
  display: inline-block;
  position: relative;
  
}












#header hr {
	background-color: grey;
	width: 430px;
  margin-top: 15px
}

#header ul li.selected a {
	color: rgba(229, 104, 37, 255);
	
}

#body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}
#body h1 {
	color: #fff;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body h1 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body > div {
	margin: 0 auto;
	padding: 0;
	width: 650px;
  color: white;
	line-height: 1.4;
  text-align: left;
  padding: 10px 50px 0px 50px;
}
#body > div img {
	border: 2px solid #292929;
	margin: 24px 0 0;
	padding: 0;
}
#body > div .article {
	margin: 0 auto;
	padding: 30px 30px 0;
	width: 560px;
}
#body > div .article h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  color: rgba(229, 104, 37, 255);
	font-weight: normal;
	margin: 0 0 30px;
}
#body h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  color: rgba(229, 104, 37, 255);
	font-weight: normal;
}
#body > div .article h3 {
	color: rgba(229, 104, 37, 255);
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body > div .article h4 {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 8px 27px 10px;
}
#body > div .article p {
	margin: 0 0 30px;
}
#body div ul {
	margin: 0;
	padding: 0px 10px 0;
	
	width: 940px;
}
.odrazky  {
	
list-style: square;
}
#body div ul li {
	border: 0px solid #1a1a1a;
	
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body div ul li .figure {
	border-right: 2px solid #1a1a1a;
	float: left;
	margin: 0;
	padding: 0;
	width: 376px;
}
#body div ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}
#body div ul li .figure:hover img {
	opacity: 1;
}
#body div ul li div {
	float: left;
	margin: 0;
	padding: 63px 0 20px;
	width: 558px;
}
#body div ul li div h3 {
	color: #252525;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body div ul li div p {
	padding: 30px 30px 18px;
}
#body div ul li div a.more {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif; 

	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
	text-transform: uppercase;
}
#body div ul li div a.more:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
}
#body #featured {
	margin: 0 0 13px;
	padding: 0;
	position: relative;
	width: 100%;
}
#body #featured img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#body #featured div {
	left: 50%;
	margin-left: -480px;
	margin-top: -171px;
	padding: 0 0 0 470px;
	position: absolute;
	top: 50%;
	text-align: left;
	width: 490px;
}
#body #featured div h2 {
	background: #fff;
	color: #000;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 18px;
	padding: 23px 27px 20px;
	text-transform: uppercase;
}
#body #featured div span {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 7px 0;
	padding: 12px 27px;
}
#body #featured div a {
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 15px 0 0;
	padding: 26px 27px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body #featured div a:hover {
	background: #1fc3bc;
}
#body > ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 24px 0 0;
	width: 650px;
}
#body > ul li {
	display: block;
	float: left;
	margin: 0 10px 20px 0px;
	padding: 0;
	width: 150px;
}
#body > ul li a {
	color: #000;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body > ul li a img {
	border: 2px solid #1a1a1a;
	display: block;
	margin: 0;
	padding: 0;
	opacity: .8;
	transition: 0.5s ease-in-out;
}
#body > ul li a:hover img {
	opacity: 1;
}
#body > ul li a span {
	display: block;
	margin: 0;
	padding: 33px 0 0;
}
#body form {
	margin: 0 auto;
	padding: 24px 0 0;
	width: 620px;
}
#body form input, #body form textarea {
	border: 2px solid #252525;
	color: #252525;
	font-family: 'Roboto', sans-serif; 
  	font-size: 15px;
	font-weight: normal;
	margin: 0 0 37px;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 596px;
}
#body form textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
#body form #send {
	background: #252525;
	color: #fff;
	font-family: 'Roboto', sans-serif; 

	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding: 20px 28px;
	width: auto;
}
#body form #send:hover {
	background: #fff;
	color: #252525;
	cursor: pointer;
}


.column1 {
  float: left;
  width: 70%;
}

.column2 {
  float: left;
  width: 30%;
}

.column3 {
  float: left;
  width: 50%;
	
}
.column3-space{
  padding-right: 30px;;
	
}
.column4 {
  float: left;
  width: 50%;
text-align:	justify;
	
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
#galleryWrapper {
      
}

#galleryList
{
      margin: 0;
	    padding: 0px 0px 0;
    width: 650px !important;
}

#galleryList >li
{
      margin: 0;
	border-style: solid;
	border-color: black;
	    
}



#footer {
	margin: 0 auto;
    text-align: center;
	padding: 0px 0 0px;
}
#footer div {
	margin: 0 auto;
	overflow: hidden;
  text-align: center;
	padding: 0;
	width: 900px;
  
}
#footer div p {
	color: white;
	float: left;
	line-height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer div ul {
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 256px;
}
#footer div ul li {
	
	float: left;
	text-align: right;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 244px;
	color: white;
}
#footer div ul li a {
	background: url(../images/icons.jpg) no-repeat 0 0;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 44px;
}
#footer img {
	
	width: 60%;
}

#footer > div img {
	margin: 24px 0 0;
	padding: 0;
}
#footer div ul li #twitter {
	background-position: 0 0;
}
#footer div ul li #twitter:hover {
	background-position: -44px 0;
}
#footer div ul li #facebook {
	background-position: 0 -44px;
}
#footer div ul li #facebook:hover {
	background-position: -44px -44px;
}
#footer div ul li #googleplus {
	background-position: 0 -88px;
}
#footer div ul li #googleplus:hover {
	background-position: -44px -88px;
}
#footer div ul li #pinterest {
	background-position: 0 -132px;
}
#footer div ul li #pinterest:hover {
	background-position: -44px -132px;
}



