/*********************************************************************************
 * Copyright (C) 2011-2014 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 *
 * Company website: http://www.x2engine.com
 * Community and support website: http://www.x2community.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes.
 * You shall not modify, distribute, license or sublicense the Software.
 * Title, ownership, and all intellectual property rights in the Software belong
 * exclusively to X2Engine.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
 ********************************************************************************/
/* -----------------------------------------------------------------------

 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* reset.css */
/*********************************************************************************
 * Copyright (C) 2011-2014 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 *
 * Company website: http://www.x2engine.com
 * Community and support website: http://www.x2community.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes.
 * You shall not modify, distribute, license or sublicense the Software.
 * Title, ownership, and all intellectual property rights in the Software belong
 * exclusively to X2Engine.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
 ********************************************************************************/
/***********************************************************************
* Grays 
***********************************************************************/
/***********************************************************************
* Blues
***********************************************************************/
/***********************************************************************
* Reds 
***********************************************************************/
/***********************************************************************
* Greens 
***********************************************************************/
/*********************************************************************************
 * Copyright (C) 2011-2014 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 *
 * Company website: http://www.x2engine.com
 * Community and support website: http://www.x2community.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes.
 * You shall not modify, distribute, license or sublicense the Software.
 * Title, ownership, and all intellectual property rights in the Software belong
 * exclusively to X2Engine.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
 ********************************************************************************/
/*********************************************************************************
 * Copyright (C) 2011-2014 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 *
 * Company website: http://www.x2engine.com
 * Community and support website: http://www.x2community.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes.
 * You shall not modify, distribute, license or sublicense the Software.
 * Title, ownership, and all intellectual property rights in the Software belong
 * exclusively to X2Engine.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
 ********************************************************************************/
/***********************************************************************
* Grays 
***********************************************************************/
/***********************************************************************
* Blues
***********************************************************************/
/***********************************************************************
* Reds 
***********************************************************************/
/***********************************************************************
* Greens 
***********************************************************************/
/***************************************
* Mixin for border radius 
***************************************/
/***************************************
* Mixin for text field placeholder text
***************************************/
/***************************************
* CSS to extend when something 
* should look like a link
***************************************/
/* line 57, ../../../compass/css/lib/standards.scss */
.pseudo-link {
  cursor: pointer;
  color: #004baf;
  transition: color .1s;
}
/* line 62, ../../../compass/css/lib/standards.scss */
.pseudo-link:hover {
  color: #006cfb;
}

/***************************************
* CSS to extend when for elements that 
* become opauqe on mouseover
***************************************/
/* line 80, ../../../compass/css/lib/standards.scss */
.opacity-hover {
  opacity: 0.3;
}
/* line 75, ../../../compass/css/lib/standards.scss */
.opacity-hover:hover {
  opacity: 1;
}

/* line 39, ../../../compass/themes/x2engine/css/screen.scss */
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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} */
/* article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;} */
/* body {line-height:1.5;} */
/* line 50, ../../../compass/themes/x2engine/css/screen.scss */
blockquote:before, blockquote:after {
  content: '';
}

/* line 56, ../../../compass/themes/x2engine/css/screen.scss */
q:before, q:after {
  content: '';
}

/* line 61, ../../../compass/themes/x2engine/css/screen.scss */
blockquote, q {
  quotes: "" "";
}

/* line 65, ../../../compass/themes/x2engine/css/screen.scss */
a img {
  border: none;
}

/* line 69, ../../../compass/themes/x2engine/css/screen.scss */
:focus {
  outline: 0;
}

/* typography.css */
/* line 75, ../../../compass/themes/x2engine/css/screen.scss */
html {
  font-size: 100.01%;
}

/* line 79, ../../../compass/themes/x2engine/css/screen.scss */
body {
  font-size: 75%;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}

/* body {background: url(../../../uploads/lagunaseca.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }*/
/* line 91, ../../../compass/themes/x2engine/css/screen.scss */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* .bgwidth {width:100%;}
.bgheight {height:100%;} */
/* line 101, ../../../compass/themes/x2engine/css/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #555;
}

/* line 106, ../../../compass/themes/x2engine/css/screen.scss */
h1 {
  font-size: 2em;
  margin-bottom: 0.25em;
}

