body {
	font-size: 16px;
	font-family: 'Telex', sans-serif;
	margin:0px;
	padding:0px;

}
#top {
	width:100%;
	position:fixed;
	overflow:hidden;
	background-image:url(art/top-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	color:#FFFFFF;
	text-align:right;
	font-size:17px;
	z-index:1;
	
}
.social-top {
	width:25%;
	float:left;
	overflow:hidden;
	text-align: center;
	color:#FFFFFF;
}
.social-top img {
	float:right;
	margin:5px;
	border:none;
}
.social-top p {
	padding:0px;
	margin:10px;
	font-size:140%;
	float:right;
}
@media screen and (max-width: 900px) {
.social-top {
	width:100%;
	text-align:center;
	background-color:#0F2E5A;
  }
}
@media screen and (max-width: 700px) {
.social-top {
	width:100%;
	text-align:center;
	background-color:#0F2E5A;
  }
}

@media screen and (max-width: 900px) {
.social-top p {
	text-align:center;
	width:100%;
  }
}
@media screen and (max-width: 700px) {
.social-top p {
	text-align:center;
	width:100%;
  }
}

.social-top2 {
	width:9%;
	float:left;
	overflow:hidden;
	text-align:right;
	color:#FFFFFF;
	
}
.social-top2 img {
	float:right;
	margin:5px;
	border:none;
	width:90%;
}
@media screen and (max-width: 900px) {
.social-top2 img {
	float:none;
	display:block;
	margin:0px auto;
	width:30%;
  }
}
@media screen and (max-width: 700px) {
.social-top2 img {
	
	float:none;
	display:block;
	margin:0px auto;
	width:30%;
  }
}
@media screen and (max-width: 900px) {
.social-top2 {
	width:50%;
	background-color:#0F2E5A;
	padding-bottom:10px;
  }
}
@media screen and (max-width: 700px) {
.social-top2 {
	width:50%;
	background-color:#0F2E5A;
	padding-bottom:10px;
  }
}


.logo-top {
	width:56%;
	float:left;
	overflow:hidden;
	
}
@media screen and (max-width: 900px) {
.logo-top {
width:100%;
background-color:#0F2E5A;
  }
}
@media screen and (max-width: 700px) {
.logo-top {
width:100%;
background-color:#0F2E5A;
  }
}
.logo-top img {
	width:50%;
	float:left;
}
@media screen and (max-width: 900px) {
.logo-top img {
	width:75%;
	float:none;
	margin:0px auto;
	display:block;
  }
}
@media screen and (max-width: 700px) {
.logo-top img {
	width:100%;
	float:none;
	margin:0px auto;
	display:block;
  }
}
#content {
	width:75%;
	margin:0px auto;
	overflow:hidden;
	min-width:800px;
}
@media screen and (max-width: 900px) {
#content {
width:100%;
min-width:100%;
  }
}
@media screen and (max-width: 700px) {
#content {
width:100%;
min-width:100%;
  }
}
#content table {
	width:90%;
	margin:0px auto;
}
@media screen and (max-width: 900px) {
#content table {
width:100%;
  }
}
@media screen and (max-width: 700px) {
#content table {
width:100%;
  }
}
#slides {
	width:100%;
	overflow:hidden;
	float:left;
	max-height:500px;
}
.green {
	color:#2C6196;
	font-size:18px;
}
#top a {
	color: #FFFFFF;
	text-decoration:none;
}
#top a:hover {
	color: #000000;
}
.box {
	width:100%;
	height:464px;
	float:left;
	margin-bottom:0px;
	border-bottom:none;
	background-position:center;
	padding:0px;
	margin-top:50px;
}
@media screen and (max-width: 900px) {
.box {
	
	}
}
@media screen and (max-width: 700px) {
.box {

  }
}
.box p {
	padding: 0px 0px;
	float:left;
	width:100%;
	background-image:url(art/logo-bg.png);
	background-repeat:repeat-x;
	background-position:center;
	margin:50px 0px;
}
.box p img {
	display:block;
	margin:0px auto;
	border:none;
}
@media screen and (max-width: 900px) {
.box p img {
	width:650px;
  }
}
@media screen and (max-width: 700px) {
.box p img {
width:300px;
  }
}

