/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { 
    margin:0; 
 	padding:0;
	list-style-type:none;
	text-decoration:none;
	font:100% Arial, Helvetica, sans-serif;
 }
body { background-color:#000; height:100%; margin:0; 
 	padding:0;}
img { border:none; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
.squires{
			top:0;
			left:0;
			width:100%;
			height:100%;
			position:fixed;
			z-index:202;
			background-image:url(../img/squires.png);
			background-repeat:repeat;					   
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}
/* ----------------------------	BACKGROUND ONLY FOR ie8 ---------------------------------------------- */
#bg{
  display:none;	
}

/* ----------------------------	BEGINING ---------------------------------------------- */
#cover{
width:100%;
height:100%;
padding:0;
margin:0;
position:fixed;
overflow:hidden;
top:0;
bottom:0;
left:0;
z-index:999;
transition: left  1.4s;
    -moz-transition: left 1.4s;
    -webkit-transition: left  1.4s;
    -o-transition: left  1.4s;
	transition-delay: 1.4s;
	transition-timing-function:ease-in-out;
}
#notification {
    background-color: #FFF9EC;

    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: top  1s;
    -moz-transition: top 1s;
    -webkit-transition: top  1s;
    -o-transition: top  1s;
	transition-delay: .5s;
	transition-timing-function: ease-in-out;
}
#notification2 {
    background-color: #FFF9EC;

    height: 50%;
    position: absolute;
    bottom:0;
    width: 100%;
    transition: bottom 1s;
    -moz-transition: bottom 1s;
    -webkit-transition: bottom 1s;
    -o-transition: bottom 1s;
	transition-delay: .5s;
	transition-timing-function: ease-in-out;
}

#notification.visible {
    top: -52%;
}
#notification2.visible {
    bottom:-52%;
}
#cover.goaway {
    left: -350%;
}


/* ----------------------------	HIDDEN MENU ---------------------------------------------- */
.hiddenMenu{
   width:100%;
   min-width:255px;
   height:40px;
   background-color:#810D08;
   position:absolute;
   top:0;
   left:0;
   z-index:334;
   -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
   display:none;
   color:#fff;
}
.hiddenMenu img{
   float:left;
   width:40px;
   height:40px;
}
.text{
   line-height:40px;
   margin-right:10px;
   text-shadow: 0px 1px rgb(71, 9, 6);
   color:#e4cac9;
   float:right;
}
.text a{
   line-height:40px;
   margin-right:10px;
   text-shadow: 0px 1px rgb(71, 9, 6);
   color:#e4cac9;
   float:right;
}

