/*#01 - Font Imports#*/

@font-face {
    font-family: 'FrankItalic';
    src: url('/app_themes/vaalto/fonts/frank-italic-webfont.eot');
    src: url('/app_themes/vaalto/fonts/frank-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app_themes/vaalto/fonts/frank-italic-webfont.woff') format('woff'),
         url('/app_themes/vaalto/fonts/frank-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrankLight';
    src: url('/app_themes/vaalto/fonts/frank-light-webfont.eot');
    src: url('/app_themes/vaalto/fonts/frank-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app_themes/vaalto/fonts/frank-light-webfont.woff') format('woff'),
         url('/app_themes/vaalto/fonts/frank-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrankRegular';
    src: url('/app_themes/vaalto/fonts/frank-regular-webfont.eot');
    src: url('/app_themes/vaalto/fonts/frank-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app_themes/vaalto/fonts/frank-regular-webfont.woff') format('woff'),
         url('/app_themes/vaalto/fonts/frank-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrankThin';
    src: url('/app_themes/vaalto/fonts/frank-thin-webfont.eot');
    src: url('/app_themes/vaalto/fonts/frank-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/app_themes/vaalto/fonts/frank-thin-webfont.woff') format('woff'),
         url('/app_themes/vaalto/fonts/frank-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*#02 - Resets Fixes Defaults and Browser Standards#*/

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
html {
  overflow-y: scroll;
}
a:hover,
a:active {
  outline: none;
}
ul,
ol {
  margin-left: 2em;
}
ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
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"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
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;
}
/*::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}*/
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
body,
select,
input,
textarea {
  color: #444;
}
a:hover {
  color: #036;
}
.nocallout {
  -webkit-touch-callout: none;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
textarea[contenteditable] {
  -webkit-appearance: none;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/*#03 - Structure & Layouts#*/

.container_3 {
  overflow: hidden;
  width: 92%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.0205%;
  padding-right: 1.0205%;
}
.grid_1,
.grid_2,
.grid_3 {
  display: inline;
  float: left;
  position: relative;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.container_3 .grid_1 {
  width: 30.625666667%;
  padding-right: 2.041%;
}
.container_3 .grid_2 {
  width: 63.292333334%;
  padding-right: 2.041%;
}
.container_3 .grid_3 {
  width: 95.959%;
  padding-right: 2.041%;
}
.container_3 .grid_1 .child_1 {
  float: left;
  width: 50%;
}
.container_3 .prefix_1 {
  padding-left: 32.666666667%;
}
.container_3 .prefix_2 {
  padding-left: 65.333333334%;
}
.container_3 .suffix_1 {
  padding-right: 32.666666667%;
}
.container_3 .suffix_2 {
  padding-right: 65.333333334%;
}
.container_3 .push_1 {
  left: 32.666666667%;
}
.container_3 .push_2 {
  left: 65.333333334%;
}
.container_3 .pull_1 {
  left: -32.666666667%;
}
.container_3 .pull_2 {
  left: -65.333333334%;
}
.container_3.no_overflow {
  overflow: visible;
  position: relative;
}

/*#04 - Globals#*/

body {
  font-family: Arial;
  background-color: #f6f9f8;
}
p {
  line-height: 20px;
  padding-bottom: 20px;
  color: #595959;
}
p.intro {
  float: left;
  font-family: 'FrankLight';
  color: #79848e;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
h1 {
  font-family: 'FrankRegular';
  font-size: 32px;
  color: #1a1a1a;
  padding-bottom: 20px;
}
h1.bar {
  float: left;
  padding-bottom: 4px;
  margin-bottom: 23px;
  padding-right: 30px;
  border-bottom: 3px solid;
}
h1.magenta {
  border-color: #f53478;
}
h1.blue {
  border-color: #00ade3;
}
h1.green {
  border-color: #89c136;
}

h1.orange {
  border-color: #FF9200;
}

h2 {
  font-family: 'FrankRegular';
  font-size: 28px;
  color: #1a1a1a;
}
h3 {
  font-family: 'FrankThin';
  font-size: 20px;
  padding: 0px 0px 8px 0px;
}
a {
  color: #00ade3;
  text-decoration: none;
}
a:hover {
  color: #00ade3;
  text-decoration: underline;
}
h1 a,
h2 a,
h3 a {
  color: #1a1a1a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  text-decoration: none;
  color: #1a1a1a;
}

#breadcrumb {
  padding: 0px 0px 17px 0px;
}
#breadcrumb a {
  font-family: 'FrankRegular';
  color: #79848e;
  text-transform: uppercase;
}

/*#04 - Globals/4A - Buttons#*/

.cta-gray {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EDF2F3;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EDF2F3);
    background-repeat: repeat-x;
    border-color: #E6EAEA #CED5D5 #CED5D5 #E6EAEA;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CED5D5;
    border-style: solid;
    border-width: 1px;
    color: #1A1A1A;
    display: block;
    float: left;
    padding: 7px 25px 7px 9px;
    position: relative;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #FF5E99;
    color: #FFFFFF;
    text-shadow: none;
}
.cta-gray span {
    background-image: url("http://www.vaalto.com/app_themes/vaalto/images/cta-gray.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 8px;
    margin: 12px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.button-grey {
  float: left;
  display: block;
  position: relative;
  padding: 7px 25px 7px 9px;
  color: #1a1a1a;
  background-color: #f4f7f8;
  border: 1px solid #ced5d5;
  border-top: 1px solid #e6eaea;
  border-left: 1px solid #e6eaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #edf2f3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#edf2f3));
  background-image: -moz-linear-gradient(top, #ffffff, #edf2f3);
  background-image: -ms-linear-gradient(top, #ffffff, #edf2f3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edf2f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #edf2f3);
  background-image: -o-linear-gradient(top, #ffffff, #edf2f3);
  background-image: linear-gradient(top, #ffffff, #edf2f3);
}
.button-grey:hover {
  text-decoration: none;
  color: #1A1A1A;
  background-position: 0px -15px;
}
.button-grey:active {
  background-position: 0px -15px;
}
.button-grey span {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 10px 0px 0px;
  display: block;
  width: 5px;
  height: 8px;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-btn-grey.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.cta-gray:hover {
  text-decoration: none;
  color: #1A1A1A;
  background-position: 0px -15px;
}
.cta-gray:active {
  background-position: 0px -15px;
}

.button-white {
  float: left;
  display: block;
  padding: 8px 25px 7px 8px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-position: right -17px;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  transition: padding 0.1s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;

  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.button-white:hover {
  padding-right: 28px;
  text-decoration: none;
}
.button-green {
  display: block;
  float: right;
  margin-right: 7px;
  padding: 12px 10px 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #e2e6e6;
  background-color: #6da915;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#89c137), to(#6da915));
  background-image: -moz-linear-gradient(top, #89c137, #6da915);
  background-image: -ms-linear-gradient(top, #89c137, #6da915);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c137), color-stop(100%, #6da915));
  background-image: -webkit-linear-gradient(top, #89c137, #6da915);
  background-image: -o-linear-gradient(top, #89c137, #6da915);
  background-image: linear-gradient(top, #89c137, #6da915);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  -webkit-text-shadow: 0 1px 0 #646464;
  -moz-text-shadow: 0 1px 0 #646464;
  -o-text-shadow: 0 1px 0 #646464;
  -ms-text-shadow: 0 1px 0 #646464;
  text-shadow: 0 1px 0 #646464;
  text-transform: uppercase;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  -ms-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.button-green:hover {
  text-decoration: none;
  background-position: 0 -20px;
  color: #fff;
}
.button-green: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);
}

.button-white {
  float: left;
  display: block;
  padding: 8px 25px 7px 8px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-position: right -17px;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  transition: padding 0.1s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.button-white:hover {
  padding-right: 28px;
  text-decoration: none;
}

#products-button .contact_box {
    margin-bottom: 0;
    margin-top: 0;
}

.contact_box {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact_box p {
  float: left;
  font-family: 'FrankItalic';
  font-size: 17px;
  color: #79848e;
  padding: 15px 15px 15px 0px;
}

/*#04 - Globals/4B - Misc#*/

.arrow {
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/arrows.gif');
  /*background-position: right 0px;*/
  background-repeat: no-repeat;
  padding-right: 23px;
}

.blue {
    background-position: right -25px;
}

.button-section {
  width: 100%;
  border-top: 1px solid #e2e6e6;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #f6f9f8;
}


/*#05 - Header#*/

header {
  width: 100%;
  padding-bottom: 17px;
  background-color: #1a1a1a;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-line.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
#header-logo {
  float: left;
  position: relative;
  width: 130px;
  height: 41px;
  margin: 15px 65px 0px 0px;
  text-indent: -9999px;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/logo-2.png');
  background-position: right 0px;
  background-repeat: no-repeat;
}
#logo-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 41px;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/logo-1.PNG');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
header .container_3 {
  position: relative;
}

#main-nav {
  float: left;
  display: block;
  position: relative;
  width: 520px;
  margin-top: 20px;
}
#main-nav ul {
  z-index: 100;
  position: relative;
}
#main-nav ul li {
  float: left;
  margin-right: 3%;
}
#main-nav ul li a {
  color: #fff;
  font-family: 'FrankRegular';
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: block;
  padding: 6px 9px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#main-nav ul li a:hover {
  background-color: #000;
}
#main-nav ul li.cssprefixCMSListMenuHighlightedLI {
  background-color: #D72106;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#main-nav ul li.cssprefixCMSListMenuHighlightedLI a:hover {
  background: none;
}

nav a#pull {  
    display: none;  
} 



/*end nav*/   

#menu-handle {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
  width: 100px;
  padding: 10px 0px;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-family: 'FrankRegular';
  text-transform: uppercase;
  text-decoration: none;
}
#sec-nav {
  float: right;
  display: block;
  width: 200px;
  margin: 28px 0px 0px 0px;
  text-align: right;
}

#sec-nav ul li {
    float: right;
    width: 90px;
}

#sec-nav a {
  font-size: 11px;
  color: #cccccc;
  margin-left: 13px;
}
#sec-nav a:hover {
  text-decoration: none;
}

/*#06 - Footer#*/

footer {
  width: 100%;
  padding: 36px 0px 33px 0px;
  background-color: #1a1a1a;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-line.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
footer h3 {
  color: #fff;
}
footer h3 a {
  color: #fff;
}
footer h3 a:hover {
  color: #fff;
  text-decoration: none;
}
footer .grid_2 p {
  color: #7b8080;
  padding-right: 140px;
}
footer .grid_2 p a {
  color: #fff;
}
footer .grid_2 p a:hover {
  color: #fff;
}
footer .grid_2 {
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-footer-logo.png');
  background-position: top right;
  background-repeat: no-repeat;
}
footer .grid_1 {
  padding: 15px 0px 0px 0px;
}
footer .grid_1 p {
  color: #fff;
  padding-top: 5px;
}
footer .grid_1 ul {
  list-style: none;
  margin: 0;
}
footer .grid_1 ul li {
  list-style: none;
}
footer .grid_1 ul li a {
  display: block;
  color: #fff;
  padding: 8px 0px;
  border-bottom: 1px solid #2e2e2e;
  margin-right: 14%;
}
#footer-nav {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
#footer-nav ul {
  z-index: 100;
  position: relative;
}
#footer-nav ul li {
  float: left;
  margin-right: 1%;
}
#footer-nav ul li a {
  color: #fff;
  font-family: 'FrankRegular';
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: block;
  padding: 6px 9px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#footer-nav ul li a:hover {
  background-color: #000;
}
#footer-nav ul li a.active {
  background-color: #333333;
}
#footer-disclaimer {
  width: 100%;
  padding: 13px 0px;
}
#footer-disclaimer section {
  text-align: right;
  color: #595959;
  font-size: 11px;
}

/*#10 - Home#*/
div.SmallScreenshotShadow {
    background-color: white;
    border-color: #CBCBCB;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 4px;
width:250px;
clear:both;
}

.brandsText {
float:left;
width:350px;
margin-top:25px;
}

.brandsContainer {
float:right;
width:540px;
margin-top:30px;
}

.brandsContainer .clientItem {
    float: left;
    margin:0;
}

/*#11 - About#*/

#about-holder {
  margin-top: 60px;
}
#about-holder .grid_1 {
  width: 34.6667%;
  padding: 0;
}
#about-holder p,
#about-holder span {
  float: left;
  width: 100%;
}

