/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body, button, input, select, textarea { font-family: Verdana; }

.clear { clear:both; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #00746b; color: #fff; text-shadow: none; }
::selection { background: #00746b; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

body { font-family: Verdana; }
html { overflow: auto; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists - Menu
   ========================================================================== */
.menu { list-style: none; 
font-size: 11px;
float: right;
}

.menu li { float: left;}

.menu li a { text-decoration: none; 
color: #fff; height: 37px; 
display: block; 
line-height: 37px;
padding: 0 7px;
text-transform:uppercase;
}

.menu li a.last { padding: 0 0 0 7px;}
.menu li a:hover {position: relative; bottom: 2px;}
.menu li a.active {color: #00746b;}
.menu li a.active:hover, .lang a.active:hover {position: relative; bottom: 0px;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: spawnius
   ========================================================================== */
   
body { padding: 0px; margin: 0px;}   

p  { margin: 0px; padding: 0px; }

#container { width: 880px; margin: 0 auto; }
   
.header { background-image: url('../design/header.png'); 
	padding: 16px 32px 0px 28px;
}

.logo { margin-bottom: 20px;}
.lang { float: right; margin-top: 5px; font-size: 13px; color: #acd373;}
.lang a { margin: 0 10px 0 5px; text-decoration: none; color: #acd373;}
.lang a:hover { position: relative; bottom: 2px; }
.lang a.last { margin: 0 0 0 5px; }
.lang a.active { color:#fff; }
.navi { clear:both; height: 48px;}

.present { width: 518px; 
height: 390px;
float: left;
padding-right: 32px;}

#main.page_1 {
	padding: 0 20px 0 0;
}	

h1 , .sizes { 
color: #00746b;
font-weight: normal;
letter-spacing: 0.5px;
}

h1 { font-size: 26px;}

h1.right {text-align: right; padding: 12px 0 10px 0; }
h1.left { line-height: 40px; margin: 15px 0 15px;}
h1.center { text-align: center; line-height: 42px; }
.info_1, .info_2, .info_3 { font-size: 11px; text-align: justify;
line-height: 16px;
}

.info_3 {
	width: 500px;	
	margin: 0 auto;
	font-size: 11px;
}	

.info_2 {
	width: 325px; 
	float: left;
}

.media { 
text-align: right;
float: left; 
width: 490px;
}

.footer { clear: both; display: block;
background: url('../design/footer_bg.png') no-repeat;
padding: 7px 0 0 0;
text-align:center;
}

.footer span {
	color: #fff;
	font-size: 12px;
	padding: 2px 7px;
	}
	
.footer a { color: #fff; text-decoration: none;}

.footer a:hover { color: #00746b; }
	
.footer span.copy {
	border-top: 1px solid #fff;
	font-size: 11px;	
	display: inline;
}	

span.sizes {
	font-size: 22px;
	line-height: 60px;
	padding-right: 18px;
	margin-right: 20px;
	background: url('../design/arrow.png') center right no-repeat;
}

span.sizes a {
	color: #00746b;
	text-decoration: none;
}

span.sizes a:hover, .bt_social:hover { position: relative; bottom: 2px; }

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
   
.dog_1 {
	position: absolute;
	top: 62px;
}   

.dog_4 {
	position: relative;
	right: 20px;
	padding: 10px 0 5px;
}	

.bag_1 {
	position: relative;
	z-index: 2;
	top: 75px;
	left: 135px;
	margin-bottom: 70px;
}
   
.recycle {
	position: absolute;
	top: 455px;
	z-index: 3;
}  

.dog_1, .bag_1, .recycle, .dog_4, .use, .banner { display: none;}
.cont_2 { padding: 35px 0px 56px 32px; }
.cont_3 { padding: 0 0 0 32px; height: 490px; } 
.cont_2.full { height: 388px;}
.cont_5 { height: 460px; }
.use { padding: 28px 0 0 0; }
.back_bt {  display:block; text-align: right; margin-bottom: 24px;}
.size { padding-bottom: 12px; }

.figure {
	background: url('../design/pg_4/bg.png') no-repeat  top;
}

.founders {
	margin: 32px auto 26px;
	font-size: 12px;
}

span.name { font-weight: bold; } 

.founders table {
	margin: 0 auto;
	width: 480px;
	font-size: 11px;
}

.founders table td { text-align: center; }

.founders img { padding-bottom: 7px; }

/* Contactform */

#contact label {
	display: block;
}

#name, #email, #subject, #msg { 
	width: 400px;
	border: 1px solid #b3b3b3;
	border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
	-moz-border-radius-bottomright:	14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-radius-bottomright:	14px;
	-webkit-border-radius-topright:	14px;
	behavior:url('border-radius.htc');
	line-height: 21px;
	font-size: 12px;
	display:block;
}
#name:focus, #email:focus, #subject:focus, #msg:focus {
	outline: none;
	box-shadow: 1px 1px 1px #acd373;
	box-shadow: 0 0 3px rgba(173, 255, 47, 1);
    -webkit-box-shadow: 0 0 3px rgba(173, 255, 47, 1);
    -moz-box-shadow: 0 0 3px rgba(173, 255, 47, 1);
}

form#contact label {
	font-size: 11px;
	padding: 8px 0 3px;
}	

#contact { float:left; margin: 6px 64px 0 0; width: 400px; }

#msg {
	height: 180px;
}
	
.dog_5 { 
	display: none;
}	

.dog_5_container {
	float:left;
	padding: 0 0 0 55px;
	width: 310px;
	height: 470px;
}

.social {
	float: right;
	clear:right;
	margin: 12px 0 0 0;
}
.social a {
	margin-left: 2px;
}

.banner {
	position:absolute;
	z-index:3;
	display: 
}

.banner img {
	position:relative;
	top: -15px;
}
.ie8.social , :root .social {	position:relative;	clear: none;	top: 20px;	left: 150px;}
#sendmail {
	float: right;
	border: none;
	background: #fff;
	padding: 20px 0 20px 40px;
	background: url('../design/arrow_3.png') no-repeat left center;
}

@font-face { font-family: Blzee; 
font-family: 'Blzee';
    src: url('../design/Blzee.eot');
    src: local('Blzee'), 
         local('Blzee'), 
         url('../design/blzee.ttf') format('truetype');
} 

#contact_valid {
	float:left;
	padding: 14px 0 0;
}

#kaka {
	font-family: Blzee, Arial;
	font-size: 3em;
	border: none;
	background: url('../design/pg_5/kaka.png') no-repeat bottom center;
	display:inline;
	width: 46px;
	height: 64px;
	position:relative;
	top: -10px;
	outline:none; 
	text-align: center;
	color: #d6d6d6;
}

span.warn {
	float: left;
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #00746b;
}

#main p a, #item p a { 
	font-weight: bold; 
	color: #00746b; 
	text-decoration: none;
}

