﻿@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'politici';
	src:url('fonts/politici.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




.clear {
	clear:both;
}

.color1 {
	color:#F81010;
}

.color2 {
	color:#E6F406;
}

.color3 {
	color:#F815C5;
}

.rates-style {
	color:#087B6E;
	font-size:35px;
}

body {	
  	background:url("images/background.jpg") fixed;
	background-size:cover;
	font:16px roboto;
	color:#CCC;
}


h1, h2, h3, h4, h5, h6 {
	margin-top:25px;
	font-size: 30px;
}

p {
	text-align: justify;
	font-size: 16px;
	margin-bottom:5px;
}


#wrapper {
	width:1200px;
	padding:5px;
	overflow:hidden;
	background:#2B1600;
	margin:25px auto;
}

#top-header {
	padding:15px 10px;
	width:100%;
	background:#800000;
	float:left;
}




#logo a {
	text-decoration:none;
	color:#fff;
}


#logo {
	width:300px;
	margin:auto;
	padding:15px 0;
	letter-spacing:2px;
	color:#fff;
	font:35px roboto; 
	font-weight:bold;
	line-height:36px;
}


#logo span {
	font:18px roboto;
	text-transform:uppercase;
	float:right;
	text-shadow:#2B1600;
	color:#fff;
}

#call-me {
	float:right;
	text-align:right;
	font-weight:bold;
	text-transform:none;
	color:#2B1600;
	font-size:16px;
	padding-right:25px;
	line-height:50px;
}

#banner {
	width:100%;
	float:left;
	background:#4d3221;
}


#navigation {
	width:100%;
	height:50px;
	float:left;
	background:#332600;
}

#navigation li {
	float:left;
	list-style:none;
}



#navigation li a {
	width:100%;
	font-size:16px;
	text-transform:capitalize;
	font:16px roboto;
	float:left;
	text-align:center;
	padding:0 30px;
	line-height:50px;
	text-decoration:none;
	color:#fff;
}


#navigation li a:hover,
#navigation li a.active {
	color:#f75f00;
}



.gallery-bar
{
	width:170px;
	text-align:center;
	color:#ccc;
	float:left;
	margin:10px;
	text-transform:none;
	}

.gallery-bar img {
	width:100%;
	border:2px solid #18F7EC;
	
}

.model-bar
{
	width:235px;
	text-align:center;
	color:#ccc;
	float:left;
	margin:10px;
	text-transform:none;
	}

.model-bar img {
	width:100%;
	border:2px solid #18F7EC;
	
}

#middle-bar {
	width:100%;
	padding:10px 0 10px 10px;
	float:left;
	background:#1a110b;
}



#side {
	width:30%;
	float:right;
	background:#800000;
	padding:15px;
}

#side h2 {
	width:100%;
	margin:0 0 10px 0;
	font-size:16px;
	background:#4d3221;
	color:#fff;
	padding:5px;
	float:left;

}



#side #navigationi {
	float:left;
	margin-bottom:50px;

}


#side #navigationi li {
	background:url("images/arrow.png") no-repeat left center;
	padding:5px 0 5px 20px;
	font-size:16px;
	font:16px roboto;
	list-style:none;
	float:left;
	width:100%;
}


#side #navigationi a {
	text-decoration:none;
	color:#fff;
}

#side #navigationi a:hover {
	color:#b38600;
}

#middle-bar #side #navigationi li a.active {
	color:#b38600;
}

#model {
	width:100%;
	float:left;
}



#middle-barmain {
	width:99%;
	float:left;
}

#middle-style {
	width:100%;
	float:left;
}

#model-style {
	width:100%;
	float:left;
}

#middle-barmain li {
	margin:5px 0 5px 15px;
}

#footer {
	width:100%;
	padding:20px 5px;
	background:#800000;
	float:left;
	font-size:16px;
}

#footer li {
	list-style:none;
	padding:0 10px;
	border-left:solid 1px #2B1600;
	float:left;
}



#footer a {
	float:left;
	text-transform:none;
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#footer p {
	width:165px;
	margin-right:5px;
	float:right;
	color:#fff;
}


#footer a {
	float:right;
}





@media only screen and (max-width:900px) { 

#wrapper {
	width:90%;
}


#content {
	width:100%;
	height:auto;
}


#sidebar {
	height:auto;
}


#logo {
	font-size:30px;
	text-align:center;
	width:100%;
}


#logo span {
	width:100%;
	font-size:14px;
	text-align:center;
}


#call-me {
	font-size:16px;
	width:100%;
	text-align:center;
	padding:0 5px;
}


#navigation {
	height:auto;
}

#navigation li {
	width:100%;
	border-bottom:1px solid #2B1600;
}


#navigation li a {
	line-height:50px;
}




#photos ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#photos ul li img {
	width:100%;
	border-radius:5%;
}

#photos ul li:hover {
	border:none;
	color:#F92226;
}

#middle-barmain {
	width:95%;
	float:left;
}
#middle-bar #middle-barmain p {
}
#middle-bar #middle-barmain p {
}
#middle-bar #middle-barmain p {
}

#side {
	width:100%;
}

#footer {
	width:100%;
	text-align:center;
	font-size:14px;
}

#footer a {
	float:none;
}
}
