/*
    Topspin Partners Microsite CSS
    Version: 1.0 2012-04-30
    Link: http://www.topspinmedia.com/
*/


/******************* Global Stuff *********************/
@import url(//fonts.googleapis.com/css?family=open+sans:300,400,600,700,800);
/* font-family: 'Lobster', cursive;*/

/* Custom - Pictos icons: http://pictos.drewwilson.com/ */



@font-face {
  font-family: "Pictos";
  src: url(fonts/pictos/pictos-webfont.eot);
  src: url(fonts/pictos/pictos-webfont.eot#iefix) format('eot'), url(fonts/pictos/pictos-webfont.svg) format('svg'), url(fonts/pictos/pictos-webfont.ttf) format('truetype'), url(fonts/pictos/pictos-webfont.woff) format('woff');
}

.clear {clear:both;}
.left, .floatleft {float:left;}
.right, .floatright {float:right;}

.pink {
  color:#EC008C;
}

.blue {
  color:#00AEEF;
}

.white {
  color:#ffffff !important;
}

span.pictos {
  font-family: "Pictos";
  font-weight: normal !important;
  line-height: .2em;
}


span.linumber {
  background: url('images/sprite.png') -8px -25px no-repeat;
  width:45px;
  height:35px;
  display: inline-block;
  color:#fff !important;
  text-shadow:none;
  font-family:Georgia, "Times New Roman",Serif;
  text-align: center;
  padding-top: 3px;
  margin-right:5px;
  line-height:1.5em;
  text-indent: -5px;
}

.alert {
  color: #ec008c;
  text-transform: uppercase;
  font-weight: bold;
}
.pictos.alert {
  color: #ec008c;
  font-weight: normal;
  font-size:1.2em;
}

::selection, ::-moz-selection {
  background:rgba(0,0,0,.0);
  color:#ec008c;
  text-shadow: none;
}


/******************* Reset CSS *********************/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}


/******************* Sticky Footer *********************/

* {margin:0;padding:0;} 


#main {overflow:auto;}  /* must be same height as the footer */

#footer {position: relative;
  clear:both;
  color:#444;
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #090909 0%, #222 5%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #090909 0%, #222 5%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #090909 0%, #222 5%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #090909), color-stop(.08, #222));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #090909 0%, #222 5%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #090909 0%, #222 5%);
} 

  #footer .wrapper {
    padding:30px 0px;
  }

  #footer .borderTop {
    border-top:1px solid #2f2f2f;
  }
  
  #footer .third.last img {
    padding-right:15px;
    background-color: #fff;
    border-radius: 4px;
  }
  
  #footer .third ul {
    width:50%;
    padding:0px;
    margin:0px;
    line-height: 1.9em;
  }
  
  #footer .third ul li {
    padding:0px;
    margin:0px;
    list-style: none;
  }
  
  #footer a {
    color:#666;
    text-decoration: none;
    font-style: italic;
    font-size: .9em;
    text-shadow:1px 1px 0px #000;
  }
  #footer a:hover {
    color:#aaa;
  }
  
  #footer .button {
    width:300px;
    background-color:#141414;
    -moz-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #000;
    box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #000;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    margin-bottom:10px;
    text-align: center;
    padding:3px 0px;
    color:#555;
    font-size:1.7em;
    font-style: normal;
    text-shadow:2px 2px 0px #000;
  }

  #footer .button:hover {
    color:#888;
  }
    #footer .button .pictos {
      color:#888;
      font-size:1.2em;
      padding-right:10px;
    }

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* IMPORTANT

<!--[if !IE 7]>
  <style type="text/css">
    #wrap {display:table;height:100%}
  </style>
<![endif]-->

*/


/******************* Typography CSS *********************/
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#222;font-family: 'Open Sans', Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.3em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#0086b8;}
a {color:#009bd5;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


/******************* Layout CSS *********************/
.wrapper {
  width:980px;
  margin:auto;
  position:relative;
}

#logo {
  float:left;
  margin:3px 15px 0 0;
}

