/* @override
	http://cpc.atelierzidlicky.eu/wp-content/themes/cpc/style.css */

/*
Theme Name: CPC
Theme URI: http://www.cpcenter.cz
Author: Grafique
Author URI: http://grafique.cz
*/

body {
  /* background: url('layout/homepage.jpg') center top no-repeat #f2f2f2; */
  background: #fff;
}

#wrapper {
	max-width: 1920px !important;
	margin: 0 auto;
	background: #f2f2f2;
}


#offcanvas {
	display: none;
}

.row {
	max-width: 1080px;
}

#wp-admin-bar-wp-logo,
#wp-admin-bar-comments,
#wp-admin-bar-gravityforms-new-form {
  display: none !important;
}

#top {
	min-height: 180px;
}

#header {
	/* height: 170px; */
	background: #fff;
	margin: 0;
}

#header > .row {
	position: relative;
}

#logo a {
	background-position: 0 -50px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#logo img {
	max-width: 195px;
	margin-top: 22px;
	margin-left: 40px;
}




#header.smaller {
	position: fixed;
	height: 50px;
	width: 100%;
	z-index: 2000;
}

#header.smaller #logo img {
	display: none;
}

#header.smaller #logo a {
	width: 155px;
	height: 24px;
	display: block;
	background: url('img/logo-smaller.jpg') no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 12px;
	left: 55px;
	z-index: 1002
}

#header.smaller #menu {
	margin-top: 6px;
}



#header #searchform {
	width: 220px;
	position: absolute;
	right: 70px;
	top: 40px;
}

#header.smaller #searchform {
	display: none;
}

#header #searchform #s {
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #eff0f0;
	background: #fff;
	display: none;
}

#header #searchform #searchsubmit {
	background: url('img/search.jpg') center 12px no-repeat;
	border-right: 1px solid #eff0f0;
	outline: none;
	font-size: 0;
}

#header #searchform.open #s {
	display: block;
}

#header #searchform.open #searchsubmit {
	border-bottom: 1px solid #eff0f0;
}

#header #searchform .large-8 {
	width: 180px;
}
#header #searchform .large-4 {
	width: 40px;
}


#socials {
	position: absolute;
	right: 25px;
	top: 35px;
}

#socials a {
	padding: 0 0;
	border-right: 2px solid #eff0f0;
	width: 50px;
	display: block;
	float: left;
	height: 50px;
	cursor: pointer !important;
	position: relative;
	overflow: hidden;
}

#socials a img {
	position: absolute;
	width: 50px;
	height: auto;
	cursor: pointer !important;
	top: 0;
	left: 0;
}



#socials a:hover img {
	top: -48px !important;
}

#socials a:last-child {
	border: 0;
}

#header.smaller #socials {
	display: none;
}


#menu {
	margin-top: 42px;
	z-index: 1001;
}

#menu .top-bar-section > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 26%;
	padding-left: 20px;
	padding-top: 8px;
	border-left: 1px solid #dfe0e0;
	height: 36px;
	display: inline-block;
}

#menu .top-bar-section > ul > li {
	display: inline;
	text-align: left;
	float: left;
	outline: none !important;
}

#menu .top-bar-section > ul > li > a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px !important;
	line-height: 36px;
	color: #909293;
	float: left;
	outline: none !important;
}
@media screen and (min-width: 1025px) {
    #menu .top-bar-section > ul > li > a {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 800px) {
    #menu .top-bar-section > ul > li > a {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 750px) {
    #menu .top-bar-section > ul > li > a {
        padding: 0 6px !important;
    }
}
@media screen and (max-width: 700px) {
    #menu .top-bar-section > ul > li > a {
        font-size: 11px;
        padding: 0 5px !important;
    }
}

#menu .top-bar-section > ul > li > a:hover,
#menu .top-bar-section > ul > li.active > a {
	color: #616365;
}

#menu .top-bar-section .has-dropdown > a:after {
	display: none;
}

#menu .top-bar-section ul.dropdown {
	top: 27px;
	margin-left: 0px;
	padding-top: 10px;
	background: #fff;
}

#menu .top-bar-section ul.dropdown > li {
	background: #fff;
	outline: none !important;
}

#menu .top-bar-section ul.dropdown > li > a {
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 36px;
	color: #909293;
	outline: none !important;
	display: block;
}

#menu .top-bar-section ul.dropdown > li.active > a,
#menu .top-bar-section ul.dropdown > li > a:hover {
	color: #616365;
}



#lang_sel_list {
	position: absolute;
	bottom: -3px;
	right: 30px;
	z-index: 1001;
	/* display: none; */
}


#lang_sel_list li:first-child,
#lang_sel_list li:nth-child(1) {
	border-right: 2px solid #eff0f0;
}

.logged-in #lang_sel_list li:first-child,
.logged-in #lang_sel_list li:nth-child(2) {
	border-right: 2px solid #eff0f0;
}
#lang_sel_list a {
	font-weight: bold;
	color: #909293 !important;
	padding: 4px 10px;
}

#lang_sel_list a:hover,
#lang_sel_list a.lang_sel_sel {
	color: #616365 !important;
}



/* orbit slider */