/* ----------------------------	NAVIGATION HEADER ---------------------------------------------- */
.header{
   width:100%;
   background-color:#810D08;
   position:absolute;
   top:0;
   left:0;
   z-index:333;
   -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.nav_language{
    background-color:#660905;
	width:100%;
	height:25px;	
}
ul.mainLang{
    float:right;
}
ul.mainLang li, ul.mainLang li a{
    display:block;
	line-height:25px;
	margin-right:10px;
	color:#f1d9d8;
	font-size:80%;
	float:left;
	text-shadow: 0px 1px rgb(71, 9, 6);
	text-transform:uppercase;
}
ul.mainLang li a:hover{
	color:#fff;	
}





.nav_menu{
    width:96%;
	height:50px;
	background-color:#810D08;
	margin:0 auto;
}
ul.mainMenu{
    float:left;
}
ul.mainMenu li, ul.mainMenu li a{
    display:block;
	line-height:50px;
	color:#e2c8c7;
	font-size:100%;
	float:left;
	padding:0 8px;
	margin:0;
	text-shadow: 0px 1px rgb(36, 3, 2);
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
ul.mainMenu li a:hover{   
	color:#fff;
}
ul.mainMenu li.hiddenLink, ul.mainMenu li.hiddenLink a{
    display:block;
	line-height:50px;
	color:#d6b1b0;
	font-size:100%;
	float:left;
	padding:0 8px;
	margin:0;
	text-shadow: 0px 1px rgb(36, 3, 2);
	font-family:"Times New Roman", Times, serif;
	visibility:hidden;
}
ul.mainMenu li.hiddenLink a:hover{   
	color:#fff;
}
/* ----------------------------	NAME ---------------------------------------------- */
.advokat_Ivan_Kalev{
    width:100%;
	position:absolute;
	top:95px;
	left:0;
	z-index:444;
}
.nameBox{
   width:94%;
   text-align:left;
   margin:0 auto;
}
p.advokat, p.ivan_hristov, p.kalev{
   color:#f6e2ae;
   text-shadow: 1px 3px rgb(71, 9, 6);
   text-transform:uppercase;   
}
p.advokat{
   font-size:20px;
    margin-left:3px;
}
p.ivan_hristov{
   font-size:37px;
}
p.kalev{
   font-size:91px;
   line-height:75px;
   margin-left:-3px;
   
}
/* ----------------------------	MAIN CONTENT - ADVOKATSKA PRAKTIKA ---------------------------------------------- */
.mainContent{
   position:absolute;
   top:300px;
   left:0;
   width:100%;
   z-index:555;
   background-color: rgba(0, 0, 0, 0.5) !important;
  color: rgb(235, 225, 200);
}
.container{
   width:94%;
   margin:20px auto;
   font-size:85%;
}
h1{
  color:#f6e2ae; 
  font-size:200%;
  margin-bottom:20px;
  font-family:"Times New Roman", Times, serif;
}
h2{
  color:#f6e2ae; 
  font-size:200%;
  margin-bottom:10px;
  font-family:"Times New Roman", Times, serif;
  margin-top:10px;
  border-top:1px solid #9f8665;
  padding-top:15px;
  display:block;
  
}


.textBox{
   width:70%;
   float:left;
  
}
.textBox_content{
   width:85%;
   margin-bottom:45px;
   line-height:1.4em;
}
.textBox_content p{
   line-height:1.4em;
}
/* ----------------------------	MAIN CONTENT - CONTACT BOX ---------------------------------------------- */
.contactBox{
   width:27%;
   float:right;
}
.contactBox ul{
}
.contactBox ul li{
   margin-top:10px;
}
.contactBox ul li a{
   margin-top:10px;
   color: rgb(235, 225, 200);
   font-size:95%;
}
.contactBox ul li a:hover{  
   color: rgb(255, 255, 255);
}
/* ----------------------------	BOTTOM MENU ---------------------------------------------- */
.bottomMenu{
   width:100%;


   display:none;
  
   margin-bottom:20px;

}
ul.bottomMain{
   width:100%;
   margin:10px auto;
   border-top:1px solid #9f8665;
   padding-top:15px;
   
}
ul.bottomMain li {
   width:32.9%;
   display:block;
   line-height:45px;
   text-align:center;
   float:left;
   margin:0 1px 1px 0;

}
ul.bottomMain li a {
   width:100%;
   display:block;
   line-height:45px;
   text-align:center;
   float:left;
   background-color:#660905;
   color:#fff;
   font-size:75%;
   text-transform:uppercase;
   
}
ul.bottomMain li a:hover{   
   background-color:#fff;
   color:#333;
}
/* ----------------------------	BOTTOM LANG MENU ---------------------------------------------- */
.bottomLangMenu{
   width:100%;

}

ul.bottomLang{
   width:99%;
   margin:0 auto;
   padding-top:15px;
   margin-top:5px;

}
ul.bottomLang li {
   width:33.2%;
   display:block;
   line-height:45px;
   text-align:center;
   float:left;

   
}
ul.bottomLang li a {
   width:99%;
   display:block;
   line-height:45px;
   text-align:center;
   float:left;
   background-color:#4E0703;
   color:#f1d9d8;
   font-size:65%;
   text-shadow: 0px 1px rgb(71, 9, 6);
	text-transform:uppercase;
	float:left;
	margin-right:1px;
   
}
ul.bottomLang li a:hover{   
   background-color:#fff;
   color:#333;
}

/* ----------------------------	LINK TO ME ---------------------------------------------- */

.plamenKrystev{
    width:100%;
	line-height:30px;
	padding:10px 0;
	
	clear:both;
}
.plamenKrystev a{
	color:#b6a09a;
	font-size:70%;
	float:right;
	margin-left:2%;
	display:block;
	margin-right:2%;
	margin-bottom:2px;
	background-color:rgba(12, 4, 4, 0.5);
	padding:0 4px;
}
.plamenKrystev a:hover{
	color:#fff;
	font-size:70%;
	float:right;
	margin-left:2%;
	display:block;
	margin-right:2%;
	margin-bottom:2px;
}
.boldText{
font-weight:bold; 
}