/* line 111, ../../../compass/themes/x2engine/css/screen.scss */
h2 {
  font-size: 1.4em;
  margin-bottom: 0.25em;
  margin-right: 20px;
}
/* line 115, ../../../compass/themes/x2engine/css/screen.scss */
h2 strong, h2 b {
  color: #333;
}

/* line 120, ../../../compass/themes/x2engine/css/screen.scss */
h3 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
/* line 121, ../../../compass/themes/x2engine/css/screen.scss */
h3 strong, h3 b {
  color: #333;
}

/* line 128, ../../../compass/themes/x2engine/css/screen.scss */
h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

/* line 134, ../../../compass/themes/x2engine/css/screen.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

/* line 140, ../../../compass/themes/x2engine/css/screen.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 145, ../../../compass/themes/x2engine/css/screen.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 149, ../../../compass/themes/x2engine/css/screen.scss */
p {
  margin: 0 0 1.5em;
}

/* line 153, ../../../compass/themes/x2engine/css/screen.scss */
.left {
  float: left !important;
}

/* line 157, ../../../compass/themes/x2engine/css/screen.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 162, ../../../compass/themes/x2engine/css/screen.scss */
.right {
  float: right !important;
}

/* line 166, ../../../compass/themes/x2engine/css/screen.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 171, ../../../compass/themes/x2engine/css/screen.scss */
a {
  color: #004baf;
  /* #06c; */
  /* 0035bd */
  text-decoration: underline;
}
/* line 172, ../../../compass/themes/x2engine/css/screen.scss */
a:focus, a:hover {
  color: #006cfb;
  /* #09f; */
}

/* line 184, ../../../compass/themes/x2engine/css/screen.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 190, ../../../compass/themes/x2engine/css/screen.scss */
strong, dfn {
  font-weight: bold;
}

/* line 194, ../../../compass/themes/x2engine/css/screen.scss */
em, dfn {
  font-style: italic;
}

/* line 198, ../../../compass/themes/x2engine/css/screen.scss */
sup, sub {
  line-height: 0;
}

/* line 202, ../../../compass/themes/x2engine/css/screen.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
}

/* line 206, ../../../compass/themes/x2engine/css/screen.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 211, ../../../compass/themes/x2engine/css/screen.scss */
del {
  color: #666;
}

/* line 215, ../../../compass/themes/x2engine/css/screen.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 222, ../../../compass/themes/x2engine/css/screen.scss */
code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 228, ../../../compass/themes/x2engine/css/screen.scss */
li ul, li ol {
  margin: 0;
}

/* line 233, ../../../compass/themes/x2engine/css/screen.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 238, ../../../compass/themes/x2engine/css/screen.scss */
ul {
  list-style-type: disc;
}
/* line 240, ../../../compass/themes/x2engine/css/screen.scss */
ul.ui-sortable {
  margin: 0;
  padding: 0;
}
/* line 243, ../../../compass/themes/x2engine/css/screen.scss */
ul.ui-sortable h3 {
  color: white;
  font-size: 1em;
  font-weight: bold;
  display: block;
  width: auto;
  margin: -0.3em -0.3em 0.3em -0.3em;
  padding: 0.3em;
  background-color: #555;
  cursor: pointer;
}

/* line 257, ../../../compass/themes/x2engine/css/screen.scss */
ol {
  list-style-type: decimal;
}

/* line 261, ../../../compass/themes/x2engine/css/screen.scss */
dl {
  margin: 0 0 1.5em 0;
}
/* line 263, ../../../compass/themes/x2engine/css/screen.scss */
dl dt {
  font-weight: bold;
}

/* line 268, ../../../compass/themes/x2engine/css/screen.scss */
dd {
  margin-left: 1.5em;
}

/* line 272, ../../../compass/themes/x2engine/css/screen.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 278, ../../../compass/themes/x2engine/css/screen.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 284, ../../../compass/themes/x2engine/css/screen.scss */
.hide {
  display: none;
}