.brandsText p {
    color: #79848E;
    font-family: 'FrankRegular';
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 15px;
}


/*#11 - About/11A - Testimonials#*/

#clients-holder {
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e2e6e6;
  padding: 15px 17px;
  margin-top: 20px;
margin-bottom:25px;
}
#clients-holder h3 {
  font-family: 'FrankRegular';
}

#clients-holder p {
  color: #595959;
  padding-bottom: 10px;
}

.clientItem {
    float: left;
    margin-bottom: 30px;
    margin-left: 27px;
    margin-right: 27px;
}



.clientItemLink {
margin-top:10px;
}

/*#11 - About/11B - Work Team#*/

#team-holder {
  margin-top: 60px;
  background-image: url('../img/bg-h1-partners.jpg');
  background-position: center 46px;
  background-repeat: no-repeat;
}
#team-holder h1 {
  float: left;
}
#team-holder h2 {
  font-size: 24px;
  color: #1a1a1a;
  padding-bottom: 8px;
}
#team-holder h2 a {
  color: #1a1a1a;
}
#team-holder #cta-partners {
  float: right;
  width: 63%;
  padding: 15px 10px 0px 0px;
  text-align: right;
  font-family: 'FrankItalic';
  font-size: 14px;
  color: #79848e;
}
#team-holder #cta-partners a {
  color: #79848e;
}
#team-holder .intro {
  padding: 0px 25% 50px 0px;
}
#team-holder .grid_1 {
  width: 28%;
  padding: 2.041%;
  padding-top: 3.041%;
}
#team-holder .grid_1 .workteam-photo-btn {
  display: block;
  height: 50px;
}
#team-holder #team-cases {
  overflow: hidden;
  width: 100%;
}
#team-holder #logos-holder {
  text-align: left;
  margin-top: 40px;
}
#team-holder #logos-holder h4 {
  margin-bottom: 20px;
  color: #79848e;
  background-image: url('../img/bg-hr.jpg');
  background-position: center right;
  background-repeat: no-repeat;
}
#team-holder #logos-holder figure {
  margin-right: 30px;
  margin-bottom: 20px;
}
#team-holder #partner_2 {
  background-color: #fff;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #e2e6e6;
}
#team-holder #partner_4 {
  clear: left;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #e2e6e6;
}
#team-holder #partner_5 {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #e2e6e6;
}
#team-holder #partner_6 {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #e2e6e6;
}

