@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root { 
     
	  --text: rgb(65,65,65);

	  
	  --modra: rgb(14,87,131);
	  --svmodra: rgb(0,167,219);
}
.modra {
	color: var(--modra);
}
.hneda {
	color: var(--hneda);
}
.zluta {
	color: var(--zluta);
}


html, body, .fullHeight {
     min-height: 100% !important;
     height: 100%;
     position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: var(--text);
}
.anchor {
	position: relative;
	top:-100px;
}
.bgSeda {
	background-color: rgba(245,245,245,1)
}
.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.containerIn {
	padding: 10px;
}
a {
	color: var(--text);
	text-decoration: none;
}
.font {
	font-family: 'Roboto Condensed', sans-serif;
}
.stin {
     -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 65, 1);
     -moz-box-shadow:    0px 0px 5px 0px rgba(51, 59, 65, 1);
     box-shadow:         0px 0px 5px 0px rgba(51, 59, 65, 1);
}
#footer {
	font-size: 13px;
	background: var(--modra);
}
#footer, #footer a {
	color: white;
}
#top {
	width: 100%;
	z-index: 500;
	position: relative;
}
#topFixed {
	position: fixed;
	width: 100%;
	z-index: 500;
	background: var(--modra);
}

#logo {
	display: block;
	float: left;
	width: 128px;
	height: 80px;
	background: url(../images/logo.png) no-repeat 50%;
	margin: 10px;
}
	.menuSmall {
		margin: 0 0 0 0 !important;
	}
	.logoSmall {
		background-size: cover !important;
		height: 55px !important;
		width: 142px !important;
	}


#menuSpacer {min-height:100px;}
#menu {
	/*background: var(--tmhneda);*/
	position: relative;
}

.boxy {
     text-align:center;
}
.flexdiv {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}



#topLinks {
    float: right;
    clear: right;
    font-size: 15px;
    padding: 10px 10px 10px 0px;
}


.btn-kontakt,.btn-obj {
	background: var(--svmodra);
	padding: 5px 15px;
	color: white;
	font-size:22px;
	/*text-transform: uppercase;*/
	border: 1px solid white !important;
	white-space: nowrap;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 65, 1);
     -moz-box-shadow:    0px 0px 5px 0px rgba(51, 59, 65, 1);
     box-shadow:         0px 0px 5px 0px rgba(51, 59, 65, 1);
     transition: border 0.5s;
     font-family: 'Roboto Condensed', sans-serif;
}
.btn-kontakt:hover,.btn-obj:hover {
     border: 1px solid var(--text) !important;
}

#menu {
	float: right;
	clear: right;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: white;
}
#menu::before {
  content: '';
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 15px;
  border-color: var(--modra) transparent var(--modra) var(--modra);
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: absolute;
}


	#nav {
		margin: 0px 10px 0px 30px;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 500;
		color: var(--modra);
		padding: 5px 10px;
		z-index: 999;
		position: relative;
		outline: none;
		font-family: 'Roboto Condensed', sans-serif;
	}
	#nav li:last-child a {
		padding: 5px 0px 5px 10px;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	     transition: all 0.2s;	
		color: var(--svmodra) !important;
	}

#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	 background: white !important;
	 
	 overflow: hidden;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    color: var(--tmhneda);
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 7px 5px;
    position: relative;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
	 font-weight: normal;
}
#nav ul li a:hover {
    background: white none repeat scroll 0 0 !important;
    /*color: #172983 !important;*/
}
#nav li:hover > ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
#nav ul li:last-child a {
		padding: 7px 5px;
	}
	
	
.fadeIn {
	opacity: 0;
}







#topSlider {
	width: 100%;
	height: auto;
	position: relative;
	/*background: gray;*/
	/*background: url(../images/slider/bgTop.jpg) no-repeat 50% / cover;*/
}
#topSlider .hid {width:100%;height:auto;visibility:hidden;}
#slider {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute !important;
}
#slider-padla {
	height: 33px;
	top: 0px;
	position: relative;
}
#sliderdiv {
  width: 100%;
  height: 24px;
  background: url(../images/wave.png) repeat-x top center;
  /*animation: moveBG 80s linear infinite;*/
  position: relative;
}
@keyframes moveBG {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 1000px 0;
	}
}
#sliderTitle {
	text-align: center;
	color: var(--modra);
	text-align: left;
	font-size: 45px;
	font-weight: 400;
	padding: 7% 0;
	box-sizing: border-box;
	/*position: absolute;*/
}
#sliderTitle .a {
	background: rgba(255,255,255,0.8);
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	padding: 2px 25px;
	position: relative;
}
#sliderBottom {
     width: 100%;
     height: auto;
     position: relative;
     bottom: -5px;
}
#sliderInfo {
	color: white;
	padding: 20px 0;
	box-sizing: border-box;
}