.topConnect {
  float:left;
  width:17px;
  height:17px;
  margin-right:2px;
  position:relative;
  border-radius: 2px;
  top:5px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  background: url('images/sprite.png') 1px 1px #00AEEF;
}

.topConnect.facebook {
  background: url('images/sprite.png') -14px 1px #00AEEF;
}

#header {
  padding:8px 0px;
  background-color: #2e2e2e;
  background-image: -ms-linear-gradient(top, #333 85%, #222 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #333 85%, #222 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #333 85%, #222 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.85, #333), color-stop(1, #222));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #333 85%, #222 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #333 85%, #222 100%);
  border-bottom: 1px solid #fff;
}
  #header .headlogin {
    font-size: .8em;
    line-height: 1.5em;
    margin-left: 20px;
  }
  #header .headlogin a {
    color: #aaa;
  }
  #header .headlogin a:hover {
    color: #fff;
  }
  #header .headlogin .pictos{
    font-size: 1.2em;
    line-height: .8em;
  }
  #header ul {
    margin:0px;
  }
  #header li {
    background-color:#222;
    -moz-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #191919;
    -webkit-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #191919;
    box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #191919;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    text-align: center;
    font-size:1em;
    font-style: italic;
    text-shadow: 0px 0px 5px #000;
    display: inline-block;
    margin-right:3px;
    position: relative;
  }
  #header li.bluenav {
    background-color:#00aeef;
    -moz-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #00658b;
    -webkit-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #00658b;
    box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #00658b;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    text-align: center;
    font-size:1em;
    font-style: italic;
    text-shadow: 0px 0px 5px #000;
    display: inline-block;
    margin-right:3px;
    position: relative;
  }
  #header li.bluenav a{
    color:#fff;
  }
  #header li.bluenav:hover {
    background-color:#0088bb;
    -moz-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #005170;
    -webkit-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #005170;
    box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #005170;
  }


    #header li div {
      position:absolute;
      top:20px;
      left:50%;
      margin-left:-60px;
      padding-top:6px;
      width:120px;
      text-align: center;
      line-height: 1em;
      display: none;
      z-index: 200;
    }
    #header li div span.arrow {
      border-color: transparent transparent black transparent;
      border-style:solid;
      border-width:12px 12px 6px 12px;
      width:0;
      height:0;
      display: block;
      margin:auto;
    }
    #header li div span.links {
      background:#111;
      padding:5px 0px;
      display: block;
      border-radius: 6px; 
      white-space: nowrap;
      -moz-box-shadow: 1px 1px 0px #eee;
      -webkit-box-shadow: 1px 1px 0px #eee;
      box-shadow: 1px 1px 0px #eee;
    }
    #header li div span.links a {
      color:#999;
      padding: 10px 0px;
      margin:0px 5px;
      display:block;
      border-bottom:1px dotted #333; 
    }
    #header li div span.links a:last-child {
      border-bottom:none; 
    }
    #header li div span.links a:hover {
      color:#fff;
    }


  #header li a{
    color:#999;
    display: block;
    padding:5px 13px 5px 12px;
  }
  #header li:hover {
    background-color:#000;
    color:#fff;
    -moz-box-shadow: 1px 1px 0px #393939;
    -webkit-box-shadow: 1px 1px 0px #393939;
    box-shadow: 1px 1px 0px #393939;
  }
  #header li:hover a{
    color:#fff;
  }
  #header li.active {
    background-color:#000;
    -moz-box-shadow: 1px 1px 0px #393939;
    -webkit-box-shadow: 1px 1px 0px #393939;
    box-shadow: 1px 1px 0px #393939;
  }
  #header li.active a {
    color:#fff;
  }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:5.5em;
  color:#333;
  text-shadow:2px 2px 0px rgba(255,255,255,.7);
  margin-bottom:15px;
  font-weight: normal;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:3.5em;
  color:#555;
  text-shadow:2px 2px 0px rgba(255,255,255,.7);
  margin-bottom:15px;
  font-weight: normal;
}


h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:2.6em;
  color:#666;
  text-shadow:1px 1px 0px rgba(255,255,255,.7);
  margin-bottom:5px;
  font-weight: normal;
  white-space: nowrap;
}