.box p + p {
	margin-top: 20px;
}
@media screen and (max-width: 900px) {
.box p {
	margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
.box p {
margin-top: 50px;
  }
}
#logo {

}
#buttons {
	width:100%;
	float:left;
	overflow:hidden;
	padding:0px;
	background-color:#F36A24;
	
}
#fb {
	position:fixed;
	top:0px;
	left:0px;
	border:none;
	width:100px;
	height:100px;
}
#fb img {
	float:left;
	border:none;
}
@media screen and (max-width: 900px) {
#fb {
display:none;
  }
}
@media screen and (max-width: 700px) {
#fb {
display:none;
  }
}
a#but {
	width:20%;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:2px;
	font-size:1.5rem;
	padding:18px 0px 15px 0px;
	text-shadow:1px 1px #000;
}
@media screen and (max-width: 900px) {
a#but {
width:100%;
font-size:2.5em;
	border-bottom:1px solid #333333;
  }
}
@media screen and (max-width: 700px) {
a#but {
width:100%;
font-size:2em;
border-bottom:1px solid #333333;
  }
}
a#but:hover {
	color: #0F2E5A;
	text-shadow:1px 1px #fff;
}
#top-box {
	width:100%;
	float:left;
	overflow:hidden;
	background-image: url(art/bar-bg-2.jpg);
	background-repeat: repeat;
	background-position:center;
	background-color:#ADB3BC;
	text-align: center;
	
}
@media screen and (max-width: 900px) {
#top-box p {
width:100%;
	text-align:center;
  }
}
@media screen and (max-width: 700px) {
#top-box p {
width:100%;
	text-align:center;
  }
}
.award-pic {
	float:right;
	margin:0px 0px 0px 20px;
	border:none;
}
@media screen and (max-width: 900px) {
.award-pic {
float:none;
display:block;
margin:0px auto;
  }
}
@media screen and (max-width: 700px) {
.award-pic {
float:none;
display:block;
margin:0px auto;
  }
}
h1 {
	color:#ffffff;
	font-size:3.6rem;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	text-shadow:1px 1px #000000;
	font-family: 'Bevan', cursive;
}
@media screen and (max-width: 900px) {
h1 {
float:none;
display:block;
margin:0px auto;
  }
}
@media screen and (max-width: 700px) {
h1 {
float:none;
display:block;
margin:0px auto;
  }
}
.full-bar {
	width:100%;
	float:left;
	overflow:hidden;
	background-image: url(art/bar-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ADB3BC;
}
.home {
	width:75%;
	margin-top:20px;
	
}
@media screen and (max-width: 900px) {
.home {
	width:100%;
	text-align:center;
  }
}
@media screen and (max-width: 700px) {
.home {
	width:100%;
	text-align:center;
  }
}
.content-h1 {
	color:#000000;
	text-align:left;
}
.content-center-h1 {
	color:#000000;
	text-align:center;
	text-shadow:1px 2px #cccccc;
}
h1 .green {
	font-size:35px;
}
h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
.top-box-bg {
	
	padding:40px 0px;
	font-size:130%;
}
.top-box-bg-top {
	background-image:url(art/top-box-bg-top.jpg);
	background-repeat:repeat-x;
	height:25px;
}
.top-box-bg-foot {
	background-image: url(art/top-box-bg-foot.jpg);
	background-repeat:repeat-x;
	height:25px;
}
#text {
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	text-align:center;
	line-height:30px;
	font-size:18px;
	padding:35px 0px;
}
#footer {
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#DFE1E6;
	padding:10px 0px;
	text-align:center;
	font-size:25px;
	line-height:38px;
	color:#0F2E5A;
}
#footer strong {
	font-size:30px;
	text-shadow:1px 1px #000000;
	font-weight:normal;
	
}
@media screen and (max-width: 900px) {
#footer strong {

		
  }
}
@media screen and (max-width: 700px) {
#footer strong {

	
  }
}
@media screen and (max-width: 900px) {
#footer p {
width:100%;
float:left;
	text-align:center;
		
		line-height:35px;
  }
}
@media screen and (max-width: 700px) {
#footer p {
width:100%;
float:left;
	text-align:center;
	
	line-height:35px;
  }
}
.left {
	float:left;
	margin-left:20px;
	border:none;
}
.link {
	text-decoration:none;
	font-size:15px;
	color: #666;
}
.right {
	float:right;
	margin:0px 20px 20px 20px;
	border:none;
	height:118px;
}
@media screen and (max-width: 900px) {
.right {
float:left;
  }
}
@media screen and (max-width: 700px) {
.right {
float:left;
  }
}
.hidden {
	width: 75%; 
	float:left; 
	display:none;
	line-height:30px;
	margin-bottom:15px;
}
@media screen and (max-width: 900px) {
.hidden {
width:100%;
  }
}
@media screen and (max-width: 700px) {
.hidden {
width:100%;
  }
}
.expand-but {
	float:left;
	clear:left;
	width:75%;
	color:#FFFFFF;
	text-decoration:none;
}
.expand-but:hover {
	color:#ffffff;
	text-decoration:none;
}
@media screen and (max-width: 900px) {
.expand-but {
text-align:center;
width:100%;
  }
}
@media screen and (max-width: 700px) {
.expand-but {
text-align:center;
width:100%;
  }
}
.center {
	text-align:center;
}
a#thumb {
	float:left;
	margin:0.5%;
	overflow:hidden;
	width:15.6%;
	text-decoration:none;
	border:1px solid #FFFFFF;
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
@media screen and (max-width: 900px) {
a#thumb {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:10px;
width:85%;
  }
}
@media screen and (max-width: 700px) {
a#thumb {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:10px;
width:85%;
  }
}
a#thumb img {
	float:left;
	width: 100%;
	height: auto;
	border:none;
}
a#thumb:hover {
	
}
a#thumb #more {
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	width:100%;
	text-align:center;
}
.right-pic {
	float:right;
	margin:0 0 20px 20px;
	border:none;
}
@media screen and (max-width: 900px) {
.right-pic {
float:none;
display:block;
margin:0px auto;
  }
}
@media screen and (max-width: 700px) {
.right-pic {
float:none;
display:block;
margin:0px auto;
  }
}
.head-link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}
.head-link:hover {
	text-decoration:underline;
}
.text-box {
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	float:left;
	width:50%;
}
.text-box:hover {
	background-color:#2C6196;
	color:#FFFFFF;
	border:1px solid #000000;
}
.text-box2 {
	padding:10px;
	background-color:#2C6196;
	border:1px solid #000000;
	color:#FFFFFF;
	float:left;
	width:30%;
	margin-righT:10px;
}
.text-box2:hover {
	background-color:#2C6196;
	color:#FFFFFF;
	border:1px solid #000000;

}
#feedback {
	width:94%;
	background-color: #EEEEEE;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
	padding:3%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	float:left;
	line-height:35px;
}
.feedback-pic {
	float:left;
	margin:0px 0px 20px 100px;
}
.feedback-pic2 {
	float:right;
	margin:0px 100px 20px 0px;
}
.left-text {
	text-align:left;
}
a#menu {
	float:left;
	width:90%;
	overflow:hidden;
	margin:10px 0px;
	text-decoration:none;
	font-size:35px;
	color:#000000;
	text-shadow:1px 1px #666666;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	text-align:left;
	padding-left:5%;
	padding-right:5%;
}
a#menu img {
	float:right;
	margin:0px 0px 0px 20px;
	border:none;
	height:150px;
	
}
a#menu:hover {
	color:#990000;
}
.home-pic {
	float:left;
	width:40%;
}

