/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1%;
}
/*float left*/ 
.left 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999999;
} /*float right*/ 

.right 
{
	float: right;
} 
body {
	margin: 0px;
	background-color: #FFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


a:active {
	color: #333;
	text-decoration: none;
}



p {
	font-family: verdana;
	font-size: 110%;
	color: #999;
	line-height: 1.3em;
	text-align: justify;
}
.h1small {
	font-size: 120%;
	color: #999;
	text-align: justify;
	font-style: normal;
	line-height: 1.2em;
	font-family: verdana;
	margin-top: 5%;
}

h1 {
	font-family: verdana;
	font-size: 200%;
	color: #5E3F39;
	font-weight: 100;
	text-align: justify;
}

h2 {
	font-family: verdana;
	font-size: 30px;
	color: #5E413A;
	text-align: center;
}
h4 {
	font-family: verdana;
	font-size: 130%;
	color: #5E413A;
	text-align: center;
}

header {
	margin: auto;
	width: 100%;
	clear: both;
	background-image: url(../images/cut/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#top  {
	width: 960px;
	margin: auto;
	height: 270px;
}
#top #logo {
	float: left;
	height: 153px;
	width: 358px;
	position: relative;
	margin-top: 10px;
}
#top #infoTel {
	float: left;
	height: 143px;
	width: 514px;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
}
#top #buttons {
	float: left;
	height: 130px;
	width: 68px;
	position: relative;
	margin-top: 10px;
	padding-top: 23px;
}

.phones {
	font-family: verdana;
	font-size: 230%;
	color: #5E3F39;
	text-align: right;
	line-height: 10%;
}
.phonesDow {
	font-family: verdana;
	font-size: 145%;
	color: #999;
	text-align: right;
	letter-spacing: 0.1em;
}

nav {
	float: left;
	height: 30px;
	width: 95%;
	padding-left: 5%;
}
#top #slider {
	float: left;
	height: 345px;
	width: 960px;
	position: relative;
	margin-top: 7px;
}
.topbar {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
}

.naslov {
	font-family: "Cooper Black";
}




section {
	margin: auto;
	width: 100%;
	clear: both;
	overflow: hidden;
}

#middle  {
	position: relative;
	width: 960px;
	margin: auto;
	display: block;
}
#middle #aside  {
	float: right;
	width: 23%;
	margin-left: 2%;
	border: 1px solid #FFFFFF;
	position: relative;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #CCCCCC;
	padding-left: 2%;
	padding-bottom: 1%;
	padding-right: 2%;
	margin-bottom: 2%;
	margin-top: 5%;
	padding-top: 1%;
}

#middle #aside a:link {
	color: #5173BA;

}

#middle #article {
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 3%;
}

#middle #article img {
	width: 25%;
	border-radius: 5px;
	margin-right: 1%;
}

.white {
	color: #FFF;
	font-family: verdana;
	font-size: 14px;
}


.imgArticle {
	float: left;
	height: 200px;
	width: 310px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #666666;
}

.rub {
	margin-right: 15px;
	margin-left: 15px;
}


footer {
	margin: auto;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-image: url(../images/cut/bott_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom  {
	position: relative;
	width: 960px;
	margin: auto;
	height: 601px;
}

#bottom #bottUp {
	float: left;
	width: 960px;
	position: relative;
}

.bottLeft {
	float: left;
	width: 60%;
	position: relative;
	padding-left: 6%;
	color: #FFF;
}
.bottRight {
	float: left;
	width: 34%;
	position: relative;
	color: #5E413A;
	text-align: center;
}

.bott1 {
	float: left;
	width: 310px;
	position: relative;
	margin-top: 10px;
}

.bott2 {
	float: left;
	width: 280px;
	position: relative;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	height: 280px;
	margin-bottom: 10px;
}

.bott3 {
	float: left;
	width: 310px;
	position: relative;
	margin-bottom: 10px;
}

#bottom #info {
	float: left;
	width: 310px;
	position: relative;
	color: #FFF;
	font-family: verdana;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pomak {
	line-height: 0.5em;
}
.h3 {
	font-family: verdana;
	color: #FFF;
	font-size: 150%;
}

@media only screen and (max-width: 769px){

h1 {
	font-size: 200%;
	text-align: left;
}

p {
	font-family: verdana;
	font-size: 120%;
	color: #999;
	line-height: 1.3em;
	text-align: justify;
}

header {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/cut/top_res.jpg);
}

#top {
	width: auto;
	height: auto;
}

#top #logo {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
	margin-top: 10px;
}

#top #infoTel {
	float: left;
	height: auto;
	width: 39%;
	position: relative;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 1%;
}
#top #buttons {
	float: left;
	height: auto;
	width: 10%;
	position: relative;
	margin-top: 10px;
	padding-top: 23px;
}