/* line 288, ../../../compass/themes/x2engine/css/screen.scss */
.quiet {
  color: #666;
}

/* line 292, ../../../compass/themes/x2engine/css/screen.scss */
.loud {
  color: #000;
}

/* line 296, ../../../compass/themes/x2engine/css/screen.scss */
.highlight {
  background: #ff0;
}

/* line 300, ../../../compass/themes/x2engine/css/screen.scss */
.highlight-text {
  color: #01b701;
}

/* line 304, ../../../compass/themes/x2engine/css/screen.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 309, ../../../compass/themes/x2engine/css/screen.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 314, ../../../compass/themes/x2engine/css/screen.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 319, ../../../compass/themes/x2engine/css/screen.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 324, ../../../compass/themes/x2engine/css/screen.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 329, ../../../compass/themes/x2engine/css/screen.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* grid.css */
/* line 336, ../../../compass/themes/x2engine/css/screen.scss */
.container {
  min-height: 700px;
  width: 950px;
  margin: 0 auto;
}

/* line 342, ../../../compass/themes/x2engine/css/screen.scss */
.showgrid {
  background: url(src/grid.png);
}

/* line 346, ../../../compass/themes/x2engine/css/screen.scss */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* line 351, ../../../compass/themes/x2engine/css/screen.scss */
.last {
  margin-right: 0;
}

/* line 355, ../../../compass/themes/x2engine/css/screen.scss */
.span-0 {
  display: none;
}

/* line 359, ../../../compass/themes/x2engine/css/screen.scss */
.span-1 {
  width: 30px;
}

/* line 363, ../../../compass/themes/x2engine/css/screen.scss */
.span-2 {
  width: 70px;
}

/* line 367, ../../../compass/themes/x2engine/css/screen.scss */
.span-3 {
  width: 110px;
}

/* line 371, ../../../compass/themes/x2engine/css/screen.scss */
.span-4 {
  width: 150px;
}

/* line 375, ../../../compass/themes/x2engine/css/screen.scss */
.span-5 {
  width: 190px;
}

/* line 379, ../../../compass/themes/x2engine/css/screen.scss */
.span-6 {
  width: 230px;
}

/* line 383, ../../../compass/themes/x2engine/css/screen.scss */
.span-7 {
  width: 270px;
}

/* line 387, ../../../compass/themes/x2engine/css/screen.scss */
.span-8 {
  width: 310px;
}

/* line 391, ../../../compass/themes/x2engine/css/screen.scss */
.span-9 {
  width: 350px;
}

/* line 395, ../../../compass/themes/x2engine/css/screen.scss */
.span-10 {
  width: 390px;
}

/* line 399, ../../../compass/themes/x2engine/css/screen.scss */
.span-11 {
  width: 430px;
}

/* line 403, ../../../compass/themes/x2engine/css/screen.scss */
.span-12 {
  width: 470px;
}

/* line 407, ../../../compass/themes/x2engine/css/screen.scss */
.span-13 {
  width: 510px;
}

/* line 411, ../../../compass/themes/x2engine/css/screen.scss */
.span-14 {
  width: 550px;
}

/* line 415, ../../../compass/themes/x2engine/css/screen.scss */
.span-15 {
  width: 590px;
}

/* line 419, ../../../compass/themes/x2engine/css/screen.scss */
.span-16 {
  width: 630px;
}

/* line 423, ../../../compass/themes/x2engine/css/screen.scss */
.span-17 {
  width: 670px;
}

/* line 427, ../../../compass/themes/x2engine/css/screen.scss */
.span-18 {
  width: 710px;
}

/* line 431, ../../../compass/themes/x2engine/css/screen.scss */
.span-19 {
  width: 750px;
}

/* line 435, ../../../compass/themes/x2engine/css/screen.scss */
.span-20 {
  width: 790px;
}

/* line 439, ../../../compass/themes/x2engine/css/screen.scss */
.span-21 {
  width: 830px;
}