/*#12 - Products#*/



#products-case-holder {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 700px;
}
#products-case-holder h1 {
	padding-top: 54px;
	float: left;
}
#products-case-holder .intro {
	width: 275px;
	color: #1a1a1a;
	clear: left;
}
#products-case-holder .button-white {
	clear: left;
}

#products-case-holder .services-nav {
	float: right;
	overflow: hidden;
	padding-top: 54px;
}
#products-case-holder .services-nav a {
	display: block;
	float: left;
	padding: 5px 20px 5px 0px;
	cursor: default;
}
#products-case-holder .services-nav a:hover {
	text-decoration: none;
}
#products-case-holder .services-nav .link {
	cursor: pointer;
	padding-left: 20px;
	padding-right: 0px;
	color: #79848e;
	border-left: 1px solid #e2e6e6;
}
#products-case-holder .services-nav .link:hover {
	text-decoration: underline;
}
#products-case-holder #case-link {
	position: absolute;
	opacity: 0;
	z-index: 1500;
	top: 435px;
	right: 285px;
	margin: 0px 0px 0px -53px;
	display: block;
	width: 106px;
	padding: 7px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'FrankRegular';
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	-ms-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
#products-case-holder #case-link:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.9);
}
#products-case-holder #main-casevisual-holder {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 85px;
	margin-right: -25px;
	width: 725px;
	height: 590px;
	z-index: 10;
}
#products-case-holder .case-highlight {
	display: block;
	position: absolute;
	z-index: 200;
	opacity: 0;
	margin-top: 10px;
}
#products-case-holder .case-highlight h4 {
	font-family: 'FrankRegular';
	font-size: 24px;
	color: #1a1a1a;
	padding-bottom: 12px;
}
#products-case-holder .case-highlight.in {
	opacity: 1;
}
#products-case-holder #main-casevisual-shadow {
	display: block;
	position: absolute;
	top: 0;
	left: 409px;
	margin: 666px 0px 0px 0px;
	width: 0px;
	height: 10px;
	z-index: 11;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/products-shadow-mainvisual.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#products-case-holder .main-project-visual {
	position: absolute;
	bottom: -800px;
}
#products-case-holder #highlights-holder section {
	display: none;
}
#products-case-holder #cases-slider-controls {
	position: absolute;
	top: 665px;
	right: 17px;
	width: 641px;
	height: 18px;
	z-index: 500;
}
#products-case-holder #cases-slider-controls div {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
}
#products-case-holder #cases-slider-controls div a {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 60px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/sprite-dots.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-control-holder {
	position: absolute;
	width: 100%;
	top: 395px;
	left: 0;
	z-index: 2000;
}
.products-controls {
	position: absolute;
	display: block;
	top: 0;
	width: 35px;
	height: 64px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/sprite-btn-projects.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#btn-prev {
	left: 20px;
}
#btn-next {
	right: 20px;
	background-position: 0px -64px;
}
#products-features {
	overflow: hidden;
	padding: 25px 0px 25px 30px;
	background-color: #fff;
	border: 1px solid #e2e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
margin-bottom:25px;
}
#products-features h2 {
	padding-bottom: 15px;
}
#products-features div {
	/*opacity: 0;*/
	margin-right: 5px;
}
#products-features p {
	padding: 20px 40px 0px 0px;
}
#products-features #feature-analytics {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
#products-features #feature-analytics #analytics-stats {
	position: absolute;
	top: 0;
	left: 0;
	margin: 85px 0px 0px 145px;
	padding: 0;
	font-family: 'FrankRegular';
	text-transform: uppercase;
	color: #79848e;
}
#products-features #feature-analytics #analytics-stats span {
	display: block;
	font-size: 24px;
}
#products-features #feature-cloud {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#products-features #feature-open {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
#products-features div.show {
	opacity: 1;
}
.no-csstransitions #products-features div {
	opacity: 1;
}
#products-addons {
	padding-bottom: 40px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-products-addons.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}