.homepage-slider {
	position: relative;
	padding-top: 35px;
	/* height: 488px; */ /* smazat */
	background: #f2f2f2}

.slider-wrapper {
	max-width: 1920px;
	margin: 0 auto;

}

.orbit-timer {
	display: none;
}

.orbit-bullets-container {
	display: none;
}

.orbit-container {
	/* min-height: 300px; */
	background: url('img/spinner.gif') no-repeat center center;
	/*background-position: top 80px center;*/
}

.homepage-slider ul,
.home .container,
.home footer {
	opacity: 0;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.orbit-bullets li {
	background: #d4d0c7 !important;
	cursor: pointer;
}

.orbit-bullets li.active {
	background: #fff !important;
}

.orbit-caption-wrap {
	max-width: 1920px;
	background: #F2F2F2;
}

.orbit-caption-wrap .columns {
	padding: 0 10px;
	background: #f2f2f2;
}

.homepage-slider .large-3 {
	width: 28%;
}

.homepage-slider .large-2 {
	width: 16%;
	background: #26529e;
	height: 100%;
	overflow: hidden;
}

.homepage-slider .orbit-prev,
.homepage-slider .orbit-next {
	display: none;
}


.slide-content {
	background: url('img/slide-content-bg.jpg') no-repeat;
	background-position: right 5px top 18px;
	padding: 15px 20px;
	color: #8099c6;
	line-height: 18px;
	font-size: 13px;
}

.slide-content h2 {
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	max-width: 95%;
}

.slide-content p {
	color: #8099c6;
	line-height: 18px;
	font-size: 13px;
}

.slide-image1 {
	padding-left: 0 !important;
	padding-right: 20px !important
}

.slide-image2 {
	padding-left: 20px !important;
	padding-right: 0 !important;
}
.slide-image3 {
	padding-right: 0 !important;
	padding-left: 20px !important;
}

.slide-link {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-left: -30px;
	background: #f2f2f2;
	text-align: right;
	padding-top: 20px;

}

.slide-link a {
	display: block;
	padding: 20px 35px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bed600;
	background: url('img/slide-link-bg.jpg') 35px 25px no-repeat #fff;
}

.slide-link a:hover {
	color: #616365;
}



#custom-orbit-nav {
	max-width: 1080px;
	border-bottom: 1px solid #dfe0e0;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	padding-top: 13px;
	padding-bottom: 23px;
}

#custom-orbit-nav li {
	display: inline-block;
	width: 33%;
	text-align: left;
	padding-left: 5%;
	border-left: 1px solid #dfe0e0;
	line-height: 36px;
	cursor: pointer;
	color: #a6c01b;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#custom-orbit-nav li:first-child {
	border: 0;
}

#custom-orbit-nav li.active {
	color: #616365;
}


.grid {
	max-width: 1040px;
	width: 100% !important;
	margin: 35px auto;
	background: #f2f2f2;
}

.grid article{
	padding: 22px 18px 27px 18px;
	margin-bottom: 35px;
	border: 0;
	background: #fff;
	float: left;
	width: 100%;
}

.grid article time {
	font-size: 12px;
	font-weight: bold;
	color: #d0d0d1;
}

.grid article .vice {
	background: url('img/standard-bg.jpg') no-repeat #fff left center;
	width: 40px;
	height: 20px;
	display: block;
	margin-top: 25px;
	cursor: pointer !important;
}

.grid article.format-standard h2,
.grid article.format-standard h2 a,
.grid article.format-image h2,
.grid article.format-image h2 a {
	font-size: 30px;
	line-height: 35px;
	margin-top: 9px;
	margin-bottom: 30px;
	color: #616365;
}

.grid article.format-standard p {
	font-size: 14px;
	color: #909293;
	line-height: 18px;
}

.grid article.format-standard p a {
	color: #909293;
	cursor: default;
}

.grid article.format-standard p a.more-link {
	display: none;
}



.grid article.format-quote {
	padding: 40px 32px 50px 2px;
	background: url('img/quote-bg.jpg') 0 20px no-repeat #f2f2f2;
	margin-bottom: 0;
}

.grid article.format-quote p {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #d7d8d8;
	margin-bottom: 37px;
}

.grid article.format-image {
	padding: 0;
}

.grid article.format-image img {
	width: 100%;
}

.grid article.format-image .entry-content {
	padding: 20px 18px 1px 18px;
}



#content {
	background: none;
	border: 0;
	padding: 40px 85px;
}

#content h1 {
	font-size: 30px;
	line-height: 35px;
	color: #616365;
	margin-bottom: 0px;
	margin-top: 5px;
	/* text-transform: capitalize; */
}

.error404 #content h1 {
	margin-bottom: 20px;
}

#content p,
#content li {
	font-size: 15px;
	color: #909293;
}




#sluzby {
	margin-top: -25px; /* smazat */
	background: #f2f2f2;
}

#sluzby .row {
	/* margin: 0px auto; */
	padding: 25px 35px 0 35px;
	/* border-bottom: 1px solid #dfe0e0; */
}

#sluzby .row:last-child {
	border: 0;
}

#sluzby .sluzby-cover {
	float: left;
	/* clear: both; */
	width: 100%;
	margin-bottom: 25px;
	/* background: #fff; */
}

#sluzby .sluzby-content {
	background: #fff;
	padding: 25px 35px;
	min-height: 253px;
}

#sluzby h3 {
	font-size: 18px;
	font-weight: bold;
	color: #616365;
	margin-bottom: 35px;
}

#sluzby .sluzby-content p {
	font-size: 14px;
	line-height: 20px;
	max-width: 439px;
	color: #909293;
	margin-bottom: 0;
}

#sluzby .sluzby-entry {
	min-height: 120px;
}

#sluzby .more a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #BED500;
}

#sluzby h3:before {
	content: "";
	width: 18px;
	height: 2px;
	display: block;
	background: #eff0f0;
	position: absolute;
	left: 0;
	top: 41px;
}

#sluzby .sluzby-img {
	padding-right: 0;
	background: #f2f2f2;
	text-align: right;
}


#sluzby .sluzby-img-cover {
	background: #fff;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center;
	overflow: hidden;
}