.home h3 {
  margin: 40px 0px 45px;
}
.home h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  color:#777;
}

.price {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 700;
  font-size:3em;
  color:#8FAE3E;
  margin-bottom:5px;
  font-weight: normal;
}
.price small {
  font-size:.5em;
}

#content, #subcontent, #secondary {
  padding:40px 0px 50px;
  color:#555;
  line-height: 1.8em;
  font-size: 1em;
  background-color: #f9f9f9;
  text-shadow:1px 1px 0px rgba(255,255,255,.7);
  background-color: #f9f9f9;
  /* IE10 */ 
  background-image: -ms-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Opera */ 
  background-image: -o-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(radial, center center, 0, center center, 501, color-stop(.5, #f9f9f9), color-stop(1, #ccc));  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Proposed W3C Markup */ 
  background-image: radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
}
#content, #subcontent, #secondary {
  padding:60px 0px 40px;
}
#content.home {
  padding:50px 0 60px;
  border-bottom: 1px solid #fff;
  color:#555;
  line-height: 1.8em;
  font-size: 1.1em;
  text-shadow:1px 1px 0px #fff;
  /* IE10 */ 
  background-image: -ms-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Opera */ 
  background-image: -o-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(radial, center center, 0, center center, 501, color-stop(.5, #f9f9f9), color-stop(1, #ccc));  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  /* Proposed W3C Markup */ 
  background-image: radial-gradient(center, ellipse closest-corner, #f9f9f9 50%, #ccc 100%);
  position: relative;
}

#subcontent {
  padding:25px 0;
}


  .left .promovid {
    position: absolute;
    top:46px;
    right:0px;
    
  }
  .right .promovid {
    position: absolute;
    top:46px;
    right:0px;
    
  }
  .promovid .pictos {
    font-size: 1.6em;
    color:#00aeef !important;
    position: relative;
    top:2px;
  }

  .whylist {
    font-size:1.5em;
    font-weight:bold;
    line-height:1.7em;
  }


  
  #content .share {
    position: absolute;
    right:0px;
    top:22px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    -moz-box-shadow: 1px 1px 0px rgba(255,255,255,.7);
    -webkit-box-shadow: 1px 1px 0px rgba(255,255,255,.7);
    box-shadow: 1px 1px 0px rgba(255,255,255,.7);
    padding:10px 0px 0px 15px;
    height:36px;
    width:285px;
    border:none;
    border-radius:2px;
    font-size:1.5em;
    color:#fff;
    text-shadow:0px 0px 3px #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa');
    /* IE10 */ 
    background-image: -ms-linear-gradient(top, #ccc 0%, #aaa 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #ccc 0%, #aaa 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #ccc 0%, #aaa 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #aaa));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #ccc 0%, #aaa 100%);
    /* Proposed W3C Markup */ 
    background-image: linear-gradient(top, #ccc 0%, #aaa 100%);
    overflow: hidden;
  }
  #content .share:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#888888');
    /* IE10 */ 
    background-image: -ms-linear-gradient(top, #aaa 0%, #888 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #aaa 0%, #888 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #aaa 0%, #888 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #888));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #aaa 0%, #888 100%);
    /* Proposed W3C Markup */ 
    background-image: linear-gradient(top, #aaa 0%, #888 100%);
  }
  #content .share .pictos {
    color:#fff !important;
  }
  #content .share img {
    position: absolute;
    top:13px;
  }
  #content .share img#like {
    left:100px;
  }
  #content .share img#tweet {
    left:205px;
  }
  #content .right {
    width:400px;
    padding-top: 40px;
    position:relative;
  }

  #content .sample {
    background-color: #c9c9c9;
    text-align: center;
    background-color: rgba(0,0,0,.1); 
    border-radius: 4px; 
    width:190px;
    height:150px;
    -moz-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #555;
    box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #555;
    text-shadow:1px 1px 0px #eee;
    margin: 12px 0;
    overflow:hidden;
  }
  #content .sample.paul {
    background: url('images/propreview_paul.jpg');
  }
  #content .sample.beastie {
    background: url('images/propreview_beastie.jpg');
  }
  #content .sample.railroad {
    background: url('images/propreview_railroad.jpg');
  }
  #content .sample.band {
    background: url('images/propreview_band.jpg');
  }
  #content .sample.odd {
    float: left;
  }
  #content .sample.even {
    float: right;
  }
  #content .sample .preview {
    background-color: #000;
    background-color: rgba(0,0,0,.7); 
    height:100%;
    text-shadow: 2px 2px 0px #000;
    color:#fff;
    font-size:1.5em;
    font-weight:bold;
    cursor:pointer;
  }
  #content .sample .preview .pictos {
    text-shadow: none;
    color:#fff;
    display:block;
    font-size:5em;
    line-height: .5em;
    padding-bottom: 65px;
  }



  .third {
    width:300px;
    float:left;
    margin-right:40px;
    color:#777;
    position: relative;
  }
  .third.last {
    margin-right:0px;
  }
  
  #secondary .third .blogLink {
    position: absolute;
    top:3px;
    right:0px;
  }
  #secondary .third b {
    color:#333;
  }
  


  #secondary h4 {
    border-bottom: 3px solid #00aeef;
    font-size:1.5em;
    color:#555;
    margin-bottom:.5em;
  }
  #secondary .pictos.up {
    font-size:1.4em;
    line-height: 0em;
  }

  #secondary .third.last h4 {
    border-bottom: 3px solid #8cc63f;
  }

  #secondary .third.mid h4 {
    border-bottom: 3px solid #ec008c;
  }

  #secondary .team {
    width:180px;
    float:left;
    margin:10px 20px 10px 0;
    line-height: 1em;
  }
  #secondary .team.last {
    margin-right: 0px;
  }

  #secondary .team .pic {
    width:180px;
    height:140px;
    margin-bottom: 5px;
    background: url('images/team_photo.jpg') no-repeat;
  }
  #secondary .team .pic.lady {
    background: url('images/team_photo2.jpg') no-repeat;
  }