/* line 443, ../../../compass/themes/x2engine/css/screen.scss */
.span-22 {
  width: 870px;
}

/* line 447, ../../../compass/themes/x2engine/css/screen.scss */
.span-23 {
  width: 910px;
}

/* line 451, ../../../compass/themes/x2engine/css/screen.scss */
.span-24 {
  width: 950px;
  margin-right: 0;
}

/* line 456, ../../../compass/themes/x2engine/css/screen.scss */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 463, ../../../compass/themes/x2engine/css/screen.scss */
input.span-1, textarea.span-1 {
  width: 18px;
}

/* line 467, ../../../compass/themes/x2engine/css/screen.scss */
input.span-2, textarea.span-2 {
  width: 58px;
}

/* line 471, ../../../compass/themes/x2engine/css/screen.scss */
input.span-3, textarea.span-3 {
  width: 98px;
}

/* line 475, ../../../compass/themes/x2engine/css/screen.scss */
input.span-4, textarea.span-4 {
  width: 138px;
}

/* line 479, ../../../compass/themes/x2engine/css/screen.scss */
input.span-5, textarea.span-5 {
  width: 178px;
}

/* line 483, ../../../compass/themes/x2engine/css/screen.scss */
input.span-6, textarea.span-6 {
  width: 218px;
}

/* line 487, ../../../compass/themes/x2engine/css/screen.scss */
input.span-7, textarea.span-7 {
  width: 258px;
}

/* line 491, ../../../compass/themes/x2engine/css/screen.scss */
input.span-8, textarea.span-8 {
  width: 298px;
}

/* line 495, ../../../compass/themes/x2engine/css/screen.scss */
input.span-9, textarea.span-9 {
  width: 338px;
}

/* line 499, ../../../compass/themes/x2engine/css/screen.scss */
input.span-10, textarea.span-10 {
  width: 378px;
}

/* line 503, ../../../compass/themes/x2engine/css/screen.scss */
input.span-11, textarea.span-11 {
  width: 418px;
}

/* line 507, ../../../compass/themes/x2engine/css/screen.scss */
input.span-12, textarea.span-12 {
  width: 458px;
}

/* line 511, ../../../compass/themes/x2engine/css/screen.scss */
input.span-13, textarea.span-13 {
  width: 498px;
}

/* line 515, ../../../compass/themes/x2engine/css/screen.scss */
input.span-14, textarea.span-14 {
  width: 538px;
}

/* line 519, ../../../compass/themes/x2engine/css/screen.scss */
input.span-15, textarea.span-15 {
  width: 578px;
}

/* line 523, ../../../compass/themes/x2engine/css/screen.scss */
input.span-16, textarea.span-16 {
  width: 618px;
}

/* line 527, ../../../compass/themes/x2engine/css/screen.scss */
input.span-17, textarea.span-17 {
  width: 658px;
}

/* line 531, ../../../compass/themes/x2engine/css/screen.scss */
input.span-18, textarea.span-18 {
  width: 698px;
}

/* line 535, ../../../compass/themes/x2engine/css/screen.scss */
input.span-19, textarea.span-19 {
  width: 738px;
}

/* line 539, ../../../compass/themes/x2engine/css/screen.scss */
input.span-20, textarea.span-20 {
  width: 778px;
}

/* line 543, ../../../compass/themes/x2engine/css/screen.scss */
input.span-21, textarea.span-21 {
  width: 818px;
}

/* line 547, ../../../compass/themes/x2engine/css/screen.scss */
input.span-22, textarea.span-22 {
  width: 858px;
}

/* line 551, ../../../compass/themes/x2engine/css/screen.scss */
input.span-23, textarea.span-23 {
  width: 898px;
}

/* line 555, ../../../compass/themes/x2engine/css/screen.scss */
input.span-24, textarea.span-24 {
  width: 938px;
}

/* line 559, ../../../compass/themes/x2engine/css/screen.scss */
.append-1 {
  padding-right: 40px;
}

/* line 563, ../../../compass/themes/x2engine/css/screen.scss */
.append-2 {
  padding-right: 80px;
}