#content.lockfix {
	min-height: 185px;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}

.lockfixed {
	z-index: 1000;
	background: #f2f2f2;
/* 	padding: 40px 55px 65px 55px; */
	padding: 40px 27% 65px 55px;
	border-bottom: 1px solid #dfe0e0;
	/* height: 185px; */
	position: static;
}

.lockfixed.smaller {
	position: fixed;
	width: 100%;
	height: 105px;
	top: 0;
	padding-top: 0;
	max-width: 1080px;
}

body.admin-bar .lockfixed.smaller {
	height: 140px;
}

.lockfixed.smaller h1,
.lockfixed.smaller p,
.lockfixed.smaller .letter {
	display: none;
}




.letter {
	font-weight: bold;
	font-size: 155px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 50px;
}






#download {
	/* background: #f2f2f2; */
	margin-top: -25px;
}

#download .row {
	margin: 0 auto;
	padding: 35px 35px;
	/* border-bottom: 1px solid #dfe0e0; */
}

#download .download-content {
	background: #fff;
	min-height: 275px;
	padding: 21px 35px;
}

#download .download-content p {
	font-size: 14px;
	line-height: 40px;
	max-width: 420px;
	color: #909293;
	margin: 0;
}

#download .download-content p a {
	color: #909293;
	background: url('img/download.jpg') no-repeat;
	padding-left: 28px;
}

#download .download-content p a:hover {
	color: #000;
}

#download .download-img {
	padding-right: 0;
}

#download .download-img-cover {
	background: #fff;
	background-size: cover !important;
}









#kariera {
	/* background: #f2f2f2; */
	margin-top: -25px;
}

#kariera .row {
	margin: 0 auto;
	padding: 15px 35px;
	/* border-bottom: 1px solid #dfe0e0; */
}

#kariera h2 {
	font-size: 18px;
	font-weight: bold;
	color: #616365;
	margin-bottom: 20px;
}

#kariera h2:before {
	content: "";
	width: 18px;
	height: 2px;
	display: block;
	background: #eff0f0;
	position: absolute;
	left: 0;
	top: 45px;
}

#kariera h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	color: #909293;
	max-width: 420px;
}

#kariera .kariera-content {
	/* border: 1px solid red; */
	background: #fff;
	min-height: 214px;
	padding: 28px 35px;
}

#kariera .kariera-content ul {
	margin-top: 15px;
	margin-bottom: 25px;
}

#kariera #co-nabizime .kariera-content ul,
#kariera #our-offer .kariera-content ul {
	margin-bottom: 0;
}

#kariera .kariera-content p,
#kariera .kariera-content li {
	font-size: 14px;
	line-height: 20px;
	max-width: 450px;
	color: #909293;
	margin: 0;
}

#kariera .kariera-content li {
	line-height: 28px;
}

#kariera .kariera-content p.smaller {
	font-size: 11px !important;
	line-height: 20px;
	display: block;
	margin-top: 13px;
}

#kariera .kariera-content p a {
	color: #bed600;
}

#kariera .kariera-content p a:hover {
	color: #000;
}

#kariera .kariera-img {
	padding-right: 0;
	text-align: right;
}

#kariera .kariera-img-cover {
	background: #fff;
	background-size: cover !important;
}

.page-template-page-template-kariera #management {
	margin-top: 35px;
}




#news {
	padding-top: 16px;
}
#news .row {
	max-width: 1010px;
	margin: 0 auto;
}

#news .news-content {
	background: #fff;
	padding: 32px 35px 25px 35px;
	max-width: 490px;
}


.page-template-default #news .news-content {
	height: auto !important;
	padding-bottom: 0 !important;
}

.page-template-default #news .news-content.pravy-sloupec .entry-content,
.page-template-default #news .news-content img:last-child {
	margin-bottom: 0;
}


#news .news-content p {
	font-size: 14px;
	line-height: 20px;
}

#news .news-img {
	/* padding-right: 0; */
}

#news .entry-content {
	margin-bottom: 45px;
}

.entry-content iframe {
	max-width: 100% !important;
}

#news .entry-content a {
	color: #616365;
}

#news .entry-content a:hover,
#news .entry-content p,
#news .entry-content li {
	color: #909293;
}

#news .author {
	display: none;


	font-size: 14px;
	color: #bed600;
	float: left;
	margin-right: 10px;
}

#news time:before {
	content: "";
	width: 18px;
	height: 1px;
	display: block;
	background: #dfe0e0;
	position: absolute;
	left: 0;
	margin-top: 8px;
}

#news time {
	color: #d6d6d7;
	font-size: 15px;
}


#news .back {
	clear: both;
	text-align: right;
	padding-top: 23px;
}

#news .back a {
	color: #c1c1c2;
	font-size: 14px;
}

#news .back a:hover {
	color: #616161;
}



#highlights {
	margin-top: 65px;	
}

#highlights img {
	width: 100% !important;
	opacity: 0.6;
}

#highlights h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #909293;
	margin-bottom: 10px;	
	padding-left: 15px;
}

#highlights .large-12 {
	border-bottom: 1px solid #dfe0e0;
	margin-bottom: 35px;
}

#highlights .columns {
	padding: 0 35px;
	margin-bottom: 35px;
}

#reference .columns {
	padding: 0 8px;
	margin-bottom: 16px;
}

#highlights h3,
#reference h3 {
	width: 100%;
	font-size: 14px;
	color: #b0b1b2;
	background: #fff;
	margin: 0;
	padding: 15px 10px 15px 32px;
}

#highlights h3 a,
#reference h3 a {
	color: #b0b1b2;
	width: 100%;
	height: 100%;
	display: block;
}


