body
{
	background-color: #FFF;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 !important;
	
}
@font-face {
	font-display: block;
}

@media only screen and (max-width: 980px) /*MOBILE*/ {
	.wrapper
	{
		width: 100%;
	}
	
	.header
	{
		width:100%;
		padding: 20px 0;
	}
	
	.nav
	{
		display: none;
	}
	
	.logo
	{
		font-size: 55px;
		text-align: center;
		color: #000;
		padding: 0px;
		margin: 0;
		color: #2762c2;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Anton', sans-serif;
		
	}
	
	.logo > a
	{
		text-decoration: none;
		color: #000;
	}
	
	.header > a
	{
		text-decoration: none;
	}
	
	.banner
	{
		background: url("img/banner.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-position: center;
		padding: 30px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		font-family: 'Open Sans Condensed', sans-serif;
	}	
	
	.banner > h1
	{
		font-weight: lighter;
		font-size: 18px;
		background-color: #2d9bba;
		color: #FFF;
		opacity: 0.9;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 20px;
	}
	
	.content
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
		padding-top: 10px;
	}

	.main-text
	{
		
	}

	.entry
	{
		margin-top: 50px;
		width: 95%;
		margin: auto;
	}

	.entry > h1
	{
		color: #2d9bba;
		text-decoration: none;
		font-weight: 700;
		font-size: 50px;
		margin: 0;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.entry > h2
	{
		font-size: 25px;
		color: #000;
		text-decoration: none;
		font-weight: 400;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.entry > h3
	{
		
		font-size: 25px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 400;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	
	.picture
	{
		display: none;
	}
	
	.o-nas
	{
		width: 90%;
		margin: auto;
		background-color: #f5f5f5;
		padding: 20px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	}

	.entryimg
	{
		display: none;
	}
	


	.entrytxt
	{
		width: 99%;
		float: right;
		text-align: left;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		font-size: 18px;
	}
	
	.mobile-info > h3
	{
		text-align: left;
		font-weight: 400;
		font-size: 18px;
		margin: 1;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	
	.offer
	{
		width: 100%;
		
		
	}

	.offer > h1
	{
		color: #2d9bba;
	}

	.offer > h2
	{
		text-align: center;
		font-size: 18px;
		font-weight: 200;
		margin: 1;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.offer > h3
	{
		text-align: center;
		font-size: 18px;
		font-weight: 100;
		margin: 1;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.info
	{
		margin-left: 5px;
		float: left;
		width: 30%;
		padding: 2px;	
		text-align: center;
	}

	.info > h1
	{
		font-size: 12px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 700;
		margin: 0;
	}

	.info > h2
	{
		display: none;
	}

	.info > i
	{
		font-size: 30px;
	}

	.cont
	{
		width: 100%;
		margin: auto;
	}

	.cont > h4
	{
		width: 47%;
		background-color: #f0f0f0;
		height: 120px;
		float: left;
		margin: auto;
		margin-left: 5px;
		margin-top: 5px;
		font-size: 16px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 400;
		text-align: center;
		padding-top: 10px;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.cont > h4 > a
	{
		text-decoration: none;
		color: #2d9bba;
	}

	.google-div
	{
		margin-bottom: -5px;
	}

	.google-maps
	{
		margin: 0;
		margin-top: 10px; 
		width: 100%; 
		height: 150px;
		padding: 0;
		
	}
	
	
	.recommends
	{
		margin-top: 0;
		width:100%;
		text-align: center;
		background-color: #ebebeb;
	}

	.recommenddivs
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.recommendbox
	{
		width: 25%;
		height: 105px;
		float:left;
		text-align: center;
		font-size: 30px;
	}
	.recommendbox a
	{
		font-size: 30px;
	}
	
	.recommendbox > img
	{
		width: 10px;
	}

	.recommendbox:hover
	{
		background-color: #f2f2f2;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		transition-duration: 0.4s;
	}

	.footer
	{
		text-align: center;
		background-color: #e0e0e0;
		font-size: 20px;
		padding: 5px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		font-family: 'Open Sans Condensed', sans-serif;
	}
	
	#img1
	{
		width: 70px; 
		margin-top: 20px;
	}
	
	#img2
	{
		margin-top: 15px;
		color: #000;
		font-size: 60px;
		color: #2452c7;
	}
	
	#img3
	{
		width: 70px; 
		margin-top: 30px;
	}
	
	#img4
	{
		width: 50px; 
		margin-top: 25px;
	}
	
	
	
}

@media only screen and (min-width: 981px) /* NORMAL */
 {

	.wrapper
	{
		width: 100%;
	}

	.header
	{
		width:100%;
		padding: 20px 0;
		/*background: url("img/background.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-position: center;*/
		/*background: url("img/background1.jpg") no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;	
		background-repeat: no-repeat;*/
	}

	.box
	{
		background-color: #FFF;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		opacity: 0.9;
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	}

	.logo
	{
		width: 30%;
		font-size: 55px;
		float: left;
		text-align: left;
		color: #000;
		padding: 0px;
		margin: 0;
		margin-left: 45px;
		color: #2762c2;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Anton', sans-serif;
		
	}

	.description
	{
		width: 100%;
		font-size: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		
		padding: 0px;
		font-family: 'Open Sans Condensed', sans-serif;
		
	}

	.logo > a
	{
		text-decoration: none;
		color: #000;
	}

	.nav
	{ 
		width: 100%;
		padding: 3px 0;
		background-color: #e0e0e0;
		text-align: center;
		border-top: 1px solid #c2c2c2;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 600;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.banner
	{
		background: url("img/banner.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-position: center;
		padding: 50px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.banner > h1
	{
		font-weight: lighter;
		font-size: 30px;
		background-color: #2d9bba;
		color: #FFF;
		opacity: 0.8;
		width: 37%;
		float: right;
		text-align: center;
		padding: 20px;
	}

	.content
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
		padding-top: 10px;
	}

	.main-text
	{
		float: left;
		width: 70%;
		
	}

	.entry
	{
		margin-top: 50px;
	}

	.entry > h1
	{
		color: #2d9bba;
		text-decoration: none;
		font-weight: 700;
		font-size: 50px;
		margin: 0;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.entry > h2
	{
		font-size: 25px;
		color: #000;
		text-decoration: none;
		font-weight: 400;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.entry > h3
	{
		
		font-size: 25px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 400;
		text-align: left;
		font-family: 'Open Sans Condensed', sans-serif;
	}



	.entry > h4 > a
	{
		text-decoration: none;
		color: #2d9bba;
		font-weight: 700;
	}

	.o-nas
	{
		width: 90%;
		margin: auto;
		background-color: #f5f5f5;
		padding: 20px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	}

	.entryimg
	{
		float: left;
		width: 20%;
		text-align: center;
		font-size: 80px;
		color: #40543d;
		border-right: 1px solid #858585;
	}



	.entrytxt
	{
		width: 76%;
		float: right;
		text-align: left;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		font-size: 19px;
	}

	.mobile-info
	{
		display: none;
	}

	.offer
	{
		width: 45%;
		margin-left: 35px;
		float: left;
		
	}

	.offer > h1
	{
		color: #2d9bba;
	}

	.offer > h2
	{
		text-align: left;
		font-size: 18px;
		font-weight: 100;
		margin: 1;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.offer > h3
	{
		text-align: left;
		font-size: 18px;
		font-weight: 100;
		margin: 1;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.info
	{
		float: left;
		width: 30%;
		padding: 9px;	
		text-align: center;
	}

	.info > h1
	{
		font-size: 20px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 700;
		margin: 0;
	}

	.info > h2
	{
		font-size: 20px;
		color: #000;
		text-decoration: none;
		font-weight: 400;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.info > i
	{
		font-size: 40px;
	}

	.cont
	{
		width: 70%;
		margin: auto;
	}

	.cont > h4
	{
		width: 22%;
		background-color: #f0f0f0;
		min-height: 120px;
		float: left;
		margin-left: 12px;
		font-size: 18px;
		color: #2d9bba;
		text-decoration: none;
		font-weight: 400;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.cont > h4 > a
	{
		text-decoration: none;
		color: #2d9bba;
	}

	.cont > h4 > i
	{
		font-size: 40px;
	}

	.picture
	{
		float: right;
		width: 20%;
	}

	.picture > img
	{
		margin-top: 100px;
		transition-duration: 0.4s;
	}

	.picture > img:hover
	{
		transform: scale(1.4);
		z-index: 0;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		transition-duration: 0.4s;
	}

	.recommends
	{
		width:100%;
		text-align: center;
		background-color: #ebebeb;
	}

	.recommenddivs
	{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.recommendbox
	{
		width: 250px;
		height: 155px;
		float:left;
	}

	.recommendbox a
	{
		color: #000;
		
		
	}
	
	.recommendbox a > i
	{
		
		
	}

	.recommendbox:hover
	{
		background-color: #f2f2f2;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		transition-duration: 0.4s;
	}

	.footer
	{
		text-align: center;
		background-color: #e0e0e0;
		padding: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.sticky
	{
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	
	#img1
	{
		width: 100px; 
		margin-top: 20px;
	}
	
	#img2
	{
		margin-top: 15px;
		color: #000;
		font-size: 90px;
		color: #2452c7;
	}
	
	#img3
	{
		width: 100px; 
		margin-top: 40px;
	}
	
	#img4
	{
		width: 70px; 
		margin-top: 35px;
	}
	
	.google-div
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-top: 70px; 
		margin-bottom: -5px;
	}
	
	.google-maps
	{
		text-align: center;
		width: 100%; 
		height: 150px;
		margin: auto;
		
	}
	
	
	
	ol
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
		font-size: 18px;
		height: 35px;
		line-height: 200%;
		display: inline-block;
	}

	ol a
	{
		color: #404040;
		text-decoration: none;
		display: block;
	}

	ol > li
	{
		float: left;
		width: 200px;
		height: 40px;
		border-right: 1px dotted #222;
	}

	ol > li:first-child
	{
		border-left: 1px dotted #222;
	}

	ol > li:hover
	{
		background-color: #FFF;
		transition-duration: 0.4s;
	}

	ol > li:hover > a
	{
		color: #242424;
	}

	ol > li > ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: 40px;
		display: none;
	}

	ol > li:hover > ul
	{
		display: block;
	}

	ol > li > ul > li
	{
		background-color:#e0e0e0;
		position: relative;
		z-index: 100;
		border-top: 1px dashed #751b1b;
	}

	ol > li > ul > li:hover
	{
		background-color: #e0e0e0;
	}

	ol > li > ul > li:hover > a
	{
		color: #451717;
	}

}