input[type="text"] {
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  background-color: #c9c9c9;
  background-color: rgba(0,0,0,.1); 
  -moz-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  -webkit-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  padding:3px 20px;
  border:none;
  border-radius:2px;
  width:270px;
  font-size:1.5em;
  color:#555;
  height:46px;
  text-shadow:1px 1px 0px #eee;
}

input[type="button"], input[type="submit"] {
  border-radius: 3px;
  border: none;
  background-color: #00aeef;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 20px 17px;
  position: relative;
  top: -1px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;

  background-image: -ms-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00aeef), color-stop(1, #0088bb));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #00aeef 0%, #0088bb 100%);
  cursor: pointer;
}
input#searchinput {
width:150px;
}
input[type="button"]:hover, input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088bb', endColorstr='#00658b');
  background-image: -ms-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0088bb), color-stop(1, #00658b));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #0088bb 0%, #00658b 100%);
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}

.italics {
  font-style: italic;
  color:#777;
}


.gfc-resultsHeader { display : none; }
.gf-relativePublishedDate {font-weight: bold;}
#posts .gfc-result .gf-title {
height: auto;
overflow: visible;
}
.gf-snippet {margin-bottom:1.5em;}


#godirect, #topspin {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333');
  background-image: -ms-linear-gradient(top, #111 0%, #222 5%, #333 100%);
  background-image: -moz-linear-gradient(top, #111 0%, #222 5%, #333 100%);
  background-image: -o-linear-gradient(top, #111 0%, #222 5%, #333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111), color-stop(0.05, #222), color-stop(1, #333));
  background-image: -webkit-linear-gradient(top, #000 0%, #111 5%, #222 100%);
  background-image: linear-gradient(top, #111 0%, #222 5%, #333 100%);
  border-bottom: 1px solid #000;
  position: fixed;
  top:0px;
  z-index: 150;
  background: #000;
  height:100%;
  display:none;
}
#artists {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#444444', endcolorstr='#777777');
  background-image: -ms-linear-gradient(top, #444 0%, #777 98%, #666 100%);
  background-image: -moz-linear-gradient(top, #444 0%, #777 98%, #666 100%);
  background-image: -o-linear-gradient(top, #444 0%, #777 98%, #666 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.98, #777), color-stop(1, #666));
  background-image: -webkit-linear-gradient(top, #2e2e2e 0%, #3e3e3e 98%, #303030 100%);
  background-image: linear-gradient(top, #444 0%, #777 98%, #666 100%);
  border-top: 1px solid #404040;
  border-bottom: 1px solid #fff;
}
#artistlink {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
  background-image: -ms-linear-gradient(bottom, #444 0%, #777 98%, #666 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(bottom, #444 0%, #777 98%, #666 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(bottom, #444 0%, #777 98%, #666 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #444), color-stop(0.98, #777), color-stop(1, #666));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(bottom, #444 0%, #777 98%, #666 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(bottom, #444 0%, #777 98%, #666 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #666;
}
#godirect .left, #topspin .left {
  padding-top: 20px; 
  color:#aaa;
  width:55%;
  line-height: 2em;
  font-size: 1.1em;
  font-style: italic;
}
#artists .left {
  padding-top: 20px; 
  color:#ddd;
  width:55%;
  line-height: 2em;
  font-size: 1.1em;
  font-style: italic;
}
#artistlink .left {
  padding-top: 20px; 
  color:#ddd;
  width:55%;
  line-height: 2em;
  font-size: 1.1em;
  font-style: italic;
}
#godirect a {
  color: #ec008c;
  cursor: pointer;
}
#godirect a:hover {
  color: #b10069;
}
#artists a, #artistlink a {
  color: #00AEEF;
  cursor: pointer;
}
#artists a:hover, #artistlink a:hover {
  color: #0088bb;
}


#artists h3 {
  color:#fff;
  text-shadow: 2px 2px 0px #000;
  font-size: 3em;
  font-style: normal;
  width:980px;
  margin:25px auto 0;
}

