@import url("http://fonts.googleapis.com/css?family=Cinzel");
@import url("spinner.css") screen;
@import url("bootstrap.min.css") screen;
@import url("bootstrap-theme.min.css") screen;
.modal-content .img-responsive {
    margin: 0 auto;
}
.close span {
	font-size:200% !important;
}
.black, a.black {
   color:#000 !important;
}
.white, a.white {
   color:#fff !important;
}
.modal-backdrop {
   /*background-color: red;*/
}
.modal-content {
   background-color: #3b3b3b !important;
}
/*
.modal-content a {
   color:#c0c0c0 !important;
   text-decoration: underline !important;
}
.modal-content a:hover {
	color:#fff !important;
}
*/
.close {
	color:#fff !important;
}
.underline {
	color:#2276d4 !important;
	text-decoration:underline !important;
}
.underline:hover {
	color:#5a9be5 !important;
	text-decoration:none !important;
}
#footer .underline {
	color:#c0c0c0 !important;
	text-decoration:underline !important;
}
#footer .underline:hover {
	color:#fff !important;
	text-decoration:none !important;
}
.cinzel {
	font-family: 'Cinzel', serif;
/*	font-size:16px; */
	font-style:normal;
	font-weight:300;
/*	letter-spacing:.01em;
	line-height:1.5;*/
	font-smoothing:antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2 {
	font-size: 160%;
}
body {
	background-color: #333333;
	background-image: url('../img/repeatx.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	/*padding-top:355px;*/
	text-align:center;
	color:#fff;
}
#divider {
	padding-top:230px;
}
#divider-small {
	padding-top:50px;
}
#main {
	width:942px;
	height:341px;
	margin:0px auto;
	text-align:center;
	background-repeat: no-repeat;
}
#main-small {
	width:294px;
	height:750px;
	margin:0px auto;
	text-align:center;
	background-repeat: no-repeat;
}
#main.bg {
	background-image: url('../img/bg-main.png');
}
#main-small.bg {
	background-image: url('../img/bg-main-small.png');
}
#main.bg-contact {
	background-image: url('../img/bg-contact.png');
}
#main-small.bg-contact-small {
	background-image: url('../img/bg-contact-small.png');
}
#main.bg-immo {
	background-image: url('../img/bg-immo.png');
}
#main-small.bg-immo-small {
	background-image: url('../img/bg-immo-small.png');
}
#main.bg-trading {
	background-image: url('../img/bg-trading.png');
}
#main-small.bg-trading-small {
	background-image: url('../img/bg-trading-small.png');
}
#main.bg-about-us {
	background-image: url('../img/bg-about-us.png');
}
#main-small.bg-about-us-small {
	background-image: url('../img/bg-about-us-small.png');
}
#main.bg-gastro {
	background-image: url('../img/bg-gastro.png');
}
#main-small.bg-gastro-small {
	background-image: url('../img/bg-gastro-small.png');
}
#main.bg-services {
	background-image: url('../img/bg-services.png');
}
#main-small.bg-services-small {
	background-image: url('../img/bg-services-small.png');
}
#logo {
	display:block;
	width:100%;
	height:341px;
}
#logo-small {
	display:block;
	width:100%;
	height:300px;
	/*border:1px solid red;*/
}
img, a img, area {
	border:0;
}
a,a:hover,a:active,a:focus,area,area:hover,area:active,area:focus {
	outline:0;
	text-decoration:none;
}