#sliderInfo a {
	color: white;
}
#sliderInfo .s {
	padding: 0 0 0 55px;
	background-position: left 1px;
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-kontakt {
	background-image: url(../images/icon-kontakt.png);
}
.slider-hodiny {
	background-image: url(../images/icon-hodiny.png);
}
.slider-jidelnicek {
	background-image: url(../images/icon-jidelnicek.png);
}
.s-f {
	font-size: 20px;
}
.flexInfo {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}



.text-center {
	text-align: center;
}
#homeContent {
	/*background: #F4F4F4;*/
	position: relative;
	/*color: white;*/
}
#homeContent .rakt {
	width: 300px;
}
#homeContent .ljidelnicek {
	width: calc(100% - 350px);
}
#sliderBg {
	/*background: url(../images/homeContentBg.png) no-repeat center top;*/
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index:100;
}

#blog {
	text-align: center;
	margin: 0px 0;
	position: relative;
	/*top: -50px;*/
	z-index: 100;
}
.blogItem {
	margin: 0 20px 40px 20px;
	display: inline-block;
	width: calc(33% - 40px);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
	box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);
	vertical-align: top;
	background: white;
	position: relative;
}

.blogItemIn {
	padding: 10px;
}
.fotogalItem {
     background: rgb(14,87,131);
     
     position: absolute;
     width: 100%;
     box-sizing: border-box;
}
.fi {
     height: 250px !important;
}
.fotogalItem .blogTitle{
     color: white!important;
}
.blogTitle {
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: var(--modra);
	text-align: left;
	display: block;
}
.blogItemIn a {
	border: none !important;
}
.blogImage {
	width: 100%;
	height: 200px;
}
	.blogImage a {
		width: 100%;
		height: 100%;
		display: block;
		border: none !important;
	}	
.blogText {
	font-size: 15px;
	text-align: left;
}
.blogDate {
	font-size: 13px;
	color: #044C6E;
}
.blogMore {
	display: block;
	text-decoration: none;
	background: #044C6E;
	color: white;
	font-size: 14px;
	padding: 2px 10px;
}
.leva {
	float: left;
}
.prava {
	float: right;
}
.prava.dole {
	text-align: right;
}
.akt {
	margin: 15px;
}

#footer{
    /*background: #F4F4F4;*/
    border-top: 2px solid var(--modra);
	 font-size: 13px;
	 padding: 5px 0;
}
#footer a{
	border: none;
}
#footer .right {
	text-align: right;
}





h1 {
	font-weight: 500;
	font-size: 40px;
	margin: 0 0 10px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: var(--modra);
}

h2 {
	font-weight: 500;
	font-size: 35px;
	color: var(--modra);
	margin: 15px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
.h2small {
	font-size: 28px;
	text-align: left;
	color: var(--svhneda);
}
h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 0px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}

.homeText {
	/*padding: 30px 30px 30px 0;*/
	/*padding-left: calc(50% + 30px);*/
	/*background-image: url(../images/tempimage.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50%;
	display: flex;
}
.homeTextIn {
	padding: 30px;
}
.homeText .right, .homeText .left {
	box-sizing: border-box;
	padding: 20px;
	flex-grow: 1;
}


p {
	line-height: 140%;
}
strong,b {
	font-weight: 500;
}
.left {
	float: left;
}
.right {
	float: right;
}
#boxKontakt .left, #boxKontakt .right {
	width: 48%;
}
.text {
	line-height: 150%;
}
.text a {
	border-bottom: 1px dashed gray;
}
.text a:hover {
	border-bottom: 1px dashed var(--modra);
}



.img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}


.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.topBox {
	justify-content: space-around;
	
}
.homeBox {
	background: var(--modra);
	color: white !important;
	box-sizing: border-box;
	padding: 0 20px 15px 20px;
	margin: 20px;
	/*flex-grow: 1;*/
	width:0;
	border: 1px solid white;
	flex: 1 1 0;
}
.homeBox h2 {
	font-size: 20px;
	color: white !important;
	text-transform: none;
	font-weight: 400;
	text-align: left;
}
.topBox {
	position: relative;
	top: -90px;
}