#products-addons .container_3 {
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-h1-partners.jpg');
	background-position: center 46px;
	background-repeat: no-repeat;
}
#products-addons section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 75px;
}
#products-addons h2 {
	padding-bottom: 5px;
}
#products-addons h2, #products-addons p {
	width: 90%;
}
#products-addons .products-addon-left, #products-addons .products-addon-right {
	width: 50%;
	float: left;
}
#products-addons #addon-mobile {
	margin-top: -200px;
}
#products-addons #addon-mobile .products-addon-right {
	padding-top: 150px;
}

/*#12 - Products/12A - Individual Product Slides#*/

#products-case-holder #highlights-hi .highlight-interaction {
	top: 350px;
	left: 0;
	padding-top: 30px;
	width: 335px;
	height: 145px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-hi-4.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-hi .highlight-interaction h4 {
	padding-left: 44px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-message.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-hi .highlight-interaction p {
	padding-right: 90px;
}
#products-case-holder #highlights-hi .highlight-moderation {
	top: 730px;
	left: 0;
	width: 400px;
	height: 135px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-hi-1.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-hi .highlight-moderation h4 {
	padding-left: 44px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-shield.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-hi .highlight-moderation p {
	padding-right: 200px;
}
#products-case-holder #highlights-hi .highlight-integration {
	top: 730px;
	left: 440px;
	padding-left: 230px;
	width: 280px;
	height: 180px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-hi-2.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-hi .highlight-integration h4 {
	padding-left: 44px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-puzzle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#products-case-holder #highlights-hi #highlight-line-hi {
	top: 505px;
	right: 45px;
	width: 104px;
	height: 200px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-hi-5.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-onderling .highlight-cocreation {
	top: 400px;
	width: 360px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-onderling-1.png');
	background-position: right 130px;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-onderling .highlight-cocreation h4 {
	padding-top: 5px;
	padding-left: 50px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-cocreation.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-onderling .highlight-cocreation p {
	padding-right: 80px;
}
#products-case-holder #highlights-onderling .highlight-cocreation span {
	float: left;
	width: 225px;
	padding: 15px 0px 0px 20px;
	color: #79848e;
	line-height: 20px;
	font-size: 12px;
	font-family: 'FrankItalic';
}
#products-case-holder #highlights-onderling .highlight-activity {
	top: 730px;
	left: 340px;
	width: 575px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-onderling-3.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-onderling .highlight-activity h4 {
	padding-left: 190px;
}
#products-case-holder #highlights-onderling .highlight-activity p {
	padding-left: 190px;
}
#products-case-holder #highlights-onderling #magnifi-onderling {
	top: 415px;
	left: 500px;
	width: 253px;
	height: 253px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-onderling-4.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-tmobile .highlight-moderation {
	top: 320px;
	left: 0;
	width: 265px;
	height: 175px;
}
#products-case-holder #highlights-tmobile .highlight-moderation h4 {
	padding-left: 44px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-shield.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#products-case-holder #highlights-tmobile .highlight-seo {
	top: 540px;
	left: 0;
	width: 260px;
	height: 175px;
}
#products-case-holder #highlights-tmobile .highlight-seo h4 {
	padding-left: 50px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/icon-seo.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-tmobile .highlight-platform {
	top: 725px;
	left: 0;
	width: 100%;
	height: 170px;
}
#products-case-holder #highlights-tmobile .highlight-platform h4 {
	padding-bottom: 15px;
}
#products-case-holder #highlights-tmobile .highlight-platform ul {
	overflow: hidden;
	margin: 0;
}
#products-case-holder #highlights-tmobile .highlight-platform ul li {
	float: left;
	width: 280px;
	min-height: 60px;
	margin-bottom: 5px;
	list-style: none;
	padding-left: 30px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-li.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#products-case-holder #highlights-tmobile #magnifi-tmobile {
	top: 415px;
	left: 164px;
	width: 334px;
	height: 253px;
	background-image: url('http://www.vaalto.com/app_themes/vaalto/images/projects/highlight-tmobile-1.png');
	background-position: top left;
	background-repeat: no-repeat;
}

ul.feature-list {
    float: left;
width:400px;
}
.feature-list {
    list-style: none inside url("../../App_Themes/vaalto/images/ticklist.png");
    margin: 2px 0 0 14px !important;
    text-indent: 0;
}

/*#13 - Services#*/

#solutions-intro {
  margin-top: 55px;
  padding-bottom: 40px;
}

#solutions-intro .button-container {
width:450px;
}

#solutions-intro p {
  clear: left;
  width: 50%;
  font-family: 'FrankRegular';
  color: #1a1a1a;
  font-size: 18px;
  line-height: 26px;
}
#solutions-intro .button-white {
  /*clear: left;*/
  margin-bottom: 15px;
  font-size: 18px;
  background-position: right -13px;