/* line 567, ../../../compass/themes/x2engine/css/screen.scss */
.append-3 {
  padding-right: 120px;
}

/* line 571, ../../../compass/themes/x2engine/css/screen.scss */
.append-4 {
  padding-right: 160px;
}

/* line 575, ../../../compass/themes/x2engine/css/screen.scss */
.append-5 {
  padding-right: 200px;
}

/* line 579, ../../../compass/themes/x2engine/css/screen.scss */
.append-6 {
  padding-right: 240px;
}

/* line 583, ../../../compass/themes/x2engine/css/screen.scss */
.append-7 {
  padding-right: 280px;
}

/* line 587, ../../../compass/themes/x2engine/css/screen.scss */
.append-8 {
  padding-right: 320px;
}

/* line 591, ../../../compass/themes/x2engine/css/screen.scss */
.append-9 {
  padding-right: 360px;
}

/* line 595, ../../../compass/themes/x2engine/css/screen.scss */
.append-10 {
  padding-right: 400px;
}

/* line 599, ../../../compass/themes/x2engine/css/screen.scss */
.append-11 {
  padding-right: 440px;
}

/* line 603, ../../../compass/themes/x2engine/css/screen.scss */
.append-12 {
  padding-right: 480px;
}

/* line 607, ../../../compass/themes/x2engine/css/screen.scss */
.append-13 {
  padding-right: 520px;
}

/* line 611, ../../../compass/themes/x2engine/css/screen.scss */
.append-14 {
  padding-right: 560px;
}

/* line 615, ../../../compass/themes/x2engine/css/screen.scss */
.append-15 {
  padding-right: 600px;
}

/* line 619, ../../../compass/themes/x2engine/css/screen.scss */
.append-16 {
  padding-right: 640px;
}

/* line 623, ../../../compass/themes/x2engine/css/screen.scss */
.append-17 {
  padding-right: 680px;
}

/* line 627, ../../../compass/themes/x2engine/css/screen.scss */
.append-18 {
  padding-right: 720px;
}

/* line 631, ../../../compass/themes/x2engine/css/screen.scss */
.append-19 {
  padding-right: 760px;
}

/* line 635, ../../../compass/themes/x2engine/css/screen.scss */
.append-20 {
  padding-right: 800px;
}

/* line 639, ../../../compass/themes/x2engine/css/screen.scss */
.append-21 {
  padding-right: 840px;
}

/* line 643, ../../../compass/themes/x2engine/css/screen.scss */
.append-22 {
  padding-right: 880px;
}

/* line 647, ../../../compass/themes/x2engine/css/screen.scss */
.append-23 {
  padding-right: 920px;
}

/* line 651, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-1 {
  padding-left: 40px;
}

/* line 655, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-2 {
  padding-left: 80px;
}

/* line 659, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-3 {
  padding-left: 120px;
}

/* line 663, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-4 {
  padding-left: 160px;
}

/* line 667, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-5 {
  padding-left: 200px;
}

/* line 671, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-6 {
  padding-left: 240px;
}

/* line 675, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-7 {
  padding-left: 280px;
}

/* line 679, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-8 {
  padding-left: 320px;
}

/* line 683, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-9 {
  padding-left: 360px;
}

/* line 687, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-10 {
  padding-left: 400px;
}

/* line 691, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-11 {
  padding-left: 440px;
}

/* line 695, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-12 {
  padding-left: 480px;
}

/* line 699, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-13 {
  padding-left: 520px;
}

/* line 703, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-14 {
  padding-left: 560px;
}

/* line 707, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-15 {
  padding-left: 600px;
}

/* line 711, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-16 {
  padding-left: 640px;
}

/* line 715, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-17 {
  padding-left: 680px;
}

/* line 719, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-18 {
  padding-left: 720px;
}

/* line 723, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-19 {
  padding-left: 760px;
}

/* line 727, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-20 {
  padding-left: 800px;
}

/* line 731, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-21 {
  padding-left: 840px;
}

/* line 735, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-22 {
  padding-left: 880px;
}

/* line 739, ../../../compass/themes/x2engine/css/screen.scss */
.prepend-23 {
  padding-left: 920px;
}

