body{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-Serif;
}

a
{
	text-decoration: underline;
}

h1
{
	
}

.wrapper
{
	margin: 0px;
	padding: 0px;
}



.advert-top,
.advert_zone
{
	border-radius: 0;
	background-color: #fff;
	text-align: center;

}
.advert-top .thumbnail,
.advert_zone .thumbnail
{
	background-color: #fff;
	border: none !important;
	border-radius: 0 !important;
}

.advert_zone
{
		background-color: #fff;
		margin: 0 auto;
}

.top_menu{
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_content
{
	margin-left: 15px;
	
}

.sib_backgraund
{
	/*
	background: url('/images/bg003_color.jpg') ;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 70% ;
*/
	width: auto;
	height: auto;

}

.logo{
	

	text-align: center;
	font-size: 3em;	
	color: #ff3000;
	/* text-shadow: rgb(212, 212, 212) 0.1em 0.1em 0.2em; */
	
}


@media (max-width:600px)
{
	.logo
	{
		font-size: 3.5em;	
		
	}
}



.navbar-brand-sib
{
	color: #ff3000 !important;

}

.sib_features .img-circle,
.next-panel .img-circle
{
	border-radius: 3px;
}


.sib_toc-1 .sib_features
{
	background-color: #002C5E;
}

.sib_toc-2 .sib_features
{
	background-color: #4F4F00;
}

.sib_toc-3 .sib_features
{
	background-color: #4A0000;
}

.sib_toc-4 .sib_features
{
	background-color: #670052;
}

.sib_toc-5 .sib_features
{
	background-color: #B51B00;
}
.sib_toc-6 .sib_features
{
	background-color: #00423B;
}


.sib_features
{
	border: 1px solid transparent;
	border-color: #ddd;
  	border-radius: 4px;
  	padding: 0.5em;
  	margin-right: 4px;
  	margin-bottom: 1em;
}

.sib_features:hover{
	background-color: #999!important;
}


.sib_features_header
{
  	color: #fff ;
	text-decoration: none;

}

@media (min-width:600px)
{
	.sib_features
	{
  		min-height: 150px;		
		
	}
}

.inline-img
{
	width: 30%;
	height: auto;
	float: left;
}

#sib_logo_text
{
	font-size: 0.6em;
}

.copyright
{
	background-color: #00423B;
	color: #fff;
	padding: 20px;
}

.language-toggle
{


	
}


.sib-img-panel 
{
	
}
.sib-img-panel .img-responsive
{
	padding: 1em;
}

.sib-img-panel .panel-footer
{
	font-size: 0.7em;
}

.img-next
{
	width: auto;
	height: 100px;
}
.next-panel
{
	border: 1px solid #ccc;
	border-radius: 4px ;
	color: #fff;
}
.next-02
{
	background-color: #4F4F00;
	padding: 2em;	
}

.next-02:hover{
	background-color: #333!important;
}


.container-gallery
{
	border: 1px solid #03001D;
	border-radius: 4px;
	margin: 1px;
}

.img-gallery-links
{
	background-color: #03001D;
	padding: 32px;
	
}
.img-gallery-links a
{
	
}
.img-gallery-links img
{
	margin: 8px;
}

@media (max-width:600px)
{
	.img-gallery-links
	{
	
		padding: 0;
	}
	.img-gallery-links img
	{
		padding: 6px;	
	}	
}

.adv-panel{
background-color: #000;
color: #eee;
text-align: center;
}


.gallery-item
{
	width: 100%;

}
.gallery-item
{
	width: 20%;
	float: left;
	min-height: 200px;
	margin: 10px 10px;

}


.gallery-item h3
{
	font-size: 0.8em;
}

.gallery-img
{
	max-height: 100px;
	
	cursor: pointer;
}

@media (max-width: 800px) 
{
	.gallery-item
	{
		width: 100%;
		min-height: 100px;
		margin: 5px;
	}

	.gallery-img
	{
		max-height: 400px;
	}


}


.footer
{
	
	background-color: #000;
	color: #fff;
}

.adv-panel-bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
}

