/*
=======================================================
	Meyers tag reset
=======================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
=======================================================
	Font face
=======================================================
*/

/*
=======================================================
	Main structure
=======================================================
*/
body {
	background:#FFEA00;
	font:16px Arial, Helvetica, sans-serif;
	color:#000;
}

#site-header {
	background:#D6C50B;
	/*position:fixed;
	width:100%;
	height:170px*/
}

div.container {
	width:920px;
	margin:0 auto;
}

/* sections*/
#about-us {
	background:#FFEA00;
	padding:0;
	/*padding-top:190px*/
}

#gallery {
	padding:10px 0	;
	background-color:#D6C50B;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, rgb(168,155,9) 0%, rgb(214,197,11) 30%);
	background-image: -o-linear-gradient(top, rgb(168,155,9) 0%, rgb(214,197,11) 30%);
	background-image: -moz-linear-gradient(top, rgb(168,155,9) 0%, rgb(214,197,11) 30%);
	background-image: -webkit-linear-gradient(top, rgb(168,155,9) 0%, rgb(214,197,11) 30%);
	background-image: -ms-linear-gradient(top, rgb(168,155,9) 0%, rgb(214,197,11) 30%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(168,155,9)),
		color-stop(0.3, rgb(214,197,11))
	);
}

#contact-us {
	background:#534D04;
	padding:10px 0 0;
}

div#about {
	background:url(../i/bg_about.jpg) no-repeat 105% 100%;
	padding:20px 0 10px;
	font-size:14px
}

footer {
	background:#0A0901;
	padding:30px 0 25px;
	font-size:12px
}

/*
=======================================================
	Sub divs
=======================================================
*/
div#accreditation {
	float:right;
	padding-top:30px
}
div#accreditation img {
	margin-left:25px
}

div#contact {
	background:url(../i/bg_contact.png) no-repeat bottom right;
	padding-bottom:180px;
	color:#FFEA00
}

div#contact-right {
	float:left;
	padding-top:6px;
}
div#contact-right span {
	padding:0 10px
}

div.addthis_toolbox {
	float:right;
}

/*
=======================================================
	Navigation
=======================================================
*/
nav {
	background-color: #534D04;
	background-repeat: repeat-x;
	background-image: linear-gradient(bottom, rgb(53,49,2) 0%, rgb(83,76,4) 55%);
	background-image: -o-linear-gradient(bottom, rgb(53,49,2) 0%, rgb(83,76,4) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(53,49,2) 0%, rgb(83,76,4) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,49,2) 0%, rgb(83,76,4) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(53,49,2) 0%, rgb(83,76,4) 55%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(53,49,2)),
		color-stop(0.55, rgb(83,76,4))
	);
}
nav ul {
	width:920px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;	
}
nav li {
	display:inline;
	list-style:none;
	padding:0 40px 0 0
}
nav li a:link,
nav li a:visited {
	font-size:18px;
	text-decoration:none;
	color:#D6C50B
}
nav li a:hover {
	color:#FFEA00;
}


#back-to-top {
    width: 40px;
    height: 40px;
    background: #ccc;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 100px;
    text-indent: -9999px;
    z-index: 200;
    background: url(../i/back-to-top.png) no-repeat;
}

#back-to-top:hover {
    background-position: -40px 0px;
}

footer a:link,
footer a:visited {
	color:#534D04;
	text-decoration:underline
}
footer a:hover {
	color:#FFEA00;
}

a:link,
a:visited {
	color:#FFEA00;
	text-decoration:underline
}
a:hover {
	color:#FFF;
}


/*
=======================================================
	Typography
=======================================================
*/
#site-header h1 {
	background:url(../i/logo.png) no-repeat left;
	width:440px;
	height:129px;
	text-indent:-9999px;
	float:left
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px
}

#about-us h1,
#gallery h1,
#contact-us h1 {
	font-size:36px;
	padding:0 0 10px;
}

footer h1 {
	font-size:47px;
	color:#fff;
}

p {
	line-height:1.3;
	margin:0 0 20px;
}

p#intro {
	font-weight:bold;
}

.error, .alert, .notice, .success, .info {padding:0.8em;margin:0;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

footer p {
	margin:0;
	color:#534D04;
}

address {
	font-style:normal;
	margin:20px 0;
	line-height:1.3;
}

strong { font-weight:bold }

/*
=======================================================
	Lists
=======================================================
*/
ul#contact-numbers {
	margin-top:10px;
}
ul#contact-numbers li {
	padding:3px 0
}