@media screen and (max-width: 900px) {
.home-pic {
width:100%;
  }
}
@media screen and (max-width: 700px) {
.home-pic {
width:100%;
  }
}

.italian {
	float:left;
	width:50%;
	margin-top:0px;
	text-align:right;
}
@media screen and (max-width: 900px) {
.italian {
width:100%;
text-align:center;
  }
}
@media screen and (max-width: 700px) {
.italian {
width:100%;
text-align:center;
  }
}
#more {
	padding:5px 0px;
	float:left;
	width:100%;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	font-size:18px;
	text-align:center;
}
a#thumb:hover #more {
	background-color: #EC090E;
	color:#FFFFFF;
}
@media screen and (max-width: 900px) {
#more {
width:100%;
padding:5px 0px;
text-align:center;
  }
}
@media screen and (max-width: 700px) {
#more {
width:100%;
padding:5px 0px;
text-align:center;
  }
}

a#thumb2 {
	float:left;
	margin:1%;
	box-shadow: 0px 0px 5px #000000;
	overflow:hidden;
	width:30%;
	text-decoration:none;
}
@media screen and (max-width: 900px) {
a#thumb2 {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:10px;
width:95%;
  }
}
@media screen and (max-width: 700px) {
a#thumb2 {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:10px;
width:95%;
  }
}
a#thumb2 img {
	float:left;
	width: 100%;
	height: auto;
	border:none;
}
a#thumb2:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
.full-pic {
width:100%;
float:left;
margin:10px 0px;
border:none;
}
.lrg-text {
	font-size:2rem;
}
@media screen and (max-width: 900px) {
.lrg-text {
font-size:1.5rem;
  }
}
@media screen and (max-width: 700px) {
.lrg-text {
font-size:1.5rem;
  }
}
#gallery-box {
	width:24%;
	margin:0 0.5%;
	float:left;
	overflow:hidden;
	background-color:#CCCCCC;
	padding:0.5% 0;
}
@media screen and (max-width: 900px) {
#gallery-box {
width:49%;
  }
}
@media screen and (max-width: 700px) {
#gallery-box {
width:49%;
  }
}
a#thumbnail {
	width:92%;
	overflow:hidden;
	margin:2% 4%;
	float:left;
}
a#thumbnail img {
	width:100%;
	float:left;
	border:none;
}
.half {	
	width:50%;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 900px) {
.half {
width:100%;
  }
}
@media screen and (max-width: 700px) {
.half {
width:100%;
  }
}
.quarter {	
	width:25%;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 900px) {
.quarter {
width:100%;
  }
}
@media screen and (max-width: 700px) {
.quarter {
width:100%;
  }
}