#godirect h3, #topspin h3 {
  color:#ddd;
  text-shadow: 2px 2px 0px #000;
  font-size: 3em;
  font-style: normal;
  width:980px;
  margin:0 auto;
}

#godirect .details h3, #topspin .details h3, #artists .details h3 {
  margin:0 auto 20px;
}
#artistlink h3 {
  color:#eee;
  text-shadow: 2px 2px 0px #333;
  font-size: 3em;
  font-style: normal;
}


a.pinkbutton {
  font-style: normal;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  -moz-box-shadow: 1px 1px 0px #000;
  -webkit-box-shadow: 1px 1px 0px #000;
  box-shadow: 1px 1px 0px #000;
  padding:8px 15px 0px;
  display: inline-block;
  border:none;
  height:36px;
  border-radius:2px;
  font-size:20px;
  color:#fff !important;
  text-shadow:0px 0px 5px #005b7d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec008c', endColorstr='#940058');
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #ec008c 0%, #940058 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #ec008c 0%, #940058 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #ec008c 0%, #940058 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ec008c), color-stop(1, #940058));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #ec008c 0%, #940058 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #ec008c 0%, #940058 100%);
  cursor: pointer;
}
a.pinkbutton:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10069', endColorstr='#65003c');
  background-image: -ms-linear-gradient(top, #b10069 0%, #65003c 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #b10069 0%, #65003c 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #b10069 0%, #65003c 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b10069), color-stop(1, #65003c));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #b10069 0%, #65003c 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #b10069 0%, #65003c 100%);
}