.phones {
	font-family: verdana;
	font-size: 140%;
	color: #5E3F39;
	text-align: right;
	line-height: 10%;
}
.phonesDow {
	font-family: verdana;
	font-size: 110%;
	color: #999;
	text-align: right;
	letter-spacing: 0.1em;
}

nav {
	float: left;
	height: 30px;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 2%;
}

#top #slider {
	float: left;
	height: auto;
	width: auto;
	position: relative;
	margin-top: 7px;
}

.topbar {
	float: left;
	width: auto;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 3%;
	margin-right: 3%;
}

.topbar img {
	width: 50%
}
	


section {
	background-image: none;
}

#middle  {
	position: relative;
	width: auto;
	margin: auto;
}
#middle #aside  {
	float: left;
	width: 92%;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 7px;
	box-shadow: 2px 2px 5px #CCCCCC;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2px;
	padding-right: 2%;
	margin-bottom: 2%;
}

#middle #aside img {
	width: 49%;
	float: left;
	border-radius: 5px;
	margin-right: 4px;
	margin-bottom: 2%;
}

#middle #article {
	height: auto;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
}

#middle #article img {
	width: 30%;
	border-radius: 5px;
}



.white {
	color: #FFF;
	font-family: verdana;
	font-size: 14px;
}


.imgArticle {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

h2 {
	font-family: verdana;
	font-size: 30px;
	color: #5E413A;
	text-align: center;
}
.rub {
	margin-right: 0px;
	margin-left: 0px;
}

.imgArticle img {
	width: 100%;
}




footer {
	background-image: url(../images/noisy_dark_gray.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #666666;
}
#bottom  {
	position: relative;
	width: auto;
	height: auto;
}

#bottom #bottUp {
	width: 100%;
}

.bottLeft {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 0%;
	color: #FFF;
	background-color: #5173ba;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
}
.bottRight {
	float: left;
	width: 50%;
	position: relative;
	color: #5E413A;
	text-align: center;
	background-color: #b2b2b2;
	padding-top: 1%;
	padding-bottom: 1%;
}

.bott1 {
	display: none;
}

.bott2 {
	float: left;
	width: 40%;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-right: 3%;
	padding-left: 3%;
	height: 280px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 5px;
}

.bott3 {
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 30px;
	padding-top: 20px;

}

#bottom #info {
	float: left;
	width: 47%;
	position: relative;
	color: #FFF;
	font-family: verdana;
	margin-top: 7%;
	padding-left: 3%;
}
.pomak {
	line-height: 0.5em;
}

.h3 {
	font-family: verdana;
	color: #FFF;
}
}

@media only screen and (max-width: 481px){

p {
	font-family: verdana;
	font-size: 130%;
	color: #999;
	line-height: 1.3em;
	text-align: justify;
}

header {
	background-image: none;
}

#top #logo {
	float: left;
	width: 92%;
	position: relative;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999999;
	margin-left: 4%;
	margin-right: 4%;
	background-image: url(../images/cut/top_min.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top #slider {
	display: none;
}

#top #infoTel {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	margin-top:0px;
	padding-top: 10px;
	padding-right: 0%;
	line-height: 10%;
}
#top #buttons {
	float: left;
	height: auto;
	width: 13%;
	position: relative;
	margin-top: 0px;
	padding-top: 3%;
	margin-right: 7%
}

.phones {
	font-family: verdana;
	font-size: 140%;
	color: #5E3F39;
	text-align: center;
	line-height: 10%;
}
.phonesDow {
	font-family: verdana;
	font-size: 110%;
	color: #999;
	text-align: center;
	letter-spacing: 0.1em;
}


.topbar img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 6%;
}

#middle #article {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	
}

#middle #article img {
	display:none;
	
}

#middle #aside img {
	width: 98%;
	float: left;
	border-radius: 5px;
	margin-right: 4px;
	margin-bottom: 2%;
}

#middle #article p {
	text-align: justify;
	
}


.imgArticle {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.bottLeft {
	float: left;
	width: 95%;
	position: relative;
	padding-left: 0%;
	color: #FFF;
	background-color: #5173ba;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 5%
}
.bottRight {
	display: none;
}

.bott1 {
	display: none;
}

.bott2 {
	float: left;
	width: 88%;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-right: 3%;
	padding-left: 3%;
	height: 280px;
	margin-bottom: 50px;
	margin-left: 3%;
	margin-right: 3%;
}

.bott3 {
	float: left;
	width: 94%;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 3%;
	margin-right: 3%;
	background-image:url(../images/maps.jpg);
	border-radius: 5px;	
}

#bottom #info {
	float: left;
	width: 97%;
	position: relative;
	color: #FFF;
	font-family: verdana;
	margin-top: 7%;
	padding-left: 3%;
}
.pomak {
	line-height: 0.5em;
}

.h3 {
	font-family: verdana;
	color: #FFF;
}

.white {
	color: #FFF;
	font-family: verdana;
	font-size: 18px;
}


}