#highlights a:hover h3,
#reference a:hover h3 {
	color: #000;
}

#highlights a:hover img,
#reference a:hover img {
	opacity: 1;
}

#reference {
	margin-top: -25px;
}

#reference > .row {
	padding: 20px 0 0 0;
	/* border-bottom: 1px solid #dfe0e0; */
	max-width: 1050px;
	margin: 0 auto;
}

#reference > .row:last-child {
	border: 0;
}

h2.term-title {
	font-size: 12px;
	padding: 10px 0 10px 55px;
	text-transform: uppercase;
	color: #909293;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dfe0e0;
}

h2.term-title:first-child {
	display: none;
}



#management {
	margin-top: 6px;
	margin-top: 20px !important;
}

#management .row {
	max-width: 1070px;
	margin: 0 auto;
}

#management .large-6 {
	padding-bottom: 35px;
}

#management .management-image {
	padding: 0;
	text-align: right;
	max-width: 180px;
}

#management .management-content {
	padding-left: 0;
	min-height: 180px;
	background: #fff;
	padding-top: 25px;
	padding-left: 17px;
}

#management h2 {
	font-size: 19px;
	margin-bottom: 5px;
	line-height: 23px;
}

#management p,
#management p a {
	color: #909293;
	font-size: 14px;
	line-height: 20px;
}

#management p a:hover {
	color: #000;
}





#kontakt {
	margin-top: 35px;
	/*background: #f2f2f2;*/
}

#kontakt .kontakt-info {
	max-width: 1040px;
	margin: 0 auto 15px auto;
}

#kontakt .kontakt-entry {
	padding: 25px 30px 10px 30px;
	min-height: 200px;
	background: #26529e;
}

#kontakt .kontakt-entry h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;

}

#kontakt .kontakt-entry p {
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	margin-bottom: 15px;
}

#kontakt .kontakt-entry p a {
	color: #fff;
}

#kontakt .kontakt-link a {
	text-align: right;
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 30px;
	color: #bed600;
	font-weight: bold;
	/* text-transform: uppercase; */
	font-size: 13px;
	background: url('img/address.jpg') 35px center no-repeat #fff;
}

#kontakt .ftp .kontakt-link a {
	background: url('img/email.jpg') 20px center no-repeat #fff;
}

#kontakt .kontakt-link a:hover {
	color: #616365;
}


#kontakt .ftp table,
#kontakt .ftp tr,
#kontakt .ftp td {
	background: none;
	padding: 0;
	color: #fff;
margin: 0;
	border: 0;
}

#kontakt .ftp table {
	margin-top: -2px;
	margin-bottom: 14px;
	border-collapse: collapse;
}

#kontakt .ftp table td {
	min-width: 50px;
	font-size: 12px;
	line-height: 17px;
		padding-right: 5px !important;
}



#kontakt .kontakt-heading h2 {
	margin-top: 15px;
	margin-bottom: 17px;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 35px;
	border-bottom: 1px solid #dfe0e0;
	padding-bottom: 8px;
	color: #a9aaab;
}

#kontakt .kontakt-staff > .large-4 {
	padding-right: 0;
	padding-left: 0;
}

#kontakt .kontakt-image {
	padding: 0;
	text-align: right;
	margin-bottom: 20px;
}

#kontakt .kontakt-image img {
	height: 126px;
	width: auto;
}

#kontakt .kontakt-content {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	background: #fff;
	margin-left: -17px;
	height: 126px;
}

#kontakt .kontakt-content h3 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #616365;
}

#kontakt .kontakt-content p {
	color: #909293 ;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
}

#kontakt .kontakt-content p a {
	color: #909293;
}

#kontakt .kontakt-content p a:hover {
	color: #616365;
}







#backtotop {
	background: #e9e9e9;
	padding: 22px 0;
	margin-top: 95px;
	cursor: pointer;
}

#backtotop .row {
	max-width: 1000px;
}

#backtotop a {
	color: #d0d0d1;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url('img/backtotop.jpg') no-repeat;
	background-position: left top 3px;
	padding-left: 22px;
	/* padding-right: 20px; */
	float: right;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#backtotop:hover a {
	background-position: left top -20px;
	color: #616365;
}



#footer {
	padding-top: 37px;
	padding-bottom: 30px;
	background: #e1e1e1;
}

#footer .row {
	max-width: 1000px;
}

#footer .large-5 {
	width: 37%;
}

#footer .large-2 {
	width: 21%;
}

#footer h2 {
	font-size: 13px;
	font-weight: bold;
	color: #909293;
	margin-bottom: 20px;
}

#footer h3,
#footer h3 a {
	font-size: 30px;
	color: #fff;
}

#footer h3 a:hover {
	color: #909293;
}

#footer p,
#footer p a {
	font-size: 12px;
	color: #909293;
	line-height: 18px;
	margin-bottom: 18px;
}

#footer p a:hover {
	color: #000;
}

#footer table,
#footer table tr,
#footer table td {
	background: none;
	padding: 0;
	color: #909293;
	margin: 12px 0 !important;
	border: 0;
}

#footer table {
	margin-top: -20px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#footer table td {
	min-width: 50px;
	font-size: 12px;
	padding-right: 5px !important;
}

#copyright {
	padding-top: 40px;
	padding-bottom: 170px;
	border-top: 1px solid #d0d0d1;
	background: #e1e1e1;
}

#copyright .row {
	max-width: 1000px;
}

#copyright p {
	font-size: 13px;
	color: #909293;
	margin: 0;
}

#copyright p a {
	color: #fff;
}

#copyright p a:hover {
	color: #909293;
}

#copyright img {
	float: right;
	margin: -13px 0 0 50px;
}