ul#contact-numbers li strong {
	float:left;
	width:45px;
}
ul#contact-numbers li span {
	display:inline-block
}



/*
=======================================================
	Images and figures
=======================================================
*/
figure {
	float:left;
	width:204px;
	height:180px;
	margin-right:33px;
}
figcaption {
	font-size:14px;
	border-bottom:1px dashed #534D04;
	padding-bottom:5px
}
figure img {
	border:4px solid #534D04;
}
figure img:hover {
	border-color:#FFEA00;
}
figure.last-col {
	margin-right:0
}


/*
=======================================================
	Clearing floats and floats
=======================================================
*/
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clear { clear:both; }

/*
=======================================================
	Forms
=======================================================
*/
input,
textarea,
button {
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  width: 271px;
  padding: 10px 14px;
  color: #534D04;
  border:none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background linear 0.5s;
  -moz-transition: background linear 0.5s;
  -ms-transition: background linear 0.5s;
  -o-transition: background linear 0.5s;
  transition: background linear 0.5s;
}
textarea {
	height:110px;
	width:400px;
}
input:focus,
textarea:focus {
  outline: 0;
  /*-webkit-box-shadow: 0 0 8px 2px #0A0901;
  -moz-box-shadow: 0 0 8px 2px rgba(123, 43, 131, 0.6);
  box-shadow: 0 0 8px 2px #0A0901;*/
  background:#FFEA00
}

form {
	float:left;
	width:600px;
	margin-top:10px
}
form fieldset {
	border: none;
	margin-bottom: 10px;
}
form fieldset:last-of-type {
	margin-bottom: 0;
}
form legend {
	display:none
}
form ol li {
	list-style: none;
	padding: 5px 0;
}
form ol li.textarea {
	margin:0;
}
form label {
	float: left;
	width: 120px;
	padding-top: 6px;
}
form button {
	display:block;
	margin:0 0 0 120px;
}

/* Buttons from Twitter Bootstrap */
.btn {
  cursor: pointer;
  display: inline-block;
  
  width:120px;
  text-decoration:none;
  text-transform:uppercase;
  color: #0A0901;
  line-height: normal;

  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
    
  background-color: #B3A609;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FFEA00), to(#D6C50B));
  background-image: -moz-linear-gradient(top, #FFEA00, #D6C50B);
  background-image: -ms-linear-gradient(top, #FFEA00, #D6C50B);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFEA00), color-stop(100%, #D6C50B));
  background-image: -webkit-linear-gradient(top, #FFEA00, #B3A609);
  background-image: -o-linear-gradient(top, #FFEA00, #B3A609);
  background-image: linear-gradient(top, #FFEA00, #B3A609);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEA00', endColorstr='#D6C50B', GradientType=0);
}
.btn:hover {
  background-position: 0 -20px;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/*
=======================================================
	MEDIA QUERIES
=======================================================
*/
/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {

	div.container {
		width:auto;
		margin:0;
		padding:0 10px
	}
	
	#accreditation { display:none }
	
	div#about {
		background:none;
		padding:20px 10px 10px;
		font-size:14px
	}
	div#about br { display:none }
	
	div#contact {
		background-size:70%;
	}

	#site-header h1 {
		width:300px;
		height:88px;
		float:none;
		margin: auto;
		background-size:100% 100%
	}
	
	nav ul {
		width:auto;
		margin:0;
		padding:10px;
		text-align:center;	
	}
	nav li {
		padding:0 10px
	}
	nav li a:link, nav li a:visited {
		font-size:16px;
	}
	
	figure, figure.last-col {
		float:none;
		margin:0 0 10px;
		width:auto;
		text-align:center;
		height:auto;
	}
	
	input, textarea { width:90% }

	form {
		float:none;
		width:auto;
	}
	form label {
		float: none;
		width: auto;
		display:block;
		padding:3px 0;
	}
	form button {
		margin:0;
	}
	
	div.addthis_toolbox {
		float:none;
		padding-bottom:10px;
		max-width:100% !important
	}

	#cboxTitle, #cboxCurrent { font-size:10px }
}
@media all and (max-width:480px){.at300b, .addthis_counter{clear:both !important; margin-bottom:5px}}


/*
=======================================================
	PLUGINS
=======================================================
*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../i/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../i/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../i/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../i/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
