/** Clearfix **/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/** End clearfix hack **/
h1, h2, h3, h4, h5, h6 {
  font-family: "Rockwell", "Rokkitt", serif;
  font-weight: 900; }

/* general button styling taken from css from nexmo.com */
input.button,
a.button {
  border: 1px solid #874b16;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  padding: 19px 20px 14px;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #e46417 url(../img/button_grad_bg.png) repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fccaa9 1%, #fd8d3b 2%, #e46417 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fccaa9), color-stop(2%, #fd8d3b), color-stop(100%, #e46417));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fccaa9 1%, #fd8d3b 2%, #e46417 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fccaa9 1%, #fd8d3b 2%, #e46417 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fccaa9 1%, #fd8d3b 2%, #e46417 100%);
  /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCCAA9', endColorstr='#E46417',GradientType=0 );  IE6-9 */
  background: linear-gradient(top, #fccaa9 1%, #fd8d3b 2%, #e46417 100%);
  /* W3C */ }

input.button:hover,
a.button:hover {
  background: #e67b3a url(../img/button_grad_bg_hover.png) repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fccaa9 1%, #fea86a 2%, #f87221 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fccaa9), color-stop(2%, #fea86a), color-stop(100%, #f87221));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fccaa9 1%, #fea86a 2%, #f87221 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fccaa9 1%, #fea86a 2%, #f87221 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fccaa9 1%, #fea86a 2%, #f87221 100%);
  /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCCAA9', endColorstr='#F87221',GradientType=0 );  IE6-9 */
  background: linear-gradient(top, #fccaa9 1%, #fea86a 2%, #f87221 100%);
  /* W3C */ }

a.button {
  padding: 5px 10px;
  margin-left: 10px;
  margin-bottom: none;
  font-size: 1em;
  text-decoration: none!important;
  color: #ffffff; }

#header {
  background-color: #bf1b20;
  color: white;
  position: relative;
  height: 55px; }
  #header #around-logo {
    width: 98px;
    height: 104px;
    background: url(http://around-landing-assets.s3.amazonaws.com/imgs/around_logo.png);
    position: relative;
    z-index: 1; }
    #header #around-logo:hover {
      cursor: pointer; }
  #header nav {
    margin-top: 15px;
    font-family: "Rockwell", "Rokkitt", serif; }
    #header nav ul {
      list-style-type: none; }
      #header nav ul li {
        float: left;
        text-align: center; }
        #header nav ul li.active {
          color: #e7c3c2; }
        #header nav ul li a {
          text-decoration: none; }
          #header nav ul li a:link, #header nav ul li a:visited {
            color: white; }
          #header nav ul li a:hover {
            color: #fe7200; }
          #header nav ul li a:active {
            color: #e7c3c2; }
          #header nav ul li a.active {
            color: #e7c3c2; }
  #header .share-panel img {
    float: right;
    width: 26px;
    margin-right: 13px;
    margin-top: 18px; }