a.bluebutton  {
  font-style: normal;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  -moz-box-shadow: 1px 1px 0px #333;
  -webkit-box-shadow: 1px 1px 0px #333;
  box-shadow: 1px 1px 0px #333;
  padding:8px 15px 0px;
  display: inline-block;
  border:none;
  height:36px;
  border-radius:2px;
  font-size:20px;
  color:#fff !important;
  text-shadow:0px 0px 5px #005b7d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#0088bb');
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00aeef), color-stop(1, #0088bb));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #00aeef 0%, #0088bb 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #00aeef 0%, #0088bb 100%);
  cursor: pointer;
}
a.bluebutton:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088bb', endColorstr='#00658b');
  background-image: -ms-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0088bb), color-stop(1, #00658b));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #0088bb 0%, #00658b 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #0088bb 0%, #00658b 100%);
}
a.greybutton  {
  font-style: normal;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  -moz-box-shadow: 1px 1px 0px #333;
  -webkit-box-shadow: 1px 1px 0px #333;
  box-shadow: 1px 1px 0px #333;
  padding:8px 15px 0px;
  display: inline-block;
  border:none;
  height:36px;
  border-radius:2px;
  font-size:1.5em;
  color:#fff !important;
  text-shadow:0px 0px 5px #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#0088bb');
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(1, #333));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #555 0%, #333 100%);
  cursor: pointer;
}
a.greybutton:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#222');
  background-image: -ms-linear-gradient(top, #444 0%, #222 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #444 0%, #222 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #444 0%, #222 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #222));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #444 0%, #222 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #444 0%, #222 100%);
}








#godirect .go, #artists .go, #artistlink .go {
  float:right;
  padding-top: 30px;
}
.go a {
  margin-left:2px;
}
#gonav {
  width:170px;
  padding:10px 15px;
  position:absolute;
  top:0px;
  right:0px;
  z-index: 155;
  background-color: rgba(255,255,255,.8);
}

#gonav .godot{
float: left;
width:10px;
height:10px;
background-color: rgba(0,0,0,.3); 
margin-right:5px;
margin-top:5px;
border-radius: 10px;
cursor: pointer;
}
#gonav .godot:hover{
background-color: rgba(0,0,0,.5); 
}

#gonav a{
  float: right;
  font-size:1.2em;
  cursor: pointer;
}
#topspin #gonav .godot.active{
  background-color: #00AEEF;
}
#godirect #gonav .godot.active{
  background-color: #ec008c;
}

.goexamplev1, .goexamplev2 {
  position: absolute;
  top:0px;
  left:0px;
  display: none;
  z-index: 2;
  height:100%;
  width:100%;
  background: center 133px no-repeat;
}
.goexamplev1.active, .goexamplev2.active {
  display: block;
}
.product {
  width:100%;
}

.product .arrow {
  position: absolute;
  font-family: Georgia, serif;
  top:50%;
  cursor:pointer;
  color:rgba(0,0,0,.2);
  font-size:10em;
  line-height: .65em;
  text-align: center;
  background-color:rgba(255,255,255,.2);
  height:100px;
  width:100px;
  z-index: 100;
  border-radius: 100px;
}
.product .arrow:hover {
  background-color:rgba(255,255,255,.6);
  color:rgba(0,0,0,.6);
}
.product .arrow.rightarrow {
  right:10px;
}
.product .arrow.leftarrow {
  left:10px;
}

.leftcontent {
  float:left;
  width:300px;
}
.rightcontent {
  float:right;
  width:640px;
  text-align: justify;
}

.leftcontent b, .rightcontent b, .fullcontent b {
  color:#333;
}

.pictos.map {
  display: block;
  float:left;
  margin-right:10px;
  height:100px;
  line-height: .1em;
  font-size:6em;
}

.promovid {
  position: absolute;
  left:440px;
  top:50px;
}

#productIntro {
  background: #fff;
  background: rgba(255,255,255,.3);
  border-top:1px solid #fff;
  border-bottom:1px solid #ddd;
  margin-top:10px; 
  font-weight:bold;
}

.border {
  border:1px solid #999;
}

.floatimage {
  margin:0 20px 10px 0;
}


.details {
  background-color: #444;
  padding:20px 30px 20px 20px;
  border-bottom:1px solid rgba(255,255,255,.7);
}

.details p {
  font-size: 1.1em;
  color: #ccc;
  margin:0;
  line-height: 1.4em;
  width:980px;
  margin:auto;
}






#footer .login.button {
  position: relative;
}

#footer .login.button div {
  display: none;
  position: absolute;
  top:2px;
  left:15px;
  background-color: #141414;
}

