
/* ==== Scroll down to find where to put your styles :) ==== */


/* 	HTML5 Boilerplate
 
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* End of Reset CSS 

fonts.css from the YUI Library: developer.yahoo.com/yui/ */

body { font:13px/1.231 sans-serif; *font-size:small; line-height:1 } /* hack retained to preserve specificity */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* 
 * HTML5 Boilerplate - minimal base styles 
 */

body, select, input, textarea { 
  color: #6c7f83; 
  font-family: Arial, Helvetica;   
}
h1,h2,h3,h4,h5,h6 { font-weight: bold;margin-bottom:25px;color:#213e44; }
h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a {
  color:#1c7292;
  text-decoration:none
}
a:hover {
  color:#333;
  text-decoration:underline
}
p {margin-bottom:25px}
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* By default the selection color is pink */
::-moz-selection{ background: #f16529; color:#fff; text-shadow: none; }
::selection { background:#f16529; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
form label.error { color: red; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*
 *  CSS3 Media queries
 */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: none; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/




/* Basics */

body {
  color:#6c7f83;
  background:#ededed;
}

blockquote {
  font-family:"Georgia",Arial,serif;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 22px;
  font-style:italic
}
  
blockquote p:before {
	content: '"'; 
}
  
blockquote p:after {
	content: '"'; 
}

h1,h2,h3,h4,h5,h6,#tagline p  { font-family: 'Yanone Kaffeesatz', arial, serif; }

/* Layout */

aside, .newsletter-container, .footer-container, .tagline-container, .teaser-container, .header-container, .footer-bottom-container {
  width:950px!important;
  margin:0 auto;
  clear:both;
  float:none!important;
}

/* Header */

header {
  background:#ededed url(../images/ui-texture2.jpg) repeat;
  min-height:60px
}

header h1 {
  padding-top:10px;
  float:left;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  margin:0
}

header h1 img {
  float:left;
  margin-right:10px;
  margin-top:2px
}

header h1 a, header h1 a:hover  {
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  font-weight:400;
}

header h1 span {
  font-weight:400
}

header h2 {
  float:right;
  padding-top:15px;
  padding-right:3px;
  color:#fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  margin:0;
  font-size: 27px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
}

/* Teaser */

#teaser {
  min-height: 340px;
  background:url(../images/ui-texture.jpg) repeat;
  clear: both;
}

.teaser-container {
  background:url(../images/shine.png) top center no-repeat;
  min-height:310px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow:hidden
}

#teaser .info {
  width:50%;
  float:left;
}

#teaser img {
  width:auto;
  max-width:350px;
  height:250px;
  margin-bottom:5px;
  margin-top: 4px;
  margin-right: 2px;
  float:right;
  border:7px solid #fff;
  -moz-box-shadow:1px 1px 3px #777;
  -webkit-box-shadow:1px 1px 3px #777;
  box-shadow:1px 1px 3px #777;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

#teaser h3 {
  font-size:42px;
  font-weight:400;
  color:#fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom:15px
}

#teaser p {
  color: #213E44;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 21px;
}

/* Slider */

#slides {
	position:relative;
	z-index:100;
  float: right;
  margin-right: -68px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:470px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:400px;
	height:270px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination
{
  margin:12px auto;
  width:125px;
  list-style:none;
  z-index:9999;
  position:relative;
  text-align:center
}

.pagination li
{
  margin:0 5px 0 0;
  float:left
}

.pagination li a
{
  display:block;
  width:20px;
  height:0;
  padding-top:20px;
  background-image:url(../images/pagination.png);
  background-position:0 0;
  float:left;
  overflow:hidden
}

.pagination li.current a
{
  background-position:0 -20px
}


/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:400px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/* Call to action button */

a.readmore {
  padding:16px 25px;
  background:#549DB9 url(../images/button.jpg) repeat-x;
  font-weight:bold;
  font-size:19px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius:4px;
  -webkit-border-radius:12px;
  border-radius:12px;
  box-shadow:1px 1px 2px #548894;
  float:left;
  border:1px solid #45839a;
}

a:hover.readmore {
  background:#549db9;
}