.footer-logo {
	background: url('img/cpc-loga-stripe.png') no-repeat;
	background-size: 236px 82px;
	width: 112px;
	height: 41px;
	display: block;
	font-size: 0;
	float: right;
	text-decoration: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	margin-left: 55px;
}

.footer-logo:hover {
	background-position: left -41px;
}

.footer-logo.cnc {
	width: 121px;
	background-position: top right;
}

.footer-logo.cnc:hover {
	background-position: right -41px;
}


#content .submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 15px;
}

#content .submenu li {
	display: inline;
	margin-right: 25px;
}

#content .submenu li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #909293;
}

#content .submenu li.active a,
#content .submenu li a:hover {
	color: #000;
}

.term-8 .submenu,
.term-10 .submenu {
	display: none;
}






/* gallery */

.gallery dl {
	padding: 0;
	margin: 0;
}

.gallery dl.large-6 img {
	width: 98%;
}

.gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery .thumbnail {
	width: 9%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
}



.vice {
	width: 100%;
	float: left;
	clear: both;
	background: #fff;
	padding: 15px 35px 25px 35px;
	margin-top: 15px;
}

.vice h2 {
	font-size: 14px;
	color: #616365;
	margin-bottom: 11px;
}

.vice p {
	margin-bottom: 10px;
	font-size: 14px;
}

.vice p a {
	color: #c4c5c5;
	position: relative;
	font-size: 14px;
}

.vice p a:hover {
	color: #000;
}

.vice p a:before {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	background: #eff0f0;
	position: absolute;
	left: -35px;
	top: 8px;
}



/* fancybox */

#fancybox-overlay {
	background: #fff !important;
	opacity: 1 !important;
}

#fancybox-bg-n,
#fancybox-bg-s,
#fancybox-bg-e,
#fancybox-bg-w,
#fancybox-bg-nw,
#fancybox-bg-ne,
#fancybox-bg-sw,
#fancybox-bg-se {
	background: none !important;
}

#fancybox-content {
	padding-top: 35px !important;
}


#fancybox-left,
#fancybox-right {
	bottom: auto !important;
	top: 0 !important;
	left: auto !important;
	right: 0 !important;
	height: auto !important;
	width: auto !important;
	display: block !important;
	visibility: visible !important;
}

#fancybox-close {
	right: 0 !important;
}

#fancybox-left {
	right: 95px !important;
}

#fancybox-right {
	right: 30px !important;
}

#fancybox-left span {
	left: auto !important;
  	right: 0 !important;
  	top: 0 !important;

	background: url('img/fancybox.jpg') no-repeat 9px 9px;
}


#fancybox-right span {
  left: auto !important;
  right: 20px !important;
  background: url('img/fancybox.jpg') no-repeat -40px 9px;
}

#fancybox-close {
	background: url('img/fancybox.jpg') no-repeat -99px 9px !important;
	display: block !important;
}

#fancybox-title {
	position: absolute;
	bottom: auto !important;
	top: 0px !important;
	color: #616365;
	display: inline !important;
	width: auto !important;
}

#fancybox-title-inside {
	font-family: "AvenirNext", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#fancybox-title-over {
	background: none !important;
	padding: 0 !important;
	font-size: 18px !important;
 	font-family: "AvenirNext", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 	display: inline !important;
}







.pravy-sloupec {
	padding: 0 !important;
	overflow: hidden;
}

.pravy-sloupec img {
	margin-bottom: 25px;
}
.pravy-sloupec p {
	padding: 0 35px;
}




.page-numbers {
	margin-top: 30px;
}


.search-results #news .news-content {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}

.search-results .entry-content {
	margin: 0 !important;
}

.search-results article {
	float: left;
	padding-bottom: 0;
	padding-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	min-height: 187px;
	position: relative;
}

.search-results article:last-child {
	border-bottom: 0;
}

.search-results article strong {
	background: yellow;
}

.search-results article .attachment-service-image {
	width: 250px;
	position: absolute;
	left: 120%;	
	margin-top: -10px;
	
}

.search .entry-content h2,
.search .entry-content h2 a {
	font-size: 18px !important;
    font-weight: bold !important;
    color: #616365;
    margin-bottom: 5px;
}


.search .entry-content h3 {
	font-size: 12px !important;
    font-weight: bold !important;
	color: #a6c01b;	
    margin-bottom: 5px;
    text-transform: uppercase;
}

.search .entry-content h3 a {
	color: #a6c01b !important;		
}

.search .entry-content h3 a:hover {
    color: #616365 !important;	
}

.page-numbers li span.current {
    background: #a6c01b !important;
}








/* page specific styles */

.page-template-default #news .pravy-sloupec {
	background: transparent;
}

.page-template-default #news .pravy-sloupec p {
	background: #fff;
	margin-top: -25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

