.text img {
	max-width: 100%;
	height: auto;
	box-sizing:border-box;
}
.text ul {
	list-style: none;
	padding-left: 10px;
}

.text ul li {
  position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}


.text ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23009f52' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}
.text ol {
     line-height: 150%;
     /*color: white;*/
}
.text .left, .text .right {
	width: calc(48% - 10px);
}


.homeText {
	
}

.pdfPol {
	/*line-height: 140%;*/
	border: none !important;
}
.pdfPol img {
	vertical-align: middle;
	height: 25px;
	padding: 0 5px 0 0;
}
.polozkyPdf {
	margin: 10px 0 0px;
}

.perex {
	font-weight: normal;
	font-size: 22px;
	line-height: 145%;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy {
	font-size: 13px;
	line-height: 135%;
}
.copy a {
	text-decoration: none;
}
/*.parallax {
    height: 100%;
	 width: 100%;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}*/
#kontaktBottom {
	display: flex;
}
#kontaktBottom .left {
	background: url(../images/budova.jpg) no-repeat left 50% / cover;
}
#map {
	height: 300px;
}

.part {
	/*padding: 30px 0 150px 0;*/
	padding: 40px 0 70px 0;
}
.line {
	background: #847115;
	height: 1px;
	width: 50%;
	margin: -20px auto 0;
}


.ef {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#fotoHome, .page {
	/*background: #F3F3F3 !important;*/
}






.files {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li {
	padding: 10px 0 10px 40px;
}
.fileIcon {
	display: inline-block;
	height: 30px;
	width: 26px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.file-pdf {
	background: url(../images/files-pdf.png) no-repeat left 50%;
}
.file-doc, file-docx {
	background: url(../images/files-doc.png) no-repeat left 50%;
}
.file-xls, .file-xlsx {
	background: url(../images/files-xls.png) no-repeat left 50%;
}






#kontakt .left,#kontakt .right {
	width: 50%;
	position: relative;
}
#kontakt {
	/*display: flex;*/

}





#galerie {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
	 padding: 2px 0 2px 0;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 6 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.gal7 {
 	width: calc(100% / 7 - 10px);
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
	 border: none !important;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover > .zoomImg {
	/*display: block !important;*/
}
.gal a img {
    display: none;
}

#text iframe, #text img {
	max-width: 100%;
}


#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}





#menuResponsive {
	display: none !important;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.tabulka {
 border: 0 !important;
 font-size: 15px;
}
.tabulka td {
	background: white;
}


.tabulka tr:nth-child(even) td {
    background-color: rgba(255,255,255,0.8);
	 vertical-align: top;
}




.kontakt-left {
	width:100%;max-width:600px;float:right;box-sizing:border-box;padding:20px;
}


li p {
	display: inline;
}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1100px) {
	#sliderTitle .btn-obj {
		display: none;
	}
	#sliderTitle {
		padding: 10% 0;
	}
	#menu::after {
		display: none;
	}
	
	#menu {
		background: none;
		position: relative;
	}
	#nav li a, #nav ul li a {
		color: white !important;
	}
	#homeImg{
		content:url('../images/homew.png');
	}
	#topLinks .btn-obj {
		font-size: 13px !important;
		padding: 3px 10px;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#nav {
		border: none;
		padding: 0;
		margin: 0;
	}
	#nav li {
		text-align: right !important;
	}
	#nav ul {
		background: none;
		visibility: visible;
		opacity: 1;
		position: relative;
		width: 240px;
	}
	#nav ul li a  {

		text-transform: none;
	}
	#nav ul{
    background: none !important;
    box-shadow: none !important;
}
	#nav ul li {
		display: inline-block;
	}
	#menu, #nav li  {
		text-align: right;
		display: block;
	}
	.gal {    
    	width: calc(100% / 5 - 10px);
	}
	#nav li:last-child a {
		padding: 5px 10px;
	}



	#nav li a:hover > ul {
    background: none !important;
    /*color: #9D0203 !important;*/
}
	#logo {
		background-size: cover !important;
		height: 70px !important;
		width: 112px !important;
	}