margin-right:15px;

}
#solutions-content {
  position: relative;
  background-color: #f6f9f8;
  width: 100%;
  z-index: 500;
}
#solutions-content #solution-community h2,
#solutions-content #solution-support h2 {
  padding: 0px 0px 13px 45px;
  background-image: url('../img/label-a.png');
  background-position: top left;
  background-repeat: no-repeat;
}
#solutions-content #solution-marketing h2,
#solutions-content #solution-social-marketing h2 {
  padding: 0px 0px 13px 45px;
  background-image: url('../img/label-b.png');
  background-position: top left;
  background-repeat: no-repeat;
}
#solutions-content #solution-research {
  background-image: url('../img/bg-products-addons.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}
#solutions-content #solution-research h2 {
  padding: 0px 0px 13px 45px;
  background-image: url('../img/label-c.png');
  background-position: top left;
  background-repeat: no-repeat;
}
#solutions-content #solution-cocreatie-onderzoek {
  background-image: url('../img/bg-products-addons.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}
#solutions-content #solution-cocreatie-onderzoek h2 {
  padding: 0px 0px 13px 45px;
  background-image: url('../img/label-c.png');
  background-position: top left;
  background-repeat: no-repeat;
}
#solutions-content .solutions-holder {
  border-top: 1px solid #e2e6e6;
  padding: 30px 0px 35px;
}
#solutions-content .solutions-holder h2 {
  padding: 0px 0px 13px 0px;
}
#solutions-content .solutions-holder h3 {
  color: #79848e;
  font-size: 18px;
  font-family: 'FrankItalic';
}
#solutions-content .solutions-holder ul {
  margin: 0 0 10px;
}
#solutions-content .solutions-holder ul li {
  list-style-type: none;
  padding: 0px 0px 15px 15px;
  background-image: url('../img/bg-li-blue.gif');
  background-position: 0px 5px;
  background-repeat: no-repeat;
}
#solutions-content .solutions-holder .solution-left {
  float: left;
  padding-right: 10%;
  width: 40%;
}
#solutions-content .solutions-holder .solution-right {
  width: 50%;
  float: left;
}
#solutions-content .solutions-holder .visual-solution {
  margin-top: -105px;
}
#solutions-content .solutions-holder .container_3 {
  *zoom: 1;
  zoom: 1;
}
#solutions-content .solutions-holder .container_3:before,
#solutions-content .solutions-holder .container_3:after {
  display: table;
  content: "";
}
#solutions-content .solutions-holder .container_3:after {
  clear: both;
}
#solutions-content .solutions-holder .grid_2 h2,
#solutions-content .solutions-holder .grid_2 h3,
#solutions-content .solutions-holder .grid_2 p {
  padding-right: 10%;
}
#solutions-content .solutions-holder .grid_1 {
  padding-top: 35px;
  font-family: 'FrankItalic';
  font-size: 12px;
  color: #79848e;
}
#solutions-content .solutions-holder .grid_1 p {
  font-size: 13px;
  color: #79848e;
}
#solutions-content .solutions-holder .grid_1 p span {
  clear: none;
  font-size: 36px;
  float: left;
  padding: 12px 5px 2px 0px;
}
#solutions-content .solutions-holder .grid_1 span {
  clear: left;
  display: block;
  padding-bottom: 20px;
}
#solutions-content .solutions-holder .grid_1 .infograph {
  float: left;
  margin: 0px 15px 45px 0px;
}
#solutions-cta .conversion_box {
  margin-top: 0;
  margin-bottom: 0;
}
#section-switcher-holder {
  position: relative;
  z-index: 1000;
}
#section-switcher {
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -75px;
  display: block;
  opacity: 0;
  width: 50px;
  height: 150px;
  z-index: 500;
}
#section-switcher a {
  display: block;
  width: 100%;
  height: 60px;
  color: #79848e;
  background-image: url('../img/sprite-sectionswitcher.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#section-switcher a:hover {
  text-decoration: none;
}
#section-switcher #section-switcher-sofware {
  padding-top: 40px;
  height: 20px;
  margin-bottom: 20px;
  background-position: left 5px;
}
#section-switcher #section-switcher-sofware.active {
  background-position: right 5px;
  color: #00ace3;
}
#section-switcher #section-switcher-services {
  background-position: left -68px;
}
#section-switcher #section-switcher-services.active {
  background-position: right -68px;
  color: #00ace3;
}
#section-switcher.show {
  opacity: 1;
}

#solutions-holder {
  width: 100%;
  border-bottom: 1px solid #e2e6e6;
  /*background-image: url('../img/bg-home-solutions.jpg');*/
  background-position: 0px 46px;
  background-repeat: repeat-x;
padding-top:20px;
background-color:#ffffff;
}
#solutions-holder .container_3 {
  /*margin-top: -45px;*/
  padding-bottom: 39px;
}
#solutions-holder h2 {
  width: 100%;
  margin-bottom: 40px;
}
#solutions-holder h2 a {
  color: #1a1a1a;
  border-bottom: 3px solid;
  padding: 0px 30px 8px 0px;
}
#solutions-holder h2 a:hover {
  text-decoration: none;
}
#solutions-holder h4 {
  font-family: 'FrankItalic';
  font-size: 15px;
  color: #79848e;
  /*padding: 0px 0px 20px 75px;*/
  background-image: url('../img/sprite-icons.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
margin:10px 0px;
}
#solutions-holder p {
  color: #595959;
  padding: 0px 10px 20px 0px;
}
#solution-service h2 a {
  border-color: #89c137;
}
#solution-marketing h2 a {
  border-color: #f53477;
}
#solution-research h2 a {
  border-color: #ffcb00;
}
#solution-service h4 {
  background-position: 0px -8px;
}
#solution-marketing h4 {
  background-position: 0px -119px;
}
#solution-research h4 {
  background-position: 0px -232px;
}

/*#14 - Projects#*/

#projects {
  padding: 27px 0 50px;
}
#projects .intro {
  width: 80%;
  clear: left;
}
#projects .project-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding: 18px 20px;
  border: 1px solid #e2e6e6;
margin-bottom:20px;
}
#projects .project-box a {
  clear: left;
  float: left;
}
#projects .project-box p {
  clear: left;
  padding-bottom: 5px;
}
#projects .project-box h2 {
  font-size: 24px;
}
#projects .project-box h2.blue a {
  color: #00ace3;
}
#projects .project-box h2.magenta a {
  color: #f43377;
}
#projects .project-box h2.orange a {
  color: #ff9200;
}
#projects .project-box h2 a {
  text-decoration: none;
  padding-bottom: 5px;
}
#projects .project-box .button-grey {
  margin-top: 10px;
  float: right;
}

#categories h4 {
  background-image: url("http://www.vaalto.com/app_themes/vaalto/images/bg-hr.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  color: #79848E;
  margin-bottom: 20px;
}

#category-list .grid_1 {
    width: 30%;
    margin-bottom: 20px;
  }

#category-list {
  overflow: hidden;
  padding: 25px 0px 25px 30px;
  background-color: #fff;
  border: 1px solid #e2e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
margin-bottom:40px;
}
#category-list h2 {
  padding-bottom: 15px;
}
#category-list div {
  margin-right: 5px;
}
#category-list p {
  padding: 20px 40px 0px 0px;
}


/*#14 - Projects/14A - Project Detail#*/

#project-intro {
  padding: 27px 0 50px;
  overflow: hidden;
}
#project-intro .intro {
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'FrankRegular';
}
#project-intro #project-logo {
  float: right;
}
#project-intro .project-intro-left {
  float: left;
  overflow: hidden;
  width: 45%;
  clear: left;
}
#project-intro .project-intro-left #project-stats {
  float: right;
  font-family: 'FrankRegular';
}
#project-intro .project-intro-right {
  float: right;
  position: relative;
  width: 50%;
}
#project-vaalto {
    background-image: url("http://www.vaalto.com/app_themes/vaalto/images/grey-line.jpg");
    background-position: right 46px;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    margin-top: -40px;
}

#project-vaalto p {
  clear: left;
}