/* line 743, ../../../compass/themes/x2engine/css/screen.scss */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}

/* line 749, ../../../compass/themes/x2engine/css/screen.scss */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

/* line 755, ../../../compass/themes/x2engine/css/screen.scss */
.pull-1 {
  margin-left: -40px;
}

/* line 759, ../../../compass/themes/x2engine/css/screen.scss */
.pull-2 {
  margin-left: -80px;
}

/* line 763, ../../../compass/themes/x2engine/css/screen.scss */
.pull-3 {
  margin-left: -120px;
}

/* line 767, ../../../compass/themes/x2engine/css/screen.scss */
.pull-4 {
  margin-left: -160px;
}

/* line 771, ../../../compass/themes/x2engine/css/screen.scss */
.pull-5 {
  margin-left: -200px;
}

/* line 775, ../../../compass/themes/x2engine/css/screen.scss */
.pull-6 {
  margin-left: -240px;
}

/* line 779, ../../../compass/themes/x2engine/css/screen.scss */
.pull-7 {
  margin-left: -280px;
}

/* line 783, ../../../compass/themes/x2engine/css/screen.scss */
.pull-8 {
  margin-left: -320px;
}

/* line 787, ../../../compass/themes/x2engine/css/screen.scss */
.pull-9 {
  margin-left: -360px;
}

/* line 791, ../../../compass/themes/x2engine/css/screen.scss */
.pull-10 {
  margin-left: -400px;
}

/* line 795, ../../../compass/themes/x2engine/css/screen.scss */
.pull-11 {
  margin-left: -440px;
}

/* line 799, ../../../compass/themes/x2engine/css/screen.scss */
.pull-12 {
  margin-left: -480px;
}

/* line 803, ../../../compass/themes/x2engine/css/screen.scss */
.pull-13 {
  margin-left: -520px;
}

/* line 807, ../../../compass/themes/x2engine/css/screen.scss */
.pull-14 {
  margin-left: -560px;
}

/* line 811, ../../../compass/themes/x2engine/css/screen.scss */
.pull-15 {
  margin-left: -600px;
}

/* line 815, ../../../compass/themes/x2engine/css/screen.scss */
.pull-16 {
  margin-left: -640px;
}

/* line 819, ../../../compass/themes/x2engine/css/screen.scss */
.pull-17 {
  margin-left: -680px;
}

/* line 823, ../../../compass/themes/x2engine/css/screen.scss */
.pull-18 {
  margin-left: -720px;
}

/* line 827, ../../../compass/themes/x2engine/css/screen.scss */
.pull-19 {
  margin-left: -760px;
}

/* line 831, ../../../compass/themes/x2engine/css/screen.scss */
.pull-20 {
  margin-left: -800px;
}

/* line 835, ../../../compass/themes/x2engine/css/screen.scss */
.pull-21 {
  margin-left: -840px;
}

/* line 839, ../../../compass/themes/x2engine/css/screen.scss */
.pull-22 {
  margin-left: -880px;
}

/* line 843, ../../../compass/themes/x2engine/css/screen.scss */
.pull-23 {
  margin-left: -920px;
}

/* line 847, ../../../compass/themes/x2engine/css/screen.scss */
.pull-24 {
  margin-left: -960px;
}

/* line 851, ../../../compass/themes/x2engine/css/screen.scss */
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  float: left;
  position: relative;
}

/* line 856, ../../../compass/themes/x2engine/css/screen.scss */
.push-1 {
  margin: 0 -40px 1.5em 40px;
}

/* line 860, ../../../compass/themes/x2engine/css/screen.scss */
.push-2 {
  margin: 0 -80px 1.5em 80px;
}

/* line 864, ../../../compass/themes/x2engine/css/screen.scss */
.push-3 {
  margin: 0 -120px 1.5em 120px;
}

/* line 868, ../../../compass/themes/x2engine/css/screen.scss */
.push-4 {
  margin: 0 -160px 1.5em 160px;
}

