/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
input, select {
    vertical-align:middle;
}
/* Safari borders */
input[type=text]:focus,
input[type=password]:focus {
    outline: 0 none;
}



/* Layout */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #58595b;
    background-color: #dcdedf;
}
#wrapper {
    background:url(../images/bg-shadow.png) repeat-y center;    
    line-height: 150%;
}
#container {
    margin: 0 auto;    
    width: 990px;
    border-top: 5px solid #000;
    background-color: #fff;
}
#header {
    height:100px;
    overflow: hidden;
    background-color: #637883;
}
#top {
    padding: 40px 0 20px 0;
    overflow: hidden;
    border-bottom:2px solid #d0d0d0;
    font-size: 20px;
}
#footer {
    background-color: #58595b;
    line-height: 150%;
    height: 250px;
}
#footer-container {
    margin: 0 auto;    
    width: 990px;
}

/* Blocks */
#logo {
    margin-top:10px;
}
#header .menu {
    margin-top: 60px;
    display: block;
}
#header .menu li {
    display: block;
    float: right;
    margin-left: 20px;
}

#top .text {
    float: left;
    margin:40px 0 0 25px;
    width: 390px;
}
.padding-small {
    padding:0 15px;
}
.padding-large {
    padding:0 40px 0 15px;
}
.block-50 {
    float: left;
    width: 50%;
}
.block-33 {
    float: left;
    width: 33.33%;
}
.block-66 {
    float: left;
    width: 66.66%;
}
.block-icon {
    float: left;    
    width: 60px;
    height:150px;
}
hr {
    clear: both;
    display: block;
    border: none;
    height:20px;
    border-bottom:2px solid #d0d0d0;
}
.spacer {
    clear: both;
    margin-bottom: 20px;
}
#footer-container, #footer-container a {
    color: #d2d2d2;
}


/* Defaults */
a {
    color:#fff;
    text-decoration: none;
}   
a:hover, a:active {
    color:#fff;
    text-decoration: underline;    
}
h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 5px 0 20px 0;
}



.icon {
    background: url(../images/icon-sprite.png) no-repeat top left;
    width:70px;
    height:70px;
}
.sprite-engagement{ background-position: 0 0;  } 
.sprite-fullservice{ background-position: 0 -85px;  } 
.sprite-gamification{ background-position: 0 -195px;  } 
.sprite-global{ background-position: 0 -295px;  } 
.sprite-profitable{ background-position: 0 -405px;  } 
.sprite-secondscreen{ background-position: 0 -486px;  } 
.sprite-social{ background-position: 0 -586px;  } 
.sprite-viral{ background-position: 0 -686px;  } 
.sprite-whitelabel{ background-position: 0 -786px;  } 





/* Custom */
.minheight {
    height: 10px;
}
.pright {
    padding-right:25px;
}
.hidden, .hide {
    display: none;
}
.debug {
    border:1px solid red!important;
}
.fleft {
    float:left;
}
.fright {
    float:right;
}
.no-margin {
    margin:0;
    padding:0;
}
.clear {
    clear: both !important;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#footer-copyright, #footer-copyright a {
    clear:both;
    text-align:center;
    color:#B4C0CA;
    font-size:10px;
}


