@media only screen and (orientation: portrait) {
body {
	margin:0;
	padding:0;
	background:url(../dubrovnik-weddings-c.jpg) no-repeat;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;		
	font-family: '500' , "Trebuchet MS", Helvetica, sans-serif ;
	color:black;
	font-size:17px;
	letter-spacing:0px;
	//overflow-y: hidden;
	overflow-x: hidden;	
	}
	
#glava {	
	position: fixed;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #114171;		
	/*background-color: #215181;	*/
	/*background-color: #003661;	
	filter:alpha(opacity=70);	
	opacity:0.7;
	*z-index: -1;*/
	box-shadow: 0px 3px 3px #003661;	
	}


#gumb {
	border-radius: 5px;
	position: fixed;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	/*border-style:solid;
	border-color:#FFF;
	border-width:1px;
	background-color: blue;*/
	z-index: 2003;	
	}	
	
#naziv {	
    height: 32px;      /* equals max image height */
    white-space: nowrap;
	position: fixed; 
	/*display: block; 
	margin-left: auto;
	margin-right: auto;
	position: absolute; */
	left: 40px; 
	top: 5px; 
	/*float: left; */
	color: #fff; 
	/*background-color: #003661;	
	filter:alpha(opacity=70);	
	opacity:0.7;	*/
	z-index: 2101;
	}	

#helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}	
		
img {
    /*horizontal-align: middle;
    max-height: 32px;
    display : block;*/
    margin : auto;	
}		
		
		
#logotip {
	position:fixed; 
	right: 5px; 
	top:3px; 
	/*float: left;*/
	z-index: 2102;	
	}
	

#menuP {
	position: fixed;
	top: 39px;
	width:100%;
	/*height:120px;*/
	float:left;
	text-align:left;
	/*margin: 20px 10px 0 0;
	padding: 5px;*/
	}

#menuP ul {
	list-style:none;
	margin:0;
	padding:5px;
	overflow: hidden;
	/*background-color: #003661;*/
	background-color: #215181;
	filter:alpha(opacity=90);	
	opacity:0.9;	
	box-shadow: 0px 3px 3px #002551;
	}

#menuP li {
	} 

#menuP li a:link, #menuP li a:visited {
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:10px;	
	padding-top:7px;
	padding-bottom:7px;	
	color:blue;
	text-decoration:none;
	font-size:24px;
	filter:alpha(opacity=60);	
	opacity:0.6;
	font-family: '100', "Trebuchet MS", Helvetica, sans-serif ;
	background-color: #fff;	
	}

#menuP li a:hover, #menuP li a:active {
	background-color: #fff;
	filter:alpha(opacity=80);	
	opacity:0.8;	
	}	
	


.white-backgorund {
	margin: 15px 0 0 15px;
	padding: 15px 0 0 15px;
	/*width: auto;*/
	width:30%;
	background: #FFF;
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
	position:absolute;
	z-index:-1;
	}


#boxscroll2 {
	float:left;
	margin: 15px;
	width:70%;
	}
	
	
	
#dl {
	  width: 200px;
	  background: #eee;
	  margin: 30px auto;
	  padding: 20px;
}


#dd {
	  margin: 0 0 0 270px;
	  padding: 10px 5px;
	  position: relative;
}

dd:before {
	  content: "................................................................";
	  height: 1px;
	  position: absolute;
	  right: 100%;
}	

	
input{
	z-index: 10000;
}	

#GT {
	padding: 5px 30px 5px 30px;
}

#tableP {
	 width: 96%; /* For IE8 and earlier */
}	


#tableL {
	 display: none; /* For IE8 and earlier */
}	

.dt {
	 padding: 10px 20px 10px 20px;
	 background: #FFF;
	 opacity:0.87;
 	 filter:alpha(opacity=87); /* For IE8 and earlier */
}		
	

.dtL {
	 display: none; /* For IE8 and earlier */
}	
	
.dtP {
	 padding: 10px 20px 10px 20px;
	 background: #FFF;
	 opacity:0.87;
 	 filter:alpha(opacity=87); /* For IE8 and earlier */
}		
	
	
	
}



@media only screen and (orientation: landscape)  {
body {
	margin:0;
	padding:0;
	background:url(../dubrovnik-weddings-b.jpg) no-repeat;
	background-position: top center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;			
	font-family: '500' , "Trebuchet MS", Helvetica, sans-serif ;
	color:black;
	font-size:17px;
	letter-spacing:0px;
	overflow-x: hidden;	
	overflow-y: hidden;		
	}

#glava {	
	position: fixed;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #114171;		
	box-shadow: 0px 3px 3px #003661;	
	}


#gumb {
	border-radius: 5px;
	position: fixed;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	z-index: 2003;	
	}	
	
#naziv {	
    height: 32px; 
    white-space: nowrap;
	position: fixed; 
	left: 40px; 
	top: 5px; 
	color: #fff; 
	z-index: 2101;
	}	

#helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}	
		