/* line 872, ../../../compass/themes/x2engine/css/screen.scss */
.push-5 {
  margin: 0 -200px 1.5em 200px;
}

/* line 876, ../../../compass/themes/x2engine/css/screen.scss */
.push-6 {
  margin: 0 -240px 1.5em 240px;
}

/* line 880, ../../../compass/themes/x2engine/css/screen.scss */
.push-7 {
  margin: 0 -280px 1.5em 280px;
}

/* line 884, ../../../compass/themes/x2engine/css/screen.scss */
.push-8 {
  margin: 0 -320px 1.5em 320px;
}

/* line 888, ../../../compass/themes/x2engine/css/screen.scss */
.push-9 {
  margin: 0 -360px 1.5em 360px;
}

/* line 892, ../../../compass/themes/x2engine/css/screen.scss */
.push-10 {
  margin: 0 -400px 1.5em 400px;
}

/* line 896, ../../../compass/themes/x2engine/css/screen.scss */
.push-11 {
  margin: 0 -440px 1.5em 440px;
}

/* line 900, ../../../compass/themes/x2engine/css/screen.scss */
.push-12 {
  margin: 0 -480px 1.5em 480px;
}

/* line 904, ../../../compass/themes/x2engine/css/screen.scss */
.push-13 {
  margin: 0 -520px 1.5em 520px;
}

/* line 908, ../../../compass/themes/x2engine/css/screen.scss */
.push-14 {
  margin: 0 -560px 1.5em 560px;
}

/* line 912, ../../../compass/themes/x2engine/css/screen.scss */
.push-15 {
  margin: 0 -600px 1.5em 600px;
}

/* line 916, ../../../compass/themes/x2engine/css/screen.scss */
.push-16 {
  margin: 0 -640px 1.5em 640px;
}

/* line 920, ../../../compass/themes/x2engine/css/screen.scss */
.push-17 {
  margin: 0 -680px 1.5em 680px;
}

/* line 924, ../../../compass/themes/x2engine/css/screen.scss */
.push-18 {
  margin: 0 -720px 1.5em 720px;
}

/* line 928, ../../../compass/themes/x2engine/css/screen.scss */
.push-19 {
  margin: 0 -760px 1.5em 760px;
}

/* line 932, ../../../compass/themes/x2engine/css/screen.scss */
.push-20 {
  margin: 0 -800px 1.5em 800px;
}

/* line 936, ../../../compass/themes/x2engine/css/screen.scss */
.push-21 {
  margin: 0 -840px 1.5em 840px;
}

/* line 940, ../../../compass/themes/x2engine/css/screen.scss */
.push-22 {
  margin: 0 -880px 1.5em 880px;
}

/* line 944, ../../../compass/themes/x2engine/css/screen.scss */
.push-23 {
  margin: 0 -920px 1.5em 920px;
}

/* line 948, ../../../compass/themes/x2engine/css/screen.scss */
.push-24 {
  margin: 0 -960px 1.5em 960px;
}

/* line 952, ../../../compass/themes/x2engine/css/screen.scss */
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
  float: left;
  position: relative;
}

/* line 957, ../../../compass/themes/x2engine/css/screen.scss */
div.prepend-top, .prepend-top {
  margin-top: 1.5em;
}

/* line 961, ../../../compass/themes/x2engine/css/screen.scss */
div.append-bottom, .append-bottom {
  margin-bottom: 1.5em;
}

/* line 965, ../../../compass/themes/x2engine/css/screen.scss */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #cccccc;
}

/* line 971, ../../../compass/themes/x2engine/css/screen.scss */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1em;
  border: none;
}
/* line 980, ../../../compass/themes/x2engine/css/screen.scss */
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* line 987, ../../../compass/themes/x2engine/css/screen.scss */
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 996, ../../../compass/themes/x2engine/css/screen.scss */
.clearfix, .container {
  display: block;
}

/* line 1000, ../../../compass/themes/x2engine/css/screen.scss */
.clear {
  clear: both;
}