/* Regular button */

a.readmore-small {
  padding:16px 25px;
  background:#81b400 url(../images/button.jpg) repeat-x;
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius:4px;
  -webkit-border-radius:12px;
  border-radius:12px;
  box-shadow:1px 1px 2px #548894;
  float:left
}

a:hover.readmore-small {
  background:#549db9;
}

/* Main tagline */

#tagline {
  height:58px;
  display:block;
  background:url(../images/ui-default.jpg) repeat-x;
  clear:both;
  display:block;
  border-top:1px solid #5797a5;
  border-bottom:1px solid #cccccc;
  margin-bottom: 20px;
}

.tagline-container {
  margin-top:7px;
  background-image:url(../images/tagline.png);
  background-repeat:no-repeat;
  background-position:0 2px;
}

#tagline p {
  color:#213e44;
  text-shadow:1px 1px #fff;
  font-size:27px;
  font-style:normal;
  line-height:43px;
  padding-left:59px;
}

/* Content */

aside {
  display:block;
  clear:both;
  margin-bottom:25px
}

/* 1/3 column */

aside .one-third {
  float: left;
  margin-right: 33px;
  width: 31%;
  margin:10px 33px 12px 0
}

aside .one-third h4 {
  font-size:34px;
  letter-spacing:0;
  font-weight:400;
  text-shadow:1px 1px #fff;
  margin-bottom:8px;
  line-height: 48px;
}

aside .one-third p {
  font-size:14px;
  letter-spacing:0;
  line-height:21px
}

/* 1/2 column */

aside .one-half {
  float: left;
  width: 48%;
  margin:10px 35px 10px 0
}

aside .one-half h4 {
  font-size:34px;
  letter-spacing:1px;
  font-weight:400;
  text-shadow:1px 1px #fff;
  margin-bottom:20px
}

aside .one-half p {
  font-size:14px;
  letter-spacing:0;
  line-height:21px
}

.last {margin-right:0!important;}

.article-thumb {
  float:left;
  margin: 0 8px 5px 0;
  padding:0
}

.main-subtitle {
  clear: both;
  color: #213E44;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  text-shadow:1px 1px #fff;
  font-size:15px!important;
}



/* Testimonials */

.testimonial {
  clear:both;
  width:946px;
  background: url(../images/ui-texture.jpg) repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 23px;
  margin-bottom:20px;
}

.testimonial p {
  padding:10px 10px 10px 70px;
}

.testimonial img {
  float:left;
  margin-top:10px;
  margin-left:10px
}

/* Contact form */

#contact-form p {
  margin-bottom: 12px;
}

#contact-form input, #contact-form textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #E2E2E2;
  border: 1px solid #B7B7B7;
  color: #4F4F4F;
  display: inline-block;
  font-size: 12px;
  padding: 8px 12px;
  text-align: left;
  text-transform: lowercase;
  width: 89%;
}

#contact-form label {
  display: block;
  font-size: 11px;
  text-transform:uppercase;
  margin-bottom: 5px;
  text-align: left;
}

a.contact-button {
  padding: 10px 20px;
  background:#81b400 url(../images/button.jpg) repeat-x;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius:4px;
  -webkit-border-radius:12px;
  border-radius:12px;
  float:left
}

a:hover.contact-button {
  background:#549db9;
}

input:focus, textarea:focus {
  background: #f0f0f0!important;
}

/* Captcha */

.captcha-container {
  width:100%;
  display:block;
  height:50px
}

.captcha-container span {
  font-size:16px;
  float:left;
  line-height:35px
}

.captcha-container input {
  font-size:16px;
  float:left;
  width:50px!important;
  margin-left:10px;
  text-align:center!important;
  padding: 8px 3px 8px 3px!important;
}

.captcha-container .error {
  float:left;
  display:block;
  width:100%
}

/* Gallery */

#gallery {float:right}

#gallery ul {
  list-style:none;
  margin:0;
}

#gallery ul li {
  float:left;
  margin-bottom:15px
}

