/***********************************************************************************
 * Copyright (C) 2011-2015 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 * Company website: http://www.x2engine.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes only
 * for the number of users purchased by you. Your use of this Software for
 * additional users is not covered by this license and requires a separate
 * license purchase for such users. You shall not distribute, license, or
 * sublicense the Software. Title, ownership, and all intellectual property
 * rights in the Software belong exclusively to X2Engine. You agree not to file
 * any patent applications covering, relating to, or depicting this Software
 * or modifications thereto, and you agree to assign any patentable inventions
 * resulting from your use of this Software 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-2015 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 * Company website: http://www.x2engine.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes only
 * for the number of users purchased by you. Your use of this Software for
 * additional users is not covered by this license and requires a separate
 * license purchase for such users. You shall not distribute, license, or
 * sublicense the Software. Title, ownership, and all intellectual property
 * rights in the Software belong exclusively to X2Engine. You agree not to file
 * any patent applications covering, relating to, or depicting this Software
 * or modifications thereto, and you agree to assign any patentable inventions
 * resulting from your use of this Software 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 
***********************************************************************/
/***********************************************************************
* This section is made to correspond with the theme keys in ThemeGenerator
***********************************************************************/
/***********************************************************************************
 * Copyright (C) 2011-2015 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 * Company website: http://www.x2engine.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes only
 * for the number of users purchased by you. Your use of this Software for
 * additional users is not covered by this license and requires a separate
 * license purchase for such users. You shall not distribute, license, or
 * sublicense the Software. Title, ownership, and all intellectual property
 * rights in the Software belong exclusively to X2Engine. You agree not to file
 * any patent applications covering, relating to, or depicting this Software
 * or modifications thereto, and you agree to assign any patentable inventions
 * resulting from your use of this Software 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.
 **********************************************************************************/
/***************************************
* This file is responsible for mantaining
* general purpose mixins and classes. 
***************************************/
/***********************************************************************************
 * Copyright (C) 2011-2015 X2Engine Inc. All Rights Reserved.
 *
 * X2Engine Inc.
 * P.O. Box 66752
 * Scotts Valley, California 95067 USA
 * Company website: http://www.x2engine.com
 *
 * X2Engine Inc. grants you a perpetual, non-exclusive, non-transferable license
 * to install and use this Software for your internal business purposes only
 * for the number of users purchased by you. Your use of this Software for
 * additional users is not covered by this license and requires a separate
 * license purchase for such users. You shall not distribute, license, or
 * sublicense the Software. Title, ownership, and all intellectual property
 * rights in the Software belong exclusively to X2Engine. You agree not to file
 * any patent applications covering, relating to, or depicting this Software
 * or modifications thereto, and you agree to assign any patentable inventions
 * resulting from your use of this Software 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 
***********************************************************************/
/***********************************************************************
* This section is made to correspond with the theme keys in ThemeGenerator
***********************************************************************/
/***********************************************************************
* Responsive design
***********************************************************************/
/***************************************
* Mixin for border radius 
***************************************/
/***************************************
* Mixin for box shadow
***************************************/
/***************************************
* Mixin for text field placeholder text
***************************************/
/***************************************
* CSS to extend when something 
* should look like a link
***************************************/
/* line 115, ../../../compass/css/lib/_standards.scss */
.pseudo-link {
  cursor: pointer;
  color: #004baf;
  transition: color .1s;
}
/* line 120, ../../../compass/css/lib/_standards.scss */
.pseudo-link:hover {
  color: #006cfb;
}

/***************************************
* CSS to extend when for elements that 
* become transparent on mouseover
***************************************/
/* line 138, ../../../compass/css/lib/_standards.scss */
.opacity-hover {
  opacity: 0.3;
}
/* line 133, ../../../compass/css/lib/_standards.scss */
.opacity-hover:hover {
  opacity: 1;
}

/***************************************
* Apply the standard box shadow currently
* used on x2-island-layout items
***************************************/
/*******************************************
* Mixin for applying a fontAwesome icon
* SEE _icons.scss FOR A BETTER IMPLEMENTATION
******************************************/
/* line 42, ../../../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 53, ../../../compass/themes/x2engine/css/screen.scss */
blockquote:before, blockquote:after {
  content: '';
}

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

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

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

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

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

/* line 82, ../../../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 94, ../../../compass/themes/x2engine/css/screen.scss */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 218, ../../../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 225, ../../../compass/themes/x2engine/css/screen.scss */
code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

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

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

/* line 241, ../../../compass/themes/x2engine/css/screen.scss */
ul {
  list-style-type: disc;
}
/* line 243, ../../../compass/themes/x2engine/css/screen.scss */
ul.ui-sortable {
  margin: 0;
  padding: 0;
}
/* line 246, ../../../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 260, ../../../compass/themes/x2engine/css/screen.scss */
ol {
  list-style-type: decimal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 349, ../../../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 354, ../../../compass/themes/x2engine/css/screen.scss */
.last {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 459, ../../../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 466, ../../../compass/themes/x2engine/css/screen.scss */
input.span-1, textarea.span-1 {
  width: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 854, ../../../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 859, ../../../compass/themes/x2engine/css/screen.scss */
.push-1 {
  margin: 0 -40px 1.5em 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 955, ../../../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 960, ../../../compass/themes/x2engine/css/screen.scss */
div.prepend-top, .prepend-top {
  margin-top: 1.5em;
}

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

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

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

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

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

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