img {
    margin : auto;	
}		
		
		
#logotip {
	position:fixed; 
	right: 5px; 
	top:3px; 
	z-index: 2102;	
	}
	

#menuP {
	position: fixed;
	top: 39px;
	width:20%;
	float:left;
	text-align:left;
	}

#menuP ul {
	list-style:none;
	margin:0;
	padding:5px;
	overflow: hidden;
	/*background-color: #003661;*/
	background-color: #215181;
	filter:alpha(opacity=90);	
	opacity:0.9;	
	box-shadow: 0px 3px 3px #002551;
	}

#menuP li {
	} 

#menuP li a:link, #menuP li a:visited {
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:10px;	
	padding-top:7px;
	padding-bottom:7px;	
	color:blue;
	text-decoration:none;
	font-size:24px;
	filter:alpha(opacity=60);	
	opacity:0.6;
	font-family: '100', "Trebuchet MS", Helvetica, sans-serif ;
	background-color: #fff;	
	}

#menuP li a:hover, #menuP li a:active {
	background-color: #fff;
	filter:alpha(opacity=80);	
	opacity:0.8;	
	}	
	
#tableP	
 {
	 display: none; /* For IE8 and earlier */
}	

#tableL	
 {
	 width: 81%; /* For IE8 and earlier */
}	

#GT {
	padding: 5px 50px 5px 50px;
}
	
.dt {
	 padding: 10px 20px 10px 20px;
	 background: #FFF;
	 opacity:0.87;
 	 filter:alpha(opacity=87); /* For IE8 and earlier */
}		
	

.dtL {
	 display: none; /* For IE8 and earlier */
}	
	
.dtP {
	 padding: 10px 20px 10px 20px;
	 background: #FFF;
	 opacity:0.87;
 	 filter:alpha(opacity=87); /* For IE8 and earlier */
}		
	

}


.GlavnaTablica {
	width: 100%;
	position: absolute;
	top: 45px;	
	z-index: -6;
	}
	
.GlavnaTablica2 {
	width: 100%;
	position: absolute;
	top: 185px;
	z-index: -6;	
	}	




@font-face {
		font-family: '100';
		src: url('../font/light.eot');
		src: url('../font/light.eot?#iefix') format('embedded-opentype'),
		 url('../font/light.woff') format('woff'),
		 url('../font/light.ttf') format('truetype'),
		 url('../font/light.svg#light') format('svg');
		font-weight:100;
		font-style: normal;
		}
		
@font-face {
		font-family: '500';
		src: url('../font/regular.eot');
		src: url('../font/regular.eot?#iefix') format('embedded-opentype'),
		url('../font/regular.woff') format('woff'),
		url('../font/regular.ttf') format('truetype'),
		url('../font/regular.svg#regular') format('svg');
		font-weight:500;
		font-style:normal;
		}

@font-face {
		font-family: 'bold';
		src: url('../font/semibold.eot');
		src: url('../font/semibold.eot?#iefix') format('embedded-opentype'),
		 url('../font/semibold.woff') format('woff'),
		url('../font/semibold.ttf') format('truetype'),
		url('../font/semibold.svg#semibold') format('svg');
		font-weight:bold;
		font-style: normal;
		}

/*
a {
	color:black;}

a:hover {
	text-decoration:none;}
*/
	
#wrapper {
	margin:auto;
	}

.white-backgorund {
	margin: 15px 0 0 15px;
	width:850px;
	height:630px;
	background: #FFF;
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
	position:absolute;
	z-index:-1;
	}

.white-backgorund2 {
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;
	background: #FFF;
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
	position:absolute;
	z-index:-1;
	}

.container {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;
	overflow-y: scroll;
	}

#boxscroll2 {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:630px;
	/*overflow-y: scroll;*/
	}

#boxscroll2 p {
	color:#000;
	padding:0 20px 0 15px;
	}

	
	
/*
input {
		background:#FFF;
		/*display: block;*/
		border: solid;
		border-width:1px;
		opacity:0.6;		
		filter:alpha(opacity=60); /* For IE8 and earlier */
		position:absolute;
		z-index:-1;		
}
*/	

/*
.contact-form {
	margin: 0 0 0 0px;}

.input-area input {
		margin-left:15px;
		width: 398px;
		display: block;
		border: none;
			}

.text-area textarea {
	margin-left:15px;
		width: 394px;
		height: 150px;
		display: block;
		border: none;
			}
*/			
.button input {
    border: none;
    background:#FFF;
}

.button input:hover {
    background:#6CF;
	color:white;
}

#all-contact {
	float:left;
	margin: 15px 0 0 15px;
	width:850px;
	height:280px;}

#all-contact p {
	color:#000;
	padding:0 20px 0 15px;
	}

.left-contact {
	float:left;
	width:300px;
	height:270px;
	margin-top:5px;
	border-right-style:solid;
	border-right-color:#FFF;
	border-right-width:1px;
	}

.left-contact br {
	margin-bottom:5px;}

.right-contact {
	float:right;
	width:530px;
	height:250px;
	margin-top:20px;
}

