@charset "UTF-8";
/******************************************************************
Site Name:
Author:
Stylesheet: Main Stylesheet
Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/

/* IE 10 */
@-ms-viewport{
	width: device-width;
}

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /*font-size: 100%;*/
  font-size: 0.875em;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
 * {
 	margin: 0;
 	padding: 0;
 }
 
body {
	
	background: #d3d3d3;

}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
 
 
/* Scrollbar */
::-webkit-scrollbar {
width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
-webkit-border-radius: 0px;
border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background: rgba(100,100,100,1); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(100,100,100,1);  
}


h1 {
	/*font-family: "News Gothic W01 Bold";*/
	/*	font-weight: normal;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  	font-size: 2em;
  	margin: 0.5em 0;
  	text-transform: uppercase;
}
h2 {
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*font-family: "News Gothic W01 Bold";	
	font-weight: normal;*/
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
	/*font-family: "News Gothic W01 Bold";	
	font-weight: normal;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	/*font-family: "News Gothic W01 Bold";
	font-weight: normal;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  	font-size: 1em;
 	 margin: 1.33em 0 0.33em;
  	text-transform: uppercase;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: normal;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
  font-weight: normal;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */

pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * 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
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves 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;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
********************
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#compview {
	display: none;
	position:fixed;
	top:0;
	left: 0;
	right:0;
	font: 13px sans-serif;
    height: 28px;
    width: 100%;
	background-color: #ccc;
	text-align: center;
	z-index: 99999;
}

	
	html {
		color: #3c3c3c;
	}
	
	body {
		font-family:"News Gothic W01";
	}
	
	#allforone {
		max-width: 1200px;
		margin: 0 auto;
		/*padding: 0 8px;*/
	}
	
	.packery {
	  /*background: #ccc;*/
	  margin: 0 auto;
	  overflow: visible;
	  opacity: 0;
	}
	
	/* clearfix */
	.packery:after {
	  content: ' ';
	  display: block;
	  clear: both;
	}
	
	.gutter-sizer {
	  width: 8px;
	}
	
	.grid-sizer {
	  width: 232px;
	}
	
	
	#loader,
	#loader-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;		
	}
	#loader-container {
		background-color: #fff;
		opacity: 0.8;
		filter: alpha(opacity=80);
		z-index: 900;
	}
	
	#loader {
	background: url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/loader.gif') no-repeat center center;
	}

		header.header {
			position: relative;
			/*margin: 50px 8px 34px -6px;*/
			margin: 50px auto 34px;
		}
		
		header #lang_sel {
			position: absolute;
			bottom: 0;
			right: -4px;
		}

		#main {
			margin: 8px auto;
			/*min-width: 480px;*/
		}
		
		.box,
		.box-content {			
			width: 232px;
			height: 232px;
		}
		
		#main .box {
		/*position: relative;
		float: left;*/
		/*margin: 4px;*/
		/*box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);*/	
		
	}
		
		.lt-ie10 #main .box {			
			background: #e4eded url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/box-bgs.png') no-repeat right top;
		}
		
		
		.box-content {
			overflow: hidden;
			position: relative;
		  	width: 100%;
		  	height: 232px;
		  	-webkit-transition: width 0.4s, height 0.4s;
		       -moz-transition: width 0.4s, height 0.4s;
		        -ms-transition: width 0.4s, height 0.4s;
		         -o-transition: width 0.4s, height 0.4s;
		            transition: width 0.4s, height 0.4s;
		  z-index: 15;
		  cursor: pointer;
		}
		

		.is-expanded .box-content {
			cursor: default;
		}
		
		.no-animation {			
		-webkit-transition-duration: 0s;
		   -moz-transition-duration: 0s;
		    -ms-transition-duration: 0s;
		     -o-transition-duration: 0s;
		        transition-duration: 0s;		
		}
		
		.box-content article {
			height: 100%;
		}
		
		.box.size1x2,
		.box.size1x2 .box-content { 
			height: 472px;
		}
		
		.box.size2x1,
		.box.size2x1 .box-content {
			width: 472px;	
		}
		
		/* both item and item content change size */
		.box.is-expanded,
		.box.is-expanded .box-content {
		position: relative;
		 /* width: 712px;		 kolme riviä leveä */
		  width: 952px;		/* 4 rows */
		/* height: 492px;	 kaksi riviä korkea */
		overflow: hidden;
		}
		
		/*.item-content:hover { cursor: pointer; }*/
		
		.box:hover {
		}
		
		.box.is-expanded .box-content {
			z-index: 20;
			background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(220,232,232,1) 60%, rgba(139,179,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(220,232,232,1)), color-stop(100%,rgba(139,179,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(220,232,232,1) 60%,rgba(139,179,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(220,232,232,1) 60%,rgba(139,179,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(220,232,232,1) 60%,rgba(139,179,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(220,232,232,1) 60%,rgba(139,179,178,1) 100%); /* W3C */
			
			/* temp override 
			background: #b5cece url(http://smart.oras.com/wp-content/themes/smartincluded/library/images/state-full-bg.png) no-repeat;*/
		}
		
		.lt-ie10 #main .box.is-expanded .box-content {			
background: #b5cece url(http://smart.oras.com/wp-content/themes/smartincluded/library/images/state-full-bg.png) no-repeat;
		}

		.box .strip {
			position: absolute;
			right: 8px;
			top: 8px;
			width: 21px;			
			height: 92px;
			background: transparent url(http://smart.oras.com/wp-content/themes/smartincluded/library/images/optima.png) no-repeat;
		}
		
.whatthepoint{ background-color:  #3399cc; background-image: url(../img/whatthepoint.png); 
    background: no-repeat; background-size: cover;
    -webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}

.color_navy { background-color: #ae6838; -webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}
.color_black { background-color: black;}
.color_yellow { background-color: yellow;}
.color_grey { background-color: #b6b4b5;-webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}
.color_brown { background-color: #72a0c1;-webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}
.color_green { background-color: #00ad43;-webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);} 
.color_purple { background-color: #7e5e60; -webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}

.color_lightblue { background-image: url('../img/old_wall.png'); background-repeat:repeat; background-color: #3399cc; -webkit-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
-moz-box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);
box-shadow: 2px 3px 11px -2px rgba(69,68,69,1);}
#main .state-min {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			text-align: center;
/*			background-repeat: no-repeat;*/
/*			background-position: center center;*/
/*			background-size: 100%;*/
			z-index: 10; padding: 0px;
		}
		
	
		
		#main .state-full {
			display: block;			
			width: 952px;		/* 4 rows */
			height: 492px;
			/*height: 742px; */
			background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(220,232,232,0.5) 30%, rgba(139,179,178,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(30%,rgba(220,232,232,0.5)), color-stop(100%,rgba(139,179,178,1))); /* Chrome,Safari4+ */
			background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(220,232,232,0.5) 30%,rgba(139,179,178,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(220,232,232,0.5) 30%,rgba(139,179,178,1) 100%); /* Opera 12+ */
			background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(220,232,232,0.5) 30%,rgba(139,179,178,1) 100%); /* IE10+ */
			background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(220,232,232,0.5) 30%,rgba(139,179,178,1) 100%); /* W3C */
			
		}
		

		.visible {
			display: block;
		}
		
		#main .wide { 
			width: 472px;
			background: none;				
		}
		
		#main .title {
			position: absolute;
			bottom: 0;
			left: 0;
			display: inline-block;
			font-size: 36px;
			color: #fff;
			background-color: #e63038;
			padding: 20px 16px 12px;
			text-transform: uppercase;
			min-width: 200px;
		}
	
		.lt-ie10 #main .size1x2 { 
			background-position: -1000px top;
		}

		.lt-ie10 #main .huge {
			width: 952px;		/* 4 rows */
			height: 492px;			
			background-position: left top;
		}
		


		
		.box .product-title {
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
			font-size: 1.125em;
			position: absolute;
			bottom: 0;
			width: 100%;
			padding: 0.5em;
			color: #3c3c3c;
			text-align: center;
		}
		
		.box.argument .product-title {
			bottom: 10px;	
			font-size: 2em;
			color: #fff;
			text-transform: uppercase;
		}
		
		.box.video .product-title,
		.box.content .product-title {
		 	background-color: #e1002a;
		 	font-size: 2em;
			color: #fff;
			text-transform: uppercase;
		}
		
		.box.size2x1 .product-title {
		          width: auto;
		}
		
		/*    CONTENT    */
		
		.smart-included,
		.smart-included section {
			height: 100%;
		}
		
		 .smart-included section {
		 	padding: 10px 20px 0 370px;
			background: transparent url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/smart-included-heroshot.png') no-repeat 22px center;
		}
		
		section {
		}
		
		h1, dt  {
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
		}
		
		p {
/*			line-height: 1.25em;*/
		}
		
		p:empty { display: none }
		
		.smart-included h1 {
			font-size: 2.25em;
			line-height: 1.3em;
			padding-bottom: 0;
			margin: 1em 0 0.5em;
		}		
		
		.smart-included dt {
			font-size: 1.125em;
			text-transform: uppercase;
		}
		
		.smart-included dd {
			font-size: 1.125em;
		}
		
		 dt:before {	
			content: " ";
			display: inline-block;
			padding: 0 70px 70px 20px;
			margin: 0 0 -50px 0;
			position: relative;
			top: 0px;
			background-repeat: no-repeat;
			background-image: url(http://smart.oras.com/wp-content/themes/smartincluded/library/images/sprite-symbols-versions.png);

		}
		
		.smart-included dt:before {
			background-image: url(http://smart.oras.com/wp-content/themes/smartincluded/library/images/sprite-symbols.png);
		}
		
		.product-card dt:before {				
			padding: 0 30px 70px 20px;
		}
		
		.symbol-easy:before 	{	background-position: left top;		}
		
		.symbol-eco:before  	{	background-position: -160px top;	}		
		.symbol-safe:before  	{	background-position: -237px top;	}
		
		.smart-included .symbol-eco:before 	{	background-position: left -200px;	}
		.smart-included .symbol-safe:before {	background-position: left -96px;	}
		
		
		dd {
			min-height: 3.25em;
			max-width: 28em;
			padding-left: 90px;
			padding-bottom: 0.25em;			
		}
		
		.smart-included dl:after {
		  content: ' ';
		  display: block;
		  clear: both;
		}
		
		.product-card dd {
			max-width: auto;
			padding: 0 0 0 50px;
			/*padding-bottom: 1em;*/	
		}
		
		dl.argument-list {
			/*position: absolute;
			left: 420px;
			bottom: 10px;*/
			/*margin: -20px 0 0;*/
			margin: 0;
		}
		
		
		.closing-time {
			position: absolute;
			top: 0;
			right: 0;
			width: 44px;
			height: 44px;
			background: #e72b38 url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/sprite.png') no-repeat -2px -2px;
			z-index: 50;
			cursor: pointer;
		}
		
		.symbol-list li {
			display: inline-block;
			width: 40px;
			height: 42px;
			margin: 0 3px;		
			background: transparent url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/sprite-symbols-versions.png') no-repeat left top;			
		}
		
		.symbol-list .easy {	background-position: left top;	}
		.symbol-list .smart {	background-position: -75px top;	}
		.symbol-list .eco {		background-position: -160px top;	}
		.symbol-list .safe {	background-position: -240px top;	}
		.symbol-list .hygiene {	background-position: -320px top;	}
		.symbol-list .luxury {	background-position: -400px top;	}
		
		#tabs,
		.product-card {
			overflow: hidden;
		}
		
		.product-card .left,
		.product-card .right {
			float: left;
		} 
		
		.product-card .left { 	width: 55%; 	}
		.product-card .right {	width: 45%;		}
		
		.product-card .product-image {
			float: right;	
		}
		
		.product-card .symbol-list {
			margin: 0;
			text-align: right;
		}
		
		.easy section,
		.eco section,
		.safe section {
			margin: 40px 50px 0 0;
			padding-left: 300px;
			background-position:left 20px;
			background-repeat: no-repeat;
		}	
				
		.easy section {
			background-image:  url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/easy_300x300.png') ;
		}
		
		.eco section {
			background-image:  url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/eco_300x300.png') ;
		}
		
		.safe section {
			background-image:  url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/safe_300x300.png') ;
		}
			
		.easy section strong,
		.eco section strong,
		.safe section strong { color: #e1002a; font-weight: bold; }
		
		.easy section p:first-child,
		.eco section p:first-child,
		.safe section p:first-child {
			font-size: 2.25em;
			/*font-family: "News Gothic W01 Bold";*/
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
			line-height: 1.25em;
			text-transform: uppercase;
			/*max-width: 80%;*/
		}
		.easy .article-header,
		.eco .article-header,
		.safe .article-header {
			float: left;
			position: relative;
			top: 340px;
			width: 300px;
			text-align: center;
			font-size: 1.25em;
		}
		
		.product-card .info {
			position: relative;
			margin: 0 0 1.25em 4.375em;
		}
		
		.product-card .info-left,
		.product-card .info-right {
			float: left;
		}
		.product-card .info-left {
			width: 55%;
		}
				
		.product-card .info-right img {
			display: block;
			margin: 0 auto;
		}
		
		.product-card .info h1 {
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
			font-size: 3em;
			line-height: 1.25em;
			text-transform: none;
		}

		.product-card .info p {
			max-width: 500px;
		}
		
		.product-card .more-info {
			font-weight: bold;
			text-align: center;	
		}
		
		.product-card .download-link {
			display: block;
			width: 100%;
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
			font-size: 1.25em;
			padding: 0.875em 0;
			margin: 0.5em 0 1em;
			color: #fff;
			background-color: #e1002a;
			text-align: center;	
			text-transform: uppercase;	
			text-decoration: none;
		}
		
		.product-card .more-info a {
			color: #e1002a;
		}
		
		.image-gallery,
		.designers article {
			padding: 0.5em;
		}
		
				
		.column-one-half { width:46%; }		
		.column-one-half { position: relative; margin-left: 4%; float: left; }
		.last { margin-left: 0!important;  }		
		.column-one-half + br { display: none!important; }
		
		
		.bathroom-video section,
		.kitchen-video section {
			margin: 8px 50px 0;
		}
		
		.social-share {
		    display: block;
		    position: absolute;
		    right: 16px;
		    top: 16px;
		    width: 26px;
		}
		
		
		#slideshow .social-share,
		#versions-accordion .social-share {
			right: auto;
			top: auto;
			bottom: 8px;
			left: 10px;
			width: auto;
		}
		
		.social-share a {
			display: inline-block;
			width: 26px;
			height: 26px;
			margin-right: 4px;
			background-image:  url('http://smart.oras.com/wp-content/themes/smartincluded/library/images/social.png') ;
			background-repeat: no-repeat;
		}
		.social-share .facebook {
			background-position: left top;
		}
		
		.social-share .pinterest {
			background-position: right top;
		}
		
		/* REQUIRED for core functionality */
		
		.responsive-tabs__heading { display: none;}
		.responsive-tabs__list__item {
			display: inline; 			
			/*font-family: "News Gothic W01 Bold";*/
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-weight: bold;
			cursor:pointer;
		}
		
		
		.responsive-tabs-wrapper {
		clear: both;
		zoom: 1;
		}
		.responsive-tabs-wrapper:before,
		.responsive-tabs-wrapper:after {
		    content: "";
		    display: table;
		}
		.responsive-tabs-wrapper:after {
		    clear: both;
		}
		
		.responsive-tabs h2 {
			text-transform: uppercase;
		}
		
		.responsive-tabs__heading:focus,
		.responsive-tabs__list__item:focus { outline: 1px solid #ccc; }
		
		.responsive-tabs__heading--active:focus,
		.responsive-tabs__list__item--active:focus { outline: none !important;}
		
		.responsive-tabs__list { font-size: 1.4375em; margin:0; padding: 0; }
		.responsive-tabs__list__item { 
			background-color: #b9caca;
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYTRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I0Y2VjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
			background-image: -moz-linear-gradient(bottom, #80a4a4 0%, #b4cecd 100%);
			background-image: -o-linear-gradient(bottom, #80a4a4 0%, #b4cecd 100%);
			background-image: -webkit-linear-gradient(bottom, #80a4a4 0%, #b4cecd 100%);
			background-image: linear-gradient(bottom, #80a4a4 0%, #b4cecd 100%);
			border-right: 0.5em solid #fff;	
			padding: 10px 0 8px;
		 	color: #fff; 
		 	text-transform: uppercase;
		 	display: inline-block;
	 	    text-align: center;
	 	    width: 31.8%;
	 	    height: 44px;
		 }
		.responsive-tabs__list__item:hover {color: #3c3c3c }
		.responsive-tabs__list__item--active,
		.responsive-tabs__list__item--active:hover { background: none;color: #3c3c3c }
		
		.responsive-tabs__panel { 
			margin: 8px 0 0 8px;
			height: auto; 
			width: 944px;
		}
		
		.responsive-tabs__list__item--inactive {
			background: #fff;
			cursor: default;
		}
		

		.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
		}
		.responsive-tabs__heading:hover,
		.responsive-tabs__heading--active:hover { background-color: #efefef}
		.responsive-tabs__heading--active { background: #fff;}
		.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
		}

.content-container {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
            left:0;
            right:0;	
	border: 8px solid #fff;
	/*border-left: none;*/
	padding: 20px 10px 20px 20px;
}

.content-container h1 {
	font-size: 1.5em;
	text-transform: none;
/*              margin-bottom: 0.25em;*/
}

.content-container .left img {
	position: absolute;
	bottom: 10px;
}

.version-name {
	font-size: 1.125em;
	margin-bottom: 1em;
	width: 90%;
}

#versions-accordion {
	margin-left: 0px;
}



/*##VERTICAL ACCORDION##*/
.accordion-ver>ul , .accordion-hor>ul{
  margin: 0 auto;
  padding: 0;
  list-style:none;
} 
.accordion-ver>ul>li {
  display:block;
  margin: 0;
  list-style:none;
  clear: left;
  position: relative;
  width: 100%;
  background:none;
  *margin-bottom: -4px; /* IE6 e IE7 */
}
.accordion-ver>ul>li:hover {
  cursor:pointer;
}
.accordion-ver>ul>li.last {
  border: 0;
}  
.accordion-ver>ul>li>h2 {
  position: absolute;
  display:block;
  float:left;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  text-decoration:none;
  text-transform:uppercase;
  color: #fff;
  width: 100%;
}
.accordion-ver>ul>li>h2:hover {
  cursor:pointer;
} 
.accordion-ver>ul>li>div {
  display:none;
  background: none;
  overflow: hidden;
  /*height: 600px;*/
}
.accordion-ver:hover>ul>li:hover>div {
  cursor: default;
} 
.accordion-ver>ul>li>div>span {
  padding: 0;
  display: block;
  text-align: left !important;
  line-height: normal;
}

/*##HORIZONTAL ACCORDION##*/
.accordion-hor>ul>li {
  display:block;
  margin: 0;
  list-style:none;
  overflow: hidden;
  float:left;
  padding: 0;
  position: relative;
  background:none;
}
.accordion-hor>ul>li:hover {
  cursor:pointer;
}
.accordion-hor>ul>li.active:hover {
  cursor:default;
}

.accordion-hor>ul>li.last {
  border: 0;
} 
.accordion-hor>ul>li.active {
  color: #3c3c3c;
} 

.accordion-hor>ul>li.active h2{}

.accordion-ver>ul>li.active h2>span,
.accordion-hor>ul>li.active h2>span {
	color: #3c3c3c;
	background: #fff;
}
.accordion-hor>ul>li>h2 {
  position: absolute;
  display:block;
  float:left;
  /*margin-top: 0;*/
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
 /* width: 100%;*/
  /*top: 30px;*/
  left:  0px;
  text-align: left;
  /*font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;*/
  text-decoration:none;
  text-transform:uppercase;
  color: #fff;
  background: none;

  /* CSS3 Transform Rotate & Translate for H1 */
  white-space:nowrap;
  -moz-transform: rotate(90.0deg) translate(-55px,0px);  /* FF3.5+ */
  -moz-transform-origin: 0 100%;
  -o-transform: rotate(90.0deg) translate(-55px,0px);  /* Opera 10.5 */
  -o-transform-origin: 0 100%;
  -webkit-transform: rotate(90.0deg) translate(-55px,0px);  /* Saf3.1+, Chrome */
  -webkit-transform-origin: 0 100%;
  transform: rotate(90.0deg) translate(-55px,0px);  /* Saf3.1+, Chrome */
  transform-origin: 0 100%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0);  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"; /* IE8 */ 
}

.accordion-ver>ul>li>h2>span,
.accordion-hor>ul>li>h2>span {	
	color: #fff;
	background: #3c3c3c;
	display: block;
	padding: 0 0 10px 0;
	text-align: center;
}

.accordion-ver>ul>li>h2>span {
	padding: 4px 0;
}

.accordion-hor>ul>li>h2:hover {
  cursor:pointer;
}
.accordion-hor>ul>li.active h2:hover {
  cursor:default;
}

.accordion-ver>ul>li>h2:hover>span, 
.accordion-hor>ul>li>h2:hover>span {
	background: #e1002a;
}
.accordion-ver>ul>li.active>h2:hover>span,
.accordion-hor>ul>li.active>h2:hover>span {
	background: #fff;
}

.accordion-hor>ul>li>div {
  position:relative;
  display:block;
  float:left;
  overflow: hidden;
  *top:0px;       /* IE7 Hack */
  *left:0px;      /* IE7 Hack */
  margin:0;
  background: none;
}
.accordion-hor:hover>ul>li:hover>div {
  cursor: default;  
}
.accordion-hor>ul>li>div>span {
  display: block; 
  text-align: left !important;
  line-height: normal;
}



#wpadminbar {display: none;}

.block_title {
    font-family: 'helvetica neue', helvetica, arial, sans-serif; font-size: 1em; color: white; 
    z-index:1000;
    font-weight: 500; letter-spacing: 1px; 
    left: 12px; top: 8px; margin: 0px;
 position: absolute;

}
.block_title a {
}

.hover_border {
position: absolute; top:0; bottom:0; left:0; right:0; border: 1px solid white;  visibility: hidden; opacity: 0; 
}

.box-content:hover .hover_border{ visibility: visible; opacity: 1;

}

.box-content:hover .block_title { border-bottom: 2px solid white;}


#socialmedia {
    text-align:center; width: 240px; height: 50px;  padding: 0px; margin-left: auto; margin-right: auto;
}

.socialicons {
    margin:3px; position: relative; float: left; 
}
.socialicons img {
    width: 70%;
}

.banner { position: relative; overflow: auto;  padding: 0px; width: 100%; height: auto;}
    .banner li { list-style: none; }
        .banner ul li { float: left; }  .banner ul li img{ width: 100%}