.thumbnail {
  border: 3px solid #fff;
  float: left;
  height: 100px;
  margin: 0 9px 9px 0;
  width: 100px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

.thumbnail:hover {
  border: 3px solid #CCCCCC;
}

/* Newsletter */

#newsletter {
  height:58px;
  display:block;
  background:url(../images/ui-default.jpg) repeat-x;
  clear:both;
  display:block;
  border-bottom:1px solid #5797a5;
  border-top:1px solid #cacaca;
}

.newsletter-icon {
  margin:7px 15px 0 0;
  float:left;
}

#newsletter p {
  color:#213e44;
  text-shadow:1px 1px #fff;
  line-height:57px;
  width:50%;
  float:left;
  margin-bottom:0;
  font-size:18px;
  font-weight:normal;
  font-style:italic;
  letter-spacing:0.01em;
  font-family:Georgia, Times, Times New Roman;
}

#newsletterform {
  float:right;
  margin-top:11px
}

#newsletterform input {
  background: #ffffff;
  border: 0;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #4F4F4F;
  font-size: 12px;
  padding: 10px 20px;
  text-align: left;
  text-transform: lowercase;
  float:left;
  width: 180px;
  text-align:center
}

a.newsletter-button {
  padding: 11px 20px 10px 20px;
  background:#81b400 url(../images/button.jpg) repeat-x;
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
  text-decoration:none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  color:#fff;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  float:right;
  margin-right:4px
}

a:hover.newsletter-button {
  background:#549db9;
}

a.newsletter-button span {
  line-height: 14px;
}

/* Footer area */

footer {
  background:url(../images/ui-texture.jpg) repeat;
  min-height:300px;
  color:#213e44;
  clear:both
}

.footer-container {
  background: url(../images/shine.png) no-repeat scroll center top transparent;
  min-height:300px;
  padding-top: 10px;
}

.footer-box-1 {
  float:left;
  width:64%
}

.footer-box-2 {
  float:left;
  width:35%
}

footer h5 {
  font-size:40px;
  color:#fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  font-weight:400;
  padding-top:15px;
  margin-bottom:15px
}

.clock {
  padding-left:60px;
  background-image:url(../images/clock.png);
  background-position:0 17px;
  background-repeat:no-repeat;
  line-height:50px
}

.globe {
  padding-left:60px;
  background-image:url(../images/globe.png);
  background-position:0 17px;
  background-repeat:no-repeat;
  line-height:50px
}

ul#footer-links {list-style:none;margin:0;}
ul#footer-links li {
  margin:0 0 8px 0;
  padding-left:25px;
}

.subtitle {
  font-size:19px;
  color:#fff;
  text-shadow:1px 1px #666;
  padding-left:0!important;
  margin-bottom: 16px !important;
}

.adress, .phone, .mail, .web, .user, .open {
  line-height:18px;
  background-position:0 0;
  background-repeat:no-repeat;
}

.adress {
  background-image:url(../images/adress.png);
}

.phone {
  background-image:url(../images/phone.png);
}

.mail {
  background-image:url(../images/mail.png);
}

.web {
  background-image:url(../images/web.png);
}

.user {
  background-image:url(../images/user.png);
}

.open {
  background-image:url(../images/open.png);
}

/* Twitter feed */

#tweet ul {
  list-style:none;
  margin:0;
  width: 80%;
}

#tweet ul  li {
  background-image:url(../images/tweet.png);
  margin:0 0 20px 0;
  background-position:0 0;
  background-repeat:no-repeat;
  padding-left:50px;
  line-height:16px;
}

/* Footer bottom */

#footer-bottom {
  height:50px;
  background:url(../images/footer-bottom.jpg) #e2e2e2;
  border-top:1px solid #5797A5;
  text-shadow: 1px 1px #fff;
  margin-bottom:0;
  color:#213e44;
  clear:both
}

#footer-bottom p {
  float:left;
}

#social {
  float:right;
}

ul#social  {
  list-style:none;
  margin:15px 0 0 0;
  padding:0;
}

#social li {
  float:left;
  margin-right:4px
}

#social img {
  width:21px;
  height:21px
}

.copy {
  margin:0;
  line-height:50px;
}