#shadowbox_content.html { 
  height: 100%; 
  width: 100%; 
  overflow: hidden; /* make html content scrollable */ 

} 
body.prod {
  background-color: #fff;
  text-shadow: none;
  padding: 20px 30px 0;
}
body.prod .floatleft, body.prod .floatright {
  width:48%;
}


/* Partner stuff */

#content .partnerright {
  width:270px;
  float: right;
  padding:35px 0px 15px;
  background-color: #c9c9c9;
  background-color: rgba(0,0,0,.1); 
  text-align: center;
  border-radius: 4px; 
  -moz-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  -webkit-box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  box-shadow: 1px 1px 0px #fff, inset 1px 1px 3px #aaa;
  text-shadow:1px 1px 0px #eee;
}
#content .partnerright b {
  color:#555;
  font-size:1.2em;
}

#content .partnerright span.number {
  background-color: #333;
  color:#fff;
  border-radius: 70px;
  width:75px;
  height:57px;
  padding-top:18px;
  display: inline-block;
  font-size: 4.5em;
  -moz-box-shadow: 1px 1px 0px #eee, inset 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 0px #eee, inset 1px 1px 3px #000;
  box-shadow: 1px 1px 0px #eee, inset 1px 1px 3px #000;
  font-family:Georgia, Serif;
  
}

#content .partnerleft {
  width:65%;
  float: left;
}
#content .partnerleft b {
  color:#00aeef;
}

#content .partnerleft span {
  color:#222;
  font-weight: bold;
}

#content .partnerleft h3 {
  margin:30px 0;
}


.adviceimg {
  margin-top:5px;
  margin-right:12px;
  border:1px solid #555;
}

#which {
  height:270px;
}

iframe {
  background-color: #fff;
}




ul#artistscroll {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
}
ul#artistscroll li {
  text-align: center;
  background-color: rgba(0,0,0,.1);
  width: 157px;
  height: 100px;
  padding: 0;
  margin: 3px;
  display: block;
  float: left;
  -moz-box-shadow:1px 1px 0px rgba(255,255,255,.1), inset 1px 1px 0px rgba(0,0,0,.1);
  -webkit-box-shadow:1px 1px 0px rgba(255,255,255,.1), inset 1px 1px 0px rgba(0,0,0,.1);
  box-shadow:1px 1px 0px rgba(255,255,255,.1), inset 1px 1px 0px rgba(0,0,0,.1);
  border-radius: 3px;
  overflow: hidden;
}



.half {
  width:487px;
  background: #ddd;
  position:relative;
  text-align: center;
  color:#fff;
  overflow: hidden;
}
.half p.subtext {
  font-size:1.1em;
  color:#444;
  text-shadow: 1px 1px 0px rgba(255,255,255,.6);
}

.half.floatleft a {
 color:#EC008C;
}
.half.floatleft a:hover {
 color:#b10069;
}
.half h2 {
  padding: 40px 0 10px 0;
  font-size: 5em;
  text-shadow:1px 1px 0px #fff;
  color:#555;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}

.prodshout {
  margin:45px 20px 0 20px;
  height: 300px;
  color:#fff;
  background: rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 0px rgba(255,255,255,.5);
  -webkit-box-shadow: 1px 1px 0px rgba(255,255,255,.5);
  box-shadow: 1px 1px 0px rgba(255,255,255,.5);
  border-radius: 4px;
  text-shadow: none;
}

.iwant {
  font-style: italic;
  font-size:2em;
  text-transform: uppercase;
}

.half .bluebutton, .half .pinkbutton, .half .greybutton {
  padding-left: 63px;
  padding-right: 64px;
}
.half .prodbuttons .signup {
  margin:0 15px;
  padding-top: 10px;
  display: block;
}

.half .prodbuttons {
  padding: 15px 0;
  border-top:1px solid #ddd;
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 5%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 5%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 5%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,.6)), color-stop(.10, rgba(0,0,0,.4)));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 5%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 5%);
}

.half .prodfeat {
  text-align: left;
  color: #666;
  padding: 0 20px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: 1px 1px 1px #fff;
}