/*#15 - Contact#*/

#contact-holder {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f9f8), to(#ffffff));
  background-image: -moz-linear-gradient(top, #f6f9f8, #ffffff);
  background-image: -ms-linear-gradient(top, #f6f9f8, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f9f8), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f6f9f8, #ffffff);
  background-image: -o-linear-gradient(top, #f6f9f8, #ffffff);
  background-image: linear-gradient(top, #f6f9f8, #ffffff);
  padding: 60px 0px 26px 0px;
  border-bottom: 1px solid #e2e6e6;
}
#contact-holder #contact-intro {
  clear: left;
  width: 65%;
  overflow: hidden;
  font-family: 'FrankRegular';
}
#contact-holder #contact-intro p {
  float: left;
  width: 70%;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}
#contact-holder #contact-intro address {
  float: right;
  width: 24%;
  color: #79848e;
  font-size: 14px;
  line-height: 21px;
}
#contact-holder #contact-intro #phone-number {
  float: left;
  cursor: default;
  background-color: #89c137;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: 'FrankRegular';
  font-size: 24px;
  width: 250px;
  padding: 5px 0px;
  margin-top: 10px;
  text-align: center;
}
#contact-holder #contact-intro #phone-number:hover {
  text-decoration: none;
}
.form-stacked {
  margin-top: -10px;
  background-image: url('http://www.vaalto.com/app_themes/vaalto/images/bg-contact-form.png');
  background-position: 140px 0px;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 30px;
}
.form-stacked h2 {
  padding-bottom: 20px;
}
.form-stacked input,
.form-stacked textarea {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: inset 0 1px 1px #f7f7f7;
  -moz-box-shadow: inset 0 1px 1px #f7f7f7;
  -ms-box-shadow: inset 0 1px 1px #f7f7f7;
  -o-box-shadow: inset 0 1px 1px #f7f7f7;
  box-shadow: inset 0 1px 1px #f7f7f7;
}
.form-stacked input:focus,
.form-stacked textarea:focus {
  outline: 0;
  border-color: #00ade3;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 173, 227, 0.6);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 173, 227, 0.6);
  -ms-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 173, 227, 0.6);
  -o-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 173, 227, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 173, 227, 0.6);
}
.form-stacked input,
.form-stacked textarea,
.form-stacked select,
.form-stacked .uneditable-input {
  display: inline-block;
  width: 286px;
  height: 26px;
  padding: 4px 4px 4px 8px;
  line-height: 18px;
  color: #595959;
  border: 1px solid #e2e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.form-stacked textarea {
  width: 480px;
  height: 280px;
}
.form-stacked label, .form-stacked span {
  display: block;
  float: none;
  width: 298px;
  color: #79848e;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}
.form-stacked label span {
  font-style: italic;
  font-size: 11px;
  color: #79848e;
  float: right;
}
.form-stacked .input_holder {
  margin-bottom: 15px;
}
.form-stacked .FormButton {
  display: block;
  float: left;
  width: 110px;
  padding: 13px 10px 26px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #e2e6e6;
  background-color: #6da915;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#89c137), to(#6da915));
  background-image: -moz-linear-gradient(top, #89c137, #6da915);
  background-image: -ms-linear-gradient(top, #89c137, #6da915);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c137), color-stop(100%, #6da915));
  background-image: -webkit-linear-gradient(top, #89c137, #6da915);
  background-image: -o-linear-gradient(top, #89c137, #6da915);
  background-image: linear-gradient(top, #89c137, #6da915);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  -webkit-text-shadow: 0 1px 0 #006787;
  -moz-text-shadow: 0 1px 0 #006787;
  -o-text-shadow: 0 1px 0 #006787;
  -ms-text-shadow: 0 1px 0 #006787;
  text-shadow: 0 1px 0 #006787;
  text-transform: uppercase;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  -ms-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.form-stacked #form_submit:hover {
  text-decoration: none;
  background-position: 0 -20px;
}
.form-stacked #form_submit: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);
}

.form-stacked .error input,
.form-stacked .error textarea {
  border-color: #f53478;
}
.form-stacked .error input:focus,
.form-stacked .error textarea:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(245, 52, 120, 0.6);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(245, 52, 120, 0.6);
  -ms-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(245, 52, 120, 0.6);
  -o-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(245, 52, 120, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1), 0 0 4px rgba(245, 52, 120, 0.6);
}

/*#15 - Editable#*/

#editable-holder {
  padding:60px 0 50px;
}

#editable-holder h1,#editable-holder h3 {
clear:both;
}

.serviceText {

}

.serviceImage {

}


.serviceImage img {
padding:3px;
border:1px solid #ccc;
}



/*#16 - Media Screen Sizes#*/

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #header-logo {
    margin-right: 50px;
  }
  #sec-nav {
    width: 210px;
  }
  #sec-nav a {
    font-size: 12px;
    margin-left: 13px;
  }
  #solutions-holder {
    background-image: none;
  }
  #partners-holder #logos-holder h4 {
    padding-bottom: 20px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  #updates-pager {
    margin-bottom: 40px;
  }
  #updates-holder .sidebar-box {
    margin-left: 0;
  }
  #section-switcher {
    display: none !important;
  }
  #products-case-holder {
    width: 93%;
  }
  #products-case-holder #main-casevisual-holder {
    width: 80%;
  }
  #products-case-holder #main-casevisual-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #main-casevisual-shadow {
    width: 100% !important;
    left: auto !important;
    right: 0;
  }
  #products-case-holder #highlights-holder .highlight-integration,
  #products-case-holder #highlights-holder .highlight-activity,
  #products-case-holder #highlights-holder .highlight-platform,
  #products-case-holder #highlights-holder #magnifi-onderling {
    right: 0;
    left: auto;
  }
  #products-case-holder #highlights-holder .highlight-platform {
    width: 100%;
  }
  #products-case-holder #highlights-holder .highlight-platform li {
    width: 28%;
  }
  #products-case-holder #highlights-holder #magnifi-onderling {
    right: 200px;
  }
  #products-addons section img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #products-addons #addon-mobile {
    margin-top: 0;
  }
  #products-addons .products-addon-right {
    padding-top: 0 !important;
  }
  #products-addons .products-addon-right p,
  #products-addons .products-addon-right h2 {
    padding-left: 20px;
  }
  #products-addons .products-addon-left p,
  #products-addons .products-addon-left h2 {
    padding-right: 20px;
  }
  #case-link {
    opacity: 1 !important;
  }
  #case-intro .case-intro-right img,
  #highlights-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #case-image-holder #main-casevisual {
    width: 75%;
  }
  #case-image-holder #main-casevisual-holder {
    width: 100%;
  }
  #case-image-holder #main-casevisual-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #case-image-holder #highlights-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #solutions-content .solutions-holder img,
  #solutions-content .solutions-holder img.visual-solution {
    margin: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  /*CSS FOR RABOBANK CASE*/
  #case-image-holder.rabo #main-casevisual #main-casevisual-holder {
    width: 100%;
  }
  #case-image-holder.rabo #cases-slider-buttons #btn-next {
    margin-right: 2%;
  }
  #case-image-holder.rabo #cases-slider-buttons #btn-prev {
    margin-left: -2%;
  }
}