.third {	
	width:33%;
	float:left;
	overflow:hidden;
}
@media screen and (max-width: 900px) {
.third {
width:100%;
  }
}
@media screen and (max-width: 700px) {
.third {
width:100%;
  }
}
.third-pic {
	width:30%;
	float:left;
	margin:2.5% 1.3%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
border:1px solid #fff;
}
.half-pic {
	width:45%;
	float:left;
	margin:2.5% 1.3%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
border:1px solid #fff;
}
.gal-pic {
	height:250px;
	float:left;
	margin:2.5% 1.3%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
border:2px solid #fff;
-ms-transform: rotate(-2deg); /* IE 9 */
    	-webkit-transform: rotate(-2deg); /* Safari */
    	transform: rotate(-2deg); /* Standard syntax */
		z-index:10;
 	-webkit-box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
}
.gal-pic1 {
	height:250px;
	float:left;
	margin:2.5% 1.3%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
box-shadow: 0px 0px 30px 0px rgba(204,202,204,1);
border:2px solid #fff;
-ms-transform: rotate(2deg); /* IE 9 */
    	-webkit-transform: rotate(2deg); /* Safari */
    	transform: rotate(2deg); /* Standard syntax */
		z-index:10;
 	-webkit-box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 46px -14px rgba(0,0,0,0.75);
}
.home-logos {
	display:block;
	float:none;
	margin:0px auto;
	padding-top:20px;
	max-width:100%;
}

	