.signup-panel {
  /* gradient background */
  background: #bf1b20;
  /* Old browsers */
  /* drop-shadow */
  -webkit-box-shadow: 0px 0px 25px 1px black;
  -moz-box-shadow: 0px 0px 25px 1px black;
  box-shadow: 0px 0px 25px 1px black;
  background: #bf1b20;
  /* Old browsers */
  /* round corners */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 10px;
  color: white; }
  .signup-panel h3 {
    padding: 0;
    margin-bottom: 4px; }
  .signup-panel a {
    text-decoration: none; }
    .signup-panel a:link {
      color: white; }
    .signup-panel a:visited {
      color: white; }
    .signup-panel a:hover {
      color: #fe7200; }

#start-content {
  background: url(http://around-landing-assets.s3.amazonaws.com/imgs/wood-tile-background.jpg) repeat-x;
  position: relative;
  height: 780px;
  /* shadow */
  -webkit-box-shadow: 0px 3px 9px 2px #bfbfbf;
  -moz-box-shadow: 0px 3px 9px 2px #bfbfbf;
  box-shadow: 0px 3px 9px 2px #bfbfbf;
  /* end #main-panel */
  /* end #add-details */
  /* mouseover state */
  /* active state (current page state) */ }
  #start-content #main-panel {
    height: 574px;
    /** jQuery Scroller */
    /* for the individual scroll panels */
    /* end .scroll-panel */ }
    #start-content #main-panel .scrollable {
      position: relative;
      overflow: hidden;
      /* this is depending on the 960.gs css file */
      width: 960px;
      height: 574px; }
      #start-content #main-panel .scrollable .items {
        width: 20000em;
        position: absolute; }
        #start-content #main-panel .scrollable .items div {
          float: left;
          width: 960px; }
    #start-content #main-panel .scroll-panel {
      margin-left: 40px;
      /* end .inner-panel */ }
      #start-content #main-panel .scroll-panel #centerpiece1-text, #start-content #main-panel .scroll-panel #centerpiece2-text,
      #start-content #main-panel .scroll-panel #centerpiece3-text {
        color: white; }
        #start-content #main-panel .scroll-panel #centerpiece1-text h2, #start-content #main-panel .scroll-panel #centerpiece2-text h2,
        #start-content #main-panel .scroll-panel #centerpiece3-text h2 {
          display: block;
          padding: 0;
          margin: 0;
          font-size: 50px;
          text-shadow: 0px 0px 7px #000000;
          filter: dropshadow(color=black, offx=0, offy=0); }
      #start-content #main-panel .scroll-panel .inner-panel {
        /*-------   centerpiece 1 -------*/
        /* end #centerpiece1-text */
        /*------- end centerpiece 1 -------*/
        /*------- centerpiece 2 -------*/
        /*------- end centerpiece 2 -------*/
        /*------- centerpiece 3 -------*/
        /*------- end centerpiece 3 -------*/ }
        #start-content #main-panel .scroll-panel .inner-panel img#centerpiece-1 {
          width: 780px;
          margin-left: 30px; }
        #start-content #main-panel .scroll-panel .inner-panel #centerpiece1-text {
          margin-left: 74px;
          margin-top: -31px; }
          #start-content #main-panel .scroll-panel .inner-panel #centerpiece1-text #top, #start-content #main-panel .scroll-panel .inner-panel #centerpiece1-text #bottom {
            padding: 0;
            margin: 0; }
          #start-content #main-panel .scroll-panel .inner-panel #centerpiece1-text #bottom {
            margin-top: -23px;
            margin-left: 180px; }
        #start-content #main-panel .scroll-panel .inner-panel img#centerpiece-2 {
          width: 730px;
          margin-left: 50px; }
        #start-content #main-panel .scroll-panel .inner-panel #centerpiece2-text {
          position: relative;
          z-index: 1;
          margin-top: -86px;
          margin-left: 144px; }
          #start-content #main-panel .scroll-panel .inner-panel #centerpiece2-text h2 {
            font-size: 41px; }
        #start-content #main-panel .scroll-panel .inner-panel img#centerpiece-3 {
          width: 500px;
          margin-top: 32px; }
        #start-content #main-panel .scroll-panel .inner-panel #centerpiece3-text {
          width: 300px;
          float: left;
          line-height: 0.9;
          margin-left: 56px;
          margin-top: 45px;
          padding: 0; }
  #start-content #add-details {
    height: 206px;
    background: url(http://around-landing-assets.s3.amazonaws.com/imgs/transwhite.png) repeat;
    /* end .add-details-panel */ }
    #start-content #add-details .add-details-panel {
      margin-top: 23px;
      /* end .download-panel */ }
      #start-content #add-details .add-details-panel h3 {
        text-shadow: 0px 0px 1px #ffffff;
        filter: dropshadow(color=white, offx=0, offy=0); }
      #start-content #add-details .add-details-panel .press-panel {
        margin-top: -12px; }
        #start-content #add-details .add-details-panel .press-panel img {
          margin-bottom: 11px;
          margin-right: 4px; }
      #start-content #add-details .add-details-panel .download-panel {
        margin-top: -12px; }
        #start-content #add-details .add-details-panel .download-panel img#img-app-store {
          width: 123px;
          margin-bottom: 15px; }
        #start-content #add-details .add-details-panel .download-panel img#img-android {
          width: 123px;
          margin-bottom: 15px;
          margin-left: 5px; }
        #start-content #add-details .add-details-panel .download-panel div {
          color: #565656;
          float: left;
          padding-right: 14px;
          font-size: 18px; }
          #start-content #add-details .add-details-panel .download-panel div img {
            float: left;
            margin-right: 11px; }
  #start-content .navi {
    margin-left: 348px;
    margin-top: -97px;
    position: relative;
    z-index: 2;
    width: 200px;
    height: 20px; }
  #start-content .navi a {
    width: 18px;
    height: 18px;
    float: left;
    margin: 24px;
    background: url(http://around-landing-assets.s3.amazonaws.com/imgs/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px; }
  #start-content .navi a:hover {
    background-position: 0 -18px; }
  #start-content .navi a.active {
    background-position: 0 -36px; }

#footer {
  margin-top: 34px;
  padding-bottom: 34px; }
  #footer ul.nav {
    list-style-type: none;
    color: #bf1b20;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: -34px; }
    #footer ul.nav li {
      float: left; }
      #footer ul.nav li a {
        text-decoration: none; }
        #footer ul.nav li a:link {
          color: #bf1b20; }
        #footer ul.nav li a:visited {
          color: #bf1b20; }
  #footer .copyright-text {
    float: right;
    color: #acacac; }

#generic-content {
  background-color: #eae2d7;
  padding-bottom: 107px;
  padding-top: 76px;
  font-size: 16px; }
  #generic-content .generic-panel {
    background-color: white;
    /* rounded corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 19px 19px; }