@media only screen and (max-width: 800px) {
  .rabo #still-img {
    display: block;
  }
  .rabo #onderzoek {
    display: none;
  }

#projects span img {
display:none;
}

}


@media only screen and (max-width: 480px) {

#projects span span {
clear:both;
float:left;
width:300px;
}
#projects span img {
display:none;
}

.container_3 .grid_1 {
    width: 320px;
}

#projects .project-box {
width:237px;
}

#projects .project-box .button-grey {
    text-align: center;
    width: 200px;
}
#projects .project-box a {
    clear: left;
    float: left;
width:237px;
}








  footer .container_3 .grid_2 {
    width: 100%;
  }
  footer .container_3 .grid_1 {
    width: 100%;
    margin-top: 15px;
  }
  #solutions-holder {
    background-image: none;
  }
  #solutions-holder .grid_1 {
    width: 90%;
    margin-bottom: 40px;
  }
  #updates-holder .grid_1,
  #updates-holder .grid_2,
  #about-holder .grid_1,
  #about-holder .grid_2 {
    width: 100%;
  }
  #cases-content {
    margin-top: 20px;
  }
  #about-holder .grid_1 {
    margin-top: 60px;
  }
  #partners-holder #cta-partners {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  #partners-holder .intro {
    width: 100%;
  }
  #partners-holder .grid_1 {
    width: 100%;
    padding-top: 4.041%;
  }
  #partners-holder #partner_2 {
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #e2e6e6;
  }
  #partners-holder #partner_3 {
	background:none;
	border:none;

  }
  #partners-holder #partner_4 {
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #e2e6e6;
  }
  #partners-holder #partner_6 {
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #e2e6e6;
  }
  #logos-holder {
    margin-top: 40px;
  }
  #updates-holder .grid_2,
  #updates-holder .grid_2 article {
    background-repeat: repeat-x;
  }
  #products-case-holder {
    height: 820px;
  }
  #products-case-holder .intro {
    width: 100%;
  }
  #products-case-holder #highlights-holder section {
    display: none !important;
  }
  #products-case-holder #main-casevisual-shadow {
    width: 100% !important;
    left: 0 !important;
    background-position: center;
    margin-top: 762px;
  }
  #products-case-holder #main-casevisual-holder {
    margin-top: 180px;
    width: 100%;
    left: 4px;
  }
  #products-case-holder #main-casevisual-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
  }
  #products-case-holder #cases-slider-controls {
    width: 100%;
    top: 785px;
  }
  .products-controls {
    top: 260px;
  }
  #products-features .grid_1 {
    width: 30%;
    margin-bottom: 20px;
  }
  .conversion_box p {
    text-align: center;
  }
  .conversion_box a {
    margin-top: 20px;
  }
  #workflow-nodes,
  #workflow-nodes-active {
    display: none;
  }
  #services-workflow-holder .workflow-holder {
    opacity: 1;
    background: none;
    width: 100%;
    margin-top: 20px;
  }
  #services-workflow-holder .workflow-holder h2 {
    margin: 0;
  }
  #services-holder .container_3 .intro {
    padding-bottom: 0;
  }
  #case-link {
    left: 50%;
    top: 550px;
  }
  #case-intro .case-intro-left #case-stats {
    float: left;
    margin-top: 40px;
  }
  #case-image-holder {
    width: 100%;
  }
  #case-image-holder #highlights-holder {
    display: none;
  }
  #case-image-holder #main-casevisual {
    margin: 0;
    width: 100%;
    padding-bottom: 86%;
  }
  #case-image-holder #main-casevisual-holder {
    margin: 0;
    width: 100%;
  }
  #case-image-holder #main-casevisual-holder img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  
    left: 50%;
    margin-left: -47%;
  }
  #case-image-holder #cases-slider-controls {
    width: 100%;
  }
  #case-image-holder #main-casevisual-shadow {
    width: 100%;
  }
  #case-image-holder #cases-slider-buttons {
    width: 100%;
  }
  #case-image-holder #cases-slider-buttons #btn-prev,
  #case-image-holder #cases-slider-buttons #btn-next {
    margin: 0;
  }
  #case-quote {
    width: 90%;
  }
  #case-image-holder.full {
    height: 660px;
  }
  #products-case-holder #case-link {
    left: 50%;
    margin-left: -53px;
  }
  #cases .grid_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #cases .case-box .cta-gray {
    float: left;
  }
  #solutions-content .solutions-holder .solution-left {
    margin-bottom: 30px;
    padding: 0;
  }
  #solutions-intro p {
    width: 100%;
  }
  #solutions-content .solutions-holder .solution-left,
  #solutions-content .solutions-holder .solution-right,
  #solutions-content .solutions-holder .grid_2,
  #solutions-content .solutions-holder .grid_1 {
    width: 100%;
  }
  /*CSS RABOBANK CASE*/
  .rabo .grid_1,
  .rabo .grid_2,
  .rabo .grid_1.right {
    width: 100%;
  }
  .rabo .right {
    float: left;
  }
  #case-intro.rabo #case-logo {
    margin: 0;
  }
  #case-image-holder.rabo {
    width: 92%;
  }
  #case-image-holder.rabo #cases-slider-buttons a {
    top: 300px;
  }
  #case-image-holder.rabo #cases-slider-buttons #btn-next {
    margin-right: -20px;
  }
  #case-image-holder.rabo #cases-slider-buttons #btn-prev {
    margin-left: -20px;
  }
  #case-image-holder.rabo #main-casevisual-shadow {
    background-position: center 0;
  }
  .rabo.conversion_box a {
    display: inline-block;
    float: none;
    left: 38%;
    position: relative;
    margin: 0;
  }
    /*VIDEO OVERLAY*/
  #video-holder{
	width:480px;
	height:270px;
	margin-top:-135px;
	margin-left:-250px;
	top:50%;
	left:50%;
	}
}