/* media queries */

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */

	#backtotop {
		margin-top: 0px;
	}

	#header.smaller {
		height: 54px;
	}

	#wrapper.active #header.smaller {
		display: none;
	}

	#header.smaller #logo a {
		width: 155px;
		background-position: center right;
		left: auto;
		right: 15px;
	}

	#custom-orbit-nav {
		border-bottom: 0;
		padding:  0;
	}


	#custom-orbit-nav li {
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		position: relative;
	}

	#custom-orbit-nav li:after {
		content: "";
		width: 90%;
		height: 1px;
		background: #dfe0e0;
		position: absolute;
		left: 15px;
		bottom: 0px;
	}

	#custom-orbit-nav li:last-child:after {
		display: none;
	}

	.homepage-slider {
		padding-top: 10px;
	}
	#socials {
		display: none;
	}

	.gallery {
		margin-top: 15px;
	}

	.grid {
		margin-top: 0;
	}
	.grid >.large-6 {
		padding: 0;
	}
	.grid article {
		float: left;
		margin-bottom: 15px !important;
		/* padding-left: 20px !important; */
		/* padding-right: 20px !important; */
	}
	.grid article.format-quote {
		background-position: 20px 25px !important;
		padding-left: 15px;
	}

	#top {
		min-height: 111px;
	}

	#sluzby .row,
	#download .row,
	#kariera .row {
		padding: 20px 15px;
	}

	#download .download-img {
		padding-left: 0 !important;
	}
	#download .download-img img {
		width: 100%;
	}
	#download .download-img-cover,
	#download .download-content {
		min-height: 0 !important;
		height: auto !important;
	}
	#download .download-content {
		padding: 10px 15px;

	}


	#kontakt .kontakt-staff > .large-4 {
		padding-left: 0;
	}
	#kontakt .kontakt-heading {
		margin-top: 30px;
	}
	#kontakt .kontakt-image {
		text-align: center;
		background: #fff;
		margin-bottom: 0;
		padding-top: 20px;
	}
	#kontakt .kontakt-image img {
		height: auto;
		width: auto;
	}
	#kontakt .kontakt-content {
		margin-left: 0px;
		height: auto;
		margin-bottom: 20px;
	}

	#kariera .kariera-img {
		padding-left: 0;
	}
	#kariera .kariera-img-cover img {
		width: 100% !important;
	}


	#sluzby img {
		width: 100%;
	}
	#sluzby .sluzby-img {
		border: 0;
		padding-left: 0;
	}
	#kariera .kariera-img-cover,
	#sluzby .sluzby-img-cover {
		height: 300px !important;
	}

	#kariera .kariera-content,
	#sluzby .sluzby-content	 {
		min-height: 0 !important;
	}

	#highlights .columns,
	#reference .columns {
		padding: 0 15px;
	}
	#reference .columns {
		margin-bottom: 20px;
	}
	#reference img {
		width: 100%;
	}

	#highlights .row {
		padding: 0;
	}

	#highlights img {
		margin-top: 20px;
	}

	.letter {
		display: none;
	}

	#logo img {
		max-width: 195px;
		margin: 20px 0;
		float: right;
	}

	#wpadminbar {
		display: none;
	}

	html.js {
		margin-top: 0 !important;
	}
	#menu,
	#header #lang_sel_list {
		display: none;
	}

	#wrapper {
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	#wrapper.active {

	}

	#wrapper .exit-off-canvas {
		position: absolute;
		left: 0;
	}
	#wrapper.active .exit-off-canvas {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-backface-visibility: hidden;
		cursor: pointer;
		-webkit-box-shadow: inset 25px 0px 30px -15px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    inset 25px 0px 30px -15px rgba(50, 50, 50, 0.5);
		box-shadow:         inset 25px 0px 30px -15px rgba(50, 50, 50, 0.5);
		display: block;
		background: rgba(255, 255, 255, 0.3);
		top: 0;
		bottom: 0;
		left: 220px;
		right: 0;
		z-index: 1002;
	}



	.menu-link {
		height: 54px;
		width: 54px;
		padding: 18px 15px;
		background: #26529e;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2006;
	}
	.menu-link span {
		position: fixed;
		z-index: 20;
		width: 24px;
		height: 16px;
		background: -webkit-linear-gradient(90deg,rgba(33,33,33,0),rgba(33,33,33,0) 9px,#FFFFFF 7px,#FFFFFF 11px,rgba(33,33,33,0) 11px,rgba(33,33,33,0) 18px);
		background: linear-gradient(0deg,rgba(33,33,33,0),rgba(33,33,33,0) 7px,#FFFFFF 0px,#FFFFFF 9px,rgba(33,33,33,0) 6px,rgba(33,33,33,0) 16px);
		font-size: 0;
		text-indent: -9999px;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	.menu-link span::after,
	.menu-link span::before {
	  display: block;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #FFFFFF;
	  content: "";
	}
	.menu-link span::before {
	  top: 0;
	  -webkit-transform-origin: bottom left;
	  -ms-transform-origin: bottom left;
	  transform-origin: bottom left;
	}
	.menu-link span::after {
	  bottom: 0;
	  -webkit-transform-origin: top left;
	  -ms-transform-origin: top left;
	  transform-origin: top left;
	}
	.menu-link.active {
		right: auto;
		left: 0px;
		position: absolute;
		padding-left: 19px;
	}
	.menu-link.active span {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		background: none;
		position: absolute;
	}
	.menu-link.active span::before {
	  -webkit-transform: translateY(15px) rotate(-45deg);
	  -ms-transform: translateY(15px) rotate(-45deg);
	  transform: translateY(15px) rotate(-45deg);
	  background-color: #bed600;
	}
	.menu-link.active span::after {
	  -webkit-transform: translateY(-15px) rotate(45deg);
	  -ms-transform: translateY(-15px) rotate(45deg);
	  transform: translateY(-15px) rotate(45deg);
	  background-color: #bed600;
	}




	#offcanvas {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 220px;
		height: 100%;
		background-color: #26529E;
		z-index: 999;
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
		left: -220px;
		padding-top: 60px;
	}

	#offcanvas.active {
		-webkit-transform: translate(220px, 0px);
		-moz-transform: translate(220px, 0px);
		-o-transform: translate(220px, 0px);
		-ms-transform: translate(220px, 0px);
		transform: translate(220px, 0px);
		-webkit-box-shadow: -4px 0px 4px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: -4px 0px 4px 0px rgba(0,0,0,0.3);
		box-shadow: -4px 0px 4px 0px rgba(0,0,0,0.3);
		z-index: 2005;
	}

	#offcanvas ul {
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0px;
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
		text-decoration: none;
		list-style: none;
		margin: 0 !important;
		padding: 0;
	}


	#offcanvas ul.offcanvas li {
	  opacity: 0;
	  -webkit-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	  transform: translateX(-100%);
	}

	#offcanvas ul.offcanvas > li:nth-child(1) {
	  -webkit-transition: opacity .5s .1s,-webkit-transform .5s .1s;
	  transition: opacity .5s .1s,transform .5s .1s;
	}
	#offcanvas ul.offcanvas > li:nth-child(2) {
	  -webkit-transition: opacity .5s .2s,-webkit-transform .5s .2s;
	  transition: opacity .5s .2s,transform .5s .2s;
	}
	#offcanvas ul.offcanvas > li:nth-child(3) {
	  -webkit-transition: opacity .5s .3s,-webkit-transform .5s .3s;
	  transition: opacity .5s .3s,transform .5s .3s;
	}
	#offcanvas ul.offcanvas > li:nth-child(4) {
	  -webkit-transition: opacity .5s .4s,-webkit-transform .5s .4s;
	  transition: opacity .5s .4s,transform .5s .4s;
	}
	#offcanvas ul.offcanvas > li:nth-child(5) {
	  -webkit-transition: opacity .5s .5s,-webkit-transform .5s .5s;
	  transition: opacity .5s .5s,transform .5s .5s;
	}
	#offcanvas ul.offcanvas > li:nth-child(6) {
	  -webkit-transition: opacity .5s .6s,-webkit-transform .5s .6s;
	  transition: opacity .5s .6s,transform .5s .6s;
	}

	#offcanvas.active ul li {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}

	.icl-de {
		display: none;
	}
	.logged-in .icl-de {
		display: block;
	}

	#offcanvas ul.offcanvas ul {
		background: #26529E;
	}

	#offcanvas ul.offcanvas ul.dropdown {
		background: #3860a6;
		/* border-bottom: 1px solid #ccc; */
	}

	#offcanvas ul.offcanvas ul.dropdown li a {
		border: 0;
		font-weight: normal;
	}

	#offcanvas ul.offcanvas span a {
		font-size: 16px;
		color: #f6f6f6;
		line-height: 50px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in;
		-moz-transition: color 0.2s ease-in;
		-o-transition: color 0.2s ease-in;
		transition: color 0.2s ease-in;
	}

	#offcanvasul.offcanvas span a:hover {
		color: #D52D26;
	}

	#offcanvas ul.offcanvas li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in;
		-moz-transition: color 0.2s ease-in;
		-o-transition: color 0.2s ease-in;
		transition: color 0.2s ease-in;
		width: 100%;
		display: block;
		/* border-bottom: 1px solid #ccc; */
		padding-left: 10px !important;
		line-height: 20px;
		padding: 12px 10px;
	}

	#offcanvas ul.offcanvas li a:hover {
		color: #f6f6f6;
		background: #1C3C73;
	}

	#offcanvas ul.offcanvas ul a {
		padding-left: 10px !important;
	}


	#offcanvas #lang_sel_list {
		top: 16px;
		right: 5px;
	}
	#offcanvas #lang_sel_list a {
		background: transparent;
		color: #fff!important;
	}
	#offcanvas #lang_sel_list a.lang_sel_other {
		color: #8099c6 !important;
	}
	#offcanvas #lang_sel_list li:first-child {
		border-right: 1px solid #8099c6;
	}


	#footer h3,
	#footer h3 a {
		font-size: 13px;
		color: #a4a6a7;
		margin-top: 38px;
	}

	#footer .large-5 {
		width: 100%;
	}

	#footer .large-2 {
		width: 100%;
	}


	.homepage-slider .large-3 {
		width: 100%;
		padding: 0 !important;
		clear: both;
		float: left;
	}

	.homepage-slider .slide-image2,
	.homepage-slider .slide-image3 {
		display: none;
	}
	.homepage-slider .large-2 {
		width: 100%;
		padding: 0 !important;
		clear: both;
		float: left;
	}

	.homepage-slider .large-2 .slide-content {
		height: auto !important;
		padding: 0;
	}

	.homepage-slider .large-2 .slide-content-cover {
		padding: 15px 20px;
	}

	.slide-link {
		position: static;
		margin: 0;
		padding: 0;
		background: #fff;
		margin-top: 20px;
	}

	.slide-link a {
		background-position: 15px 14px;
		text-align: right;
		padding: 0;
		padding: 12px 20px;

	}



	#copyright img {
		margin: 0;
		margin-top: 50px;
		float: right;
	}


	.lockfixed {
		position: static !important;
		top: auto !important;
		width: 100% !important;
		margin-top: 0 !important;
		padding: 30px 15px;
		border: 0;
	}

	#content.lockfix {
		margin-bottom: 0;
		border: 0;
	}

	#management {
		margin-top: 0;
	}

	#management .row > .large-6 {
		padding: 0 !important;
		margin-bottom: 20px;
	}
	#management .management-image {
		max-width: none !important;
		background: #fff;
		text-align: center;
		padding-top: 20px;
	}
	#management .management-content {
		height: auto !important;
		min-height: 0;
		padding-bottom: 10px;
	}


	#reference > .row {
		border: 0;
	}

	#sluzby .row, #download .row, #kariera .row {
		padding: 20px 0;
	}

	#kariera .row {
		border: 0;
		padding-bottom: 0;
	}

	#news .news-content {
	  padding: 32px 20px 25px 20px;
	}



	#content .submenu {
		position: static;
		margin-top: 20px !important;

	}
	#content .submenu li {
		display: block;
		width: 100%;
		height: 34px;
	}

	#content .submenu li a {
		font-size: 13px;
		padding: 7px 0 !important;
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #dfe0e0;
	}

	#content .submenu li:last-child a  {
		border: 0;
	}

	.search-results article .attachment-service-image {
		width: 250px;
		position: static;
		left: auto;	
		margin-top: -10px;
		margin-bottom: 20px;

	}	


	#header #searchform {
		display: none;
	}

}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


	.search-results article .attachment-service-image {
		width: 250px;
		position: static;
		left: auto;	
		margin-top: -10px;
		margin-bottom: 20px;
	}

	#header.smaller {
		position: fixed;
		height: 100px;
		width: 100%;
		z-index: 2000;
	}
	#header.smaller #logo a {
		width: 155px;
		height: 24px;
		display: block;
		background: url('img/logo-smaller.jpg') no-repeat;
		background-position: 0 0;
		position: static;
		margin-top: 12px;
		margin-left: 20px;
		z-index: 1002
	}

	#header.smaller .top-bar-section {
		padding-left: 5px !important;
	}

	#management h2 {
		font-size: 15px;
		line-height: 18px;
	}

	#management p,
	#management p a {
		color: #909293;
		font-size: 12px;
		line-height: 15px;
		word-wrap: break-word;
		margin-bottom: 15px;
}

	#management .management-content {
		padding-left: 10px;
		padding-right: 10px;
		/* padding-top: 10px; */
		padding-bottom: 0;
		min-height: 0;
	}


	#kontakt .kontakt-link a {
		font-size: 10px;
		background: url('img/address.jpg') 10px center no-repeat #fff;
		background-size: 15px auto;
		padding-right: 10px;
	}

	#kontakt .ftp .kontakt-link a {
		background-position: 10px center;
		background-size: 20px auto;

	}

	#menu {
		margin-top: 20px;
	}

	#menu .top-bar-section > ul {
		margin-left: 0;
		padding-left: 0px;
		border-left: 0;
	}

	#logo img {
		margin-left: 15px;
	}



	#footer .large-5 {
		width: 100%;
		margin-bottom: 30px;
	}

	#footer .large-2 {
		width: 33.3333%;
	}

	.homepage-slider .large-3:last-child {
		display: none;
	}
	.homepage-slider .large-3 {
		width: 33.3333%;
	}

	.homepage-slider .large-2 {
		width: 33.3333%;
	}

	.homepage-slider .slide-link {
		padding: 0;
		background: none;
	}

	.homepage-slider .slide-link a {
		background: none;
		padding: 5px 20px 10px 0;
	}

	.slide-image1 {
		padding-left: 0 !important;
		padding-right: 10px !important
	}

	.slide-image2 {
		padding-left: 10px !important;
		padding-right: 0 !important;
	}
	.slide-image3 {
		padding-right: 0 !important;
		padding-left: 10px !important;
	}

	.slide-content {
		font-size: 12px;
		padding: 15px 5px;
		background-position: right 0px top 15px;
	}
	.slide-content h2 {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 10px;
	}



	.lockfixed {
		position: static !important;
		top: auto !important;
		width: 100% !important;
		margin-top: 0 !important;
		padding: 0px 35px 75px 35px !important;
	}

	#content.lockfix {
		min-height: 0;
	}

}
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */


	.homepage-slider .large-3 {
		width: 25%;
	}

	.homepage-slider .large-2 {
		width: 25%;
	}

	.slide-image1 {
		padding-left: 0 !important;
		padding-right: 10px !important
	}

	.slide-image2 {
		padding-left: 10px !important;
		padding-right: 0 !important;
	}
	.slide-image3 {
		padding-right: 0 !important;
		padding-left: 10px !important;
	}

	.slide-link {
		padding-top: 10px;
	}
	.slide-link a {
		display: block;
		padding: 10px 20px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #bed600;
		background: url('img/slide-link-bg.jpg') 20px 15px no-repeat #fff;
	}

	.slide-content h2 {
		font-size: 19px;
		line-height: 29px;
		margin-bottom: 10px;
		margin-right: 0 !important;
	}


}
@media only screen and (min-width: 90.063em) and (max-width: 1650px) { /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

	.homepage-slider .large-3 {
		width: 25%;
	}

	.homepage-slider .large-2 {
		width: 25%;
	}

	.slide-image1 {
		padding-left: 0 !important;
		padding-right: 10px !important
	}

	.slide-image2 {
		padding-left: 10px !important;
		padding-right: 0 !important;
	}
	.slide-image3 {
		padding-right: 0 !important;
		padding-left: 10px !important;
	}

	.slide-link {
		padding-top: 10px;
	}
	.slide-link a {
		display: block;
		padding: 10px 20px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #bed600;
		background: url('img/slide-link-bg.jpg') 20px 15px no-repeat #fff;
	}

	.slide-content h2 {
		font-size: 20px;
		line-height: 29px;
		margin-bottom: 10px;
	}

}
@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
}




@media only screen and (min-width: 1024px) and (max-width: 1300px) {

	.slide-content-cover {
		visibility: hidden;
	}
	.slide-content-cover h2 {
		visibility: visible;
		font-size: 21px;
	}
}


@media only screen and (min-width: 40em) and (max-width: 785px) {

	.slide-content-cover {
		visibility: hidden;
	}
	.slide-content-cover h2 {
		visibility: visible;
		font-size: 21px;
		line-height: 27px;
	}
}




body.single-post {
	 /*background: url('layout/single.jpg') center top no-repeat #f2f2f2;*/
}