.half .prodfeat .prodimg {
  text-align: center;
  height:240px;
}

.half .prodfeat .prodimg img {
  padding-top: 60px;
  cursor: default;
}

.half .prodfeat h4 {
  color: #555;
  font-size: 17px;
}

.half .prodfeat a {
  font-weight: bold;
}

.half .prodnav {
  background-color: #404040;
  padding-right: 1px;
  position: relative;
}

  .half .prodnav ul {
    padding: 0px;
    margin: 0px;
  }
  
  .half .prodnav li {
    border-right: 1px solid #333;
    background-color: #404040;
    color: #bbb;
    float:right;
    font-size:11px;
    padding:2px 0px;
    margin: 0px;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
    width:96px;
    list-style: none;
    cursor: pointer;
  }

  .half .prodnav li:hover {
    color: #fff;
  }

  .half .prodnav li:first-child {
    border: none;
  }

  .half .prodnav li:last-child {
    background-color: #222;
    color: #fff;
  }
  
  .half .prodnav .arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 4px 7px;
    border-color: transparent transparent #222 transparent;
    position: absolute;
    top: -4px;
    left: 45px;
    
  }

.half img {
  cursor: pointer;
}

#artists .ourblog {
  position: absolute;
  right:3px;
  top:18px;
  color:#aaa;
}

.prodtour {
  position: absolute;
  top:22px;
  right:320px;
}

.prodleft {
  width:660px;
  position: relative;
}

.prodleft .price {
  position: absolute;
  right:0px;
  margin-top:-35px;
  
}

.prodright {
  width:300px;
}

.rightmod {
  padding:20px 0px;
  background-color: rgba(0,0,0,.1);
  margin-bottom:10px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff;
  text-align: center;
}

.rightmod h3 {
  text-align: left;
  font-size:2em;
  margin-bottom:10px;
}
.rightmod p {
  text-align: left;
  padding:0px 20px;
}
.rightmod h3 .pictos {
  float: left;
  padding:0 20px;
}

iframe#video, img#video {
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff; 
  margin-bottom:20px; 
}

input.prodinput {
  width:515px;
}
input.homeinput {
  width:322px;
  background-color: #ddd;
  -moz-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #aaa;
  -webkit-box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #aaa;
  box-shadow: 1px 1px 0px #333, inset 1px 1px 3px #aaa;
}
input.homesubmit {
  -moz-box-shadow: 1px 1px 0px #333;
  -webkit-box-shadow: 1px 1px 0px #333;
  box-shadow: 1px 1px 0px #333;
}

hr {
  margin-top:30px;
  border:none;
  border-top:1px dotted #888;
}

.pricing {
  width:200px;
  float:left;
  margin-right:20px;
  -moz-box-shadow: 1px 1px 0px rgba(255,255,255,.5);
  -webkit-box-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff; 
  background-color: rgba(0,0,0,.05);
  border-radius: 3px;
  text-align: right;
  padding:40px 0px;
}
.price {
  text-align: right;
}


.price.v1 {
  margin-top:-40px;  
}

img.labelprice {
  margin:-5px 0 0 10px;
}

h2.labelprice {
margin:0;
}


.prodbuttons #signup_error {
  text-shadow: none;
  position: absolute;
  left: 24px;
  padding: 0px 10px;
  bottom: 11px;
}

body.prod .price {
position: absolute;
right: 50px;
top:55px;
}

h2 img {
position: relative;
top:3px;
}

#godirect_market .pictos {
  float: left;
  font-size:80px;
  line-height: 0px;
  color: #555;
  text-shadow: 1px 1px 1px #fff;
}
#godirect_market .pictos.fans {
  font-size:95px;
  margin-top: -20px;
}
#godirect_market .feat {
  height: 60px;
  text-shadow: 1px 1px 1px #fff;
  margin-left:30px;
  padding-top: 35px;
}
#godirect_market h4 {
  padding: 10px 0 0 100px;
  font-size: 20px;
  line-height: 13px;
}
#godirect_market p {
  padding: 0px 0 0 100px;
}