#main p a:hover {
	position:relative; top: -1px; }

/* News section */
.first { margin: 7px 18px 0; }
.news { border-top: 1px solid #00746b; margin: 7px 18px 0;}
.news_cont { width: 680px; float:left; font-size: 13px;}
.news_cont_2 { width: 100%; float:left; font-size: 13px; margin-bottom: 12px;}
.news img { width: 150px; height: auto;}
.news_block { margin-bottom: 10px;}
a.thumb { float:left; margin: 8px 12px 0 0;}
.news h3 { font-size: 15px; font-weight: normal; margin: 7px 0 1px; color: #00746b;}
.news a, #first a, #item a { text-decoration: none;}
span.publ {font-size: 11px; color: #969696; }
p.description { margin: 3px 0; line-height: 16px; text-align:justify;}
p { font-size: 11px; }
a.cont { background: url('../design/arrow_4.png') no-repeat center left; padding: 5px 0 5px 32px; margin-left: 32px; position: relative; top: 4px; color:#000;}
#first { height: 270px; margin: 0 18px 10px;}
#first .demo, #item.demo { float:left; width: 360px; height: auto; margin-right: 15px;}
#first img, #item img.preview { width: 360px; height: auto;}
#first h2, #item h2 { margin: 0 0 1px; color: #00746b; font-weight:normal;}
#first .description { margin: 4px 0; }
a.cont_big  { background: url('../design/arrow_3.png') no-repeat center left; padding: 10px 0 10px 42px; position: relative; top: 12px; color:#000;}
.left_img { float:left; margin-right: 15px;}
.news_body { line-height: 16px; text-align:justify; padding: 5px 0;}
.news_body p { padding-bottom: 5px; }
#item { padding: 0 18px; }
.news_b { float: right; padding: 8px 40px 8px 0; background: url('../design/arrow_2.jpg') no-repeat center right;}
.news_b span { color: #000;}
.news_b span:hover { position:relative; bottom: 2px; }
.news_h h3:hover , #first h2:hover { color: #acd737;}
	
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

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

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}