#nav ul li:last-child a {
     padding: 5px 10px;
}
#nav ul li a:hover {
	background: none!important;
}

}
@media screen and (max-width: 900px) {
.blogItem {
		width: calc(50%  - 40px);
	}
	
}
@media screen and (max-width: 800px) {
	.topBox {
		top: -70px;
	}
	.rakt {
		padding-top: 35px;
	}
	.text ul {
		list-style-position: inside;
	}
	#kontakt {
		display:block;
	}
	#kontakt .right {
		/*height: 250px;*/
	}
	.kontakt-left {
	width:100%;max-width:none;float:none;
	box-sizing:border-box;padding:20px;
}
	#footer .left, #footer .right {
		width: auto !important;
		/*display: inline-block;*/
	}
	#footer .left {
		display: inline-block;
		margin: 0 auto 10px auto;;
		width: 290px!important;
		text-align: left;
	}
	#kontakt .right {
		padding: 20px;
		box-sizing: border-box;
	}
	#footer .right {
		text-align: center;
	}
	#footer {
		text-align: center;
	}
	#sliderTitle {
		font-size: 35px;
	}
	#sliderTitle .btn-obj {
		font-size: 20px !important;
	}
	#logo {
		/*width: 188px;
		height: 50px;
	   background: url(../images/logo.png) no-repeat 50% / cover;*/
		/*position: absolute;*/
	}
	
	#nav {
		/*margin: 0;*/
	}
	#menuResponsive a {
		padding: 5px 15px 5px 0;
	}
	.left,.right {
		float: none;
		width: 100% !important;
	}
	#o-nas .left {
		text-align: center !important;
	}
	.perex {
		font-size: 18px;
	}
	h2 {
		font-size: 35px;
	}
	.icons {
		display: block;
	}
	.icon {
		margin: 0 0 30px 0;
	}
	.gal {    
    	width: calc(100% / 4 - 10px);
	}

	.box4 {
		width: calc(90% / 2);
		margin: 0 0 20px 0;
	}
	.imageSlide {
		right: 0;
		top: 15%;
		height: 65%;
	}
	#menuSpacer {
		min-height: 60px;
	}
	.homeText {
		display: block !important;
	}
	.homeTextImage {
		height: 450px;
	}
	.right.homeImg {
		height: 300px;
	}

	.tabulka tr td:nth-child(2) {
		white-space: nowrap;
	}
	
	#o-nas .containerIn div {
		display: block!important;
		margin: 0 !important;
	}
	#o-nas img {
		max-width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 600px) {
	.blogItem {
		width: calc(100%  - 40px);
	}
}
@media screen and (max-width: 650px) {

	.homeBox,.akt-item {
      flex: auto;
		width: 90%;
	}
	.topBox {
    top: 0px;
}
	.boxes {
		display: block !important;
	}
	#logo {
		/*width: 195px;
		background-size: contain;
		position: absolute;*/
	}
	#homeContent .box, #aktuality .akt-item {
		width: 100% !important;
		box-sizing: border-box;
	}
	#sliderBox {
		height: 400px;
	}
	#sliderText {
		/*top: 50px;
		font-size: 35px;*/
	}
	.sliderLeft,.sliderRight,.bx-prev,.bx-next {
		display: none;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 28px;
	}
	.boxes.spoluprace .box {
	  width: calc(100% / 2 - 10px) !important;
   }
	.text ul {
		padding: 0 0 0 10px;
	}
	.count-tab td {
          display: inline-block;
          padding: 0 30px 40px 30px;
     }
}
@media screen and (max-width: 630px) {
	#sliderInfo .flexInfo {
		flex-wrap: wrap;
		justify-content: center;

	}
	#sliderInfo .flexInfo .s {
		margin: 5px 15px 10px 0;
	}
}
@media screen and (max-width: 500px) {
	
	#topLinks {
		/*display: none;*/
	}
	#menu {
		/*padding: 25px 0 10px 0;*/
	}
	#sliderTitle .btn-obj {
          /*display: inline !important;*/
     }
}
@media screen and (max-width: 450px) {

	.homeTextImage {
		height: 300px !important;
	}
	
	.text img {
		/*display: block;
		box-sizing: border-box;
		float: none;*/
	}
	#footer .left, #footer .right {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .left img {
		/*float: none !important;
		display: block;
		margin: 0 auto;*/
	}
}
@media screen and (max-width: 450px) {
	#sliderText span {
		font-size: 16px;
	}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	/*.text img {
		max-width: 100%;
		height: auto !important;
	}*/
	.gal {    
    	width: calc(100% / 2 - 10px);
	}
	.box4 {
		width: 90%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 520px) {
	#topBtns {
		display: none !important;
	}
	#logo {
		/*background-size: cover !important;
		height: 34px !important;
		width: 135px !important;*/
	}
	#sliderText span {
		font-size: 25px;
	}
	#sliderText img {
		max-width: 90%;
		height: auto;
	}
}