@media only screen and (max-width: 800px){

#projects span span {
clear:both;
float:left;
width:300px;
}
#projects span img {
display:none;
}

.container_3 .grid_1 {
    width: 320px;
}

#projects .project-box {
width:237px;
}

#projects .project-box .button-grey {
    text-align: center;
    width: 200px;
}
#projects .project-box a {
    clear: left;
    float: left;
width:237px;
}

  #main-nav-active {
    left: -9999px !important;
  }
  #logo-siteoftheday {
    display: none;
  }
  #main-nav {
    width: 100%;
    display: none;
  }
  #main-nav ul li {
    margin-right: 4%;
  }
  #main-nav ul li.active a {
    background-color: #00ade3;
  }
  #menu-handle {
    display: block;
  }
  #sec-nav {
    display: none;
  }
  #intro-holder h1 {
    font-size: 26px;
  }
  #intro-holder .container_3 {
    height: 270px;
  }
  #visual-community {
    display: none;
  }
  #cases-intro {
    width: 100%;
    margin-bottom: 40px;
  }
  #logos-holder {
    width: 100%;
  }
  #update-holder .grid_1,
  #home-updates-holder .grid_1,
  #update-holder .grid_2,
  #home-updates-holder .grid_2 {
    width: 100%;
  }
  .sidebar-box {
    margin-left: 0;
  }
  #contact-holder #contact-intro {
    width: 100%;
  }
  #contact-holder #contact-intro p {
    width: 100%;
  }
  #contact-holder #contact-intro address {
    width: 100%;
    float: left;
    margin: 5px 0px 15px 0px;
  }
  .form-stacked #form_submit {
    padding-top: 10px;
  }
  #partners-holder .grid_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #products-features .grid_1 {
    width: 100%;
    opacity: 1;
  }
  #products-case-holder {
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #products-case-holder #main-casevisual-holder,
  #products-case-holder #cases-slider-controls,
  #products-case-holder #main-casevisual-shadow {
    display: none;
  }
  #products-case-holder h1 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #products-case-holder .services-nav {
    width: 100%;
    padding: 20px 0px;
  }
  #services-holder h1 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #services-holder .services-nav {
    width: 100%;
    padding: 20px 0px 30px 0px;
  }
  #services-holder .container_3 .intro {
    width: 100%;
  }
  #products-control-holder {
    display: none;
  }
  #products-addons section {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e6e6;
  }
  #products-addons .products-addon-left,
  #products-addons .products-addon-right {
    width: 100%;
    margin-bottom: 20px;
  }
  #case-extra .grid_1,
  #case-extra .grid_2 {
    width: 100%;
  }
  #case-image-holder {
    display: none;
  }
  .vacancy_list {
    width: 100%;
    float: left;
  }
  #vacancy-content .grid_2,
  #vacancy-content .grid_1 {
    width: 100%;
  }
  .grid_case{
  width: 94%;
  }
  /*CSS FOR RABOBANK CASE*/
  .rabo h1.phone-header {
    display: block;
  }
  .rabo .right {
    float: left;
  }
  #case-intro.rabo .case-intro-left,
  #case-intro .case-intro-right,
  .rabo .grid_1,
  .rabo .right,
  .container_3 .grid_2,
  .rabo .grid_1.right,
  .rabo .half {
    width: 100%;
  }
  #case-insided {
    background-image: none;
  }
  #case-intro.rabo #case-logo {
    margin: 0;
  }
  #case-quote.jeroen {
    margin: -40px auto 60px;
  }
  #case-quote.rabo .person span {
    width: 80%;
  }
  .rabo.conversion_box a {
    left: 26%;
  }
      /*VIDEO OVERLAY*/
  #video-holder{
	width:350px;
	height:197px;
	margin-top:-83px;
	margin-left:-185px;
	top:50%;
	left:50%;
	}

body {
background-image:none;
}

}


@media only screen and (max-width: 320px) {

#projects span span {
clear:both;
float:left;
width:300px;
}
#projects span img {
display:none;
}

.container_3 .grid_1 {
    width: 320px;
}

#projects .project-box {
width:237px;
}

#projects .project-box .button-grey {
    text-align: center;
    width: 200px;
}
#projects .project-box a {
    clear: left;
    float: left;
width:237px;
}


body {
background-image:none !important;
}

#solutions-intro .button-container {
  width:320px;
}


  #main-nav,
  #footer-nav {
    margin: 0;
  }
  #main-nav ul li,
  #footer-nav ul li {
    margin: 10px 0px 0px 0px;
    width: 100%;
    text-align: center;
  }
  #intro-holder h1 {
    font-size: 20px;
  }
  #sec-nav {
    margin: 20px 0px 0px 0px;
    width: 100%;
    text-align: center;
  }
  footer .grid_2 {
    background: none;
  }
  footer .grid_2 p {
    padding: 0;
  }
  #logos-holder figure {
    margin-right: 20px;
  }
  #updates-holder .grid_2 h1 {
    margin-bottom: 15px;
  }
  #updates-holder .grid_2 #cta-updates {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 20px 0px;
  }
  .form-stacked label,
  .form-stacked input,
  .form-stacked textarea {
    width: 90%;
  }
  .form-stacked textarea {
    height: auto;
    min-height: 100px;
  }
  #case-intro .case-intro-left,
  #case-intro .case-intro-right {
    width: 100%;
  }
  #solutions-intro .cta-white {
    font-size: 16px;
    background-position: right -15px;
  }
        /*VIDEO OVERLAY*/
  #video-holder{
	width:260px;
	height:146px;
	margin-top:-73px;
	margin-left:-140px;
	top:50%;
	left:50%;
	}


.brandsText {
float:none;
width:320px;
}

.brandsContainer {
float:none;
width:320px;
}

.brandsContainer img {
width:150px;
}

.serviceImage img {
width:275px;
}

.switchImageForMobile {
display:none;
}

#contact-holder #contact-intro #phone-number {
width:auto;
background-color:#ffffff;
}

}